Uses of Class
org.adempiere.webui.component.ListItem
Packages that use ListItem
Package
Description
Custom Zk components for iDempiere
Provide implementation of various system dialog and windows
-
Uses of ListItem in org.adempiere.webui.component
Methods in org.adempiere.webui.component that return ListItemModifier and TypeMethodDescriptionListbox.appendItem(String label, Object value) Add and return newListItemListbox.appendItem(String label, String value) Add and return newListItemListbox.getItemAtIndex(int index) Listbox.getSelectedItem() -
Uses of ListItem in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type ListItemModifier and TypeMethodDescriptionorg.zkoss.zk.ui.ComponentFindWindow.getAttributeValuesListComponent(ListItem row, boolean isValueTo) Create editor for attribute valueprotected StringFindWindow.getColumnName(ListItem row) retrieve the columnName of the Column item selectedCreate editor forFindWindow.advancedPanelroworg.zkoss.zk.ui.ComponentFindWindow.getEditorComponent(ListItem row, boolean to) Get editor component forFindWindow.advancedPanelrowprotected StringFindWindow.getLeftBracketValue(ListItem row) Returns the value selected for the left bracket list item in the current rowprotected StringFindWindow.getRightBracketValue(ListItem row) Returns the value selected for the right bracket list item in the current rowprotected org.zkoss.zk.ui.ComponentFindWindow.parseAttributeString(int M_Attribute_ID, String value, ListItem listItem, boolean isValueTo) Create editor and set editor value to pass in value parameterprotected WEditorFindWindow.parseString(GridField field, String in, ListItem listItem, boolean to) Create editor and set value to in (forFindWindow.advancedPanelrow).