Uses of Class
to.etc.domui.component.input.Text.NumberMode

Packages that use Text.NumberMode
to.etc.domui.component.input   
 

Uses of Text.NumberMode in to.etc.domui.component.input
 

Methods in to.etc.domui.component.input that return Text.NumberMode
 Text.NumberMode Text.getNumberMode()
          Returns the current numeric mode in effect.
static Text.NumberMode Text.NumberMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Text.NumberMode[] Text.NumberMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.domui.component.input with parameters of type Text.NumberMode
 void Text.setNumberMode(Text.NumberMode numberMode)
          Sets the current numeric mode in effect.