|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.form.FormColumn
public class FormColumn
| Constructor Summary | |
|---|---|
FormColumn()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormColumnStyleName()
Gets the value of the formColumnStyleName property. |
java.lang.String |
getFormLabel()
Gets the value of the formLabel property. |
java.lang.String |
getFormName()
Gets the value of the formName property. |
java.lang.String |
getFormServiceName()
Gets the value of the formServiceName property. |
java.util.List<java.lang.Object> |
getFormTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox()
Gets the value of the formTextOrFormTextareaOrFormFormattedTextOrFormCheckboxOrFormListboxOrFormCombobox property. |
void |
setFormColumnStyleName(java.lang.String value)
Sets the value of the formColumnStyleName property. |
void |
setFormLabel(java.lang.String value)
Sets the value of the formLabel property. |
void |
setFormName(java.lang.String value)
Sets the value of the formName property. |
void |
setFormServiceName(java.lang.String value)
Sets the value of the formServiceName property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormColumn()
| Method Detail |
|---|
public java.lang.String getFormColumnStyleName()
Stringpublic java.lang.String getFormLabel()
Stringpublic java.lang.String getFormName()
Stringpublic java.lang.String getFormServiceName()
Stringpublic java.util.List<java.lang.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(java.lang.String value)
value - allowed object is Stringpublic void setFormLabel(java.lang.String value)
value - allowed object is Stringpublic void setFormName(java.lang.String value)
value - allowed object is Stringpublic void setFormServiceName(java.lang.String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||