org.alfresco.web.bean.dialog
Interface FilterViewSupport

All Known Implementing Classes:
ContentUsersBean, GroupsDialog, ManagePermissionsDialog, RulesDialog, SpaceUsersBean, UserMembersBean

public interface FilterViewSupport

Interface definition for dialog beans that wish to use the filter drop down to change the contents of the dialog.


Method Summary
 void filterModeChanged(javax.faces.event.ActionEvent event)
           
 java.util.List getFilterItems()
           
 java.lang.String getFilterMode()
           
 void setFilterMode(java.lang.String filterMode)
           
 

Method Detail

getFilterItems

java.util.List getFilterItems()

getFilterMode

java.lang.String getFilterMode()

setFilterMode

void setFilterMode(java.lang.String filterMode)

filterModeChanged

void filterModeChanged(javax.faces.event.ActionEvent event)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.