Package | Description |
---|---|
org.tencompetence.portlet.common.components |
Provides gui component classes common to all portlets.
|
org.tencompetence.portlet.pdp.beans |
Provides classes as beans used by the PDP.
|
org.tencompetence.portlet.portfolio.common.components |
Provides classes as beans used by the Competence Portfolio portlet.
|
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<ICrumbEntry> |
CrumbController.getCrumbs()
Gets the crumbs.
|
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
CrumbController.handleCrumbEvent(ICrumbEntry selectedCrumb)
handleCrumb.
|
void |
CrumbController.setSelectedCrumb(ICrumbEntry selectedCrumb)
Sets the selected crumb.
|
Modifier and Type | Class and Description |
---|---|
class |
PdpSelectAction.CrumbEntry
The Class CrumbEntry.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ICrumbEntry> |
PdpSelectAction.BreadCrumbController.getCrumbs()
Gets the crumbs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PdpSelectAction.BreadCrumbController.handleCrumbEvent(ICrumbEntry selectedCrumb)
handleCrumb.
|
Modifier and Type | Class and Description |
---|---|
class |
PortfolioCrumbController.PortfolioCrumbEntry
This utility class is a the data class for the crumbs of the control.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ICrumbEntry> |
PortfolioCrumbController.getCrumbs()
Gets the crumbs.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PortfolioCrumbController.handleCrumbEvent(ICrumbEntry crumb)
handleCrumb.
|