public class ListBoxNumericSingletonDOMElementFactory extends ListBoxSingletonDOMElementFactory<Number,org.gwtbootstrap3.client.ui.ListBox>
| Constructor and Description |
|---|
ListBoxNumericSingletonDOMElementFactory(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(Number value)
Convert from the given typed value to a String
|
Number |
convert(String value)
Convert from the given String to a typed value
|
org.gwtbootstrap3.client.ui.ListBox |
createWidget() |
createDomElementInternal, getValuefromWidget, toWidgetpublic ListBoxNumericSingletonDOMElementFactory(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.gwtbootstrap3.client.ui.ListBox createWidget()
public String convert(Number value)
MultiValueSingletonDOMElementFactoryconvert in class MultiValueSingletonDOMElementFactory<Number,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Number,org.gwtbootstrap3.client.ui.ListBox>>value - The value to be convertedpublic Number convert(String value)
MultiValueSingletonDOMElementFactoryconvert in class MultiValueSingletonDOMElementFactory<Number,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Number,org.gwtbootstrap3.client.ui.ListBox>>value - The String to be convertedCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.