Class 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
    • Field Summary

      • Fields inherited from class com.google.gwt.user.client.ui.UIObject

        DEBUG_ID_PREFIX
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void alertReadOnly()  
      boolean confirmClose()  
      String getContent()  
      org.uberfire.ext.editor.commons.client.EditorTitle getTitleWidget()  
      void hideBusyIndicator()  
      void init()  
      void init​(AssetEditorView.Presenter presenter)  
      void refreshTitle​(String value)  
      void showBusyIndicator​(String message)  
      void showContent​(String content)  
      void showLoading()  
      void showSaving()  
      • 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
      • Methods inherited from interface com.google.gwt.user.client.ui.IsWidget

        asWidget
    • Constructor Detail

      • AssetEditorViewImpl

        public AssetEditorViewImpl()
    • Method Detail

      • showLoading

        public void showLoading()
        Specified by:
        showLoading in interface org.uberfire.ext.editor.commons.client.BaseEditorView
      • showSaving

        public void showSaving()
        Specified by:
        showSaving in interface org.uberfire.ext.editor.commons.client.BaseEditorView
      • alertReadOnly

        public void alertReadOnly()
        Specified by:
        alertReadOnly in interface org.uberfire.ext.editor.commons.client.BaseEditorView
      • getTitleWidget

        public org.uberfire.ext.editor.commons.client.EditorTitle getTitleWidget()
        Specified by:
        getTitleWidget in interface org.uberfire.ext.editor.commons.client.BaseEditorView
      • refreshTitle

        public void refreshTitle​(String value)
        Specified by:
        refreshTitle in interface org.uberfire.ext.editor.commons.client.BaseEditorView
      • confirmClose

        public boolean confirmClose()
        Specified by:
        confirmClose in interface org.uberfire.ext.editor.commons.client.BaseEditorView
      • showBusyIndicator

        public void showBusyIndicator​(String message)
        Specified by:
        showBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
      • hideBusyIndicator

        public void hideBusyIndicator()
        Specified by:
        hideBusyIndicator in interface org.uberfire.ext.widgets.common.client.common.HasBusyIndicator