java.lang.Object
ch.ralscha.extdirectspring.bean.Field

public class Field extends Object
  • Constructor Details

    • Field

      public Field(String name)
  • Method Details

    • setType

      public void setType(DataType type)
    • setAllowBlank

      public void setAllowBlank(boolean allowBlank)
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • addCustomProperty

      public void addCustomProperty(String key, Object value)
    • getFieldData

      public Map<String,Object> getFieldData()