Uses of Class
org.adempiere.webui.component.ListItem
Package
Description
Custom Zk components for iDempiere
Provide implementation of various system dialog and windows
-
Uses of ListItem in org.adempiere.webui.component
Modifier and TypeMethodDescriptionListbox.appendItem
(String label, Object value) Add and return newListItem
Listbox.appendItem
(String label, String value) Add and return newListItem
Listbox.getItemAtIndex
(int index) Listbox.getSelectedItem()
-
Uses of ListItem in org.adempiere.webui.window
Modifier and TypeMethodDescriptionorg.zkoss.zk.ui.Component
FindWindow.getAttributeValuesListComponent
(ListItem row, boolean isValueTo) Create editor for attribute valueprotected String
FindWindow.getColumnName
(ListItem row) retrieve the columnName of the Column item selectedCreate editor forFindWindow.advancedPanel
roworg.zkoss.zk.ui.Component
FindWindow.getEditorComponent
(ListItem row, boolean to) Get editor component forFindWindow.advancedPanel
rowprotected String
FindWindow.getLeftBracketValue
(ListItem row) Returns the value selected for the left bracket list item in the current rowprotected String
FindWindow.getRightBracketValue
(ListItem row) Returns the value selected for the right bracket list item in the current rowprotected org.zkoss.zk.ui.Component
FindWindow.parseAttributeString
(int M_Attribute_ID, String value, ListItem listItem, boolean isValueTo) Create editor and set editor value to pass in value parameterprotected WEditor
FindWindow.parseString
(GridField field, String in, ListItem listItem, boolean to) Create editor and set value to in (forFindWindow.advancedPanel
row).