@Component @Scope(value="prototype") public class DefaultSelectPanelDialog extends AbstractDialog implements SelectPanelDialog
| Modifier and Type | Field and Description |
|---|---|
static L10nString |
L10N_HEADER_DESCRIPTION |
static L10nString |
L10N_HEADER_NAME |
static L10nString |
L10N_HEADER_TYPE |
static L10nString |
L10N_MSG_SYSTEM_DEFINED |
static L10nString |
L10N_TAB_TITLE_LAYOUTS |
static L10nString |
L10N_TAB_TITLE_PANELS |
btnCancel, btnOK, dialogButtongs, dialogContent, L10N_BUTTON_CANCEL, L10N_BUTTON_CLOSE, L10N_BUTTON_OK, listener, windowATTRIB_DIALOG| Modifier | Constructor and Description |
|---|---|
protected |
DefaultSelectPanelDialog() |
| Modifier and Type | Method and Description |
|---|---|
protected Message |
getOKMessage() |
protected boolean |
isOKReady() |
void |
onEvent(org.zkoss.zk.ui.event.Event event) |
protected String |
prepareTitle() |
doCancel, doClose, doOK, getCommand, getCommands, getL10nMode, getPanelState, getSupportedCommands, hasCommand, isCommandsSupressed, isInDesignMode, onBeforeShow, prepareBottomToolbar, prepareButtons, prepareContent, prepareContentLayout, prepareForOK, prepareWindow, process, registerCommand, setInDesignMode, setL10nMode, show, showNotOKMessage, supressCommands, toString, unregisterCommandclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetCommand, getCommands, getPanelState, getSupportedCommands, hasCommand, isCommandsSupressed, supressCommands, unregisterCommandprocessgetL10nMode, setL10nModeisInDesignMode, setInDesignModepublic static final L10nString L10N_HEADER_DESCRIPTION
public static final L10nString L10N_HEADER_NAME
public static final L10nString L10N_HEADER_TYPE
public static final L10nString L10N_MSG_SYSTEM_DEFINED
public static final L10nString L10N_TAB_TITLE_LAYOUTS
public static final L10nString L10N_TAB_TITLE_PANELS
protected Message getOKMessage()
getOKMessage in class AbstractDialogprotected boolean isOKReady()
isOKReady in class AbstractDialogpublic void onEvent(org.zkoss.zk.ui.event.Event event)
throws Exception
onEvent in interface org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>onEvent in class AbstractDialogExceptionprotected String prepareTitle()
prepareTitle in class AbstractDialogCopyright 2012-2013 Veniamin Isaias. All rights reserved.