|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.core.Target
qx.ui.core.Widget
qx.ui.core.Parent
qx.ui.layout.BoxLayout
qx.ui.basic.Atom
qx.ui.form.ListItem<T>
public class ListItem<T>
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
ListItem()
|
|
ListItem(java.lang.Object vText)
|
|
ListItem(java.lang.Object vText,
java.lang.Object vIcon)
|
|
ListItem(java.lang.Object vText,
java.lang.Object vIcon,
java.lang.Object vValue)
|
Method Summary | |
---|---|
void |
_applyStateStyleFocus(java.lang.Object vStates)
Remove default outline focus border – currently not implemented |
void |
_ondblclick(MouseEvent e)
Callback method for the double-click event of the ListItem. |
T |
getValue()
Returns the (computed) value of the property value . |
void |
handleStateChange()
Sets/removes the styleProperties “MozOutline” and “outline” whether the item has the state “lead” or not |
void |
initValue(java.lang.String arg)
Calls the apply method and dispatches the change event of the property value
with the default value defined by the class developer. |
boolean |
matchesString(java.lang.String vText)
Execute by the “_findItem” method at List to perform
a string search |
boolean |
matchesStringExact(java.lang.String vText)
Execute by the “_findItem” method at List to perform
an exact string search |
boolean |
matchesValue(java.lang.String vText)
Execute by the “_findItem” method at List to perform
a value search |
boolean |
matchesValueExact(java.lang.String vText)
Execute by the “_findItem” method at List to perform
an exact value search |
void |
resetValue()
Resets the user value of the property value . |
T |
setValue(T arg)
Sets the user value of the property value . |
Methods inherited from class qx.core.Target |
---|
_dispatchEvent, addChangeSelectionListener, addChangeValueListener, addEventListener, addExecuteListener, addJavaEventListener, createDispatchChangeEvent, createDispatchDataEvent, createDispatchEvent, dispatchEvent, hasEventListeners, removeEventListener |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListItem()
public ListItem(java.lang.Object vText)
public ListItem(java.lang.Object vText, java.lang.Object vIcon)
public ListItem(java.lang.Object vText, java.lang.Object vIcon, java.lang.Object vValue)
Method Detail |
---|
public void _applyStateStyleFocus(java.lang.Object vStates)
Remove default outline focus border – currently not implemented
_applyStateStyleFocus
in class Widget
public void _ondblclick(MouseEvent e)
Callback method for the double-click event of the ListItem.
Executes an registered command – if available.
public T getValue()
Returns the (computed) value of the property value
.
For further details take a look at the property definition: value
.
public void handleStateChange()
Sets/removes the styleProperties “MozOutline” and “outline” whether the item has the state “lead” or not
public void initValue(java.lang.String arg)
Calls the apply method and dispatches the change event of the property value
with the default value defined by the class developer. This function can
only be called from the constructor of a class.
For further details take a look at the property definition: value
.
public boolean matchesString(java.lang.String vText)
Execute by the “_findItem” method at List
to perform
a string search
public boolean matchesStringExact(java.lang.String vText)
Execute by the “_findItem” method at List
to perform
an exact string search
public boolean matchesValue(java.lang.String vText)
Execute by the “_findItem” method at List
to perform
a value search
public boolean matchesValueExact(java.lang.String vText)
Execute by the “_findItem” method at List
to perform
an exact value search
public void resetValue()
Resets the user value of the property value
.
The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.
For further details take a look at the property definition: value
.
public T setValue(T arg)
Sets the user value of the property value
.
For further details take a look at the property definition: value
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |