Class CmsBreadCrumbState

java.lang.Object
com.vaadin.shared.communication.SharedState
com.vaadin.shared.AbstractComponentState
org.opencms.ui.shared.components.CmsBreadCrumbState
All Implemented Interfaces:
Serializable

public class CmsBreadCrumbState extends com.vaadin.shared.AbstractComponentState
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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    String[][]
    Returns the bread crumb entries.
    void
    setEntries(String[][] entries)
    Sets the bread crumb entries.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getEntries

      public String[][] getEntries()
      Returns the bread crumb entries.

      Returns:
      the bread crumb entries
    • setEntries

      public void setEntries(String[][] entries)
      Sets the bread crumb entries.

      Parameters:
      entries - the bread crumb entries to set