Class A_CmsMenuItem

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.vaadin.server.Resource m_icon
      The item icon.
      protected java.lang.String m_labelKey
      The label message key.
    • Constructor Summary

      Constructors 
      Constructor Description
      A_CmsMenuItem​(java.lang.String labelKey, com.vaadin.server.Resource icon)
      Constructor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.vaadin.ui.Component getItemComponent​(java.util.Locale locale)
      Returns the item ui component.
      protected java.lang.String getLabel​(java.util.Locale locale)
      Returns the label for the given locale.
      • Methods inherited from class java.lang.Object

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

      • m_icon

        protected com.vaadin.server.Resource m_icon
        The item icon.
      • m_labelKey

        protected java.lang.String m_labelKey
        The label message key.
    • Constructor Detail

      • A_CmsMenuItem

        public A_CmsMenuItem​(java.lang.String labelKey,
                             com.vaadin.server.Resource icon)
        Constructor.

        Parameters:
        labelKey - the label message key
        icon - the icon