|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormControl
public class FormControl
Constructor Summary | |
---|---|
FormControl()
|
Method Summary | |
---|---|
String |
getFormId()
Gets the value of the formId property. |
String |
getFormName()
Gets the value of the formName property. |
String |
getFormServiceName()
Gets the value of the formServiceName property. |
List<Object> |
getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl()
Gets the value of the formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl property. |
void |
setFormId(String value)
Sets the value of the formId 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 formId
protected String formName
protected String formServiceName
protected List<Object> formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl
Constructor Detail |
---|
public FormControl()
Method Detail |
---|
public String getFormId()
String
public String getFormName()
String
public String getFormServiceName()
String
public List<Object> getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl()
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
formTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl
property.
For example, to add a new item, do as follows:
getFormTextOrFormTextareaOrFormFixedTextOrFormFileOrFormPasswordOrFormFormattedTextOrFormButtonOrFormImageOrFormCheckboxOrFormRadioOrFormListboxOrFormComboboxOrFormFrameOrFormHiddenOrFormImageFrameOrFormGridOrFormValueRangeOrFormGenericControl() .add(newItem);
Objects of the following type(s) are allowed in the list FormText
FormTextarea
FormFixedText
FormFile
FormPassword
FormFormattedText
FormButton
FormImage
FormCheckbox
FormRadio
FormListbox
FormCombobox
FormFrame
FormHidden
FormImageFrame
FormGrid
FormValueRange
FormGenericControl
public void setFormId(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 |