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