|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormControl | |
---|---|
org.odftoolkit.simple.form |
Uses of FormControl in org.odftoolkit.simple.form |
---|
Subclasses of FormControl in org.odftoolkit.simple.form | |
---|---|
class |
Button
This class represents the form control of Button, provides methods to get/set the form properties and the style formatting of this control. |
class |
CheckBox
This class represents the form control of Check Box, provides methods to get/set the form properties and the style formatting of this control. |
class |
ComboBox
This class represents the form control of Combo Box, provides methods to get/set the form properties and the style formatting of this control. |
class |
CurrencyField
|
class |
DateField
This class represents a date field of form. |
class |
Field
This class represents the form control of Field, provides methods to get/set the form properties and the style formatting of this control. |
class |
Label
This class represents the form control of Label, provides methods to get/set the form properties and the style formatting of this control. |
class |
ListBox
This class represents the form control of List Box, provides methods to get/set the form properties and the style formatting of this control. |
class |
NumericField
|
class |
PatternField
|
class |
RadioButton
This class represents the form control of radio button, provides methods to get/set the form properties and the style formatting of this control. |
class |
TextBox
This class represents the form control of Text Box, provides methods to get/set the form properties and the style formatting of this control. |
class |
TimeField
|
Methods in org.odftoolkit.simple.form that return FormControl | |
---|---|
FormControl |
Form.createButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label)
Create a button control in this form. |
FormControl |
OOForm.createCheckBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value)
|
FormControl |
Form.createCheckBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value)
Create a check box in this form. |
FormControl |
OOForm.createComboBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isDropDown)
|
FormControl |
Form.createComboBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isDropDown)
Create a combo box in this form. |
FormControl |
OOForm.createCurrencyField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
|
FormControl |
Form.createCurrencyField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a currency field in this form. |
FormControl |
OOForm.createDateField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a time field in this form. |
FormControl |
Form.createDateField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a date field in this form. |
FormControl |
OOForm.createLabel(ControlContainer parent,
FrameRectangle rectangle,
String name,
String text)
|
FormControl |
Form.createLabel(ControlContainer parent,
FrameRectangle rectangle,
String name,
String text)
Create a label control in this form. |
FormControl |
OOForm.createListBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
boolean isMultiSelection,
boolean isDropDown)
|
FormControl |
Form.createListBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
boolean isMultiSelection,
boolean isDropDown)
Create a list box in this form. |
FormControl |
OOForm.createNumericField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
|
FormControl |
Form.createNumericField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a numeric field in this form. |
FormControl |
OOForm.createPatternField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
|
FormControl |
Form.createPatternField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a pattern field in this form. |
FormControl |
OOForm.createRadioButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value)
|
FormControl |
Form.createRadioButton(ControlContainer parent,
FrameRectangle rectangle,
String name,
String label,
String value)
Create a radio button in this form. |
FormControl |
OOForm.createTextBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isMultipleLine)
|
FormControl |
Form.createTextBox(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultText,
boolean isMultipleLine)
Create a textbox in this form. |
FormControl |
OOForm.createTimeField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a time field in this form. |
FormControl |
Form.createTimeField(ControlContainer parent,
FrameRectangle rectangle,
String name,
String defaultValue)
Create a time field in this form. |
Methods in org.odftoolkit.simple.form that return types with arguments of type FormControl | |
---|---|
static Iterator<FormControl> |
Button.getSimpleIterator(Form container)
Get a simple iterator for buttons. |
static Iterator<FormControl> |
ListBox.getSimpleIterator(Form container)
Get a simple iterator for list boxes. |
static Iterator<FormControl> |
Label.getSimpleIterator(Form container)
Get a simple iterator for labels. |
static Iterator<FormControl> |
RadioButton.getSimpleIterator(Form container)
Get a simple iterator for radio buttons. |
static Iterator<FormControl> |
CheckBox.getSimpleIterator(Form container)
Get a simple iterator for check boxes. |
static Iterator<FormControl> |
Field.getSimpleIterator(Form container)
Get a simple iterator for Field. |
static Iterator<FormControl> |
TextBox.getSimpleIterator(Form container)
Get a simple iterator for text boxes. |
static Iterator<FormControl> |
ComboBox.getSimpleIterator(Form container)
Get a simple iterator for combo boxes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |