| Package | Description |
|---|---|
| org.gcube.portlets.d4sreporting.common.shared |
| Modifier and Type | Method and Description |
|---|---|
BasicComponent |
BasicComponent.getChild() |
| Modifier and Type | Method and Description |
|---|---|
List<BasicComponent> |
BasicSection.getComponents() |
ArrayList<BasicComponent> |
RepeatableSequence.getGroupedComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicComponent.setChild(BasicComponent child) |
| Modifier and Type | Method and Description |
|---|---|
void |
BasicSection.setComponents(List<BasicComponent> components) |
void |
RepeatableSequence.setGroupedComponents(ArrayList<BasicComponent> groupedComponents) |
| Constructor and Description |
|---|
BasicComponent(int x,
int y,
int width,
int height,
int templatePage,
ComponentType type,
boolean isDoubleColLayout,
boolean locked,
BasicComponent child,
String idInBasket,
String paramName,
Serializable possibleContent,
List<Metadata> metadata)
NOT USED SO FAR
|
| Constructor and Description |
|---|
BasicSection(List<BasicComponent> components,
List<Metadata> metadata) |
RepeatableSequence(ArrayList<BasicComponent> groupedComponents,
int height) |
RepeatableSequence(ArrayList<BasicComponent> groupedComponents,
String key,
int height) |
Tuple(String key,
ArrayList<BasicComponent> groupedComponents) |
Copyright © 2015. All Rights Reserved.