A B C D E F G H I K L M N O P R S T U V W X

I

id - Variable in class pl.mbdev.openstage.IppScreen
ID of this screen.
Image - Class in pl.mbdev.openstage
Shows an image on the screen of phone.
Image(String, String) - Constructor for class pl.mbdev.openstage.Image
 
image - Variable in class pl.mbdev.openstage.IppImageItem
Image attached to this image item.
imageType - Variable in class pl.mbdev.openstage.IppPhoneNumber
Type of the image attached to a IppPhoneNumber, value from IppPhoneNumber.ImageType.
in - Variable in class pl.mbdev.openstage.push.HttpRequest
Input stream.
initialScreen - Variable in class pl.mbdev.openstage.IppDisplay
ID of the initial IppScreen in this IppDisplay.
insert(Xml) - Method in class pl.mbdev.openstage.Xml
Inserts the provided object between this node and its parent.
interactive - Variable in class pl.mbdev.openstage.IppGauge
Value from IppGauge.Interactive, sets the gauge's interactivity.
IppAction - Class in pl.mbdev.openstage
Entity used to perform an action on OpenStage phone.
IppAction(IppAction.Type, String) - Constructor for class pl.mbdev.openstage.IppAction
Creates IppAction with all parameters available to setup.
IppAction(IppAction.Type) - Constructor for class pl.mbdev.openstage.IppAction
Creates an action of a given type, without any phone number associated with it.
IppAction(String) - Constructor for class pl.mbdev.openstage.IppAction
Creates an action to call a given phone number.
IppAction.Type - Enum in pl.mbdev.openstage
Defines types of IppAction.
IppAction.Type() - Constructor for enum pl.mbdev.openstage.IppAction.Type
 
IppAlert - Class in pl.mbdev.openstage
Used to display alerts to the user and after the alert is sent away, user can see normal content of the IppScreen.
IppAlert(String, String) - Constructor for class pl.mbdev.openstage.IppAlert
Constructs new information alert, it has type IppAlert.Type.INFO.
IppAlert(String, String, String, IppPhoneNumber, Image, IppAlert.Type, Integer) - Constructor for class pl.mbdev.openstage.IppAlert
Constructs IppAlert with all options available to set.
IppAlert.Type - Enum in pl.mbdev.openstage
Possible kinds of alerts (see IppAlert) are defined here.
IppAlert.Type() - Constructor for enum pl.mbdev.openstage.IppAlert.Type
 
IppButton - Class in pl.mbdev.openstage
Can be added to IppForm.
IppButton(String, Image, String, String) - Constructor for class pl.mbdev.openstage.IppButton
Creates new IppButton with all parameters available to set.
IppButton(String, Image, IppButton.Type, String, String) - Constructor for class pl.mbdev.openstage.IppButton
Creates new IppButton with all parameters available to set.
IppButton.Type - Enum in pl.mbdev.openstage
Defines possible types of the IppButton.
IppButton.Type() - Constructor for enum pl.mbdev.openstage.IppButton.Type
 
IppChoiceGroup - Class in pl.mbdev.openstage
Choice element, which can be added to IppForm, and is similar to the IppList.
IppChoiceGroup(String) - Constructor for class pl.mbdev.openstage.IppChoiceGroup
Creates an exclusive, initially empty choice group.
IppChoiceGroup(String, IppChoiceGroup.Type) - Constructor for class pl.mbdev.openstage.IppChoiceGroup
 
IppChoiceGroup(String, IppChoiceGroup.Type, Option[]) - Constructor for class pl.mbdev.openstage.IppChoiceGroup
 
IppChoiceGroup.Type - Enum in pl.mbdev.openstage
Defines possible types of the IppChoiceGroup.
IppChoiceGroup.Type() - Constructor for enum pl.mbdev.openstage.IppChoiceGroup.Type
 
IppCommand - Class in pl.mbdev.openstage
Allows user's interaction with many aspects of the OpenStage phone.
IppCommand(IppCommand.Type, IppCommand.DisplayOn) - Constructor for class pl.mbdev.openstage.IppCommand
Creates new IppCommand, with label that is guessed according to the type argument.
IppCommand(String, int, IppCommand.DisplayOn) - Constructor for class pl.mbdev.openstage.IppCommand
Creates new IppCommand of type SCREEN.
IppCommand(String, String, String, IppCommand.DisplayOn) - Constructor for class pl.mbdev.openstage.IppCommand
Creates new IppCommand of type SELECT.
IppCommand(String, IppCommand.Type, String, String, IppCommand.DisplayOn, boolean) - Constructor for class pl.mbdev.openstage.IppCommand
Creates new IppCommand with some fields set to default values.
IppCommand(String, IppCommand.Type, int, int, int, String, String, IppCommand.DisplayOn, boolean, boolean) - Constructor for class pl.mbdev.openstage.IppCommand
Creates new IppCommand with all possible fields available to set.
IppCommand.Default - Enum in pl.mbdev.openstage
Possible values of a field that indicates whether this command will be a default command in the context menu.
IppCommand.Default() - Constructor for enum pl.mbdev.openstage.IppCommand.Default
 
