Class AdminTool


  • public class AdminTool
    extends Object
    • Constructor Detail

      • AdminTool

        public AdminTool()
      • AdminTool

        public AdminTool​(String title,
                         Set<String> iconCss,
                         String category,
                         org.uberfire.mvp.Command onClickCommand)
      • AdminTool

        public AdminTool​(String title,
                         Set<String> iconCss,
                         String category,
                         org.uberfire.mvp.Command onClickCommand,
                         org.uberfire.mvp.ParameterizedCommand<org.uberfire.mvp.ParameterizedCommand<Integer>> counterCommand)
    • Method Detail

      • getTitle

        public String getTitle()
      • getIconCss

        public Set<String> getIconCss()
      • getCategory

        public String getCategory()
      • getOnClickCommand

        public org.uberfire.mvp.Command getOnClickCommand()
      • hasCounter

        public boolean hasCounter()
      • fetchCounter

        public void fetchCounter​(org.uberfire.mvp.ParameterizedCommand<Integer> callback)