Uses of Class
org.bardframework.crud.api.datatable.ResultType
-
Packages that use ResultType Package Description org.bardframework.crud.api.datatable -
-
Uses of ResultType in org.bardframework.crud.api.datatable
Fields in org.bardframework.crud.api.datatable declared as ResultType Modifier and Type Field Description protected ResultTypeHeaderAbstract. resultTypeMethods in org.bardframework.crud.api.datatable that return ResultType Modifier and Type Method Description ResultTypeHeaderAbstract. getResultType()ResultTypeHeaderDto. getResultType()static ResultTypeResultType. valueOf(String name)Returns 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 ResultType Modifier and Type Method Description voidHeaderAbstract. setResultType(ResultType resultType)voidHeaderDto. setResultType(ResultType resultType)
-