Class ListBoxStringSingletonDOMElementFactory
- java.lang.Object
-
- org.uberfire.ext.wires.core.grids.client.widget.dom.single.impl.BaseSingletonDOMElementFactory<T,W,E>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.MultiValueSingletonDOMElementFactory<T,W,ListBoxDOMElement<T,W>>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.ListBoxSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.ListBox>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.ListBoxStringSingletonDOMElementFactory
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<String,org.gwtbootstrap3.client.ui.ListBox>>,org.uberfire.ext.wires.core.grids.client.widget.dom.HasDOMElementResources,org.uberfire.ext.wires.core.grids.client.widget.dom.single.HasSingletonDOMElementResource,org.uberfire.ext.wires.core.grids.client.widget.dom.single.SingletonDOMElementFactory<org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<String,org.gwtbootstrap3.client.ui.ListBox>>
public class ListBoxStringSingletonDOMElementFactory extends ListBoxSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.ListBox>
-
-
Constructor Summary
Constructors Constructor Description ListBoxStringSingletonDOMElementFactory(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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringconvert(String value)Convert from the given typed value to a Stringorg.gwtbootstrap3.client.ui.ListBoxcreateWidget()-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.ListBoxSingletonDOMElementFactory
createDomElementInternal, getValue
-
Methods inherited from class org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.MultiValueSingletonDOMElementFactory
fromWidget, toWidget
-
-
-
-
Constructor Detail
-
ListBoxStringSingletonDOMElementFactory
public ListBoxStringSingletonDOMElementFactory(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)
-
-
Method Detail
-
createWidget
public org.gwtbootstrap3.client.ui.ListBox createWidget()
-
convert
public String convert(String value)
Description copied from class:MultiValueSingletonDOMElementFactoryConvert from the given typed value to a String- Specified by:
convertin classMultiValueSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<String,org.gwtbootstrap3.client.ui.ListBox>>- Parameters:
value- The value to be converted- Returns:
- A String representing the type
-
-