Uses of Class
org.adempiere.webui.component.ListModelTable
-
Packages that use ListModelTable Package Description org.adempiere.webui.component -
-
Uses of ListModelTable in org.adempiere.webui.component
Methods in org.adempiere.webui.component that return ListModelTable Modifier and Type Method Description ListModelTable
WListbox. getModel()
Return theListModelTable
associated with this table.Methods in org.adempiere.webui.component with parameters of type ListModelTable Modifier and Type Method Description void
WListbox. setData(ListModelTable model, List<? extends String> columnNames)
Set the data model and column header names for the Listbox.
-