|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormListbox
public class FormListbox
Field Summary | |
---|---|
protected String |
formBoundColumn
|
protected String |
formDataField
|
protected String |
formDisabled
|
protected String |
formDropdown
|
protected String |
formLinkedCell
|
protected String |
formListLinkageType
|
protected String |
formListSource
|
protected String |
formListSourceType
|
protected String |
formMultiple
|
protected List<FormOption> |
formOption
|
protected String |
formPrintable
|
protected FormProperties |
formProperties
|
protected String |
formSize
|
protected String |
formSourceCellRange
|
protected String |
formTabIndex
|
protected String |
formTabStop
|
protected String |
formTitle
|
protected OfficeEvents |
officeEvents
|
Constructor Summary | |
---|---|
FormListbox()
|
Method Summary | |
---|---|
String |
getFormBoundColumn()
Gets the value of the formBoundColumn property. |
String |
getFormDataField()
Gets the value of the formDataField property. |
String |
getFormDisabled()
Gets the value of the formDisabled property. |
String |
getFormDropdown()
Gets the value of the formDropdown property. |
String |
getFormLinkedCell()
Gets the value of the formLinkedCell property. |
String |
getFormListLinkageType()
Gets the value of the formListLinkageType property. |
String |
getFormListSource()
Gets the value of the formListSource property. |
String |
getFormListSourceType()
Gets the value of the formListSourceType property. |
String |
getFormMultiple()
Gets the value of the formMultiple property. |
List<FormOption> |
getFormOption()
Gets the value of the formOption property. |
String |
getFormPrintable()
Gets the value of the formPrintable property. |
FormProperties |
getFormProperties()
Gets the value of the formProperties property. |
String |
getFormSize()
Gets the value of the formSize property. |
String |
getFormSourceCellRange()
Gets the value of the formSourceCellRange property. |
String |
getFormTabIndex()
Gets the value of the formTabIndex property. |
String |
getFormTabStop()
Gets the value of the formTabStop property. |
String |
getFormTitle()
Gets the value of the formTitle property. |
OfficeEvents |
getOfficeEvents()
Gets the value of the officeEvents property. |
void |
setFormBoundColumn(String value)
Sets the value of the formBoundColumn property. |
void |
setFormDataField(String value)
Sets the value of the formDataField property. |
void |
setFormDisabled(String value)
Sets the value of the formDisabled property. |
void |
setFormDropdown(String value)
Sets the value of the formDropdown property. |
void |
setFormLinkedCell(String value)
Sets the value of the formLinkedCell property. |
void |
setFormListLinkageType(String value)
Sets the value of the formListLinkageType property. |
void |
setFormListSource(String value)
Sets the value of the formListSource property. |
void |
setFormListSourceType(String value)
Sets the value of the formListSourceType property. |
void |
setFormMultiple(String value)
Sets the value of the formMultiple property. |
void |
setFormPrintable(String value)
Sets the value of the formPrintable property. |
void |
setFormProperties(FormProperties value)
Sets the value of the formProperties property. |
void |
setFormSize(String value)
Sets the value of the formSize property. |
void |
setFormSourceCellRange(String value)
Sets the value of the formSourceCellRange property. |
void |
setFormTabIndex(String value)
Sets the value of the formTabIndex property. |
void |
setFormTabStop(String value)
Sets the value of the formTabStop property. |
void |
setFormTitle(String value)
Sets the value of the formTitle property. |
void |
setOfficeEvents(OfficeEvents value)
Sets the value of the officeEvents property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String formBoundColumn
protected String formDataField
protected String formDisabled
protected String formDropdown
protected String formLinkedCell
protected String formListLinkageType
protected String formListSource
protected String formListSourceType
protected String formMultiple
protected List<FormOption> formOption
protected String formPrintable
protected FormProperties formProperties
protected String formSize
protected String formSourceCellRange
protected String formTabIndex
protected String formTabStop
protected String formTitle
protected OfficeEvents officeEvents
Constructor Detail |
---|
public FormListbox()
Method Detail |
---|
public String getFormBoundColumn()
String
public String getFormDataField()
String
public String getFormDisabled()
String
public String getFormDropdown()
String
public String getFormLinkedCell()
String
public String getFormListLinkageType()
String
public String getFormListSource()
String
public String getFormListSourceType()
String
public String getFormMultiple()
String
public List<FormOption> getFormOption()
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 formOption property.
For example, to add a new item, do as follows:
getFormOption().add(newItem);
Objects of the following type(s) are allowed in the list FormOption
public String getFormPrintable()
String
public FormProperties getFormProperties()
FormProperties
public String getFormSize()
String
public String getFormSourceCellRange()
String
public String getFormTabIndex()
String
public String getFormTabStop()
String
public String getFormTitle()
String
public OfficeEvents getOfficeEvents()
OfficeEvents
public void setFormBoundColumn(String value)
value
- allowed object is String
public void setFormDataField(String value)
value
- allowed object is String
public void setFormDisabled(String value)
value
- allowed object is String
public void setFormDropdown(String value)
value
- allowed object is String
public void setFormLinkedCell(String value)
value
- allowed object is String
public void setFormListLinkageType(String value)
value
- allowed object is String
public void setFormListSource(String value)
value
- allowed object is String
public void setFormListSourceType(String value)
value
- allowed object is String
public void setFormMultiple(String value)
value
- allowed object is String
public void setFormPrintable(String value)
value
- allowed object is String
public void setFormProperties(FormProperties value)
value
- allowed object is FormProperties
public void setFormSize(String value)
value
- allowed object is String
public void setFormSourceCellRange(String value)
value
- allowed object is String
public void setFormTabIndex(String value)
value
- allowed object is String
public void setFormTabStop(String value)
value
- allowed object is String
public void setFormTitle(String value)
value
- allowed object is String
public void setOfficeEvents(OfficeEvents value)
value
- allowed object is OfficeEvents
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |