Uses of Class
io.vertigo.datamodel.structure.model.DtListState
-
Packages that use DtListState Package Description io.vertigo.datamodel.structure.model -
-
Uses of DtListState in io.vertigo.datamodel.structure.model
Methods in io.vertigo.datamodel.structure.model that return DtListState Modifier and Type Method Description static DtListState
DtListState. defaultOf(Class<? extends Entity> entityClass)
static DtListState
DtListState. of(Integer maxRows)
static DtListState
DtListState. of(Integer maxRows, int skipRows, String sortFieldName, Boolean sortDesc)
DtListState
DtListState. withDefault(Integer defaultMaxRows, DtFieldName defaultSortFieldName, Boolean defaultSortDesc)
Added default properties to another DtListState.
-