org.springframework.richclient.application
Interface PageComponentContext
- All Known Subinterfaces:
- ViewContext
- All Known Implementing Classes:
- DefaultViewContext
public interface PageComponentContext
getWindow
ApplicationWindow getWindow()
getPage
ApplicationPage getPage()
getPane
PageComponentPane getPane()
getLocalCommandExecutor
ActionCommandExecutor getLocalCommandExecutor(String commandId)
register
void register(String commandId,
ActionCommandExecutor localExecutor)
- Register a local handler for a global command.
- Parameters:
commandId
- the global command idlocalExecutor
- the local handler
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.