Class RowObject
java.lang.Object
com.nomagic.magicreport.format.html.RowObject
The class use for collect row object.
- Since:
- Feb 04, 2013
- Version:
- 1.0 Feb 04, 2013
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCellList(CellObject cellObject) Gets attributes.Gets cellList.Get row propertiesRemove data from rowPropertiesvoidRemove data from rowPropertiesvoidsetAttributes(List<Attribute> attributes) Sets attributes.voidsetCellList(List<CellObject> cellList) Sets cellList.voidsetRowProperties(Map<String, Object> rowProperties) Set row propertiesvoidupdateRowProperties(String key, Object value) Update value in rowProperties
-
Field Details
-
ROW_INDEX
- See Also:
-
-
Constructor Details
-
RowObject
public RowObject()
-
-
Method Details
-
getCellList
Gets cellList.- Returns:
- the cellList
-
setCellList
Sets cellList.- Parameters:
cellList- the cellList to set
-
getAttributes
Gets attributes.- Returns:
- the attributes
-
setAttributes
Sets attributes.- Parameters:
attributes- the attributes to set
-
addCellList
-
getRowProperties
Get row properties- Returns:
- rowProperties
-
setRowProperties
Set row properties- Parameters:
rowProperties- rowProperties
-
updateRowProperties
Update value in rowProperties- Parameters:
key- keyvalue- value
-
removeRowProperties
Remove data from rowProperties- Parameters:
key- key key to remove
-
getRowPropertiesValue
Remove data from rowProperties- Parameters:
key- a key to remove- Returns:
- row property value of specific key
-