org.kie.workbench.common.widgets.client.widget
Class EnumDropDownUtilities
java.lang.Object
org.kie.workbench.common.widgets.client.widget.EnumDropDownUtilities
public class EnumDropDownUtilities
- extends Object
Utilities to populate a ListBox with DropDownData
|
Method Summary |
protected int |
addItems(com.google.gwt.user.client.ui.ListBox listBox)
|
protected void |
selectItem(com.google.gwt.user.client.ui.ListBox listBox)
|
void |
setDropDownData(String value,
org.drools.workbench.models.datamodel.oracle.DropDownData dropData,
boolean isMultipleSelect,
org.uberfire.backend.vfs.Path resource,
com.google.gwt.user.client.ui.ListBox listBox)
Populate ListBox with values from DropDownData |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnumDropDownUtilities
public EnumDropDownUtilities()
setDropDownData
public void setDropDownData(String value,
org.drools.workbench.models.datamodel.oracle.DropDownData dropData,
boolean isMultipleSelect,
org.uberfire.backend.vfs.Path resource,
com.google.gwt.user.client.ui.ListBox listBox)
- Populate ListBox with values from DropDownData
- Parameters:
value - dropData - isMultipleSelect - resource - listBox -
addItems
protected int addItems(com.google.gwt.user.client.ui.ListBox listBox)
selectItem
protected void selectItem(com.google.gwt.user.client.ui.ListBox listBox)
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.