| Package | Description |
|---|---|
| org.gcube.portlets.d4sreporting.common.client.uicomponents | |
| org.gcube.portlets.d4sreporting.common.shared |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
ReportUIComponent.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportUIComponent.setType(ComponentType type) |
| Constructor and Description |
|---|
ReportUIComponent(ComponentType type,
int left,
int top,
int width,
int height)
final Presenter controller removde
|
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
BasicComponent.getType() |
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicComponent.setType(ComponentType type) |
| 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
|
BasicComponent(int x,
int y,
int width,
int height,
int templatePage,
ComponentType i,
String paramName,
Serializable possibleContent,
boolean isDoubleColLayout,
boolean locked,
List<Metadata> metadata) |
BasicComponent(int x,
int y,
int width,
int height,
int templatePage,
ComponentType type,
String idInBasket,
String paramName,
Serializable possibleContent,
boolean isDoubleColLayout,
boolean locked,
List<Metadata> metadata) |
Copyright © 2014. All Rights Reserved.