|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicComponent | |
|---|---|
| org.gcube.portlets.d4sreporting.common.shared | |
| Uses of BasicComponent in org.gcube.portlets.d4sreporting.common.shared |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.shared that return BasicComponent | |
|---|---|
BasicComponent |
BasicComponent.getChild()
|
| Methods in org.gcube.portlets.d4sreporting.common.shared that return types with arguments of type BasicComponent | |
|---|---|
List<BasicComponent> |
BasicSection.getComponents()
|
ArrayList<BasicComponent> |
RepeatableSequence.getGroupedComponents()
|
| Methods in org.gcube.portlets.d4sreporting.common.shared with parameters of type BasicComponent | |
|---|---|
void |
BasicComponent.setChild(BasicComponent child)
|
| Method parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type BasicComponent | |
|---|---|
void |
BasicSection.setComponents(List<BasicComponent> components)
|
void |
RepeatableSequence.setGroupedComponents(ArrayList<BasicComponent> groupedComponents)
|
| Constructors in org.gcube.portlets.d4sreporting.common.shared with parameters of type BasicComponent | |
|---|---|
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 parameters in org.gcube.portlets.d4sreporting.common.shared with type arguments of type BasicComponent | |
|---|---|
BasicSection(List<BasicComponent> components,
List<Metadata> metadata)
|
|
RepeatableSequence(ArrayList<BasicComponent> groupedComponents,
int height)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||