Package | Description |
---|---|
com.saperion.ngc.events |
Package for all ZK events.
|
com.saperion.ngc.events.navigation |
Package for all navigation events.
|
Modifier and Type | Method and Description |
---|---|
void |
EventChildHandlerImpl.postSelectTreeItemEvent(FolderId folderId,
SelectTreeItemEvent.Destination type) |
void |
EventChildHandler.postSelectTreeItemEvent(FolderId folderId,
SelectTreeItemEvent.Destination type) |
void |
BaseWindow.postSelectTreeItemEvent(FolderId folderId,
SelectTreeItemEvent.Destination type) |
Modifier and Type | Method and Description |
---|---|
SelectTreeItemEvent.Destination |
SelectTreeItemEvent.getDestination() |
static SelectTreeItemEvent.Destination |
SelectTreeItemEvent.Destination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectTreeItemEvent.Destination[] |
SelectTreeItemEvent.Destination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
SelectTreeItemEvent(org.zkoss.zk.ui.Component target,
FolderId folderId,
SelectTreeItemEvent.Destination destination) |
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.