| Modifier and Type | Class and Description |
|---|---|
class |
NavigationNodeController
Controller of 'navigation node' tree, see related class:
NavigationNodeBrowserModel |
| Modifier and Type | Method and Description |
|---|---|
protected TreeController |
NavigationNodeContentMainComponent.createTreeController(Component relatedItemListContainer,
RelatedItemListController relatedItemListController,
Listbox listbox,
Button addItemButton)
Creates a controller for a tree component.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PositionAwareTreeController<T>
Controller of a tree that provides API for exact positioning of nodes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PositionAwareTreeControllerWrapper<T>
Default PositionAwareTreeController Wrapper Implementation.
|
class |
TreeControllerWrapper<T>
Default Tree Controller Wrapper Implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected TreeController<T> |
TreeControllerWrapper.controller |
| Modifier and Type | Method and Description |
|---|---|
void |
Tree.setController(TreeController<T> controller) |
| Constructor and Description |
|---|
Tree(TreeController<T> controller) |
TreeControllerWrapper(TreeController<T> controllerToWrap) |
| Modifier and Type | Class and Description |
|---|---|
class |
TreeControllerMock
Just an empty mock, see
DummyZKTest |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleNavigationNodeController
Controller of 'navigation node' tree, see related class:
BundleNavigationNodeBrowserModel |
| Modifier and Type | Method and Description |
|---|---|
TreeController |
BundleNavigationNodeRenderer.getController() |
| Modifier and Type | Method and Description |
|---|---|
void |
BundleNavigationNodeRenderer.setController(TreeController controller) |
| Modifier and Type | Method and Description |
|---|---|
protected TreeController |
BundleNavigationNodeContentMainComponent.createTreeController(Component relatedItemListContainer,
BundleRelatedItemListController relatedItemListController,
Listbox listbox,
Button addItemButton,
Button searchProductButton)
Creates a controller for a tree component.
|
| Modifier and Type | Method and Description |
|---|---|
protected TreeitemRenderer |
BundleNavigationNodeContentMainComponent.getNavigationNodeRenderer(TreeController controller)
Returns
TreeitemRenderer configured via spring. |
Copyright © 2018 SAP SE. All Rights Reserved.