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

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

Uses of IppTextBox.DefaultValue in pl.mbdev.openstage
 

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

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