Uses of Class
org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.MultiValueDOMElement
-
-
Uses of MultiValueDOMElement in org.drools.workbench.screens.guided.dtable.client.widget.table.columns
Classes in org.drools.workbench.screens.guided.dtable.client.widget.table.columns with type parameters of type MultiValueDOMElement Modifier and Type Class Description classBaseEnumSingleSelectUiColumn<T,MVW extends org.gwtbootstrap3.client.ui.ListBox,SVW extends com.google.gwt.user.client.ui.Widget,MVE extends MultiValueDOMElement<T,MVW>,SVE extends SingleValueDOMElement<T,SVW>>Methods in org.drools.workbench.screens.guided.dtable.client.widget.table.columns with type parameters of type MultiValueDOMElement Modifier and Type Method Description static <T,W extends org.gwtbootstrap3.client.ui.ListBox,E extends MultiValueDOMElement<T,W>,F extends MultiValueSingletonDOMElementFactory<T,W,E>>
Consumer<E>ConsumerFactory. makeOnCreationCallback(F factory, org.uberfire.ext.wires.core.grids.client.model.GridCell<T> cell, Map<String,String> enumLookups)Callback to select an item in a ListBox based on the Cells value.static <T,W extends org.gwtbootstrap3.client.ui.ListBox,E extends MultiValueDOMElement<T,W>>
Consumer<E>ConsumerFactory. makeOnDisplayListBoxCallback()Callback to set the Focus on the ListBox. -
Uses of MultiValueDOMElement in org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox
Classes in org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox with type parameters of type MultiValueDOMElement Modifier and Type Class Description classMultiValueSingletonDOMElementFactory<T,W extends org.gwtbootstrap3.client.ui.ListBox,E extends MultiValueDOMElement<T,W>>A DOMElement Factory for single-instance multi-value DOMElements.Subclasses of MultiValueDOMElement in org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox Modifier and Type Class Description classListBoxDOMElement<T,W extends org.gwtbootstrap3.client.ui.ListBox>A DOMElement for ListBoxes.
-