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