|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.swt.widgets.Widget org.eclipse.swt.widgets.Control org.eclipse.swt.widgets.Scrollable org.eclipse.swt.widgets.Composite com.ibm.commons.swt.controls.custom.CustomComposite com.ibm.commons.swt.data.editors.api.CompositeEditor com.ibm.commons.swt.data.controls.DCCompositeEditor com.ibm.commons.swt.data.controls.DCCompositeText
public class DCCompositeText
A text composite control that is bound to data.
Nested Class Summary | |
---|---|
static interface |
DCCompositeText.CallDialog
An interface that allows implementors determine the desired behavior when a button is pressed to launch a dialog from a composite control. |
Field Summary |
---|
Fields inherited from class com.ibm.commons.swt.data.editors.api.CompositeEditor |
---|
cmptdDialogButton, COMPUTED_IMG, COMPUTED_IMG_HC, COMPUTED_IMG_HOVER, COMPUTED_IMG_HOVER_HC, control, CUSTOM_EDITOR_IMG, CUSTOM_EDITOR_IMG_HC, delButton, dialogButton, extraLabel, IMG_BROWSEBUTTON, IMG_BROWSEBUTTON_HC, IMG_COMPUTED, IMG_VALUEBINDING, label, menuButton, NON_COMPUTED_IMG, NON_COMPUTED_IMG_HC, NON_COMPUTED_IMG_HOVER, NON_COMPUTED_IMG_HOVER_HC, realControl, realDialogButton |
Fields inherited from class org.eclipse.swt.widgets.Control |
---|
handle |
Constructor Summary | |
---|---|
DCCompositeText(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. |
|
DCCompositeText(org.eclipse.swt.widgets.Composite parent,
int style,
java.lang.String id)
Constructs a new instance of the class given the parent Composite, the style flags which are used to set the look/behavior of the control, and an id property that can be used to programatically identify the control. |
Method Summary | |
---|---|
java.lang.String |
callDialog(java.lang.String value)
If a DialogButton is associated with this Composite control, the callDialog method
will be called when the DialogButton is pressed. |
DCCompositeText.CallDialog |
getCallDialog()
Returns the CallDialog interface associated with this control. |
int |
getCols()
Returns the width of the current text control in columns. |
java.lang.String |
getDialogButtonText()
Returns the text that is to appear on the dialog button. |
int |
getRows()
Returns the height of the current text control in rows. |
IValidator |
getValidator()
Returns the validator associated with the current text control. |
boolean |
isDialogButton()
Returns whether or not this composite control has a dialog button associated with it. |
void |
setCallDialog(DCCompositeText.CallDialog callDialog)
Sets the CallDialog interface associated with this control. |
void |
setCols(int cols)
Sets the width of the current text control in columns. |
void |
setDialogButton(boolean dialogButton)
Sets whether or not this composite control has a dialog button associated with it. |
void |
setDialogButtonText(java.lang.String dialogButtonText)
Sets the text that is to appear on the dialog button. |
void |
setRows(int rows)
Sets the height of the current text control in rows. |
void |
setValidator(IValidator validator)
Sets the validator associated with the current text control. |
Methods inherited from class com.ibm.commons.swt.data.controls.DCCompositeEditor |
---|
getAttributeName, getControl, getDataNode, getEditorOptions, getPropertyEditor, getPropertyEditorName, getPropertyEditorParameter, initEditor, setAttributeName, setDataNode, setDataNodeBinding, setPropertyEditor, setPropertyEditorName, setPropertyEditorParameter |
Methods inherited from class com.ibm.commons.swt.controls.custom.CustomComposite |
---|
getId, getUpdater, setId, setUpdater |
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, 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 |
Constructor Detail |
---|
public DCCompositeText(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 constructpublic DCCompositeText(org.eclipse.swt.widgets.Composite parent, int style, java.lang.String id)
parent
- a Composite control which will be the parent of the new instance (CANNOT be null).style
- the style of control to constructid
- a String which can be used to programatically identify the controlMethod Detail |
---|
public DCCompositeText.CallDialog getCallDialog()
com.ibm.commons.swt.data.controls.DCCompositeText.callDialog(String)
is called.
DCCompositeText.CallDialog
public void setCallDialog(DCCompositeText.CallDialog callDialog)
com.ibm.commons.swt.data.controls.DCCompositeText.callDialog(String)
is called.
callDialog
- DCCompositeText.CallDialog
public int getCols()
public int getRows()
public void setCols(int cols)
public void setRows(int rows)
public IValidator getValidator()
IValidator
public void setValidator(IValidator validator)
validator
- IValidator
public boolean isDialogButton()
public void setDialogButton(boolean dialogButton)
boolean
- public java.lang.String getDialogButtonText()
public void setDialogButtonText(java.lang.String dialogButtonText)
dialogButtonText
- public java.lang.String callDialog(java.lang.String value)
callDialog
method
will be called when the DialogButton is pressed.
value
-
DialogButton
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |