Package com.openkm.sdk4j.bean.form
Class Select
- java.lang.Object
-
- com.openkm.sdk4j.bean.form.FormElement
-
- com.openkm.sdk4j.bean.form.EnhancedFormElement
-
- com.openkm.sdk4j.bean.form.Select
-
- All Implemented Interfaces:
Serializable
public class Select extends EnhancedFormElement
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringTYPE_MULTIPLEstatic StringTYPE_SIMPLE-
Fields inherited from class com.openkm.sdk4j.bean.form.EnhancedFormElement
ACCESS_GRANT, ACCESS_REVOKE, data, defaultAccess, grantedRoles, grantedUsers, readonly, revokedRoles, revokedUsers, validators
-
-
Constructor Summary
Constructors Constructor Description Select()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()List<Option>getOptions()StringgetOptionsData()StringgetOptionsQuery()StringgetParentElement()StringgetSuggestion()StringgetTable()StringgetType()StringgetValue()voidsetClassName(String className)voidsetOptions(List<Option> options)voidsetOptionsData(String optionsData)voidsetOptionsQuery(String optionsQuery)voidsetParentElement(String parentElement)voidsetSuggestion(String suggestion)voidsetTable(String table)voidsetType(String type)voidsetValue(String value)StringtoString()-
Methods inherited from class com.openkm.sdk4j.bean.form.EnhancedFormElement
getData, getDefaultAccess, getGrantedRoles, getGrantedUsers, getRevokedRoles, getRevokedUsers, getValidators, isReadonly, setData, setDefaultAccess, setGrantedRoles, setGrantedUsers, setReadonly, setRevokedRoles, setRevokedUsers, setValidators
-
Methods inherited from class com.openkm.sdk4j.bean.form.FormElement
getHeight, getLabel, getName, getObjClass, getWidth, setHeight, setLabel, setName, setObjClass, setWidth
-
-
-
-
Field Detail
-
TYPE_SIMPLE
public static final String TYPE_SIMPLE
- See Also:
- Constant Field Values
-
TYPE_MULTIPLE
public static final String TYPE_MULTIPLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getValue
public String getValue()
-
setValue
public void setValue(String value)
-
getOptionsData
public String getOptionsData()
-
setOptionsData
public void setOptionsData(String optionsData)
-
getTable
public String getTable()
-
setTable
public void setTable(String table)
-
getOptionsQuery
public String getOptionsQuery()
-
setOptionsQuery
public void setOptionsQuery(String optionsQuery)
-
getSuggestion
public String getSuggestion()
-
setSuggestion
public void setSuggestion(String suggestion)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getParentElement
public String getParentElement()
-
setParentElement
public void setParentElement(String parentElement)
-
toString
public String toString()
- Overrides:
toStringin classEnhancedFormElement
-
-