Uses of Enum Class
com.kingsrook.qqq.backend.core.actions.customizers.TableCustomizers
Packages that use TableCustomizers
Package
Description
-
Uses of TableCustomizers in com.kingsrook.qqq.backend.core.actions.customizers
Subclasses with type arguments of type TableCustomizers in com.kingsrook.qqq.backend.core.actions.customizersModifier and TypeClassDescriptionenum
Enum definition of possible table customizers - "roles" for custom code that can be applied to tables.Methods in com.kingsrook.qqq.backend.core.actions.customizers that return TableCustomizersModifier and TypeMethodDescriptionstatic TableCustomizers
Get the TableCustomer for a given role (e.g., the role used in meta-data, not the enum-constant name).static TableCustomizers
Returns the enum constant of this class with the specified name.static TableCustomizers[]
TableCustomizers.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TableCustomizers in com.kingsrook.qqq.backend.core.model.metadata.tables
Methods in com.kingsrook.qqq.backend.core.model.metadata.tables with parameters of type TableCustomizersModifier and TypeMethodDescriptionQTableMetaData.withCustomizer
(TableCustomizers tableCustomizer, QCodeReference customizer)