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 TypeClassDescriptionenumEnum 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 TableCustomizersGet the TableCustomer for a given role (e.g., the role used in meta-data, not the enum-constant name).static TableCustomizersReturns 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
Methods in com.kingsrook.qqq.backend.core.model.metadata with parameters of type TableCustomizersModifier and TypeMethodDescriptionQInstance.getTableCustomizers(TableCustomizers tableCustomizer) Getter for tableCustomizersQInstance.withTableCustomizer(TableCustomizers tableCustomizer, QCodeReference customizer) -
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)