public class TextBoxIntegerSingletonDOMElementFactory extends TextBoxSingletonDOMElementFactory<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox>
| Constructor and Description |
|---|
TextBoxIntegerSingletonDOMElementFactory(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(Integer value)
Convert from the given typed value to a String
|
Integer |
convert(String value)
Convert from the given String to a typed value
|
org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox |
createWidget() |
createDomElement, getValuepublic TextBoxIntegerSingletonDOMElementFactory(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.NumericIntegerTextBox createWidget()
public String convert(Integer value)
SingleValueSingletonDOMElementFactoryconvert in class SingleValueSingletonDOMElementFactory<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox,TextBoxDOMElement<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox>>value - The value to be convertedpublic Integer convert(String value)
SingleValueSingletonDOMElementFactoryconvert in class SingleValueSingletonDOMElementFactory<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox,TextBoxDOMElement<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox>>value - The String to be convertedCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.