|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.layout.HorizontalBoxLayout
qx.ui.table.pane.FocusIndicator
public class FocusIndicator
Field Summary |
---|
Fields inherited from class qx.ui.core.Widget |
---|
AUTO |
Constructor Summary | |
---|---|
FocusIndicator()
|
|
FocusIndicator(java.lang.Object scroller)
|
Method Summary | |
---|---|
java.lang.Integer |
getColumn()
Returns the (computed) value of the property column . |
java.lang.Integer |
getRow()
Returns the (computed) value of the property row . |
void |
initColumn(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property column
with the default value defined by the class developer. |
void |
initRow(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property row
with the default value defined by the class developer. |
void |
moveToCell(java.lang.Object col,
java.lang.Object row)
|
void |
resetColumn()
Resets the user value of the property column . |
void |
resetRow()
Resets the user value of the property row . |
void |
setColumn(java.lang.Integer arg)
Sets the user value of the property column . |
void |
setRow(java.lang.Integer arg)
Sets the user value of the property row . |
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 FocusIndicator()
public FocusIndicator(java.lang.Object scroller)
Method Detail |
---|
public java.lang.Integer getColumn()
Returns the (computed) value of the property column
.
For further details take a look at the property definition: column
.
public java.lang.Integer getRow()
Returns the (computed) value of the property row
.
For further details take a look at the property definition: row
.
public void initColumn(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property column
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: column
.
public void initRow(java.lang.Integer arg)
Calls the apply method and dispatches the change event of the property row
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: row
.
public void moveToCell(java.lang.Object col, java.lang.Object row)
public void resetColumn()
Resets the user value of the property column
.
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: column
.
public void resetRow()
Resets the user value of the property row
.
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: row
.
public void setColumn(java.lang.Integer arg)
Sets the user value of the property column
.
For further details take a look at the property definition: column
.
public void setRow(java.lang.Integer arg)
Sets the user value of the property row
.
For further details take a look at the property definition: row
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |