Class A_CmsWorkplaceApp.NavEntry

java.lang.Object
org.opencms.ui.apps.A_CmsWorkplaceApp.NavEntry
Enclosing class:
A_CmsWorkplaceApp

public static class A_CmsWorkplaceApp.NavEntry extends Object
An app navigation entry.

  • Constructor Details

    • NavEntry

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

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

    • getDescription

      Returns the description.

      Returns:
      the description
    • getIcon

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

      Returns:
      the icon
    • getName

      public String getName()
      Returns the entry name.

      Returns:
      the entry name
    • getTargetState

      Returns the target state.

      Returns:
      the target state