org.araneaframework.framework
Interface FilterWidget

All Superinterfaces:
Component, Serializable, Service, Widget
All Known Implementing Classes:
BaseFilterWidget, NopFilterWidget, SpringOptionalFilterWidget, StandardConfirmationFilterWidget, StandardContextMapFilterWidget, StandardFilterChainWidget, StandardMessagingFilterWidget, StandardPopupFilterWidget, StandardRedirectingFilterWidget, StandardRenderStatusResettingFilterWidget, StandardStateVersioningFilterWidget, StandardTransactionFilterWidget, StandardUpdateRegionFilterWidget, StandardWidgetAdapterService, StandardWindowScrollPositionFilterWidget

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/interfaces inherited from interface 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

void setChildWidget(Widget childService)