public class PdpSelectAction
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PdpSelectAction.BreadCrumbController
The Class BreadCrumbController.
|
class |
PdpSelectAction.ClusterController
This class is an abstract controller for
ICluster elements. |
class |
PdpSelectAction.CrumbEntry
The Class CrumbEntry.
|
class |
PdpSelectAction.LeafController
The Class LeafController.
|
class |
PdpSelectAction.SelectionController
The controller class for
ISelection elements. |
class |
PdpSelectAction.SequenceController
The controller class for
ISequence elements. |
Constructor and Description |
---|
PdpSelectAction()
Instantiates a new pdp select action.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
doCancel()
Returns to the small view without saving the plan.
|
CrumbController |
getCrumbController()
Gets the crumb controller.
|
PdpSelectAction.LeafController |
getElementController()
Return the cluster controller associated with this backing bean.
|
java.lang.String |
getTitle()
Return the title of the current input.
|
void |
setInput(org.tencompetence.business.model.learningpath.ICursor input)
Sets the input.
|
public void setInput(org.tencompetence.business.model.learningpath.ICursor input)
input
- the new inputpublic PdpSelectAction.LeafController getElementController()
public CrumbController getCrumbController()
public java.lang.String getTitle()
public java.lang.String doCancel()