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 ClassesModifier and TypeClassDescriptionstatic interfaceNested 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
FieldsModifier and TypeFieldDescriptionprotected intFields inherited from class com.vaadin.client.ui.VRichTextArea
CLASSNAME, client, formatter, html, id, immediate, keyPressHandler, maxLength, rtaFields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanHandleShortcut(com.google.gwt.event.dom.client.KeyDownEvent event) protected voidcreateRichTextToolbar(com.google.gwt.user.client.ui.RichTextArea rta) protected voidvoidsetLocaleMap(Map<String, String> localeMap) voidsetTabIndex(int tabIndex) voidMethods 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, setWidthMethods inherited from class com.google.gwt.user.client.ui.Composite
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetMethods 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, unsinkEventsMethods 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
-
Field Details
-
valueSupplier
-
tabIndex
protected int tabIndex
-
-
Constructor Details
-
JmixRichTextAreaWidget
public JmixRichTextAreaWidget()
-
-
Method Details
-
setValueSupplier
-
setTabIndex
public void setTabIndex(int tabIndex) - Specified by:
setTabIndexin interfacecom.google.gwt.user.client.ui.Focusable- Overrides:
setTabIndexin classcom.vaadin.client.ui.VRichTextArea
-
setContentCharset
protected void setContentCharset() -
canHandleShortcut
protected boolean canHandleShortcut(com.google.gwt.event.dom.client.KeyDownEvent event) - Overrides:
canHandleShortcutin classcom.vaadin.client.ui.VRichTextArea
-
createRichTextToolbar
protected void createRichTextToolbar(com.google.gwt.user.client.ui.RichTextArea rta) - Overrides:
createRichTextToolbarin classcom.vaadin.client.ui.VRichTextArea
-
setLocaleMap
-