|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.swt.client.widget.property.SelectableItemsProperty
public final class SelectableItemsProperty
The "Selectable Items" property, which lets you the items that will be displayed in a list box widget. Each item consists of its actual value (which will depend on the data type of the list box) and its display value (how it is displayed in the list box).
Method Summary | |
---|---|
PropertyResolver |
createResolver()
Creates a new instance of the property resolver for this property. |
java.lang.String |
getDesignerTooltip()
Gets a string that describes this property and that is shown as a tooltip in the UI Designer. |
PropertyDOMConverter |
getDOMConverter()
Gets the DOM converter for this property. |
PropertyEditor |
getEditor()
Gets the property editor for this property. |
static SelectableItemsProperty |
getInstance()
Gets the singleton instance of this property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static SelectableItemsProperty getInstance()
public PropertyResolver createResolver()
createResolver
in interface Property
public PropertyDOMConverter getDOMConverter()
getDOMConverter
in interface Property
public PropertyEditor getEditor()
getEditor
in interface Property
public java.lang.String getDesignerTooltip()
getDesignerTooltip
in interface Property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |