| com.rift.coad.web.admin.client.ContentPanel
ContentPanel | public class ContentPanel extends Composite (Code) | | This is the content panel for the admin console.
author: brett chaldecott |
Method Summary | |
public static synchronized ContentPanel | getInstance() This method returns an instance of the content panel. | public void | setPanel(String name, Widget widget) This method is responsible setting a panel entry. |
getInstance | public static synchronized ContentPanel getInstance()(Code) | | This method returns an instance of the content panel.
A reference to the content panel. |
setPanel | public void setPanel(String name, Widget widget)(Code) | | This method is responsible setting a panel entry.
Parameters: name - The name of the panel to add. Parameters: widget - The reference to the panel. |
|
|