Package de.xima.fc.mdl.form.record
Class FormFieldDataModel
java.lang.Object
de.xima.fc.mdl.form.record.FormFieldDataModel
- All Implemented Interfaces:
Serializable
,Comparable<FormFieldDataModel>
public class FormFieldDataModel
extends Object
implements Serializable, Comparable<FormFieldDataModel>
View Model for data of a form record field
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFormFieldDataModel
(int formOrderIdx, String name, String value, String type, String styleClass) -
Method Summary
Modifier and TypeMethodDescriptionint
int
getName()
getType()
getValue()
boolean
boolean
void
setShowAll
(boolean showAll) toString()
-
Field Details
-
STYLE_CLASS_PREFIX
- See Also:
-
-
Constructor Details
-
FormFieldDataModel
-
-
Method Details
-
getFormOrderIdx
public int getFormOrderIdx() -
getName
-
getValue
-
getType
-
getStyleClass
-
isLargeValue
public boolean isLargeValue() -
isShowAll
public boolean isShowAll() -
setShowAll
public void setShowAll(boolean showAll) -
compareTo
- Specified by:
compareTo
in interfaceComparable<FormFieldDataModel>
-
toString
-