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

Nested Class Summary
 
Nested classes inherited from class org.araneaframework.Widget
Widget.Interface
 
Method Summary
 void setChildWidget(Widget childService)
           
 
Methods inherited from interface org.araneaframework.Widget
_getWidget
 
Methods inherited from interface org.araneaframework.Service
_getService
 
Methods inherited from interface org.araneaframework.Component
_getComponent, getEnvironment, getScope, isAlive
 

Method Detail

setChildWidget

public void setChildWidget(Widget childService)