Uses of Class
org.gcube.portlets.d4sreporting.common.server.serializables.Component

Packages that use Component
org.gcube.portlets.d4sreporting.common.server.serializables   
 

Uses of Component in org.gcube.portlets.d4sreporting.common.server.serializables
 

Methods in org.gcube.portlets.d4sreporting.common.server.serializables that return Component
 Component Component.getChild()
           
 

Methods in org.gcube.portlets.d4sreporting.common.server.serializables that return types with arguments of type Component
 List<Component> Section.getComponents()
           
 

Methods in org.gcube.portlets.d4sreporting.common.server.serializables with parameters of type Component
 int Component.compareTo(Component o)
          compareTo Method uses the y to rodinate components
 void Component.setChild(Component child)
           
 

Method parameters in org.gcube.portlets.d4sreporting.common.server.serializables with type arguments of type Component
 void Section.setComponents(List<Component> components)
           
 

Constructors in org.gcube.portlets.d4sreporting.common.server.serializables with parameters of type Component
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
 

Constructor parameters in org.gcube.portlets.d4sreporting.common.server.serializables with type arguments of type Component
Section(List<Component> components, List<S_Metadata> metadata)
           
 



Copyright © 2013. All Rights Reserved.