@OpenApiAll
public class CellObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CELL_COLSPAN |
static java.lang.String |
CELL_INDEX |
static java.lang.String |
CELL_ISSPANNED |
static java.lang.String |
CELL_WIDTH |
static java.lang.String |
CELL_WIDTH_POSITION |
Constructor and Description |
---|
CellObject() |
Modifier and Type | Method and Description |
---|---|
java.util.List<javax.management.Attribute> |
getAttributes()
Gets attributes.
|
java.util.Map<java.lang.String,java.lang.Object> |
getCellProperties()
Get cell properties
|
java.lang.Object |
getCellPropertiesValue(java.lang.String key)
Remove data from cellProperties
|
java.lang.String |
getContent()
Gets content.
|
void |
removeCellProperties(java.lang.String key)
Remove data from cellProperties
|
void |
setAttributes(java.util.List<javax.management.Attribute> attributes)
Sets attributes.
|
void |
setCellProperties(java.util.Map<java.lang.String,java.lang.Object> cellProperties)
Set cell properties
|
void |
setContent(java.lang.String content)
Sets content.
|
void |
updateCellProperties(java.lang.String key,
java.lang.Object value)
Update value in cellProperties
|
public static final java.lang.String CELL_INDEX
public static final java.lang.String CELL_WIDTH
public static final java.lang.String CELL_ISSPANNED
public static final java.lang.String CELL_COLSPAN
public static final java.lang.String CELL_WIDTH_POSITION
public java.lang.String getContent()
public void setContent(java.lang.String content)
content
- the content to setpublic java.util.List<javax.management.Attribute> getAttributes()
public void setAttributes(java.util.List<javax.management.Attribute> attributes)
attributes
- the attributes to setpublic java.util.Map<java.lang.String,java.lang.Object> getCellProperties()
public void setCellProperties(java.util.Map<java.lang.String,java.lang.Object> cellProperties)
cellProperties
- cellPropertiespublic void updateCellProperties(java.lang.String key, java.lang.Object value)
key
- keyvalue
- valuepublic void removeCellProperties(java.lang.String key)
key
- key key to removepublic java.lang.Object getCellPropertiesValue(java.lang.String key)
key
- a key to removeCopyright © 2010 - No Magic Asia