Interface MenuEntry


public interface MenuEntry
Created by miguel on 9/8/16.
  • Method Details

    • getIcon

      com.vaadin.icons.VaadinIcons getIcon()
    • getCaption

      String getCaption()
    • getId

      String getId()
    • setId

      void setId(String id)
    • getOrder

      int getOrder()