Package com.openkm.sdk4j.bean.form
Class Separator
- java.lang.Object
-
- com.openkm.sdk4j.bean.form.FormElement
-
- com.openkm.sdk4j.bean.form.Separator
-
- All Implemented Interfaces:
Serializable
public class Separator extends FormElement
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.openkm.sdk4j.bean.form.FormElement
description, height, label, name, objClass, width
-
-
Constructor Summary
Constructors Constructor Description Separator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class com.openkm.sdk4j.bean.form.FormElement
getDescription, getHeight, getLabel, getName, getObjClass, getWidth, setDescription, setHeight, setLabel, setName, setObjClass, setWidth
-
-
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toStringin classFormElement
-
-