Uses of Enum
org.bardframework.crud.api.datatable.ResultType
Packages that use ResultType
-
Uses of ResultType in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable declared as ResultTypeMethods in org.bardframework.crud.api.datatable that return ResultTypeModifier and TypeMethodDescriptionHeaderAbstract.getResultType()HeaderDto.getResultType()static ResultTypeReturns the enum constant of this type with the specified name.static ResultType[]ResultType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bardframework.crud.api.datatable with parameters of type ResultTypeModifier and TypeMethodDescriptionvoidHeaderAbstract.setResultType(ResultType resultType) voidHeaderDto.setResultType(ResultType resultType)