Class RuntimePluginBaseView

  • 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, org.uberfire.ext.editor.commons.client.BaseEditorView, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator
    Direct Known Subclasses:
    EditorPlugInEditorView, ScreenEditorView, SplashEditorView

    public abstract class RuntimePluginBaseView
    extends org.uberfire.ext.editor.commons.client.BaseEditorViewImpl
    • 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 
      Modifier and Type Field Description
      protected GeneralPluginEditor editor  
      • Fields inherited from class org.uberfire.ext.editor.commons.client.BaseEditorViewImpl

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

        DEBUG_ID_PREFIX
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      Map<org.uberfire.ext.plugin.model.CodeType,​String> getCodeMap()  
      org.uberfire.ext.plugin.model.PluginSimpleContent getContent()  
      String getCss()  
      protected abstract Collection<org.uberfire.ext.plugin.model.Framework> getFrameworks()  
      String getTemplate()  
      void onClose()  
      void onSave()  
      protected abstract void setFramework​(Collection<org.uberfire.ext.plugin.model.Framework> frameworks)  
      void setupContent​(org.uberfire.ext.plugin.model.PluginContent response, org.uberfire.mvp.ParameterizedCommand<org.uberfire.ext.plugin.model.Media> parameterizedCommand)  
      • Methods inherited from class org.uberfire.ext.editor.commons.client.BaseEditorViewImpl

        alertReadOnly, confirmClose, getTitleWidget, hideBusyIndicator, refreshTitle, showBusyIndicator, showLoading, 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

      • RuntimePluginBaseView

        public RuntimePluginBaseView()
    • Method Detail

      • setupContent

        public void setupContent​(org.uberfire.ext.plugin.model.PluginContent response,
                                 org.uberfire.mvp.ParameterizedCommand<org.uberfire.ext.plugin.model.Media> parameterizedCommand)
      • getContent

        public org.uberfire.ext.plugin.model.PluginSimpleContent getContent()
      • getTemplate

        public String getTemplate()
      • getCss

        public String getCss()
      • getCodeMap

        public Map<org.uberfire.ext.plugin.model.CodeType,​String> getCodeMap()
      • setFramework

        protected abstract void setFramework​(Collection<org.uberfire.ext.plugin.model.Framework> frameworks)
      • getFrameworks

        protected abstract Collection<org.uberfire.ext.plugin.model.Framework> getFrameworks()
      • onSave

        public void onSave()
      • onClose

        public void onClose()