public class FolderSelectionDialog
extends org.zkoss.zk.ui.select.SelectorComposer<org.zkoss.zul.Window>
Modifier and Type | Class and Description |
---|---|
static class |
FolderSelectionDialog.FolderSelectionEvent
The event that is triggered when a
FolderSelectionDialog is closed. |
Constructor and Description |
---|
FolderSelectionDialog() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
init(org.zkoss.zk.ui.event.CreateEvent event) |
static void |
show(String folderDdc,
String folderPath,
org.zkoss.zk.ui.event.EventListener<FolderSelectionDialog.FolderSelectionEvent> listener)
Shows the folder selection dialog.
|
public static void show(String folderDdc, String folderPath, org.zkoss.zk.ui.event.EventListener<FolderSelectionDialog.FolderSelectionEvent> listener)
folderDdc
- the ddc of the folder to use as rootfolderPath
- the path of the folder to use as rootlistener
- listener to call when the dialog is closedpublic void init(org.zkoss.zk.ui.event.CreateEvent event)
public void close()
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.