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