IppCommand.DisplayOn - Enum in pl.mbdev.openstage
Defines places where the IppCommand will be displayed.
IppCommand.DisplayOn() - Constructor for enum pl.mbdev.openstage.IppCommand.DisplayOn
 
IppCommand.Select - Enum in pl.mbdev.openstage
For commands added to implicit IppList Possible valued of a field that indicates whether the command is selected by default or not.
IppCommand.Select() - Constructor for enum pl.mbdev.openstage.IppCommand.Select
 
IppCommand.Type - Enum in pl.mbdev.openstage
Available types of the IppCommand.
IppCommand.Type() - Constructor for enum pl.mbdev.openstage.IppCommand.Type
 
IppDateField - Class in pl.mbdev.openstage
A field with a date and time that can be added to IppForm.
IppDateField(String, GregorianCalendar, IppDateField.Mode, String, String) - Constructor for class pl.mbdev.openstage.IppDateField
Creates new date field that will have a default date and time provided in a dateTime parameter.
IppDateField(String, TimeZone, String, String, IppDateField.Mode, IppDateField.Default, String, String) - Constructor for class pl.mbdev.openstage.IppDateField
 
IppDateField.Default - Enum in pl.mbdev.openstage
Defines the possible kinds of default values of the IppDateField.
IppDateField.Default() - Constructor for enum pl.mbdev.openstage.IppDateField.Default
 
IppDateField.Mode - Enum in pl.mbdev.openstage
Defines possible modes of an IppDateField.
IppDateField.Mode() - Constructor for enum pl.mbdev.openstage.IppDateField.Mode
 
IppDisplay - Class in pl.mbdev.openstage
Definition of IppDisplay, required sub-node of IppPhone.
IppDisplay(Integer, int) - Constructor for class pl.mbdev.openstage.IppDisplay
Creates new, empty IppDisplay object.
IppForm - Class in pl.mbdev.openstage
Important type of XML object, used to send user-created data from the OpenStage phone to the external server.
IppForm(String, String) - Constructor for class pl.mbdev.openstage.IppForm
Constructs new form with no initial items or commands, and with default column proportions (left 50%, right 50%).
IppForm(String, String, IppForm.Proportion) - Constructor for class pl.mbdev.openstage.IppForm
Constructs new form with no initial items or commands.
IppForm.Proportion - Enum in pl.mbdev.openstage
Available values of proportion parameter in the constructor of IppForm, they define proportions between left and right column of the form.
IppForm.Proportion() - Constructor for enum pl.mbdev.openstage.IppForm.Proportion
 
IppGauge - Class in pl.mbdev.openstage
Automated or user editable gauge, which can be added to IppForm.
IppGauge(String, int, int, int, int) - Constructor for class pl.mbdev.openstage.IppGauge
Creates an automated gauge, with start and end time.
IppGauge(String, int, int, String) - Constructor for class pl.mbdev.openstage.IppGauge
Creates an interactive gauge, with initial and maximum values.
IppGauge(String, String, String, IppGauge.Interactive, String) - Constructor for class pl.mbdev.openstage.IppGauge
Creates
IppGauge.Interactive - Enum in pl.mbdev.openstage
Defines types of IppGauge in the context of it being interactive.
IppGauge.Interactive() - Constructor for enum pl.mbdev.openstage.IppGauge.Interactive
 
IppHidden - Class in pl.mbdev.openstage
Can store key-value pairs that are sent to the server when an IppCommand of type IppCommand.Type.SELECT is used.
IppHidden(IppHidden.Type) - Constructor for class pl.mbdev.openstage.IppHidden
Creates hidden field with default 'Key' and 'Value', for type PHONENUMBER or IPADDRESS.
IppHidden(IppHidden.Type, String) - Constructor for class pl.mbdev.openstage.IppHidden
Constructs new hidden field without custom value, but with custom key for phone number or ip address.
IppHidden(IppHidden.Type, String, String) - Constructor for class pl.mbdev.openstage.IppHidden
Constructs fully customisable hidden field.
IppHidden.Type - Enum in pl.mbdev.openstage
Defines possible types of values.
IppHidden.Type() - Constructor for enum pl.mbdev.openstage.IppHidden.Type
 
