Class FormLayoutSettings

    • Constructor Detail

      • FormLayoutSettings

        public FormLayoutSettings()
      • FormLayoutSettings

        public FormLayoutSettings​(boolean compactInputs,
                                  float columnWidth,
                                  String columnWidthUnit,
                                  boolean showCancel,
                                  String logoURL)
    • Method Detail

      • isCompactInputs

        public boolean isCompactInputs()
      • setCompactInputs

        public void setCompactInputs​(boolean compactInputs)
      • getColumnWidth

        public float getColumnWidth()
      • setColumnWidth

        public void setColumnWidth​(float columnWidth)
      • getColumnWidthUnit

        public String getColumnWidthUnit()
      • setColumnWidthUnit

        public void setColumnWidthUnit​(String columnWidthUnit)
      • isShowCancel

        public boolean isShowCancel()
      • setShowCancel

        public void setShowCancel​(boolean showCancel)
      • getLogoURL

        public String getLogoURL()
      • setLogoURL

        public void setLogoURL​(String logoURL)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object