Class AssetEditorViewImpl
- java.lang.Object
-
- com.google.gwt.user.client.ui.UIObject
-
- com.google.gwt.user.client.ui.Widget
-
- com.google.gwt.user.client.ui.Composite
-
- org.uberfire.client.experimental.editor.AssetEditorViewImpl
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasAttachHandlers,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.EventListener,com.google.gwt.user.client.ui.HasVisibility,com.google.gwt.user.client.ui.IsRenderable,com.google.gwt.user.client.ui.IsWidget,AssetEditorView,org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
@Templated public class AssetEditorViewImpl extends com.google.gwt.user.client.ui.Composite implements AssetEditorView
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
-
Nested classes/interfaces inherited from interface org.uberfire.client.experimental.editor.AssetEditorView
AssetEditorView.Presenter
-
-
Constructor Summary
Constructors Constructor Description AssetEditorViewImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidalertReadOnly()booleanconfirmClose()StringgetContent()org.uberfire.ext.editor.commons.client.EditorTitlegetTitleWidget()voidhideBusyIndicator()voidinit()voidinit(AssetEditorView.Presenter presenter)voidrefreshTitle(String value)voidshowBusyIndicator(String message)voidshowContent(String content)voidshowLoading()voidshowSaving()-
Methods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
-
Methods inherited from class com.google.gwt.user.client.ui.Widget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEvents
-
Methods inherited from class com.google.gwt.user.client.ui.UIObject
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
-
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
showContent
public void showContent(String content)
- Specified by:
showContentin interfaceAssetEditorView
-
getContent
public String getContent()
- Specified by:
getContentin interfaceAssetEditorView
-
init
public void init(AssetEditorView.Presenter presenter)
- Specified by:
initin interfaceAssetEditorView
-
showLoading
public void showLoading()
- Specified by:
showLoadingin interfaceorg.uberfire.ext.editor.commons.client.BaseEditorView
-
showSaving
public void showSaving()
- Specified by:
showSavingin interfaceorg.uberfire.ext.editor.commons.client.BaseEditorView
-
alertReadOnly
public void alertReadOnly()
- Specified by:
alertReadOnlyin interfaceorg.uberfire.ext.editor.commons.client.BaseEditorView
-
getTitleWidget
public org.uberfire.ext.editor.commons.client.EditorTitle getTitleWidget()
- Specified by:
getTitleWidgetin interfaceorg.uberfire.ext.editor.commons.client.BaseEditorView
-
refreshTitle
public void refreshTitle(String value)
- Specified by:
refreshTitlein interfaceorg.uberfire.ext.editor.commons.client.BaseEditorView
-
confirmClose
public boolean confirmClose()
- Specified by:
confirmClosein interfaceorg.uberfire.ext.editor.commons.client.BaseEditorView
-
showBusyIndicator
public void showBusyIndicator(String message)
- Specified by:
showBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
hideBusyIndicator
public void hideBusyIndicator()
- Specified by:
hideBusyIndicatorin interfaceorg.uberfire.ext.widgets.common.client.common.HasBusyIndicator
-
-