|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ fieldtype overview ] | PREV NEXT | ||||||||
C
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Subclasses should override this clone method to return new objects of their type.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- Overridden method to return a new FieldTypeSButton object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSCheckBox
- Overridden method to return a new FieldTypeSCheckBox object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
- Overridden method to return a new FieldTypeSComboBox object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSLabel
- Overridden method to return a new FieldTypeSLabel object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList
- Overridden method to return a new FieldTypeSList object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSPasswordField
- Overridden method to return a new FieldTypeSPasswordField object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSRadioButton
- Overridden method to return a new FieldTypeSRadioButton object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable
- Overridden method to return a new FieldTypeSTable object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextArea
- Overridden method to return a new FieldTypeSTextArea object.
- clone() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextField
- Overridden method to return a new FieldTypeSTextField object.
- controlID - Variable in class org.scopemvc.application.timewarp.fieldtype.FieldType
D
F
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSCheckBox
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSPasswordField
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSRadioButton
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextArea
- FIELD_TYPE - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextField
- FieldType - class org.scopemvc.application.timewarp.fieldtype.FieldType.
- Base class for FieldType objects.
- FieldType() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldType
- FieldTypeSButton - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton.
- FieldType object to represent SButton.
- FieldTypeSButton() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- Constructor for the FieldTypeSButton object.
- FieldTypeSCheckBox - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSCheckBox.
- FieldType object to represent SCheckBox.
- FieldTypeSCheckBox() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSCheckBox
- Constructor for the FieldTypeSCheckBox object.
- FieldTypeSComboBox - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox.
- FieldType object to represent SComboBox.
- FieldTypeSComboBox() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
- Constructor for the FieldTypeSComboBox object.
- FieldTypeSLabel - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSLabel.
- FieldType object to represent SLabel.
- FieldTypeSLabel() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSLabel
- Constructor for the FieldTypeSLabel object.
- FieldTypeSList - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList.
- FieldType object to represent SList.
- FieldTypeSList() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList
- Constructor for the FieldTypeSList object.
- FieldTypeSPasswordField - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSPasswordField.
- FieldType object to represent SPasswordField.
- FieldTypeSPasswordField() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSPasswordField
- Constructor for the FieldTypeSPasswordField object.
- FieldTypeSRadioButton - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSRadioButton.
- FieldType object to represent SRadioButton.
- FieldTypeSRadioButton() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSRadioButton
- Constructor for the FieldTypeSRadioButton object.
- FieldTypeSTable - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable.
- FieldType object to represent STable.
- FieldTypeSTable() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable
- Constructor for the FieldTypeSTable object.
- FieldTypeSTextArea - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextArea.
- FieldType object to represent STextArea.
- FieldTypeSTextArea() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextArea
- Constructor for the FieldTypeSTextArea object.
- FieldTypeSTextField - class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextField.
- FieldType object to represent STextField.
- FieldTypeSTextField() - Constructor for class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextField
- Constructor for the FieldTypeSTextField object.
- fieldtype - Static variable in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSLabel
G
- getCapitalisedName() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the capitalised name
- getConstantControlID() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the constant control ID
- getConstantName() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the constant name
- getControlID() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the controlID attribute of the FieldType object.
- getDataType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the datatype attribute of the FieldType object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the fieldType attribute of the FieldType object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- Gets the fieldType attribute of the FieldTypeSButton object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSCheckBox
- Gets the fieldType attribute of the FieldTypeSCheckBox object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
- Gets the fieldType attribute of the FieldTypeSComboBox object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSLabel
- Gets the fieldType attribute of the FieldTypeSLabel object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList
- Gets the fieldType attribute of the FieldTypeSList object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSPasswordField
- Gets the fieldType attribute of the FieldTypeSPasswordField object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSRadioButton
- Gets the fieldType attribute of the FieldTypeSRadioButton object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable
- Gets the fieldType attribute of the FieldTypeSTable object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextArea
- Gets the fieldType attribute of the FieldTypeSTextArea object.
- getFieldType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextField
- Gets the fieldType attribute of the FieldTypeSTextField object.
- getJavaControlID() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the java control ID
- getLabelText() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the labelText attribute of the FieldType object.
- getName() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the name attribute of the FieldType object.
- getWidgetName() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the widget name
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSCheckBox
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSLabel
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSPasswordField
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSRadioButton
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextArea
- Gets the widget suffix
- getWidgetSuffix() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTextField
- Gets the widget suffix
I
- isListType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Return true if the field type uses as model a list containing beans
- isListType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
- Return true if the field type uses as model a list containing beans
- isListType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSList
- Return true if the field type uses as model a list containing beans
- isListType() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSTable
- Return true if the field type uses as model a list containing beans
L
N
- name - Variable in class org.scopemvc.application.timewarp.fieldtype.FieldType
- nameWithFirstLetterCap - Variable in class org.scopemvc.application.timewarp.fieldtype.FieldType
O
- org.scopemvc.application.timewarp.fieldtype - package org.scopemvc.application.timewarp.fieldtype
S
- setControlID(String) - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Sets the controlID attribute of the FieldType object.
- setDataType(String) - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Sets the datatype attribute of the FieldType object.
- setLabelText(String) - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Sets the labelText attribute of the FieldType object.
- setName(String) - Method in class org.scopemvc.application.timewarp.fieldtype.FieldType
- Sets the name attribute of the FieldType object.
W
- writeSelectorBlock() - Method in class org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- Write the selector block.
C D F G I L N O S W
|
|||||||||
| Home >> All >> org >> scopemvc >> application >> timewarp >> [ fieldtype overview ] | PREV NEXT | ||||||||