Class KebabWidget
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.widgets.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 Summary
Constructors Constructor Description KebabWidget()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideditClick(com.google.gwt.user.client.Event e)voidinit(org.uberfire.mvp.Command remove, org.uberfire.mvp.Command edit)voidremoveClick(com.google.gwt.user.client.Event e)
-
-
-
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)
-
-