Package | Description |
---|---|
org.uberfire.ext.wires.core.trees.client.layout.treelayout |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTreeForTreeLayout<TreeNode>
Provides an easy way to implement the
TreeForTreeLayout interface by
defining just two simple methods and a constructor. |
Modifier and Type | Method and Description |
---|---|
TreeForTreeLayout<TreeNode> |
TreeLayout.getTree()
Returns the Tree the layout is created for.
|
Constructor and Description |
---|
TreeLayout(TreeForTreeLayout<TreeNode> tree,
NodeExtentProvider<TreeNode> nodeExtentProvider,
Configuration<TreeNode> configuration) |
TreeLayout(TreeForTreeLayout<TreeNode> tree,
NodeExtentProvider<TreeNode> nodeExtentProvider,
Configuration<TreeNode> configuration,
boolean useIdentity)
Creates a TreeLayout for a given tree.
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.