|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jopendocument.model.table.TableDatabaseRange
public class TableDatabaseRange
| Field Summary | |
|---|---|
protected String |
tableContainsHeader
|
protected List<Object> |
tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery
|
protected String |
tableDisplayFilterButtons
|
protected TableFilter |
tableFilter
|
protected String |
tableHasPersistantData
|
protected String |
tableIsSelection
|
protected String |
tableName
|
protected String |
tableOnUpdateKeepSize
|
protected String |
tableOnUpdateKeepStyles
|
protected String |
tableOrientation
|
protected String |
tableRefreshDelay
|
protected TableSort |
tableSort
|
protected TableSubtotalRules |
tableSubtotalRules
|
protected String |
tableTargetRangeAddress
|
| Constructor Summary | |
|---|---|
TableDatabaseRange()
|
|
| Method Summary | |
|---|---|
String |
getTableContainsHeader()
Gets the value of the tableContainsHeader property. |
List<Object> |
getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery()
Gets the value of the tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery property. |
String |
getTableDisplayFilterButtons()
Gets the value of the tableDisplayFilterButtons property. |
TableFilter |
getTableFilter()
Gets the value of the tableFilter property. |
String |
getTableHasPersistantData()
Gets the value of the tableHasPersistantData property. |
String |
getTableIsSelection()
Gets the value of the tableIsSelection property. |
String |
getTableName()
Gets the value of the tableName property. |
String |
getTableOnUpdateKeepSize()
Gets the value of the tableOnUpdateKeepSize property. |
String |
getTableOnUpdateKeepStyles()
Gets the value of the tableOnUpdateKeepStyles property. |
String |
getTableOrientation()
Gets the value of the tableOrientation property. |
String |
getTableRefreshDelay()
Gets the value of the tableRefreshDelay property. |
TableSort |
getTableSort()
Gets the value of the tableSort property. |
TableSubtotalRules |
getTableSubtotalRules()
Gets the value of the tableSubtotalRules property. |
String |
getTableTargetRangeAddress()
Gets the value of the tableTargetRangeAddress property. |
void |
setTableContainsHeader(String value)
Sets the value of the tableContainsHeader property. |
void |
setTableDisplayFilterButtons(String value)
Sets the value of the tableDisplayFilterButtons property. |
void |
setTableFilter(TableFilter value)
Sets the value of the tableFilter property. |
void |
setTableHasPersistantData(String value)
Sets the value of the tableHasPersistantData property. |
void |
setTableIsSelection(String value)
Sets the value of the tableIsSelection property. |
void |
setTableName(String value)
Sets the value of the tableName property. |
void |
setTableOnUpdateKeepSize(String value)
Sets the value of the tableOnUpdateKeepSize property. |
void |
setTableOnUpdateKeepStyles(String value)
Sets the value of the tableOnUpdateKeepStyles property. |
void |
setTableOrientation(String value)
Sets the value of the tableOrientation property. |
void |
setTableRefreshDelay(String value)
Sets the value of the tableRefreshDelay property. |
void |
setTableSort(TableSort value)
Sets the value of the tableSort property. |
void |
setTableSubtotalRules(TableSubtotalRules value)
Sets the value of the tableSubtotalRules property. |
void |
setTableTargetRangeAddress(String value)
Sets the value of the tableTargetRangeAddress property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String tableContainsHeader
protected List<Object> tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery
protected String tableDisplayFilterButtons
protected TableFilter tableFilter
protected String tableHasPersistantData
protected String tableIsSelection
protected String tableName
protected String tableOnUpdateKeepSize
protected String tableOnUpdateKeepStyles
protected String tableOrientation
protected String tableRefreshDelay
protected TableSort tableSort
protected TableSubtotalRules tableSubtotalRules
protected String tableTargetRangeAddress
| Constructor Detail |
|---|
public TableDatabaseRange()
| Method Detail |
|---|
public String getTableContainsHeader()
Stringpublic List<Object> getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery()
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
tableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery property.
For example, to add a new item, do as follows:
getTableDatabaseSourceSqlOrTableDatabaseSourceTableOrTableDatabaseSourceQuery().add(newItem);
Objects of the following type(s) are allowed in the list TableDatabaseSourceSql
TableDatabaseSourceTable TableDatabaseSourceQuery
public String getTableDisplayFilterButtons()
Stringpublic TableFilter getTableFilter()
TableFilterpublic String getTableHasPersistantData()
Stringpublic String getTableIsSelection()
Stringpublic String getTableName()
Stringpublic String getTableOnUpdateKeepSize()
Stringpublic String getTableOnUpdateKeepStyles()
Stringpublic String getTableOrientation()
Stringpublic String getTableRefreshDelay()
Stringpublic TableSort getTableSort()
TableSortpublic TableSubtotalRules getTableSubtotalRules()
TableSubtotalRulespublic String getTableTargetRangeAddress()
Stringpublic void setTableContainsHeader(String value)
value - allowed object is Stringpublic void setTableDisplayFilterButtons(String value)
value - allowed object is Stringpublic void setTableFilter(TableFilter value)
value - allowed object is TableFilterpublic void setTableHasPersistantData(String value)
value - allowed object is Stringpublic void setTableIsSelection(String value)
value - allowed object is Stringpublic void setTableName(String value)
value - allowed object is Stringpublic void setTableOnUpdateKeepSize(String value)
value - allowed object is Stringpublic void setTableOnUpdateKeepStyles(String value)
value - allowed object is Stringpublic void setTableOrientation(String value)
value - allowed object is Stringpublic void setTableRefreshDelay(String value)
value - allowed object is Stringpublic void setTableSort(TableSort value)
value - allowed object is TableSortpublic void setTableSubtotalRules(TableSubtotalRules value)
value - allowed object is TableSubtotalRulespublic void setTableTargetRangeAddress(String value)
value - allowed object is String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||