IppImageItem - Class in pl.mbdev.openstage
Item with an image that can be added to IppForm.
IppImageItem(String, Image, String) - Constructor for class pl.mbdev.openstage.IppImageItem
Creates new image item with all parameters available.
IppItem - Class in pl.mbdev.openstage
Used to attach IppCommands to single entries of the IppForm.
IppItem() - Constructor for class pl.mbdev.openstage.IppItem
Constructs new, empty IppItem.
IppKey - Class in pl.mbdev.openstage
Element that allows direct input of the pressed keys values to the remote server.
IppKey() - Constructor for class pl.mbdev.openstage.IppKey
Creates a default IppKey element, which disables
IppKey(int, Character, String) - Constructor for class pl.mbdev.openstage.IppKey
Creates an IppKey element that enables buffered input and has custom key.
IppKey(String) - Constructor for class pl.mbdev.openstage.IppKey
Creates an IppKey element that enables not buffered input and has custom key.
IppKey(boolean, boolean, IppKey.BufferKeys, int, Character, String) - Constructor for class pl.mbdev.openstage.IppKey
Constructs new IppKey element with all parameters available.
IppKey.BufferKeys - Enum in pl.mbdev.openstage
Setting of buffering of input of the IppKey element.
IppKey.BufferKeys() - Constructor for enum pl.mbdev.openstage.IppKey.BufferKeys
 
IppKey.Keypad - Enum in pl.mbdev.openstage
Keypad key presses may be ignored or not, while IppKey element is present on the screen.
IppKey.Keypad() - Constructor for enum pl.mbdev.openstage.IppKey.Keypad
 
IppKey.SendKeys - Enum in pl.mbdev.openstage
The input from IppKey element may be sent to the remote server or not.
IppKey.SendKeys() - Constructor for enum pl.mbdev.openstage.IppKey.SendKeys
 
IppList - Class in pl.mbdev.openstage
Used to create lists of elements, one or more of which then can be selected, according to the list type.
IppList(String, String, IppList.Type, int) - Constructor for class pl.mbdev.openstage.IppList
Creates a new, empty IppList.
IppList(String, String, IppList.Type, int, Option[]) - Constructor for class pl.mbdev.openstage.IppList
Creates a new list with all parameters available to set.
IppList.Type - Enum in pl.mbdev.openstage
Defines possible types of IppList.
IppList.Type() - Constructor for enum pl.mbdev.openstage.IppList.Type
 
IppPhone - Class in pl.mbdev.openstage
Recommended, and one of two possible root nodes of a XML application.
IppPhone() - Constructor for class pl.mbdev.openstage.IppPhone
Creates new, empty IppPhone object.
IppPhoneNumber - Class in pl.mbdev.openstage
Enables translation of a phone number stored in a local phone book of OpenStage.
IppPhoneNumber(String, IppPhoneNumber.ImageType, IppPhoneNumber.NumberType) - Constructor for class pl.mbdev.openstage.IppPhoneNumber
Creates new object that displays a phone number from a
IppPhoneNumber.ImageType - Enum in pl.mbdev.openstage
Defines possible types of images attached to a IppPhoneNumber.
IppPhoneNumber.ImageType() - Constructor for enum pl.mbdev.openstage.IppPhoneNumber.ImageType
 
IppPhoneNumber.NumberType - Enum in pl.mbdev.openstage
Defines possible options of how to display a number attached to a IppPhoneNumber.
IppPhoneNumber.NumberType() - Constructor for enum pl.mbdev.openstage.IppPhoneNumber.NumberType
 
IppPlayer - Class in pl.mbdev.openstage
Player is designed for applications that involve audio streaming.
IppPlayer(String, IppPlayer.Mode, IppPlayer.State, String, IppGauge) - Constructor for class pl.mbdev.openstage.IppPlayer
Creates new player with all initial conditions available.
IppPlayer.Mode - Enum in pl.mbdev.openstage
Defines possible modes of the IppPlayer.
IppPlayer.Mode() - Constructor for enum pl.mbdev.openstage.IppPlayer.Mode
 
IppPlayer.State - Enum in pl.mbdev.openstage
Defines possible states of the IppPlayer.
IppPlayer.State() - Constructor for enum pl.mbdev.openstage.IppPlayer.State
 
