Uses of Class
pl.mbdev.openstage.XmlFormItem

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

Uses of XmlFormItem in pl.mbdev.openstage
 

Subclasses of XmlFormItem in pl.mbdev.openstage
 class IppButton
          Can be added to IppForm.
 class IppChoiceGroup
          Choice element, which can be added to IppForm, and is similar to the IppList.
 class IppDateField
          A field with a date and time that can be added to IppForm.
 class IppGauge
          Automated or user editable gauge, which can be added to IppForm.
 class IppImageItem
          Item with an image that can be added to IppForm.
 class IppSpacer
          Separates two consecutive entries of the IppForm with a blank, empty line.
 class IppStringItem
          This simple item can be added to IppForm, and consists of single line of static text with two columns.
 class IppTextField
          Can be added to IppForm and is in appearance similar to IppStringItem, but IppTextField can be edited.
 

Methods in pl.mbdev.openstage with parameters of type XmlFormItem
 Xml IppForm.add(XmlFormItem fi)
          Adds the provided form item (any subclass of the XmlFormItem) to this IppForm.