Uses of Interface
org.uberfire.security.client.authz.tree.LoadCallback
-
Packages that use LoadCallback Package Description org.uberfire.security.client.authz.tree org.uberfire.security.client.authz.tree.impl -
-
Uses of LoadCallback in org.uberfire.security.client.authz.tree
Methods in org.uberfire.security.client.authz.tree with parameters of type LoadCallback Modifier and Type Method Description voidPermissionNode. expand(LoadCallback consumer)Expand the node.voidPermissionTreeProvider. loadChildren(PermissionNode parent, LoadOptions options, LoadCallback consumer)Asynchronous interface for loading the children nodes of a given parent permission node. -
Uses of LoadCallback in org.uberfire.security.client.authz.tree.impl
Methods in org.uberfire.security.client.authz.tree.impl with parameters of type LoadCallback Modifier and Type Method Description voidAbstractPermissionNode. expand(LoadCallback callback)
-