Uses of Class
org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox.MultiValueSingletonDOMElementFactory
-
-
Uses of MultiValueSingletonDOMElementFactory in org.drools.workbench.screens.guided.dtable.client.widget.table.columns
Methods in org.drools.workbench.screens.guided.dtable.client.widget.table.columns with type parameters of type MultiValueSingletonDOMElementFactory 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.Constructors in org.drools.workbench.screens.guided.dtable.client.widget.table.columns with parameters of type MultiValueSingletonDOMElementFactory Constructor Description BaseEnumSingleSelectUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<T,MVW,MVE> multiValueFactory, SingleValueSingletonDOMElementFactory<T,SVW,SVE> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectBigDecimalUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<BigDecimal,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<BigDecimal,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<BigDecimal,org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox,TextBoxDOMElement<BigDecimal,org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectBigIntegerUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<BigInteger,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<BigInteger,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<BigInteger,org.uberfire.ext.widgets.common.client.common.NumericBigIntegerTextBox,TextBoxDOMElement<BigInteger,org.uberfire.ext.widgets.common.client.common.NumericBigIntegerTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectBooleanUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Boolean,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Boolean,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox,TextBoxDOMElement<Boolean,org.uberfire.ext.widgets.common.client.common.BooleanTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectByteUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Byte,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Byte,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Byte,org.uberfire.ext.widgets.common.client.common.NumericByteTextBox,TextBoxDOMElement<Byte,org.uberfire.ext.widgets.common.client.common.NumericByteTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectDateUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Date,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Date,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Date,org.uberfire.ext.widgets.common.client.common.DatePicker,DatePickerDOMElement> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectDoubleUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Double,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Double,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Double,org.uberfire.ext.widgets.common.client.common.NumericDoubleTextBox,TextBoxDOMElement<Double,org.uberfire.ext.widgets.common.client.common.NumericDoubleTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectFloatUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Float,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Float,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Float,org.uberfire.ext.widgets.common.client.common.NumericFloatTextBox,TextBoxDOMElement<Float,org.uberfire.ext.widgets.common.client.common.NumericFloatTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectIntegerUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Integer,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Integer,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox,TextBoxDOMElement<Integer,org.uberfire.ext.widgets.common.client.common.NumericIntegerTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectLongUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Long,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Long,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Long,org.uberfire.ext.widgets.common.client.common.NumericLongTextBox,TextBoxDOMElement<Long,org.uberfire.ext.widgets.common.client.common.NumericLongTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectNumericUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Number,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Number,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Number,org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox,TextBoxDOMElement<Number,org.uberfire.ext.widgets.common.client.common.NumericBigDecimalTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectShortUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<Short,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<Short,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox,TextBoxDOMElement<Short,org.uberfire.ext.widgets.common.client.common.NumericShortTextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField)EnumSingleSelectStringUiColumn(List<org.uberfire.ext.wires.core.grids.client.model.GridColumn.HeaderMetaData> headerMetaData, double width, boolean isResizable, boolean isVisible, GuidedDecisionTablePresenter.Access access, MultiValueSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.ListBox,ListBoxDOMElement<String,org.gwtbootstrap3.client.ui.ListBox>> multiValueFactory, SingleValueSingletonDOMElementFactory<String,org.gwtbootstrap3.client.ui.TextBox,TextBoxDOMElement<String,org.gwtbootstrap3.client.ui.TextBox>> singleValueFactory, GuidedDecisionTableView.Presenter presenter, String factType, String factField) -
Uses of MultiValueSingletonDOMElementFactory in org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox
Subclasses of MultiValueSingletonDOMElementFactory in org.drools.workbench.screens.guided.dtable.client.widget.table.columns.dom.listbox Modifier and Type Class Description classListBoxBigDecimalSingletonDOMElementFactoryclassListBoxBigIntegerSingletonDOMElementFactoryclassListBoxBooleanSingletonDOMElementFactoryclassListBoxByteSingletonDOMElementFactoryclassListBoxDateSingletonDOMElementFactoryclassListBoxDoubleSingletonDOMElementFactoryclassListBoxFloatSingletonDOMElementFactoryclassListBoxIntegerSingletonDOMElementFactoryclassListBoxLongSingletonDOMElementFactoryclassListBoxNumericSingletonDOMElementFactoryclassListBoxShortSingletonDOMElementFactoryclassListBoxSingletonDOMElementFactory<T,W extends org.gwtbootstrap3.client.ui.ListBox>A DOMElement Factory for single-instance ListBoxes.classListBoxStringSingletonDOMElementFactory
-