Interface LeafPermissionNodeEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<LeafPermissionNodeEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<LeafPermissionNodeEditor>
- All Known Implementing Classes:
LeafPermissionNodeEditorView
- Enclosing class:
- LeafPermissionNodeEditor
public static interface LeafPermissionNodeEditor.View extends org.uberfire.client.mvp.UberView<LeafPermissionNodeEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPermission(PermissionSwitchToogle permissionSwitch)voidsetNodeFullName(String name)voidsetNodeName(String name)voidsetNodePanelWidth(int width)
-
-
-
Method Detail
-
setNodeName
void setNodeName(String name)
-
setNodePanelWidth
void setNodePanelWidth(int width)
-
setNodeFullName
void setNodeFullName(String name)
-
addPermission
void addPermission(PermissionSwitchToogle permissionSwitch)
-
-