Interface NavTreeEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<NavTreeEditor>,org.jboss.errai.common.client.api.IsElement,NavItemEditor.View<NavTreeEditor>,org.uberfire.client.mvp.UberElement<NavTreeEditor>
- All Known Implementing Classes:
NavTreeEditorView
- Enclosing class:
- NavTreeEditor
public static interface NavTreeEditor.View extends NavItemEditor.View<NavTreeEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetChangedFlag(boolean on)-
Methods inherited from interface org.dashbuilder.client.navigation.widget.editor.NavItemEditor.View
addChild, addCommand, addCommandDivider, clearChildren, clearCommands, finishItemEdition, generateId, getItemName, i18nDeleteItem, i18nGotoItem, i18nMoveDown, i18nMoveFirst, i18nMoveLast, i18nMoveUp, i18nNewItem, i18nNewItemName, setCommandsEnabled, setContextWidget, setExpanded, setExpandEnabled, setItemDeletable, setItemDescription, setItemEditable, setItemName, setItemNameError, setItemType, startItemEdition
-
-