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

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

Uses of IppTextBox.Constraint in pl.mbdev.openstage
 

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

Methods in pl.mbdev.openstage that return IppTextBox.Constraint
static IppTextBox.Constraint IppTextBox.Constraint.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppTextBox.Constraint[] IppTextBox.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 IppTextBox.Constraint
IppTextBox(java.lang.String title, java.lang.String text, java.lang.String url, int maxSize, IppTextBox.Constraint constraint, boolean isPassword, IppTextBox.DefaultValue defaultValue, java.lang.String key, boolean isUneditable)
          Creates a new text box.