Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.application.timewarp.fieldtype
Class FieldTypeSComboBox  view FieldTypeSComboBox download FieldTypeSComboBox.java

java.lang.Object
  extended byorg.scopemvc.application.timewarp.fieldtype.FieldType
      extended byorg.scopemvc.application.timewarp.fieldtype.FieldTypeSComboBox
All Implemented Interfaces:
java.lang.Cloneable

public class FieldTypeSComboBox
extends FieldType

FieldType object to represent SComboBox.

Version:
1.0

Field Summary
private static java.lang.String FIELD_TYPE
           
 
Fields inherited from class org.scopemvc.application.timewarp.fieldtype.FieldType
 
Constructor Summary
FieldTypeSComboBox()
          Constructor for the FieldTypeSComboBox object.
 
Method Summary
 java.lang.Object clone()
          Overridden method to return a new FieldTypeSComboBox object.
 java.lang.String getFieldType()
          Gets the fieldType attribute of the FieldTypeSComboBox object.
 java.lang.String getWidgetSuffix()
          Gets the widget suffix
 boolean isListType()
          Return true if the field type uses as model a list containing beans
 
Methods inherited from class org.scopemvc.application.timewarp.fieldtype.FieldType
getCapitalisedName, getConstantControlID, getConstantName, getControlID, getDataType, getJavaControlID, getLabelText, getName, getWidgetName, setControlID, setDataType, setLabelText, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD_TYPE

private static final java.lang.String FIELD_TYPE
See Also:
Constant Field Values
Constructor Detail

FieldTypeSComboBox

public FieldTypeSComboBox()
Constructor for the FieldTypeSComboBox object.

Method Detail

getFieldType

public java.lang.String getFieldType()
Gets the fieldType attribute of the FieldTypeSComboBox object.

Overrides:
getFieldType in class FieldType

getWidgetSuffix

public java.lang.String getWidgetSuffix()
Gets the widget suffix

Overrides:
getWidgetSuffix in class FieldType

isListType

public boolean isListType()
Return true if the field type uses as model a list containing beans

Overrides:
isListType in class FieldType

clone

public java.lang.Object clone()
Overridden method to return a new FieldTypeSComboBox object.

Overrides:
clone in class FieldType