public class CmsRestoreView
extends com.google.gwt.user.client.ui.Composite
| 限定符和类型 | 字段和说明 |
|---|---|
protected CmsPushButton |
m_cancelButton
The cancel button.
|
protected com.google.gwt.user.client.ui.FlowPanel |
m_infoBoxContainer
The container for the file info box.
|
protected com.google.gwt.user.client.ui.Label |
m_movedLabel
The label which informs the user that the resource has moved.
|
protected com.google.gwt.user.client.ui.Panel |
m_movedSection
The section which is displayed when the resource was moved.
|
protected CmsPushButton |
m_okButton
The OK button.
|
protected CmsPopup |
m_popup
The popup in which this widget is contained.
|
protected CmsRestoreInfoBean |
m_restoreInfo
The bean containing information about the resource to restore.
|
protected CmsCheckBox |
m_undoMoveCheckbox
The check box used for selecting whether a move operation should be undone.
|
| 构造器和说明 |
|---|
CmsRestoreView(CmsRestoreInfoBean restoreInfo,
java.lang.Runnable afterRestoreAction)
Creates a new widget instance.
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
onClickCancel(com.google.gwt.event.dom.client.ClickEvent e)
Handler for the cancel button.
|
protected void |
onClickOk(com.google.gwt.event.dom.client.ClickEvent e)
Click handler for the OK button.
|
void |
setPopup(CmsPopup popup)
Sets the popup in which this widget is displayed.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents@UiField protected CmsPushButton m_cancelButton
@UiField protected com.google.gwt.user.client.ui.FlowPanel m_infoBoxContainer
@UiField protected com.google.gwt.user.client.ui.Label m_movedLabel
@UiField protected com.google.gwt.user.client.ui.Panel m_movedSection
@UiField protected CmsPushButton m_okButton
protected CmsPopup m_popup
protected CmsRestoreInfoBean m_restoreInfo
@UiField protected CmsCheckBox m_undoMoveCheckbox
public CmsRestoreView(CmsRestoreInfoBean restoreInfo, java.lang.Runnable afterRestoreAction)
restoreInfo - a bean with information about the resource to restoreafterRestoreAction - the action to execute after restoring the resourcepublic void setPopup(CmsPopup popup)
popup - the popup in which this widget is displayed@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