Uses of Class
pl.mbdev.openstage.IppTextField.DefaultValue

Packages that use IppTextField.DefaultValue
pl.mbdev.openstage This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. 
 

Uses of IppTextField.DefaultValue in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppTextField.DefaultValue
private  IppTextField.DefaultValue IppTextField.defaultValue
          One of the values from IppTextField.DefaultValue.
 

Methods in pl.mbdev.openstage that return IppTextField.DefaultValue
static IppTextField.DefaultValue IppTextField.DefaultValue.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppTextField.DefaultValue[] IppTextField.DefaultValue.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in pl.mbdev.openstage with parameters of type IppTextField.DefaultValue
IppTextField(java.lang.String label, java.lang.String text, int maxSize, IppTextField.Constraint constraint, boolean isPassword, IppTextField.DefaultValue defaultValue, java.lang.String key, boolean isUneditable)
          Creates IppTextField with all characteristics defined by the user.