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 Details

  • Constructor Details

    • FormFieldDataModel

      public FormFieldDataModel(int formOrderIdx, String name, String value, String type, String styleClass)
  • Method Details

    • getFormOrderIdx

      public int getFormOrderIdx()
    • getName

      public String getName()
    • getValue

      public String getValue()
    • getType

      public String getType()
    • getStyleClass

      public String getStyleClass()
    • isLargeValue

      public boolean isLargeValue()
    • isShowAll

      public boolean isShowAll()
    • setShowAll

      public void setShowAll(boolean showAll)
    • compareTo

      public int compareTo(FormFieldDataModel o)
      Specified by:
      compareTo in interface Comparable<FormFieldDataModel>
    • toString

      public String toString()
      Overrides:
      toString in class Object