public class BreadcrumbsController
extends java.lang.Object
BaseEditorBean
classModifier and Type | Class and Description |
---|---|
class |
BreadcrumbsController.PopupController
The Class PopupController acts as a controller for the confirmation dialog.
|
Constructor and Description |
---|
BreadcrumbsController() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
breadcrumbClicked()
Breadcrumb clicked.
|
BaseEditorBean<? extends com.liferay.portal.model.BaseModel<?>> |
getEditor()
Returns the
BaseEditorBean associated with this back button. |
BreadcrumbsController.PopupController |
getPopupController()
Gets the popup controller associated with the confirmation dialog.
|
java.lang.String |
getRecordData()
This method is used to record the current viewId + EditorInput and add this to the stack.
|
void |
setBaseEditorBean(BaseEditorBean<? extends com.liferay.portal.model.BaseModel<?>> editor)
Sets the
BaseEditorBean for the back button. |
public java.lang.String breadcrumbClicked()
public void setBaseEditorBean(BaseEditorBean<? extends com.liferay.portal.model.BaseModel<?>> editor)
BaseEditorBean
for the back button. The BaseEditorBean
is used to check the
changed state of the current page.editor
- the editorpublic BreadcrumbsController.PopupController getPopupController()
public BaseEditorBean<? extends com.liferay.portal.model.BaseModel<?>> getEditor()
BaseEditorBean
associated with this back button.public java.lang.String getRecordData()