|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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()
String
public 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()
String
public TableFilter getTableFilter()
TableFilter
public String getTableHasPersistantData()
String
public String getTableIsSelection()
String
public String getTableName()
String
public String getTableOnUpdateKeepSize()
String
public String getTableOnUpdateKeepStyles()
String
public String getTableOrientation()
String
public String getTableRefreshDelay()
String
public TableSort getTableSort()
TableSort
public TableSubtotalRules getTableSubtotalRules()
TableSubtotalRules
public String getTableTargetRangeAddress()
String
public void setTableContainsHeader(String value)
value
- allowed object is String
public void setTableDisplayFilterButtons(String value)
value
- allowed object is String
public void setTableFilter(TableFilter value)
value
- allowed object is TableFilter
public void setTableHasPersistantData(String value)
value
- allowed object is String
public void setTableIsSelection(String value)
value
- allowed object is String
public void setTableName(String value)
value
- allowed object is String
public void setTableOnUpdateKeepSize(String value)
value
- allowed object is String
public void setTableOnUpdateKeepStyles(String value)
value
- allowed object is String
public void setTableOrientation(String value)
value
- allowed object is String
public void setTableRefreshDelay(String value)
value
- allowed object is String
public void setTableSort(TableSort value)
value
- allowed object is TableSort
public void setTableSubtotalRules(TableSubtotalRules value)
value
- allowed object is TableSubtotalRules
public 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 |