Class FormFieldInfo


  • public class FormFieldInfo
    extends Object
    Form generator item
    • Constructor Detail

      • FormFieldInfo

        public FormFieldInfo​(String name,
                             boolean select,
                             TypeDescription type,
                             AbstractDataPath dataPath,
                             boolean readOnly)
        Constructor
        Parameters:
        name -
        select -
        type -
        dataPath -
        readOnly -
    • Method Detail

      • isSelect

        public boolean isSelect()
        Returns:
        the select
      • setSelect

        public void setSelect​(boolean select)
        Parameters:
        select - the select to set
      • getName

        public String getName()
        Returns:
        the name
      • isReadOnly

        public boolean isReadOnly()
        Returns:
        the readOnly
      • addChild

        public void addChild​(FormFieldInfo field)
        Add field in children list
        Parameters:
        field -
      • getParent

        public FormFieldInfo getParent()
        Gets parent.
        Returns:
        the parent