Uses of Class
org.adempiere.webui.component.Listbox
-
Packages that use Listbox Package Description org.adempiere.webui.acct org.adempiere.webui.apps org.adempiere.webui.apps.form org.adempiere.webui.component org.adempiere.webui.window -
-
Uses of Listbox in org.adempiere.webui.acct
Methods in org.adempiere.webui.acct with parameters of type Listbox Modifier and Type Method Description protected void
WAcctViewerData. fillAcctSchema(Listbox cb)
Fill Accounting Schemaprotected void
WAcctViewerData. fillOrg(Listbox cb)
Fill Orgprotected void
WAcctViewerData. fillPostingType(Listbox cb)
Fill Posting Typeprotected void
WAcctViewerData. fillTable(Listbox cb)
Fill Table with ValueNamePair (TableName, translatedKeyColumnName) and tableInfo with (TableName, AD_Table_ID) and select the entry for AD_Table_ID -
Uses of Listbox in org.adempiere.webui.apps
Fields in org.adempiere.webui.apps declared as Listbox Modifier and Type Field Description protected Listbox
AbstractProcessDialog. freportType
-
Uses of Listbox in org.adempiere.webui.apps.form
Fields in org.adempiere.webui.apps.form declared as Listbox Modifier and Type Field Description protected Listbox
WPayPrint. fPaymentRule
protected Listbox
WCreateFromShipmentUI. invoiceField
protected Listbox
WCreateFromInvoiceUI. orderField
protected Listbox
WCreateFromShipmentUI. orderField
protected Listbox
WCreateFromInvoiceUI. rmaField
Combo box for selecting RMA documentprotected Listbox
WCreateFromShipmentUI. rmaField
Combo box for selecting RMA documentprotected Listbox
WCreateFromInvoiceUI. shipmentField
-
Uses of Listbox in org.adempiere.webui.component
Subclasses of Listbox in org.adempiere.webui.component Modifier and Type Class Description class
WListbox
Replacement for the Swing client minigrid component ZK Listbox extension for Adempiere Web UI.Methods in org.adempiere.webui.component that return Listbox Modifier and Type Method Description static Listbox
ListboxFactory. newDropdownListbox()
Create new listbox instance that is in combo modestatic Listbox
ListboxFactory. newDropdownListbox(String[] items)
-
Uses of Listbox in org.adempiere.webui.window
Fields in org.adempiere.webui.window declared as Listbox Modifier and Type Field Description protected Listbox
WGadgets. noList
protected Listbox
ZkReportViewer. previewType
protected Listbox
WGadgets. yesList
Methods in org.adempiere.webui.window with parameters of type Listbox Modifier and Type Method Description protected void
WGadgets. migrateLists(Listbox listFrom, Listbox listTo)
-