|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormColumn
public class FormColumn
Field Summary | |
---|---|
protected String |
formColumnStyleName
|
protected String |
formLabel
|
protected String |
formName
|
protected String |
formServiceName
|
protected List<Object> |
formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox
|
Constructor Summary | |
---|---|
FormColumn()
|
Method Summary | |
---|---|
String |
getFormColumnStyleName()
Gets the value of the formColumnStyleName property. |
String |
getFormLabel()
Gets the value of the formLabel property. |
String |
getFormName()
Gets the value of the formName property. |
String |
getFormServiceName()
Gets the value of the formServiceName property. |
List<Object> |
getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox()
Gets the value of the formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox property. |
void |
setFormColumnStyleName(String value)
Sets the value of the formColumnStyleName property. |
void |
setFormLabel(String value)
Sets the value of the formLabel property. |
void |
setFormName(String value)
Sets the value of the formName property. |
void |
setFormServiceName(String value)
Sets the value of the formServiceName property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String formColumnStyleName
protected String formLabel
protected String formName
protected String formServiceName
protected List<Object> formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox
Constructor Detail |
---|
public FormColumn()
Method Detail |
---|
public String getFormColumnStyleName()
String
public String getFormLabel()
String
public String getFormName()
String
public String getFormServiceName()
String
public List<Object> getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox()
This accessor method returns a reference to the live list, not a snapshot. Therefore any
modification you make to the returned list will be present inside the JAXB object. This is
why there is not a set
method for the
formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox property.
For example, to add a new item, do as follows:
getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox().add(newItem);
Objects of the following type(s) are allowed in the list FormText
FormTextarea
FormFormattedText
FormCheckbox
FormListbox
FormCombobox
public void setFormColumnStyleName(String value)
value
- allowed object is String
public void setFormLabel(String value)
value
- allowed object is String
public void setFormName(String value)
value
- allowed object is String
public void setFormServiceName(String value)
value
- allowed object is String
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |