qx.ui.table.headerrenderer
Class Default

java.lang.Object
  extended by qx.core.Object
      extended by qx.ui.table.headerrenderer.Default
All Implemented Interfaces:
IHeaderRenderer
Direct Known Subclasses:
Icon

public class Default
extends Object
implements IHeaderRenderer

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

Default

public Default()

Create a new instance

Method Detail

createHeaderCell

public Widget createHeaderCell(java.lang.Object cellInfo)
Description copied from interface: IHeaderRenderer

Creates a header cell.

The cellInfo map contains the following properties:

Specified by:
createHeaderCell in interface IHeaderRenderer

getToolTip

public java.lang.String getToolTip()

Returns the (computed) value of the property toolTip.

For further details take a look at the property definition: toolTip.


initToolTip

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.


resetToolTip

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.


setToolTip

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.


updateHeaderCell

public void updateHeaderCell(java.lang.Object cellInfo,
                             Widget cellWidget)
Description copied from interface: IHeaderRenderer

Updates a header cell.

Specified by:
updateHeaderCell in interface IHeaderRenderer


Copyright © 2008 1&1. All Rights Reserved.