Class BasePermissionNodeViewer
- java.lang.Object
-
- org.uberfire.ext.security.management.client.widgets.management.editor.acl.node.BasePermissionNodeViewer
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,PermissionNodeViewer
- Direct Known Subclasses:
LeafPermissionNodeViewer,MultiplePermissionNodeViewer
public abstract class BasePermissionNodeViewer extends Object implements PermissionNodeViewer
-
-
Field Summary
Fields Modifier and Type Field Description protected inttreeLevel
-
Constructor Summary
Constructors Constructor Description BasePermissionNodeViewer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTreeLevel()voidsetTreeLevel(int treeLevel)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.uberfire.ext.security.management.client.widgets.management.editor.acl.node.PermissionNodeViewer
getChildren, getPermissionNode, show
-
-
-
-
Method Detail
-
getTreeLevel
public int getTreeLevel()
- Specified by:
getTreeLevelin interfacePermissionNodeViewer
-
setTreeLevel
public void setTreeLevel(int treeLevel)
- Specified by:
setTreeLevelin interfacePermissionNodeViewer
-
-