Class FormElement

java.lang.Object
com.openkm.sdk4j.bean.form.FormElement
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Button, Download, EnhancedFormElement, HorizontalPanel, Separator, Text, Upload, VerticalPanel

public class FormElement extends Object implements Serializable
See Also:
  • Field Details

    • label

      protected String label
    • name

      protected String name
    • width

      protected String width
    • height

      protected String height
    • objClass

      protected String objClass
  • Constructor Details

    • FormElement

      public FormElement()
  • Method Details

    • getLabel

      public String getLabel()
    • setLabel

      public void setLabel(String label)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getWidth

      public String getWidth()
    • setWidth

      public void setWidth(String width)
    • getHeight

      public String getHeight()
    • setHeight

      public void setHeight(String height)
    • getObjClass

      public String getObjClass()
    • setObjClass

      public void setObjClass(String objClass)
    • toString

      public String toString()
      Overrides:
      toString in class Object