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 voidWAcctViewerData. fillAcctSchema(Listbox cb)Fill Accounting Schemaprotected voidWAcctViewerData. fillOrg(Listbox cb)Fill Orgprotected voidWAcctViewerData. fillPostingType(Listbox cb)Fill Posting Typeprotected voidWAcctViewerData. 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 ListboxAbstractProcessDialog. 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 ListboxWPayPrint. fPaymentRuleprotected ListboxWCreateFromShipmentUI. invoiceFieldprotected ListboxWCreateFromInvoiceUI. orderFieldprotected ListboxWCreateFromShipmentUI. orderFieldprotected ListboxWCreateFromInvoiceUI. rmaFieldCombo box for selecting RMA documentprotected ListboxWCreateFromShipmentUI. rmaFieldCombo box for selecting RMA documentprotected ListboxWCreateFromInvoiceUI. shipmentField -
Uses of Listbox in org.adempiere.webui.component
Subclasses of Listbox in org.adempiere.webui.component Modifier and Type Class Description classWListboxReplacement 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 ListboxListboxFactory. newDropdownListbox()Create new listbox instance that is in combo modestatic ListboxListboxFactory. 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 ListboxWGadgets. noListprotected ListboxZkReportViewer. previewTypeprotected ListboxWGadgets. yesListMethods in org.adempiere.webui.window with parameters of type Listbox Modifier and Type Method Description protected voidWGadgets. migrateLists(Listbox listFrom, Listbox listTo)
-