Modifier and Type | Method and Description |
---|---|
static <T,W extends org.gwtbootstrap3.client.ui.ListBox,E extends MultiValueDOMElement<T,W>,F extends MultiValueSingletonDOMElementFactory<T,W,E>> |
CallbackFactory.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.
|
Constructor and 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) |
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) |
Modifier and Type | Class and Description |
---|---|
class |
ListBoxBigDecimalSingletonDOMElementFactory |
class |
ListBoxBigIntegerSingletonDOMElementFactory |
class |
ListBoxBooleanSingletonDOMElementFactory |
class |
ListBoxByteSingletonDOMElementFactory |
class |
ListBoxDateSingletonDOMElementFactory |
class |
ListBoxDoubleSingletonDOMElementFactory |
class |
ListBoxFloatSingletonDOMElementFactory |
class |
ListBoxIntegerSingletonDOMElementFactory |
class |
ListBoxLongSingletonDOMElementFactory |
class |
ListBoxNumericSingletonDOMElementFactory |
class |
ListBoxShortSingletonDOMElementFactory |
class |
ListBoxSingletonDOMElementFactory<T,W extends org.gwtbootstrap3.client.ui.ListBox>
A DOMElement Factory for single-instance ListBoxes.
|
class |
ListBoxStringSingletonDOMElementFactory |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.