public class TextBoxShortSingletonDOMElementFactory extends TextBoxSingletonDOMElementFactory<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox>
| Constructor and Description |
|---|
TextBoxShortSingletonDOMElementFactory(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
GuidedDecisionTableView gridWidget) |
| Modifier and Type | Method and Description |
|---|---|
String |
convert(Short value)
Convert from the given typed value to a String
|
Short |
convert(String value)
Convert from the given String to a typed value
|
org.uberfire.ext.widgets.common.client.common.NumericShortTextBox |
createWidget() |
createDomElement, getValuedestroyResources, flushpublic TextBoxShortSingletonDOMElementFactory(org.uberfire.ext.wires.core.grids.client.widget.layer.impl.GridLienzoPanel gridPanel,
org.uberfire.ext.wires.core.grids.client.widget.layer.GridLayer gridLayer,
GuidedDecisionTableView gridWidget)
public org.uberfire.ext.widgets.common.client.common.NumericShortTextBox createWidget()
public String convert(Short value)
SingleValueSingletonDOMElementFactoryconvert in class SingleValueSingletonDOMElementFactory<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox,TextBoxDOMElement<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox>>value - The value to be convertedpublic Short convert(String value)
SingleValueSingletonDOMElementFactoryconvert in class SingleValueSingletonDOMElementFactory<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox,TextBoxDOMElement<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox>>value - The String to be convertedCopyright © 2001–2017 JBoss by Red Hat. All rights reserved.