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