IppScreen - Class in pl.mbdev.openstage
Sub-node of IppDisplay object.
IppScreen(Integer) - Constructor for class pl.mbdev.openstage.IppScreen
Creates a new IppScreen.
IppSpacer - Class in pl.mbdev.openstage
Separates two consecutive entries of the IppForm with a blank, empty line.
IppSpacer() - Constructor for class pl.mbdev.openstage.IppSpacer
Creates new IppSpacer.
IppSpacer(IppSpacer.NewLine) - Constructor for class pl.mbdev.openstage.IppSpacer
Creates new IppSpacer.
IppSpacer.NewLine - Enum in pl.mbdev.openstage
As of September 2011, unused.
IppSpacer.NewLine() - Constructor for enum pl.mbdev.openstage.IppSpacer.NewLine
 
IppStringItem - Class in pl.mbdev.openstage
This simple item can be added to IppForm, and consists of single line of static text with two columns.
IppStringItem(String, String) - Constructor for class pl.mbdev.openstage.IppStringItem
Constructs new IppStringItem.
IppTextBox - Class in pl.mbdev.openstage
Multi-line box with editable text, which is similar to IppTextField, but can be added directly to IppScreen and cannot be added to IppForm.
IppTextBox(String, String, IppTextBox.DefaultValue, String, boolean) - Constructor for class pl.mbdev.openstage.IppTextBox
Creates a new text box.
IppTextBox(String, String, String, String) - Constructor for class pl.mbdev.openstage.IppTextBox
Creates a new text box.
IppTextBox(String, String, String, int, IppTextBox.Constraint, boolean, IppTextBox.DefaultValue, String, boolean) - Constructor for class pl.mbdev.openstage.IppTextBox
Creates a new text box.
IppTextBox.Constraint - Enum in pl.mbdev.openstage
Defines kinds of IppTextBox input.
IppTextBox.Constraint() - Constructor for enum pl.mbdev.openstage.IppTextBox.Constraint
 
IppTextBox.DefaultValue - Enum in pl.mbdev.openstage
Defined possible kinds of default value for IppTextBox objects.
IppTextBox.DefaultValue() - Constructor for enum pl.mbdev.openstage.IppTextBox.DefaultValue
 
IppTextField - Class in pl.mbdev.openstage
Can be added to IppForm and is in appearance similar to IppStringItem, but IppTextField can be edited.
IppTextField(String, String, String) - Constructor for class pl.mbdev.openstage.IppTextField
Creates IppTextField with default characteristics, therefore the value will not be treated as confidential data.
IppTextField(String, String) - Constructor for class pl.mbdev.openstage.IppTextField
Creates a password field.
IppTextField(String, String, String, boolean) - Constructor for class pl.mbdev.openstage.IppTextField
Creates an ordinary text field, which may not be editable.
IppTextField(String, String, int, IppTextField.Constraint, boolean, IppTextField.DefaultValue, String, boolean) - Constructor for class pl.mbdev.openstage.IppTextField
Creates IppTextField with all characteristics defined by the user.
IppTextField.Constraint - Enum in pl.mbdev.openstage
Narrows the set of possible characters of the IppTextField, and sometimes changes the method by which they are entered.
IppTextField.Constraint() - Constructor for enum pl.mbdev.openstage.IppTextField.Constraint
 
IppTextField.DefaultValue - Enum in pl.mbdev.openstage
Possible kinds of default values of IppTextField.
IppTextField.DefaultValue() - Constructor for enum pl.mbdev.openstage.IppTextField.DefaultValue
 
IppTicker - Class in pl.mbdev.openstage
Ticker is a piece of text, which is displayed underneath the title bar and moves from right to left across the display.
IppTicker(String) - Constructor for class pl.mbdev.openstage.IppTicker
Constructs new ticker.
isDefault - Variable in class pl.mbdev.openstage.IppCommand
This command will be the default command in the context menu.
isEmpty() - Method in class pl.mbdev.openstage.Xml
Checks if this node has any contents or sub-nodes.
isPassword - Variable in class pl.mbdev.openstage.XmlText
If true, OpenStage device will treat the value of the text field/box as confidential, and try to obscure/hide it whenever possible.
isSelected - Variable in class pl.mbdev.openstage.IppCommand
Useful only if the command is added to a implicit list.
isUneditable - Variable in class pl.mbdev.openstage.XmlText
Field/box value cannot be edited by the user, if true.
itemCount - Variable in class pl.mbdev.openstage.IppForm
Number of items currently present in this form.

A B C D E F G H I K L M N O P R S T U V W X