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