org.springframework.richclient.application
Interface PageComponentContext

All Known Subinterfaces:
ViewContext
All Known Implementing Classes:
DefaultViewContext

public interface PageComponentContext


Method Summary
 ActionCommandExecutor getLocalCommandExecutor(String commandId)
           
 ApplicationPage getPage()
           
 PageComponentPane getPane()
           
 ApplicationWindow getWindow()
           
 void register(String commandId, ActionCommandExecutor localExecutor)
          Register a local handler for a global command.
 

Method Detail

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 id
localExecutor - the local handler


Copyright © 2004-2008 The Spring Framework. All Rights Reserved.