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