| com.rift.coad.web.admin.client.MXPanel
Constructor Summary | |
public | MXPanel() |
Method Summary | |
public void | methodInvoked(MethodDef method) This method is invoked to handle a method being called. | public void | methodSelected(String key) | public void | objectSelected(String key) This method is responsible for dealing with the entry selected events. | public void | onClick(Widget widget) This method is responsible for displaying the help information. |
MXPanel | public MXPanel()(Code) | | Creates a new instance of DaemonPanel
|
methodInvoked | public void methodInvoked(MethodDef method)(Code) | | This method is invoked to handle a method being called.
Parameters: method - The method being invoked. |
methodSelected | public void methodSelected(String key)(Code) | | This method deals with selected methods
Parameters: key - The key identifying the selected method |
objectSelected | public void objectSelected(String key)(Code) | | This method is responsible for dealing with the entry selected events.
Parameters: key - The key identifying the selected entry. |
onClick | public void onClick(Widget widget)(Code) | | This method is responsible for displaying the help information.
|
|
|