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

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)
           
RepeatableSequence(ArrayList<BasicComponent> groupedComponents, String key, int height)
           
Tuple(String key, ArrayList<BasicComponent> groupedComponents)
           
 



Copyright © 2014. All Rights Reserved.