Uses of Class
jp.ecuacion.splib.web.form.SplibListForm
Packages that use SplibListForm
Package
Description
Provides controllers.
Provides forms.
Provides services.
-
Uses of SplibListForm in jp.ecuacion.splib.web.controller
Classes in jp.ecuacion.splib.web.controller with type parameters of type SplibListFormModifier and TypeClassDescriptionclassSplibSearchListController<FST extends SplibSearchForm, FLT extends SplibListForm<?>, S extends SplibSearchListService<FST,FLT>> Controls the search and listing of the search result. -
Uses of SplibListForm in jp.ecuacion.splib.web.form
Methods in jp.ecuacion.splib.web.form that return SplibListFormModifier and TypeMethodDescriptionSplibListForm.setRecList(List<T> recList) Sets record list and returns this for method chain. -
Uses of SplibListForm in jp.ecuacion.splib.web.service
Classes in jp.ecuacion.splib.web.service with type parameters of type SplibListFormModifier and TypeClassDescriptionclassSplibSearchListService<FST extends SplibSearchForm, FLT extends SplibListForm<?>>Provides abstract search list service.