public class PdpBuildPlan.BuildplanElementController extends ElementController
Constructor and Description |
---|
PdpBuildPlan.BuildplanElementController()
Instantiates a new buildplan element controller.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getButtonCaption()
Gets the internationalized text for the Subscribe / Unsubscribe button.
|
java.lang.String |
handleClickEvent(org.tencompetence.business.model.learningpath.ILPElement element)
Abstract method to handle the click event of the action button.
|
boolean |
isButtonRequired()
Checks if the facelet requires a action button.
|
void |
setInput(PathListEntry input)
Sets the input for the element viewer.
|
doClick, doToggleDescription, doToggleMetadata, getDateCompleted, getDateSubscribed, getDescription, getElement, getImageUrl, getImageUrl16, getImageUrl32, getImageUrl48, getLegenda, getMetadata, getTitle, getToggleDescriptionText, getToggleMetadataDescription, isLongDescription, isMetadataExpanded, isPortfolioView, isShowImage, setInput
public PdpBuildPlan.BuildplanElementController()
public java.lang.String handleClickEvent(org.tencompetence.business.model.learningpath.ILPElement element)
implementing classes should implement this method to do the actual handling of the event.
handleClickEvent
in class ElementController
element
- the element of this controllerpublic java.lang.String getButtonCaption()
getButtonCaption
in class ElementController
public boolean isButtonRequired()
isButtonRequired
in class ElementController
public void setInput(PathListEntry input)
input
- the new input