public class DBTableRow extends AbstractComponent
ReportReferences
COMP_HEIGHT, COMP_WIDTH
Constructor and Description |
---|
DBTableRow(List<Column> columns) |
DBTableRow(String id,
List<Column> columns) |
Modifier and Type | Method and Description |
---|---|
List<ReportComponent> |
getChildren() |
List<Column> |
getColumns() |
int |
getHeadingLevel() |
org.gcube.portlets.d4sreporting.common.shared.BasicComponent |
getModelComponent() |
String |
getStringValue() |
ReportComponentType |
getType() |
boolean |
hasChildren() |
void |
setColumns(List<Column> columns) |
void |
setHeadingLevel(int level) |
convertProperties, getId, getProperties, setId, setProperties, setProperties
public DBTableRow(String id, List<Column> columns)
id
- the identifier ia a String value that identifies the DBTableRowcolumns
- the columns (name, value) to show once selectedpublic int getHeadingLevel()
public void setHeadingLevel(int level)
public ReportComponentType getType()
public boolean hasChildren()
hasChildren
in interface ReportComponent
hasChildren
in class AbstractComponent
public List<ReportComponent> getChildren()
getChildren
in interface ReportComponent
getChildren
in class AbstractComponent
public String getStringValue()
getStringValue
in interface ReportComponent
getStringValue
in class AbstractComponent
public org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
getModelComponent
in interface ReportComponent
getModelComponent
in class AbstractComponent
Copyright © 2014. All Rights Reserved.