ComboEdit

Editable ComboBox with list of strings.

Constructors

this
this()

empty parameter list constructor - for usage by factory

this
this(string ID)

create with ID parameter

this
this(string ID, string[] items)
Undocumented in source.
this
this(string ID, dstring[] items)
Undocumented in source.

Members

Functions

createSelectedItemWidget
Widget createSelectedItemWidget()

set bool property value, for ML loaders

handleClick
bool handleClick()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
onKeyEvent
bool onKeyEvent(KeyEvent event)

process key event, return true if event is processed.

popupClosed
void popupClosed()
Undocumented in source. Be warned that the author may not have intended to support it.
postInit
void postInit()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

readOnly
bool readOnly [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readOnly
bool readOnly [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_edit
EditLine _edit;
Undocumented in source.

Inherited Members

From ComboBox

items
string[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
dstring[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
items
StringListValue[] items [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
setStringListValueListProperty
bool setStringListValueListProperty(string propName, StringListValue[] values)

StringListValue list values

selectedItem
dstring selectedItem [@property getter]

get selected item as text

items
const(UIStringCollection) items [@property getter]

returns list of items

adapter
StringListAdapter adapter [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
dstring text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
text
UIString text [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItemIndex
int selectedItemIndex [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
selectedItemIndex
int selectedItemIndex [@property getter]

Selected item index.

initialize
void initialize()
Undocumented in source. Be warned that the author may not have intended to support it.
createSelectedItemWidget
Widget createSelectedItemWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.

Meta