Uses of Class
org.adempiere.webui.component.Combobox
Package
Description
Provide process, drill assistant, feedback request and callout dialog implementation.
Provide global search and label search component.
Provide global search and label search component.
Custom Zk components for iDempiere
Implement field editors
Provide implementation of AD_Form window, info panel, help controller, tab editor form, some custom panel, dialog and window.
Provide implementation of various system dialog and windows
-
Uses of Combobox in org.adempiere.webui.apps
Modifier and TypeFieldDescriptionprotected Combobox
AbstractProcessDialog.fSavedName
List of name/label for save process parameters -
Uses of Combobox in org.adempiere.webui.component
Modifier and TypeClassDescriptionclass
Auto-complete with combobox.
Based on ZK's Auto-complete.Modifier and TypeFieldDescriptionprotected Combobox
Paymentbox.combo
List of payment rulesprotected Combobox
ComboEditorBox.txt
Modifier and TypeMethodDescriptionvoid
ConfirmPanel.addComponentsCenter
(Combobox cbb) Add combobox to center area of panel -
Uses of Combobox in org.adempiere.webui.editor
-
Uses of Combobox in org.adempiere.webui.panel
Modifier and TypeFieldDescriptionprotected Combobox
InfoPanel.cbbProcess
protected Combobox
RolePanel.lstClient
protected Combobox
LoginPanel.lstLanguage
protected Combobox
RolePanel.lstLanguage
protected Combobox
ValidateMFAPanel.lstMFAMechanism
protected Combobox
RolePanel.lstOrganisation
protected Combobox
RolePanel.lstRole
protected Combobox
ChangePasswordPanel.lstSecurityQuestion
protected Combobox
RolePanel.lstWarehouse
-
Uses of Combobox in org.adempiere.webui.window
Modifier and TypeFieldDescriptionprotected Combobox
FindWindow.fQueryName
Drop down for user query namesprotected Combobox
FindWindow.historyCombo
List of history scope options (all, year, month, etc)Modifier and TypeMethodDescriptionprotected void
FindWindow.addOperators
(ValueNamePair[] op, Combobox listOperator) add op to listOperatorprotected void
FindWindow.addOperators
(org.zkoss.zul.Comboitem column, Combobox listOperator) Retrieve operators depending on the item selected in the 'Column' field and add them to the selectionprotected void
FindWindow.addOperatorsAttribute
(org.zkoss.zul.Comboitem column, Combobox listOperator) add operators to listOperator depends on the type of attributeprotected void
FindWindow.setAttributes
(Combobox listColumn, Combobox listOperator, String[] fields) Populate listColumn and listOperatorprotected void
FindWindow.setValues
(GridField[] findFields, Combobox listTable, Combobox listColumn, Combobox listOperator, String[] fields) Populate listTable, listColumn and listOperator values forFindWindow.advancedPanel
row.protected void
FindWindow.updateColumnListModel
(Combobox listColumn, ValueNamePair[] cols) Create list model from cols for listColumn