public class CmsRemovedElementDeletionDialog extends CmsPopup
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CmsRemovedElementDeletionDialog.Messages
Class with message accessors for the UiBinder.
|
com.google.gwt.user.client.ui.PopupPanel.PositionCallback| 限定符和类型 | 字段和说明 |
|---|---|
protected CmsPushButton |
m_cancelButton
The cancel button.
|
protected com.google.gwt.user.client.ui.Panel |
m_infoBoxContainer
The container for the file info box.
|
protected CmsPushButton |
m_okButton
The ok button.
|
m_closeCommand, m_notificationWidgetInstalled, m_windowWidth| 构造器和说明 |
|---|
CmsRemovedElementDeletionDialog(CmsRemovedElementStatus status)
Creates a new dialog instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
onClickCancel(com.google.gwt.event.dom.client.ClickEvent e)
Click handler for the cancel button.
|
protected void |
onClickOk(com.google.gwt.event.dom.client.ClickEvent e)
Click handler for the ok button.
|
add, add, addButton, addButton, addDialogClose, adjustIndex, beginDragging, catchNotifications, center, centerHorizontally, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, clear, continueDragging, createDialogNotificationWidget, doAttachChildren, doDetachChildren, endDragging, getAvailableHeight, getCaption, getChildren, getContainerElement, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, getWidth, hasCaption, hide, insert, insert, insertFront, installNotificationWidget, iterator, onBrowserEvent, onDetach, onPreviewNativeEvent, remove, remove, removeAllButtons, removeButton, removePadding, setBackgroundColor, setCaption, setHeight, setHeight, setMainContent, setPixelSize, setPositionFixed, setSize, setSpecialBackgroundClass, setUseAnimation, setWidget, setWidth, setWidth, show, showArrow, wrapWithBorderPaddingaddAutoHidePartner, addCloseHandler, addPopupListener, getGlassElement, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, hide, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, onUnload, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setModal, setPopupPosition, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setVisible, showRelativeToaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onLoad, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, toString, unsinkEventsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddAutoHidePartner, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, removeAutoHidePartner, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled@UiField protected CmsPushButton m_cancelButton
@UiField protected com.google.gwt.user.client.ui.Panel m_infoBoxContainer
@UiField protected CmsPushButton m_okButton
public CmsRemovedElementDeletionDialog(CmsRemovedElementStatus status)
status - the status of the removed element@UiHandler(value="m_cancelButton") protected void onClickCancel(com.google.gwt.event.dom.client.ClickEvent e)
e - the click event@UiHandler(value="m_okButton") protected void onClickOk(com.google.gwt.event.dom.client.ClickEvent e)
e - the click event