@OpenApiAll
public class TableObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TABLE_INDEX |
static java.lang.String |
TABLE_MARGIN_LEFT |
static java.lang.String |
TABLE_MARGIN_RIGTH |
static java.lang.String |
TABLE_WIDTH |
Constructor and Description |
---|
TableObject() |
Modifier and Type | Method and Description |
---|---|
void |
addBodyRowList(RowObject rowObject) |
void |
addHeaderRowList(RowObject rowObject) |
java.util.List<javax.management.Attribute> |
getAttributes()
Gets attributes.
|
java.util.List<RowObject> |
getBodyRowList()
Gets bodyRowList.
|
java.util.List<RowObject> |
getHeaderRowList()
Gets headerRowList.
|
java.util.Map<java.lang.String,java.lang.Object> |
getTableProperties()
Get table properties
|
java.lang.Object |
getTablePropertiesValue(java.lang.String key)
Remove data from tableProperties
|
void |
removeTableProperties(java.lang.String key)
Remove data from tableProperties
|
void |
setAttributes(java.util.List<javax.management.Attribute> attributes)
Sets attributes.
|
void |
setBodyRowList(java.util.List<RowObject> bodyRowList)
Sets bodyRowList.
|
void |
setHeaderRowList(java.util.List<RowObject> headerRowList)
Sets headerRowList.
|
void |
setTableProperties(java.util.Map<java.lang.String,java.lang.Object> tableProperties)
Set table properties
|
void |
updateTableProperties(java.lang.String key,
java.lang.Object value)
Update value in tableProperties
|
public static final java.lang.String TABLE_INDEX
public static final java.lang.String TABLE_WIDTH
public static final java.lang.String TABLE_MARGIN_LEFT
public static final java.lang.String TABLE_MARGIN_RIGTH
public java.util.List<RowObject> getHeaderRowList()
public void setHeaderRowList(java.util.List<RowObject> headerRowList)
headerRowList
- the headerRowList to setpublic java.util.List<RowObject> getBodyRowList()
public void setBodyRowList(java.util.List<RowObject> bodyRowList)
bodyRowList
- the bodyRowList to setpublic java.util.List<javax.management.Attribute> getAttributes()
public void setAttributes(java.util.List<javax.management.Attribute> attributes)
attributes
- the attributes to setpublic void addBodyRowList(RowObject rowObject)
public void addHeaderRowList(RowObject rowObject)
public java.util.Map<java.lang.String,java.lang.Object> getTableProperties()
public void setTableProperties(java.util.Map<java.lang.String,java.lang.Object> tableProperties)
tableProperties
- tablePropertiespublic void updateTableProperties(java.lang.String key, java.lang.Object value)
key
- keyvalue
- valuepublic void removeTableProperties(java.lang.String key)
key
- key key to removepublic java.lang.Object getTablePropertiesValue(java.lang.String key)
key
- a key to removeCopyright © 2010 - No Magic Asia