Uses of Class
org.adempiere.webui.component.ListItem
-
Packages that use ListItem Package Description org.adempiere.webui.component org.adempiere.webui.window -
-
Uses of ListItem in org.adempiere.webui.component
Methods in org.adempiere.webui.component that return ListItem Modifier and Type Method Description ListItem
Listbox. appendItem(String label, Object value)
ListItem
Listbox. appendItem(String label, String value)
ListItem
Listbox. getItemAtIndex(int index)
ListItem
Listbox. getSelectedItem()
-
Uses of ListItem in org.adempiere.webui.window
Methods in org.adempiere.webui.window with parameters of type ListItem Modifier and Type Method Description org.zkoss.zk.ui.Component
FindWindow. getAttributeValuesListComponent(ListItem row, boolean isValueTo)
Get Attribute Componentorg.zkoss.zk.ui.Component
FindWindow. getEditorComponent(ListItem row, boolean to)
Get Editor
-