java.lang.Object
com.hack23.cia.web.impl.ui.application.views.common.menufactory.impl.AbstractMenuItemFactoryImpl
Direct Known Subclasses:
ApplicationMenuItemFactoryImpl, BallotMenuItemFactoryImpl, CommitteeMenuItemFactoryImpl, CommitteeRankingMenuItemFactoryImpl, CountryMenuItemFactoryImpl, DocumentMenuItemFactoryImpl, GovernmentBodyMenuItemFactoryImpl, GovernmentBodyRankingMenuItemFactoryImpl, MinistryMenuItemFactoryImpl, MinistryRankingMenuItemFactoryImpl, ParliamentMenuItemFactoryImpl, PartyMenuItemFactoryImpl, PartyRankingMenuItemFactoryImpl, PoliticianMenuItemFactoryImpl, PoliticianRankingMenuItemFactoryImpl, UserHomeMenuItemFactoryImpl

public abstract class AbstractMenuItemFactoryImpl extends Object
The Class AbstractMenuItemFactoryImpl.
  • Constructor Details

    • AbstractMenuItemFactoryImpl

      public AbstractMenuItemFactoryImpl()
      Instantiates a new abstract menu item factory impl.
  • Method Details

    • createButtonLink

      protected static final void createButtonLink(com.jarektoro.responsivelayout.ResponsiveRow row, String linkText, com.vaadin.server.Resource icon, com.vaadin.ui.Button.ClickListener command, String description)
      Creates the button link.
      Parameters:
      row - the panel content
      linkText - the link text
      icon - the icon
      command - the command
      description - the description
    • initApplicationMenuBar

      protected static final void initApplicationMenuBar(com.vaadin.ui.MenuBar menuBar)
      Inits the application menu bar.
      Parameters:
      menuBar - the menu bar