Uses of Class
org.adempiere.webui.component.WListbox
-
Packages that use WListbox Package Description org.adempiere.webui.apps.form org.adempiere.webui.component org.adempiere.webui.info org.adempiere.webui.panel -
-
Uses of WListbox in org.adempiere.webui.apps.form
Methods in org.adempiere.webui.apps.form that return WListbox Modifier and Type Method Description WListbox
WGenForm. getMiniTable()
WListbox
WCreateFromForm. getWListbox()
WListbox
WCreateFromWindow. getWListbox()
-
Uses of WListbox in org.adempiere.webui.component
Methods in org.adempiere.webui.component that return WListbox Modifier and Type Method Description static WListbox
ListboxFactory. newDataTable()
Create new data table instance for use in custom form.static WListbox
ListboxFactory. newDataTableAutoSize()
Methods in org.adempiere.webui.component with parameters of type WListbox Modifier and Type Method Description protected org.zkoss.zul.Listcell
WInfoWindowListItemRenderer. getCellComponent(WListbox table, Object field, int rowIndex, int columnIndex)
protected org.zkoss.zul.Listcell
WListItemRenderer. getCellComponent(WListbox table, Object field, int rowIndex, int columnIndex)
Generate the cell for the givenfield
. -
Uses of WListbox in org.adempiere.webui.info
Fields in org.adempiere.webui.info declared as WListbox Modifier and Type Field Description protected WListbox
InfoProductWindow. m_tableAtp
protected WListbox
InfoProductWindow. productpriceTbl
protected WListbox
InfoProductWindow. relatedTbl
protected WListbox
InfoProductWindow. substituteTbl
protected WListbox
InfoProductWindow. warehouseTbl
-
Uses of WListbox in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as WListbox Modifier and Type Field Description protected WListbox
InfoPanel. contentPanel
-