|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ComponentType in org.gcube.portlets.d4sreporting.common.client |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.client that return ComponentType | |
|---|---|
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. |
| Uses of ComponentType in org.gcube.portlets.d4sreporting.common.client.gwtserializables |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.client.gwtserializables that return ComponentType | |
|---|---|
ComponentType |
SerializableComponent.getType()
|
| Methods in org.gcube.portlets.d4sreporting.common.client.gwtserializables with parameters of type ComponentType | |
|---|---|
void |
SerializableComponent.setType(ComponentType type)
|
| Constructors in org.gcube.portlets.d4sreporting.common.client.gwtserializables with parameters of type ComponentType | |
|---|---|
SerializableComponent(int x,
int y,
int width,
int height,
int templatePage,
ComponentType type,
boolean isDoubleColLayout,
boolean locked,
SerializableComponent child,
String idInBasket,
String paramName,
Serializable possibleContent,
List<Metadata> metadata)
NOT USED SO FAR |
|
SerializableComponent(int x,
int y,
int width,
int height,
int templatePage,
ComponentType i,
String paramName,
Serializable possibleContent,
boolean isDoubleColLayout,
boolean locked,
List<Metadata> metadata)
|
|
SerializableComponent(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)
|
|
| Uses of ComponentType in org.gcube.portlets.d4sreporting.common.client.uicomponents |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.client.uicomponents that return ComponentType | |
|---|---|
ComponentType |
ReportUIComponent.getType()
|
| Methods in org.gcube.portlets.d4sreporting.common.client.uicomponents with parameters of type ComponentType | |
|---|---|
void |
ReportUIComponent.setType(ComponentType type)
|
| Constructors in org.gcube.portlets.d4sreporting.common.client.uicomponents with parameters of type ComponentType | |
|---|---|
ReportUIComponent(ComponentType type,
int left,
int top,
int width,
int height)
final Presenter controller removde |
|
| Uses of ComponentType in org.gcube.portlets.d4sreporting.common.server.serializables |
|---|
| Methods in org.gcube.portlets.d4sreporting.common.server.serializables that return ComponentType | |
|---|---|
ComponentType |
Component.getType()
|
| Methods in org.gcube.portlets.d4sreporting.common.server.serializables with parameters of type ComponentType | |
|---|---|
void |
Component.setType(ComponentType type)
|
| Constructors in org.gcube.portlets.d4sreporting.common.server.serializables with parameters of type ComponentType | |
|---|---|
Component(int x,
int y,
int width,
int height,
int templatePage,
ComponentType type,
String paramName,
Serializable possibleContent,
boolean isDoubleColLayout,
boolean locked,
Component child,
List<S_Metadata> metadata)
Constructor for Child components |
|
Component(int x,
int y,
int width,
int height,
int templatePage,
ComponentType type,
String paramName,
Serializable possibleContent,
boolean isDoubleColLayout,
boolean locked,
List<S_Metadata> metadata)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||