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