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

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

Uses of IppTextField.Constraint in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppTextField.Constraint
private  IppTextField.Constraint IppTextField.constraint
          Value from IppTextField.Constraint.
 

Methods in pl.mbdev.openstage that return IppTextField.Constraint
static IppTextField.Constraint IppTextField.Constraint.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppTextField.Constraint[] IppTextField.Constraint.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.Constraint
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.