Kie Workbench - Common - UI 6.2.0.Final

org.kie.workbench.common.widgets.client.widget
Class EnumDropDownUtilities

java.lang.Object
  extended by org.kie.workbench.common.widgets.client.widget.EnumDropDownUtilities

public class EnumDropDownUtilities
extends Object

Utilities to populate a ListBox with DropDownData


Constructor Summary
EnumDropDownUtilities()
           
 
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
 

Constructor Detail

EnumDropDownUtilities

public EnumDropDownUtilities()
Method Detail

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)

Kie Workbench - Common - UI 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.