Uses of Interface
qx.ui.table.IRowRenderer

Packages that use IRowRenderer
qx.ui.table   
qx.ui.table.rowrenderer   
qx.ui.treevirtual   
 

Uses of IRowRenderer in qx.ui.table
 

Methods in qx.ui.table that return IRowRenderer
 IRowRenderer Table.getDataRowRenderer()
          Returns the (computed) value of the property dataRowRenderer.
 

Methods in qx.ui.table with parameters of type IRowRenderer
 void Table.initDataRowRenderer(IRowRenderer arg)
          Calls the apply method and dispatches the change event of the property dataRowRenderer with the default value defined by the class developer.
 void Table.setDataRowRenderer(IRowRenderer arg)
          Sets the user value of the property dataRowRenderer.
 

Uses of IRowRenderer in qx.ui.table.rowrenderer
 

Classes in qx.ui.table.rowrenderer that implement IRowRenderer
 class Default
          The default data row renderer.
 

Uses of IRowRenderer in qx.ui.treevirtual
 

Classes in qx.ui.treevirtual that implement IRowRenderer
 class SimpleTreeDataRowRenderer
          A data row renderer for a simple tree row
 



Copyright © 2008 1&1. All Rights Reserved.