Class CmsBreadCrumbState

  • All Implemented Interfaces:
    java.io.Serializable

    public class CmsBreadCrumbState
    extends com.vaadin.shared.AbstractComponentState
    The bread crumb state.

    See Also:
    Serialized Form
    • 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[][] getEntries()
      Returns the bread crumb entries.
      void setEntries​(java.lang.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
    • Method Detail

      • getEntries

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

        Returns:
        the bread crumb entries
      • setEntries

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

        Parameters:
        entries - the bread crumb entries to set