public class CmsReplaceContentWidget
extends com.google.gwt.user.client.ui.Composite
限定符和类型 | 字段和说明 |
---|---|
protected com.google.gwt.user.client.ui.FlowPanel |
m_container
The dialog content container.
|
protected com.google.gwt.user.client.ui.HTML |
m_dialogInfo
The dialog info widget.
|
构造器和说明 |
---|
CmsReplaceContentWidget()
Constructor.
|
限定符和类型 | 方法和说明 |
---|---|
void |
displayDialogInfo(java.lang.String msg,
boolean warning)
Sets the dialog info message.
|
void |
removeLoadingAnimation()
Removes the loading animation.
|
void |
setContainerWidget(com.google.gwt.user.client.ui.Widget widget)
Sets the container widget content.
|
void |
setReplaceInfo(com.google.gwt.user.client.ui.Widget replaceInfo)
Sets the replace info widget.
|
protected void |
showLoadingAnimation(java.lang.String msg)
Creates the loading animation HTML and adds is to the content wrapper.
|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, 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 com.google.gwt.user.client.ui.FlowPanel m_container
@UiField protected com.google.gwt.user.client.ui.HTML m_dialogInfo
public void displayDialogInfo(java.lang.String msg, boolean warning)
msg
- the message to displaywarning
- signals whether the message should be a warning or norpublic void removeLoadingAnimation()
public void setContainerWidget(com.google.gwt.user.client.ui.Widget widget)
widget
- the container contentpublic void setReplaceInfo(com.google.gwt.user.client.ui.Widget replaceInfo)
replaceInfo
- the replace info widgetprotected void showLoadingAnimation(java.lang.String msg)
msg
- the message to display below the animation