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