com.liferay.portlet.dynamicdatamapping.model
Class DDMFormFieldType
java.lang.Object
com.liferay.portlet.dynamicdatamapping.model.DDMFormFieldType
public class DDMFormFieldType
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CHECKBOX
public static final String CHECKBOX
- See Also:
- Constant Field Values
DATE
public static final String DATE
- See Also:
- Constant Field Values
DECIMAL
public static final String DECIMAL
- See Also:
- Constant Field Values
DOCUMENT_LIBRARY
public static final String DOCUMENT_LIBRARY
- See Also:
- Constant Field Values
FIELDSET
public static final String FIELDSET
- See Also:
- Constant Field Values
GEOLOCATION
public static final String GEOLOCATION
- See Also:
- Constant Field Values
IMAGE
public static final String IMAGE
- See Also:
- Constant Field Values
INTEGER
public static final String INTEGER
- See Also:
- Constant Field Values
LINK_TO_PAGE
public static final String LINK_TO_PAGE
- See Also:
- Constant Field Values
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
RADIO
public static final String RADIO
- See Also:
- Constant Field Values
SELECT
public static final String SELECT
- See Also:
- Constant Field Values
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
TEXT_AREA
public static final String TEXT_AREA
- See Also:
- Constant Field Values
TEXT_HTML
public static final String TEXT_HTML
- See Also:
- Constant Field Values
DDMFormFieldType
public DDMFormFieldType()