Package io.mateu.mdd.core.interfaces
Interface Crud<SearchForm,Row>
- All Superinterfaces:
Listing<SearchForm,Row>
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault Stringdefault Stringdefault Objectdefault Objectdefault ObjectgetRow(Map<String, Object> row, Serializer serializer) default booleanshowCheckboxForSelection(ReflectionHelper reflectionHelper) Methods inherited from interface io.mateu.mdd.shared.interfaces.Listing
fetchCount, fetchRows, getCaption, getCaptionForEdit, getRowClass, getSearchFormClass, getSelection
-
Method Details
-
showCheckboxForSelection
- Specified by:
showCheckboxForSelectionin interfaceListing<SearchForm,Row>
-
getNewRecordForm
- Throws:
Throwable
-
getDetail
- Throws:
Throwable
-
getRow
- Throws:
Throwable
-
delete
- Throws:
Throwable
-
getCaptionForNew
-
getCaptionForDelete
-