org.springframework.richclient.application
Interface ViewDescriptor
- All Superinterfaces:
- DescribedElement, PageComponentDescriptor, PropertyChangePublisher, VisualizedElement
- All Known Implementing Classes:
- DefaultViewDescriptor, DesktopViewDescriptor, FlexDockViewDescriptor, LookupViewDescriptor, VLDockingViewDescriptor
public interface ViewDescriptor
- extends PageComponentDescriptor
Metadata about a view; a view descriptor is effectively a singleton view
definition. A descriptor also acts as a factory which produces new instances
of a given view when requested, typically by a requesting application page. A
view descriptor can also produce a command which launches a view for display
on the page within the current active window.
- Author:
- Keith Donald
createShowViewCommand
ActionCommand createShowViewCommand(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.
getShowViewCommandLabel
CommandButtonLabelInfo getShowViewCommandLabel()
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.