public class MonacoEditorDOMElement extends org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,MonacoEditorWidget> implements com.google.gwt.user.client.TakesValue<String>, com.google.gwt.user.client.ui.Focusable
| Constructor and Description |
|---|
MonacoEditorDOMElement(MonacoEditorWidget widget,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget,
SessionManager sessionManager,
SessionCommandManager<AbstractCanvasHandler> sessionCommandManager,
Function<GridCellTuple,Command> hasNoValueCommand,
Function<GridCellValueTuple,Command> hasValueCommand) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush(String value) |
int |
getTabIndex() |
String |
getValue() |
void |
initialise(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context) |
void |
setAccessKey(char key) |
void |
setFocus(boolean focused) |
void |
setTabIndex(int index) |
void |
setupElements() |
void |
setValue(String value) |
public MonacoEditorDOMElement(MonacoEditorWidget widget, org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer, org.uberfire.ext.wires.core.grids.client.widget.grid.GridWidget gridWidget, SessionManager sessionManager, SessionCommandManager<AbstractCanvasHandler> sessionCommandManager, Function<GridCellTuple,Command> hasNoValueCommand, Function<GridCellValueTuple,Command> hasValueCommand)
public void setupElements()
public void initialise(org.uberfire.ext.wires.core.grids.client.widget.context.GridBodyCellRenderContext context)
initialise in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,MonacoEditorWidget>public void setValue(String value)
setValue in interface com.google.gwt.user.client.TakesValue<String>public String getValue()
getValue in interface com.google.gwt.user.client.TakesValue<String>public int getTabIndex()
getTabIndex in interface com.google.gwt.user.client.ui.Focusablepublic void setAccessKey(char key)
setAccessKey in interface com.google.gwt.user.client.ui.Focusablepublic void setFocus(boolean focused)
setFocus in interface com.google.gwt.user.client.ui.Focusablepublic void setTabIndex(int index)
setTabIndex in interface com.google.gwt.user.client.ui.Focusablepublic void flush(String value)
flush in class org.uberfire.ext.wires.core.grids.client.widget.dom.impl.BaseDOMElement<String,MonacoEditorWidget>Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.