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, getValue
destroyResources, flush
public 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)
SingleValueSingletonDOMElementFactory
convert
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)
SingleValueSingletonDOMElementFactory
convert
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–2017 JBoss by Red Hat. All rights reserved.