Class JmixRichTextAreaWidget

java.lang.Object
com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
com.vaadin.client.ui.VRichTextArea
io.jmix.ui.widget.client.richtextarea.JmixRichTextAreaWidget
All Implemented Interfaces:
com.google.gwt.event.dom.client.KeyDownHandler, com.google.gwt.event.dom.client.KeyPressHandler, com.google.gwt.event.logical.shared.HasAttachHandlers, com.google.gwt.event.shared.EventHandler, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener, com.google.gwt.user.client.ui.Focusable, com.google.gwt.user.client.ui.HasEnabled, com.google.gwt.user.client.ui.HasVisibility, com.google.gwt.user.client.ui.IsRenderable, com.google.gwt.user.client.ui.IsWidget, com.vaadin.client.ui.Field

public class JmixRichTextAreaWidget extends com.vaadin.client.ui.VRichTextArea
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     

    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 int
     
     

    Fields inherited from class com.vaadin.client.ui.VRichTextArea

    CLASSNAME, client, formatter, html, id, immediate, keyPressHandler, maxLength, rta

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

    DEBUG_ID_PREFIX
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
    canHandleShortcut(com.google.gwt.event.dom.client.KeyDownEvent event)
     
    protected void
    createRichTextToolbar(com.google.gwt.user.client.ui.RichTextArea rta)
     
    protected void
     
    void
     
    void
    setTabIndex(int tabIndex)
     
    void
     

    Methods inherited from class com.vaadin.client.ui.VRichTextArea

    addBlurHandler, addInputHandler, getSanitizedValue, getTabIndex, getValue, isEnabled, onKeyDown, onKeyPress, removeBlurHandler, selectAll, setAccessKey, setEnabled, setFocus, setHeight, setMaxLength, setReadOnly, setValue, setWidth

    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, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, sinkBitlessEvent, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • JmixRichTextAreaWidget

      public JmixRichTextAreaWidget()
  • Method Details

    • setValueSupplier

      public void setValueSupplier(JmixRichTextAreaWidget.AfterAttachedValueSupplier valueSupplier)
    • setTabIndex

      public void setTabIndex(int tabIndex)
      Specified by:
      setTabIndex in interface com.google.gwt.user.client.ui.Focusable
      Overrides:
      setTabIndex in class com.vaadin.client.ui.VRichTextArea
    • setContentCharset

      protected void setContentCharset()
    • canHandleShortcut

      protected boolean canHandleShortcut(com.google.gwt.event.dom.client.KeyDownEvent event)
      Overrides:
      canHandleShortcut in class com.vaadin.client.ui.VRichTextArea
    • createRichTextToolbar

      protected void createRichTextToolbar(com.google.gwt.user.client.ui.RichTextArea rta)
      Overrides:
      createRichTextToolbar in class com.vaadin.client.ui.VRichTextArea
    • setLocaleMap

      public void setLocaleMap(Map<String,String> localeMap)