org.gcube.application.reporting.component
Class Box
java.lang.Object
org.gcube.application.reporting.component.AbstractComponent
org.gcube.application.reporting.component.Box
- All Implemented Interfaces:
- ReportComponent
public class Box
- extends AbstractComponent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Box
public Box(String name,
Boolean selected)
Box
public Box(String id,
String name,
Boolean selected,
Boolean isMultiSelectionAllowed)
Box
public Box(String name,
Boolean selected,
Boolean isMultiSelectionAllowed)
getName
public String getName()
isSelected
public Boolean isSelected()
getType
public ReportComponentType getType()
- Specified by:
getType
in interface ReportComponent
- Specified by:
getType
in class AbstractComponent
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 class AbstractComponent
Copyright © 2013. All Rights Reserved.