Uses of Class
qx.util.format.NumberFormat

Packages that use NumberFormat
qx.ui.form   
qx.ui.table.cellrenderer   
 

Uses of NumberFormat in qx.ui.form
 

Methods in qx.ui.form that return NumberFormat
 NumberFormat Spinner.getNumberFormat()
          Returns the (computed) value of the property numberFormat.
 

Methods in qx.ui.form with parameters of type NumberFormat
 void Spinner._applyNumberFormat(NumberFormat value, NumberFormat old)
          Applies changes of the property value of the property numberFormat.
 void Spinner.initNumberFormat(NumberFormat arg)
          Calls the apply method and dispatches the change event of the property numberFormat with the default value defined by the class developer.
 void Spinner.setNumberFormat(NumberFormat arg)
          Sets the user value of the property numberFormat.
 

Uses of NumberFormat in qx.ui.table.cellrenderer
 

Methods in qx.ui.table.cellrenderer that return NumberFormat
 NumberFormat Number.getNumberFormat()
          Returns the (computed) value of the property numberFormat.
 

Methods in qx.ui.table.cellrenderer with parameters of type NumberFormat
 void Number._applyNumberFormat(NumberFormat value, NumberFormat old)
          Applies changes of the property value of the property numberFormat.
 void Number.initNumberFormat(NumberFormat arg)
          Calls the apply method and dispatches the change event of the property numberFormat with the default value defined by the class developer.
 void Number.setNumberFormat(NumberFormat arg)
          Sets the user value of the property numberFormat.
 



Copyright © 2008 1&1. All Rights Reserved.