|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.filenet.wcm.toolkit.server.util.ui.WcmPanel
This class is an implementation of a panel data structure. A panel acts as a WcmUiModule containers with some basic properties such as title and tooltips.
Field Summary | |
java.lang.String |
groupLabel
Group label that appears above the panel |
WcmString |
title
The panel title. |
java.lang.String |
titleString
The panel title as a String |
WcmString |
toolTip
The panel tooltip. |
WcmUiModule |
uiModule
The WcmUiModule object in the panel. |
java.lang.Class |
uiModuleClass
The Class object of a UI module in the panel. |
Constructor Summary | |
WcmPanel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public WcmUiModule uiModule
public java.lang.Class uiModuleClass
public WcmString title
public java.lang.String titleString
public WcmString toolTip
public java.lang.String groupLabel
Constructor Detail |
public WcmPanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |