Uses of Class
org.gcube.portlets.d4sreporting.common.shared.ComponentType

Packages that use ComponentType
org.gcube.portlets.d4sreporting.common.client.uicomponents   
org.gcube.portlets.d4sreporting.common.shared   
 

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.shared
 

Methods in org.gcube.portlets.d4sreporting.common.shared that return ComponentType
 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.
 

Methods in org.gcube.portlets.d4sreporting.common.shared with parameters of type ComponentType
 void BasicComponent.setType(ComponentType type)
           
 

Constructors in org.gcube.portlets.d4sreporting.common.shared with parameters of type ComponentType
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 © 2013. All Rights Reserved.