public class SelectTreeItemEvent
extends org.zkoss.zk.ui.event.Event
Modifier and Type | Class and Description |
---|---|
static class |
SelectTreeItemEvent.Destination
Destination type.
|
Constructor and Description |
---|
SelectTreeItemEvent(org.zkoss.zk.ui.Component target,
FolderId folderId,
SelectTreeItemEvent.Destination destination) |
Modifier and Type | Method and Description |
---|---|
SelectTreeItemEvent.Destination |
getDestination() |
FolderId |
getFolderId() |
public SelectTreeItemEvent(org.zkoss.zk.ui.Component target, FolderId folderId, SelectTreeItemEvent.Destination destination)
target
- TargetfolderId
- Navigation folder iddestination
- Destination typepublic FolderId getFolderId()
public SelectTreeItemEvent.Destination getDestination()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.