Package org.adempiere.webui.component
Class ListboxFactory
java.lang.Object
org.adempiere.webui.component.ListboxFactory
Static method to create new list box instance
- Author:
- Low Heng Sin
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WListbox
Create new data table instance for use in custom form.static WListbox
Create new data table instance with sized by content on.static Listbox
Create new listbox instance that is in combo modestatic Listbox
newDropdownListbox
(String[] items) Create combo mode Listbox from items.
-
Constructor Details
-
ListboxFactory
public ListboxFactory()
-
-
Method Details
-
newDropdownListbox
Create new listbox instance that is in combo mode- Returns:
- Listbox
-
newDataTable
Create new data table instance for use in custom form.- Returns:
- WListbox
-
newDataTableAutoSize
Create new data table instance with sized by content on.- Returns:
- WListbox
-
newDropdownListbox
Create combo mode Listbox from items.- Parameters:
items
- String[]- Returns:
- Listbox
-