public abstract class AbstractCanvasInPlaceTextEditorControl extends AbstractCanvasHandlerRegistrationControl<AbstractCanvasHandler> implements CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element>
CanvasControl.SessionAware<S extends ClientSession>RequiresCommandManager.CommandManagerProvider<H extends CanvasHandler>canvasHandler| Constructor and Description |
|---|
AbstractCanvasInPlaceTextEditorControl() |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(EditorSession session) |
protected void |
doDestroy() |
protected void |
doInit() |
protected abstract javax.enterprise.event.Event<CanvasSelectionEvent> |
getCanvasSelectionEvent() |
protected abstract FloatingView<com.google.gwt.user.client.ui.IsWidget> |
getFloatingView() |
protected abstract TextEditorBox<AbstractCanvasHandler,Element> |
getTextEditorBox() |
CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element> |
hide() |
void |
register(Element element) |
void |
setCommandManagerProvider(RequiresCommandManager.CommandManagerProvider<AbstractCanvasHandler> provider) |
CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element> |
show(Element item,
double x,
double y) |
protected com.google.gwt.user.client.ui.IsWidget |
wrapTextEditorBoxElement(org.jboss.errai.common.client.dom.HTMLElement element) |
checkEventContext, checkNotRegistered, clear, deregister, deregister, doClear, getRegisteredElements, isRegistered, isRegistered, registerHandler, updatedestroy, initclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, deregisterdestroy, initpublic AbstractCanvasInPlaceTextEditorControl()
protected abstract FloatingView<com.google.gwt.user.client.ui.IsWidget> getFloatingView()
protected abstract TextEditorBox<AbstractCanvasHandler,Element> getTextEditorBox()
protected abstract javax.enterprise.event.Event<CanvasSelectionEvent> getCanvasSelectionEvent()
public void bind(EditorSession session)
bind in interface CanvasControl.SessionAware<EditorSession>protected void doInit()
doInit in class AbstractCanvasHandlerRegistrationControl<AbstractCanvasHandler>protected com.google.gwt.user.client.ui.IsWidget wrapTextEditorBoxElement(org.jboss.errai.common.client.dom.HTMLElement element)
public void register(Element element)
register in interface CanvasRegistrationControl<AbstractCanvasHandler,Element>public CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element> show(Element item, double x, double y)
show in interface CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element>public CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element> hide()
hide in interface CanvasInPlaceTextEditorControl<AbstractCanvasHandler,EditorSession,Element>public void setCommandManagerProvider(RequiresCommandManager.CommandManagerProvider<AbstractCanvasHandler> provider)
setCommandManagerProvider in interface RequiresCommandManager<AbstractCanvasHandler>protected void doDestroy()
doDestroy in class AbstractCanvasHandlerRegistrationControl<AbstractCanvasHandler>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.