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