public class CachingEnumDropDownUtilities extends EnumDropDownUtilities
| Constructor and Description |
|---|
CachingEnumDropDownUtilities() |
| Modifier and Type | Method and Description |
|---|---|
void |
fillDropDown(String value,
org.drools.workbench.models.datamodel.oracle.DropDownData dropData,
boolean isMultipleSelect,
org.gwtbootstrap3.client.ui.ListBox listBox) |
void |
fillDropDown(String value,
String[] enumeratedValues,
boolean isMultipleSelect,
org.gwtbootstrap3.client.ui.ListBox listBox) |
void |
setDropDownData(String value,
org.drools.workbench.models.datamodel.oracle.DropDownData dropData,
boolean isMultipleSelect,
org.uberfire.backend.vfs.Path resource,
org.gwtbootstrap3.client.ui.ListBox listBox)
Populate ListBox with values from DropDownData
|
addItems, selectItempublic void setDropDownData(String value, org.drools.workbench.models.datamodel.oracle.DropDownData dropData, boolean isMultipleSelect, org.uberfire.backend.vfs.Path resource, org.gwtbootstrap3.client.ui.ListBox listBox)
EnumDropDownUtilitiessetDropDownData in class EnumDropDownUtilitiespublic void fillDropDown(String value, org.drools.workbench.models.datamodel.oracle.DropDownData dropData, boolean isMultipleSelect, org.gwtbootstrap3.client.ui.ListBox listBox)
fillDropDown in class EnumDropDownUtilitiespublic void fillDropDown(String value, String[] enumeratedValues, boolean isMultipleSelect, org.gwtbootstrap3.client.ui.ListBox listBox)
fillDropDown in class EnumDropDownUtilitiesCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.