public interface ReportComponent
Modifier and Type | Field and Description |
---|---|
static int |
COMP_HEIGHT |
static int |
COMP_WIDTH |
Modifier and Type | Method and Description |
---|---|
List<ReportComponent> |
getChildren() |
String |
getId() |
org.gcube.portlets.d4sreporting.common.shared.BasicComponent |
getModelComponent() |
List<Property> |
getProperties() |
String |
getStringValue() |
ReportComponentType |
getType() |
boolean |
hasChildren() |
void |
setId(String id) |
void |
setProperties(List<Property> props) |
void |
setProperties(Property... properties) |
static final int COMP_WIDTH
static final int COMP_HEIGHT
String getId()
void setId(String id)
void setProperties(Property... properties)
ReportComponentType getType()
boolean hasChildren()
List<ReportComponent> getChildren()
String getStringValue()
org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
Copyright © 2016. All Rights Reserved.