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() |
createDomElementInternal, getValuepublic 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)
SingleValueSingletonDOMElementFactoryconvert 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)
SingleValueSingletonDOMElementFactoryconvert 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–2020 JBoss by Red Hat. All rights reserved.