org.araneaframework.framework
Interface FilterWidget
- All Superinterfaces:
- Component, Serializable, Service, Widget
- All Known Implementing Classes:
- BaseFilterWidget, StandardClientStateFilterWidget
- public interface FilterWidget
- extends Serializable, Widget
Widget that has at least single child and acts as a guardian, deciding
which data should be let through to children and what services should
they be allowed to use.
- Author:
- Jevgeni Kabanov (ekabanov at araneaframework dot org)
- See Also:
BaseFilterWidget
setChildWidget
public void setChildWidget(Widget childService)