Class NavItemEditCancelledEvent
- java.lang.Object
-
- org.dashbuilder.client.navigation.event.NavItemEditCancelledEvent
-
public class NavItemEditCancelledEvent extends Object
Event fired when aNavItemEditorcancels the edition of an item
-
-
Constructor Summary
Constructors Constructor Description NavItemEditCancelledEvent(NavItemEditor navItemEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NavItemEditorgetNavItemEditor()
-
-
-
Constructor Detail
-
NavItemEditCancelledEvent
public NavItemEditCancelledEvent(NavItemEditor navItemEditor)
-
-
Method Detail
-
getNavItemEditor
public NavItemEditor getNavItemEditor()
-
-