public abstract class PdpSelectAction.ClusterController extends PdpSelectAction.LeafController
ICluster
elements.Constructor and Description |
---|
PdpSelectAction.ClusterController(org.tencompetence.business.model.learningpath.ICluster element,
boolean selectable)
Instantiates a new cluster controller.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PdpSelectAction.LeafController> |
getChildren()
Returns the child elements of the current input or an empty list if the input was not set.
|
abstract java.lang.String |
getInfoText()
Gets the info text.
|
boolean |
isElementList()
Return true if a list of child elements should be rendered.
|
boolean |
isLeaf()
Return true if this element is a leaf.
|
commandLinkListener, getIcon, handleClickEvent, isCompleted, isSelectable
doClick, doToggleDescription, doToggleMetadata, getButtonCaption, getDateCompleted, getDateSubscribed, getDescription, getElement, getImageUrl, getImageUrl16, getImageUrl32, getImageUrl48, getLegenda, getMetadata, getTitle, getToggleDescriptionText, getToggleMetadataDescription, isButtonRequired, isLongDescription, isMetadataExpanded, isPortfolioView, isShowImage, setInput
public PdpSelectAction.ClusterController(org.tencompetence.business.model.learningpath.ICluster element, boolean selectable)
element
- the elementselectable
- indicator whether the element represented by this controller can be selectedpublic abstract java.lang.String getInfoText()
public boolean isLeaf()
isLeaf
in class PdpSelectAction.LeafController
public boolean isElementList()
isElementList
in class PdpSelectAction.LeafController
public java.util.List<PdpSelectAction.LeafController> getChildren()