org.springframework.richclient.application
Interface PageDescriptor
- All Superinterfaces:
- DescribedElement, VisualizedElement
- All Known Implementing Classes:
- AbstractPageDescriptor, DesktopPageDescriptor, MultiViewPageDescriptor, SingleViewPageDescriptor, VLDockingPageDescriptor
public interface PageDescriptor
- extends DescribedElement, VisualizedElement
getId
String getId()
buildInitialLayout
void buildInitialLayout(PageLayoutBuilder pageLayout)
createShowPageCommand
ActionCommand createShowPageCommand(ApplicationWindow window)
- Create a command that when executed, will attempt to show the
page component described by this descriptor in the provided
application window.
- Parameters:
window
- The window
- Returns:
- The show page component command.
getShowPageCommandLabel
CommandButtonLabelInfo getShowPageCommandLabel()
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.