org.gcube.application.reporting.component
Class Box

java.lang.Object
  extended by org.gcube.application.reporting.component.AbstractComponent
      extended by org.gcube.application.reporting.component.Box
All Implemented Interfaces:
ReportComponent

public class Box
extends AbstractComponent


Field Summary
 
Fields inherited from interface org.gcube.application.reporting.component.interfaces.ReportComponent
COMP_HEIGHT, COMP_WIDTH
 
Constructor Summary
Box(String name, Boolean selected)
           
Box(String id, String name, Boolean selected)
           
 
Method Summary
 List<ReportComponent> getChildren()
           
 org.gcube.portlets.d4sreporting.common.shared.BasicComponent getModelComponent()
           
 String getName()
           
 String getStringValue()
           
 ReportComponentType getType()
           
 boolean hasChildren()
           
 Boolean isSelected()
           
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

Box

public Box(String name,
           Boolean selected)

Box

public Box(String id,
           String name,
           Boolean selected)
Method Detail

getName

public String getName()

isSelected

public Boolean isSelected()

getType

public ReportComponentType getType()

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.