Uses of Class
javax.rad.genui.celleditor.UIChoiceCellEditor

Packages that use UIChoiceCellEditor
com.sibvisions.rad.application Contains base classes for application creation. 
 

Uses of UIChoiceCellEditor in com.sibvisions.rad.application
 

Fields in com.sibvisions.rad.application declared as UIChoiceCellEditor
static UIChoiceCellEditor ApplicationUtil.TRUEFALSE_EDITOR
          True/False choice cell editor for BooleanDataTypes.
static UIChoiceCellEditor ApplicationUtil.TRUEFALSENULL_EDITOR
          True/False/null choice cell editor for BooleanDataTypes.
static UIChoiceCellEditor ApplicationUtil.YESNO_EDITOR
          Yes/No choice cell editor.
static UIChoiceCellEditor ApplicationUtil.YESNONULL_EDITOR
          Yes/No/null choice cell editor.
 

Methods in com.sibvisions.rad.application that return UIChoiceCellEditor
static UIChoiceCellEditor ApplicationUtil.createTFChoiceCellEditor()
          Returns a new choice cell editor with True, False values.
static UIChoiceCellEditor ApplicationUtil.createTFNullChoiceCellEditor()
          Returns a new choice cell editor with True, False, null values.
static UIChoiceCellEditor ApplicationUtil.createYNChoiceCellEditor()
          Returns a new choice cell editor with "Y", "N" values.
static UIChoiceCellEditor ApplicationUtil.createYNNullChoiceCellEditor()
          Returns a new choice cell editor with "Y", "N", null values.
 



Copyright © 2009 SIB Visions GmbH. All Rights Reserved.