com.filenet.wcm.toolkit.server.util.ui
Class WcmPanel

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.ui.WcmPanel

public class WcmPanel
extends java.lang.Object

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

uiModule

public WcmUiModule uiModule
The WcmUiModule object in the panel.


uiModuleClass

public java.lang.Class uiModuleClass
The Class object of a UI module in the panel.


title

public WcmString title
The panel title.


titleString

public java.lang.String titleString
The panel title as a String


toolTip

public WcmString toolTip
The panel tooltip.


groupLabel

public java.lang.String groupLabel
Group label that appears above the panel

Constructor Detail

WcmPanel

public WcmPanel()


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.