public class PortfolioCrumbController extends CrumbController
PortfolioDetailsController
bean. The
controller maintains a list of visited entities.Modifier and Type | Class and Description |
---|---|
class |
PortfolioCrumbController.PortfolioCrumbEntry
This utility class is a the data class for the crumbs of the control.
|
Constructor and Description |
---|
PortfolioCrumbController() |
Modifier and Type | Method and Description |
---|---|
static PortfolioCrumbController |
getController()
Gets the controller from session.
|
java.util.List<ICrumbEntry> |
getCrumbs()
Gets the crumbs.
|
java.lang.String |
handleCrumbEvent(ICrumbEntry crumb)
handleCrumb.
|
void |
processEditorInput(java.lang.Object editorInput,
java.lang.String viewId)
Process a new editor input and this method should be called by the owning bean when a new editor input has been
set.
|
static void |
reset()
Resets the history of this control.
|
crumbClicked, setSelectedCrumb
public static PortfolioCrumbController getController()
public void processEditorInput(java.lang.Object editorInput, java.lang.String viewId)
editorInput
in the list of
crumbs. As a consequence, each crumb has to be unique.editorInput
- the editor input that has been set for the backing beanviewId
- the view idpublic java.util.List<ICrumbEntry> getCrumbs()
getCrumbs
in class CrumbController
public java.lang.String handleCrumbEvent(ICrumbEntry crumb)
handleCrumbEvent
in class CrumbController
crumb
- the selectedCrumbpublic static void reset()