org.gcube.application.reporting.component
Class Heading

java.lang.Object
  extended by org.gcube.application.reporting.component.AbstractComponent
      extended by org.gcube.application.reporting.component.Heading
All Implemented Interfaces:
IsMedia, IsSequentiable, ReportComponent

public class Heading
extends AbstractComponent
implements IsMedia, IsSequentiable


Field Summary
 
Fields inherited from interface org.gcube.application.reporting.component.interfaces.ReportComponent
COMP_HEIGHT, COMP_WIDTH
 
Constructor Summary
Heading(int level, String content)
           
Heading(int level, String content, boolean isReadonly)
           
 
Method Summary
 List<ReportComponent> getChildren()
           
 int getLevel()
           
 org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
           
 org.gcube.portlets.d4sreporting.common.shared.ComponentType getModelType()
           
 String getStringValue()
           
 ReportComponentType getType()
           
 boolean hasChildren()
           
 boolean isReadOnly()
           
 
Methods inherited from class org.gcube.application.reporting.component.AbstractComponent
convertProperties, getId, getProperties, setId, setProperties, setProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.gcube.application.reporting.component.interfaces.ReportComponent
getId, getProperties, setId, setProperties, setProperties
 

Constructor Detail

Heading

public Heading(int level,
               String content)

Heading

public Heading(int level,
               String content,
               boolean isReadonly)
Method Detail

getLevel

public int getLevel()

isReadOnly

public boolean isReadOnly()

getModelType

public org.gcube.portlets.d4sreporting.common.shared.ComponentType getModelType()

getType

public ReportComponentType getType()
Specified by:
getType in interface ReportComponent

hasChildren

public boolean hasChildren()
Specified by:
hasChildren in interface ReportComponent
Specified by:
hasChildren in class AbstractComponent

getChildren

public List<ReportComponent> getChildren()
Specified by:
getChildren in interface ReportComponent
Specified by:
getChildren in class AbstractComponent

getStringValue

public String getStringValue()
Specified by:
getStringValue in interface ReportComponent
Specified by:
getStringValue in class AbstractComponent

getModelComponent

public org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
Specified by:
getModelComponent in interface ReportComponent
Specified by:
getModelComponent in class AbstractComponent


Copyright © 2014. All Rights Reserved.