org.alfresco.web.bean.dialog
Interface NavigationSupport
- All Known Implementing Classes:
- AVMDetailsBean, DocumentDetailsDialog, DocumentLinkDetailsDialog, DocumentPreviewBean, FileDetailsBean, FolderDetailsBean, ForumDetailsDialog, ForumsDetailsDialog, SpaceDetailsDialog, SpaceLinkDetailsDialog, SpacePreviewBean, TopicDetailsDialog, WebSiteDetailsDialog
public interface NavigationSupport
Interface definition for dialog beans that wish to use the next
previous buttons for quick navigation.
getCurrentItemId
java.lang.String getCurrentItemId()
nextItem
void nextItem(javax.faces.event.ActionEvent event)
previousItem
void previousItem(javax.faces.event.ActionEvent event)
getOutcome
java.lang.String getOutcome()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.