Uses of Interface
is.codion.framework.domain.entity.attribute.ColumnTemplate
Packages that use ColumnTemplate
-
Uses of ColumnTemplate in is.codion.framework.domain.entity.attribute
Methods in is.codion.framework.domain.entity.attribute that return ColumnTemplateModifier and TypeMethodDescriptiondefault ColumnTemplate<T> ColumnTemplate.and(ColumnTemplate<T> template) Returns a composed template that applies this template followed by the given template.Methods in is.codion.framework.domain.entity.attribute with parameters of type ColumnTemplateModifier and TypeMethodDescriptiondefault ColumnTemplate<T> ColumnTemplate.and(ColumnTemplate<T> template) Returns a composed template that applies this template followed by the given template.<B extends ColumnDefinition.Builder<T,B>>
ColumnDefinition.Builder<T, B> Column.ColumnDefiner.column(ColumnTemplate<T> template) Creates a newColumnDefinition.Builderinstance.