Class KebabWidget

  • All Implemented Interfaces:
    org.jboss.errai.common.client.api.IsElement, org.jboss.errai.ui.client.local.api.IsElement

    @Dependent
    @Templated
    public class KebabWidget
    extends Object
    implements org.jboss.errai.ui.client.local.api.IsElement
    • Constructor Detail

      • KebabWidget

        public KebabWidget()
    • Method Detail

      • init

        public void init​(org.uberfire.mvp.Command remove,
                         org.uberfire.mvp.Command edit)
      • removeClick

        @SinkNative(1)
        @EventHandler("remove")
        public void removeClick​(com.google.gwt.user.client.Event e)
      • editClick

        @SinkNative(1)
        @EventHandler("edit")
        public void editClick​(com.google.gwt.user.client.Event e)