Package org.opencms.ui.shared.components
Class CmsBreadCrumbState
java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
org.opencms.ui.shared.components.CmsBreadCrumbState
- All Implemented Interfaces:
Serializable
The bread crumb state.
- See Also:
-
Field Summary
Fields inherited from class com.vaadin.shared.AbstractComponentState
caption, captionAsHtml, description, descriptionContentMode, errorLevel, errorMessage, height, id, primaryStyleName, styles, width
Fields inherited from class com.vaadin.shared.communication.SharedState
enabled, registeredEventListeners, resources
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionString[][]
Returns the bread crumb entries.void
setEntries
(String[][] entries) Sets the bread crumb entries.
-
Constructor Details
-
CmsBreadCrumbState
public CmsBreadCrumbState()
-
-
Method Details
-
getEntries
Returns the bread crumb entries.- Returns:
- the bread crumb entries
-
setEntries
Sets the bread crumb entries.- Parameters:
entries
- the bread crumb entries to set
-