Class A_CmsWorkplaceApp.NavEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      NavEntry​(java.lang.String name, java.lang.String description, com.vaadin.server.Resource icon, java.lang.String targetState)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Returns the description.
      com.vaadin.server.Resource getIcon()
      Returns the icon.
      java.lang.String getName()
      Returns the entry name.
      java.lang.String getTargetState()
      Returns the target state.
      • Methods inherited from class java.lang.Object

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

      • NavEntry

        public NavEntry​(java.lang.String name,
                        java.lang.String description,
                        com.vaadin.server.Resource icon,
                        java.lang.String targetState)
        Constructor.

        Parameters:
        name - the entry name
        description - the description
        icon - the icon
        targetState - the target state
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getIcon

        public com.vaadin.server.Resource getIcon()
        Returns the icon.

        Returns:
        the icon
      • getName

        public java.lang.String getName()
        Returns the entry name.

        Returns:
        the entry name
      • getTargetState

        public java.lang.String getTargetState()
        Returns the target state.

        Returns:
        the target state