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