|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jopendocument.model.form.FormGrid
public class FormGrid
Field Summary | |
---|---|
protected List<FormColumn> |
formColumn
|
protected String |
formDisabled
|
protected String |
formPrintable
|
protected FormProperties |
formProperties
|
protected String |
formTabIndex
|
protected String |
formTabStop
|
protected String |
formTitle
|
protected OfficeEvents |
officeEvents
|
Constructor Summary | |
---|---|
FormGrid()
|
Method Summary | |
---|---|
List<FormColumn> |
getFormColumn()
Gets the value of the formColumn property. |
String |
getFormDisabled()
Gets the value of the formDisabled property. |
String |
getFormPrintable()
Gets the value of the formPrintable property. |
FormProperties |
getFormProperties()
Gets the value of the formProperties 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 |
setFormDisabled(String value)
Sets the value of the formDisabled property. |
void |
setFormPrintable(String value)
Sets the value of the formPrintable property. |
void |
setFormProperties(FormProperties value)
Sets the value of the formProperties 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 List<FormColumn> formColumn
protected String formDisabled
protected String formPrintable
protected FormProperties formProperties
protected String formTabIndex
protected String formTabStop
protected String formTitle
protected OfficeEvents officeEvents
Constructor Detail |
---|
public FormGrid()
Method Detail |
---|
public List<FormColumn> getFormColumn()
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 formColumn property.
For example, to add a new item, do as follows:
getFormColumn().add(newItem);
Objects of the following type(s) are allowed in the list FormColumn
public String getFormDisabled()
String
public String getFormPrintable()
String
public FormProperties getFormProperties()
FormProperties
public String getFormTabIndex()
String
public String getFormTabStop()
String
public String getFormTitle()
String
public OfficeEvents getOfficeEvents()
OfficeEvents
public void setFormDisabled(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 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 |