Uses of Interface
org.gcube.application.reporting.component.interfaces.ReportComponent

Packages that use ReportComponent
org.gcube.application.reporting   
org.gcube.application.reporting.component   
org.gcube.application.reporting.component.interfaces   
org.gcube.application.reporting.reader   
org.gcube.application.reporting.reference   
 

Uses of ReportComponent in org.gcube.application.reporting
 

Methods in org.gcube.application.reporting with parameters of type ReportComponent
 boolean ReportsModeler.add(ReportComponent rc)
           
 

Uses of ReportComponent in org.gcube.application.reporting.component
 

Classes in org.gcube.application.reporting.component that implement ReportComponent
 class AbstractComponent
           
 class Box
           
 class BoxesArea
           
 class Heading
           
 class HiddenField
           
 class Image
           
 class Instruction
           
 class Media
           
 class ReportSequence
           
 class SequenceList
           
 class TableWrapper
           
 class TextInput
           
 class Title
           
 

Methods in org.gcube.application.reporting.component that return types with arguments of type ReportComponent
 List<ReportComponent> Media.getChildren()
           
 List<ReportComponent> SequenceList.getChildren()
           
 List<ReportComponent> HiddenField.getChildren()
           
 List<ReportComponent> TextInput.getChildren()
           
abstract  List<ReportComponent> AbstractComponent.getChildren()
           
 List<ReportComponent> TableWrapper.getChildren()
           
 List<ReportComponent> BoxesArea.getChildren()
           
 List<ReportComponent> Image.getChildren()
           
 List<ReportComponent> Box.getChildren()
           
 List<ReportComponent> Title.getChildren()
           
 List<ReportComponent> Heading.getChildren()
           
 List<ReportComponent> Instruction.getChildren()
           
 List<ReportComponent> ReportSequence.getChildren()
           
 

Uses of ReportComponent in org.gcube.application.reporting.component.interfaces
 

Classes in org.gcube.application.reporting.component.interfaces with type parameters of type ReportComponent
 interface Modeler<COMPONENT extends ReportComponent>
          Common interface shared (with different bound type) by ReportsModeler and ReportSequence History: ------------- --------------- ----------------------- Date Author Comment ------------- --------------- ----------------------- 21/nov/2013 F.
 

Subinterfaces of ReportComponent in org.gcube.application.reporting.component.interfaces
 interface IsMedia
           
 interface IsSequentiable
           
 

Methods in org.gcube.application.reporting.component.interfaces that return types with arguments of type ReportComponent
 List<ReportComponent> ReportComponent.getChildren()
           
 

Uses of ReportComponent in org.gcube.application.reporting.reader
 

Methods in org.gcube.application.reporting.reader that return types with arguments of type ReportComponent
 List<ReportComponent> Section.getComponents()
           
 

Methods in org.gcube.application.reporting.reader with parameters of type ReportComponent
 void Section.add(ReportComponent c)
           
 

Method parameters in org.gcube.application.reporting.reader with type arguments of type ReportComponent
 void Section.setComponents(List<ReportComponent> components)
           
 

Uses of ReportComponent in org.gcube.application.reporting.reference
 

Classes in org.gcube.application.reporting.reference that implement ReportComponent
 class Column
           
 class DBTableRow
           
 class ReferenceReport
           
 

Methods in org.gcube.application.reporting.reference that return types with arguments of type ReportComponent
 List<ReportComponent> ReferenceReport.getChildren()
           
 List<ReportComponent> DBTableRow.getChildren()
           
 List<ReportComponent> Column.getChildren()
           
 



Copyright © 2014. All Rights Reserved.