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 ListModelTableWListbox. getModel()Return theListModelTableassociated with this table.Methods in org.adempiere.webui.component with parameters of type ListModelTable Modifier and Type Method Description voidWListbox. setData(ListModelTable model, List<? extends String> columnNames)Set the data model and column header names for the Listbox.
-