org.alfresco.web.bean.dialog
Interface ChangeViewSupport

All Known Implementing Classes:
CategoriesDialog, ChangeMyPasswordDialog, ChangePasswordDialog, GroupsDialog, UsersDialog

public interface ChangeViewSupport

Interface definition for dialog beans that wish to use the view drop down to change the layout of the dialog.


Method Summary
 java.util.List getViewItems()
           
 java.lang.String getViewMode()
           
 void setViewMode(java.lang.String viewMode)
           
 void viewModeChanged(javax.faces.event.ActionEvent event)
           
 

Method Detail

getViewItems

java.util.List getViewItems()

getViewMode

java.lang.String getViewMode()

setViewMode

void setViewMode(java.lang.String viewMode)

viewModeChanged

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


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