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