Package org.adempiere.webui.component
Class ListboxFactory
- java.lang.Object
-
- org.adempiere.webui.component.ListboxFactory
-
public class ListboxFactory extends Object
- Author:
- Low Heng Sin
-
-
Constructor Summary
Constructors Constructor Description ListboxFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static WListbox
newDataTable()
Create new data table instance for use in custom form.static WListbox
newDataTableAutoSize()
static Listbox
newDropdownListbox()
Create new listbox instance that is in combo modestatic Listbox
newDropdownListbox(String[] items)
-
-
-
Method Detail
-
newDropdownListbox
public static Listbox newDropdownListbox()
Create new listbox instance that is in combo mode- Returns:
- Listbox
-
newDataTable
public static WListbox newDataTable()
Create new data table instance for use in custom form.- Returns:
- WListbox
-
newDataTableAutoSize
public static WListbox newDataTableAutoSize()
-
-