java.lang.Object
org.scopemvc.application.timewarp.fieldtype.FieldType
org.scopemvc.application.timewarp.fieldtype.FieldTypeSButton
- All Implemented Interfaces:
- java.lang.Cloneable
- public class FieldTypeSButton
- extends FieldType
FieldType object to represent SButton.
- Version:
- 1.0
| Fields inherited from class org.scopemvc.application.timewarp.fieldtype.FieldType |
|
|
Constructor Summary |
FieldTypeSButton()
Constructor for the FieldTypeSButton object. |
| Methods inherited from class org.scopemvc.application.timewarp.fieldtype.FieldType |
getCapitalisedName, getConstantControlID, getConstantName, getControlID, getDataType, getJavaControlID, getLabelText, getName, getWidgetName, isListType, setControlID, setDataType, setLabelText, setName |
FIELD_TYPE
private static final java.lang.String FIELD_TYPE
- See Also:
- Constant Field Values
FieldTypeSButton
public FieldTypeSButton()
- Constructor for the FieldTypeSButton object.
getFieldType
public java.lang.String getFieldType()
- Gets the fieldType attribute of the FieldTypeSButton object.
- Overrides:
getFieldType in class FieldType
getWidgetSuffix
public java.lang.String getWidgetSuffix()
- Gets the widget suffix
- Overrides:
getWidgetSuffix in class FieldType
writeSelectorBlock
public java.lang.String writeSelectorBlock()
- Write the selector block.
clone
public java.lang.Object clone()
- Overridden method to return a new FieldTypeSButton object.
- Overrides:
clone in class FieldType