public class PWCombo extends PWWidget
Constructor | Description |
---|---|
PWCombo(java.lang.String label,
java.lang.String propertyKey,
boolean editable,
java.lang.Object... values) |
Constructor
|
PWCombo(java.lang.String label,
java.lang.String propertyKey,
java.lang.Object... values) |
Constructor
|
Modifier and Type | Method | Description |
---|---|---|
org.eclipse.swt.widgets.Control |
build(org.eclipse.swt.widgets.Composite parent) |
Build the widget
|
void |
check() |
Check if the property can be binded to the widget
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
checkAndBuild, enableOrDisable, getAlignment, getControls, getHeight, getIndent, getLabel, getNumberOfColumns, getWidth, isGrabExcessSpace, isSingleWidget, setAlignment, setEnabler, setGrabExcessSpace, setHeight, setIndent, setWidth
public PWCombo(java.lang.String label, java.lang.String propertyKey, java.lang.Object... values)
label
- associated labelpropertyKey
- associated keypublic PWCombo(java.lang.String label, java.lang.String propertyKey, boolean editable, java.lang.Object... values)
label
- associated labelpropertyKey
- associated keypublic org.eclipse.swt.widgets.Control build(org.eclipse.swt.widgets.Composite parent)
PWWidget
parent
- parent compositePWWidget.build(org.eclipse.swt.widgets.Composite)
public void check()
PWWidget
PWWidget.check()