public class PdpBuildPlan
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
PdpBuildPlan.BuildplanElementController
The Class BuildplanElementController.
|
Constructor and Description |
---|
PdpBuildPlan()
Instantiates a new pdp build plan.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
doCancel()
Returns to the small view without saving the plan.
|
java.lang.String |
doSave()
Saves the plan and returns to the small view.
|
ElementController |
getElementController()
Gets the element controller.
|
java.util.List<Gap> |
getGapList()
Gets the list of competence gaps.
|
java.util.List<PathListEntry> |
getPathList()
Gets the list of learning paths.
|
java.lang.String |
getTitle()
Gets the title.
|
boolean |
isElementSelected()
Returns true if a element is selected.
|
boolean |
isPlansAvailable()
Returns true if there are any plans available.
|
void |
selectionListener(com.icesoft.faces.component.ext.RowSelectorEvent event)
Selection listener called when the selection in the path list changes.
|
public java.lang.String getTitle()
public ElementController getElementController()
public java.util.List<Gap> getGapList()
public java.util.List<PathListEntry> getPathList()
public boolean isElementSelected()
public boolean isPlansAvailable()
public void selectionListener(com.icesoft.faces.component.ext.RowSelectorEvent event)
event
- the event describing the selectionpublic java.lang.String doSave()
public java.lang.String doCancel()