Class HtmlEditorView

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget, org.jboss.errai.common.client.api.IsElement, org.jboss.errai.ui.client.local.api.IsElement, org.uberfire.client.mvp.HasPresenter<HtmlEditorPresenter>, org.uberfire.client.mvp.UberElement<HtmlEditorPresenter>, BaseEditorView, HtmlEditorPresenter.View, org.uberfire.ext.widgets.common.client.common.HasBusyIndicator

    @Dependent
    @Templated
    public class HtmlEditorView
    extends Object
    implements HtmlEditorPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
    • Constructor Detail

      • HtmlEditorView

        @Inject
        public HtmlEditorView​(org.jboss.errai.ui.client.local.spi.TranslationService translationService,
                              HtmlEditorLibraryLoader libraryLoader)
    • Method Detail

      • synchronizeView

        public final void synchronizeView()
      • configureScreenComponents

        protected void configureScreenComponents​(String editorId,
                                                 String toolbarId)
      • loadEditor

        protected void loadEditor​(String editorId,
                                  String toolbarId)
      • initEditor

        protected void initEditor​(String editorId,
                                  String toolbarId)
      • destroyEditor

        protected void destroyEditor()
      • docksInteractionEvent

        public void docksInteractionEvent​(@Observes
                                          org.uberfire.client.workbench.docks.UberfireDocksInteractionEvent event)
      • getOffsetHeight

        protected String getOffsetHeight​(org.jboss.errai.common.client.dom.HTMLElement el)
      • 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
      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget