|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.ui.table.headerrenderer.Default
public class Default
The default header cell renderer.
Constructor Summary | |
---|---|
Default()
Create a new instance |
Method Summary | |
---|---|
Widget |
createHeaderCell(java.lang.Object cellInfo)
Creates a header cell. |
java.lang.String |
getToolTip()
Returns the (computed) value of the property toolTip . |
void |
initToolTip(java.lang.String arg)
Calls the apply method and dispatches the change event of the property toolTip
with the default value defined by the class developer. |
void |
resetToolTip()
Resets the user value of the property toolTip . |
void |
setToolTip(java.lang.String arg)
Sets the user value of the property toolTip . |
void |
updateHeaderCell(java.lang.Object cellInfo,
Widget cellWidget)
Updates a header cell. |
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 Default()
Create a new instance
Method Detail |
---|
public Widget createHeaderCell(java.lang.Object cellInfo)
IHeaderRenderer
Creates a header cell.
The cellInfo map contains the following properties:
createHeaderCell
in interface IHeaderRenderer
public java.lang.String getToolTip()
Returns the (computed) value of the property toolTip
.
For further details take a look at the property definition: toolTip
.
public void initToolTip(java.lang.String arg)
Calls the apply method and dispatches the change event of the property toolTip
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: toolTip
.
public void resetToolTip()
Resets the user value of the property toolTip
.
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: toolTip
.
public void setToolTip(java.lang.String arg)
Sets the user value of the property toolTip
.
For further details take a look at the property definition: toolTip
.
public void updateHeaderCell(java.lang.Object cellInfo, Widget cellWidget)
IHeaderRenderer
Updates a header cell.
updateHeaderCell
in interface IHeaderRenderer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |