|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.swt.widgets.Widget
org.eclipse.swt.widgets.Control
org.eclipse.swt.widgets.Scrollable
org.eclipse.swt.widgets.Composite
com.ibm.commons.swt.data.layouts.PropLayout
com.ibm.commons.swt.data.layouts.PropLayout1
com.ibm.designer.domino.xsp.api.panels.complex.DynamicPanel
public class DynamicPanel
A default implementation of IComplexPanel. This class automatically handles the
setExtraData(IPanelExtraData) method by creating a FacesDefinition object based on the
values set via the IPanelExtraData object provided.
| Field Summary | |
|---|---|
protected IPanelExtraData |
_data
|
protected FacesDefinition |
_def
|
| Fields inherited from class com.ibm.commons.swt.data.layouts.PropLayout |
|---|
TEXT_SUFFIX, UNITS_SUFFIX |
| Fields inherited from class org.eclipse.swt.widgets.Control |
|---|
handle |
| Constructor Summary | |
|---|---|
DynamicPanel(org.eclipse.swt.widgets.Composite parent)
Constructs a new instance of the class given the parent Composite. |
|
DynamicPanel(org.eclipse.swt.widgets.Composite parent,
int style)
Constructs a new instance of the class given the parent Composite, and the style flags which are used to set the look/behavior of the control. |
|
| Method Summary | |
|---|---|
org.eclipse.swt.widgets.Control |
getControl()
Return the composite that is this panel. |
IPanelExtraData |
getExtraData()
Returns the IPanelExtraData object associated with this panel. |
protected void |
initLayout()
Creates the outer composite and grid layout. |
void |
setExtraData(IPanelExtraData data)
Sets the extra panel data on the current panel. |
| Methods inherited from class com.ibm.commons.swt.data.layouts.PropLayout1 |
|---|
createContents, createContents, getControlId, getNumChildColumns, initChildComposite |
| Methods inherited from class org.eclipse.swt.widgets.Composite |
|---|
changed, checkSubclass, computeSize, drawBackground, getBackgroundMode, getChildren, getLayout, getLayoutDeferred, getTabList, isLayoutDeferred, layout, layout, layout, layout, layout, setBackgroundMode, setFocus, setLayout, setLayoutDeferred, setTabList |
| Methods inherited from class org.eclipse.swt.widgets.Scrollable |
|---|
computeTrim, getBorderWidth, getClientArea, getHorizontalBar, getVerticalBar |
| Methods inherited from class org.eclipse.swt.widgets.Control |
|---|
addControlListener, addDragDetectListener, addFocusListener, addHelpListener, addKeyListener, addMenuDetectListener, addMouseListener, addMouseMoveListener, addMouseTrackListener, addMouseWheelListener, addPaintListener, addTraverseListener, computeSize, dragDetect, dragDetect, forceFocus, getAccessible, getBackground, getBackgroundImage, getBounds, getCursor, getDragDetect, getEnabled, getFont, getForeground, getLayoutData, getLocation, getMenu, getMonitor, getParent, getRegion, getShell, getSize, getToolTipText, getVisible, internal_dispose_GC, internal_new_GC, isEnabled, isFocusControl, isReparentable, isVisible, moveAbove, moveBelow, pack, pack, print, redraw, redraw, removeControlListener, removeDragDetectListener, removeFocusListener, removeHelpListener, removeKeyListener, removeMenuDetectListener, removeMouseListener, removeMouseMoveListener, removeMouseTrackListener, removeMouseWheelListener, removePaintListener, removeTraverseListener, setBackground, setBackgroundImage, setBounds, setBounds, setCapture, setCursor, setDragDetect, setEnabled, setFont, setForeground, setLayoutData, setLocation, setLocation, setMenu, setParent, setRedraw, setRegion, setSize, setSize, setToolTipText, setVisible, toControl, toControl, toDisplay, toDisplay, traverse, traverse, traverse, update |
| Methods inherited from class org.eclipse.swt.widgets.Widget |
|---|
addDisposeListener, addListener, checkWidget, dispose, getData, getData, getDisplay, getListeners, getStyle, isDisposed, isListening, notifyListeners, removeDisposeListener, removeListener, removeListener, reskin, setData, setData, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ibm.designer.domino.xsp.api.panels.complex.IComplexPanel |
|---|
createPanel |
| Field Detail |
|---|
protected IPanelExtraData _data
protected FacesDefinition _def
| Constructor Detail |
|---|
public DynamicPanel(org.eclipse.swt.widgets.Composite parent)
parent - a Composite control which will be the parent of the new instance (CANNOT be null).
public DynamicPanel(org.eclipse.swt.widgets.Composite parent,
int style)
parent - a Composite control which will be the parent of the new instance (CANNOT be null).style - the style of control to construct| Method Detail |
|---|
public IPanelExtraData getExtraData()
public void setExtraData(IPanelExtraData data)
IPanelDataReciever
setExtraData in interface IPanelDataRecieverdata - extra data which might be needed when creating a properties panelprotected void initLayout()
PropLayoutComposite.setLayout(org.eclipse.swt.widgets.Layout) in order to set an
appropriate layout on this Composite.
initLayout in class PropLayoutpublic org.eclipse.swt.widgets.Control getControl()
IComplexPanel
getControl in interface IComplexPanelthis
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||