Class ListBoxIntegerSingletonDOMElementFactory
- 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<Integer,org.gwtbootstrap3.client.ui.ListBox>
-
- org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.ListBoxIntegerSingletonDOMElementFactory
-
- All Implemented Interfaces:
org.uberfire.ext.wires.core.grids.client.widget.dom.DOMElementFactory<org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Integer,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<Integer,org.gwtbootstrap3.client.ui.ListBox>>
public class ListBoxIntegerSingletonDOMElementFactory extends ListBoxSingletonDOMElementFactory<Integer,org.gwtbootstrap3.client.ui.ListBox>
-
-
Constructor Summary
Constructors Constructor Description ListBoxIntegerSingletonDOMElementFactory(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(Integer value)Convert from the given typed value to a StringIntegerconvert(String value)Convert from the given String to a typed valueorg.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
-
ListBoxIntegerSingletonDOMElementFactory
public ListBoxIntegerSingletonDOMElementFactory(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(Integer value)
Description copied from class:MultiValueSingletonDOMElementFactoryConvert from the given typed value to a String- Specified by:
convertin classMultiValueSingletonDOMElementFactory<Integer,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Integer,org.gwtbootstrap3.client.ui.ListBox>>- Parameters:
value- The value to be converted- Returns:
- A String representing the type
-
convert
public Integer convert(String value)
Description copied from class:MultiValueSingletonDOMElementFactoryConvert from the given String to a typed value- Specified by:
convertin classMultiValueSingletonDOMElementFactory<Integer,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Integer,org.gwtbootstrap3.client.ui.ListBox>>- Parameters:
value- The String to be converted- Returns:
- A typed value
-
-