Uses of Class
pl.mbdev.openstage.IppDateField.Mode

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

Uses of IppDateField.Mode in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppDateField.Mode
private  IppDateField.Mode IppDateField.mode
          Mode of this date field, value comes from IppDateField.Mode.
 

Methods in pl.mbdev.openstage that return IppDateField.Mode
static IppDateField.Mode IppDateField.Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppDateField.Mode[] IppDateField.Mode.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 IppDateField.Mode
IppDateField(java.lang.String label, java.util.GregorianCalendar dateTime, IppDateField.Mode mode, java.lang.String dateKey, java.lang.String timeKey)
          Creates new date field that will have a default date and time provided in a dateTime parameter.
IppDateField(java.lang.String label, java.util.TimeZone timeZone, java.lang.String date, java.lang.String time, IppDateField.Mode mode, IppDateField.Default defaultValue, java.lang.String dateKey, java.lang.String timeKey)