Uses of Interface
com.broadleafcommerce.metadata.dsl.core.Column
Packages that use Column
Package
Description
-
Uses of Column in com.broadleafcommerce.metadata.dsl.core
Classes in com.broadleafcommerce.metadata.dsl.core with type parameters of type ColumnModifier and TypeInterfaceDescriptioninterface
Represents the metadata for a column component.Constructor parameters in com.broadleafcommerce.metadata.dsl.core with type arguments of type Column -
Uses of Column in com.broadleafcommerce.metadata.dsl.core.extension
Methods in com.broadleafcommerce.metadata.dsl.core.extension that return ColumnModifier and TypeMethodDescriptiondefault Column<?>
Retrieves the column with the given property name, if it exists.Methods in com.broadleafcommerce.metadata.dsl.core.extension that return types with arguments of type ColumnModifier and TypeMethodDescriptionGrid.findColumn
(String name) Finds the column with the given property name.Methods in com.broadleafcommerce.metadata.dsl.core.extension with parameters of type ColumnModifier and TypeMethodDescriptiondefault G
Adds a column to this grid.default G
Adds a column with the given property name to this grid.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension with type arguments of type ColumnModifier and TypeMethodDescriptiondefault G
Grid.addColumns
(Collection<Column<?>> columns) Adds a collection of columns to this grid. -
Uses of Column in com.broadleafcommerce.metadata.dsl.core.extension.columns
Subinterfaces of Column in com.broadleafcommerce.metadata.dsl.core.extension.columnsModifier and TypeInterfaceDescriptioninterface
ConditionalColumn<C extends ConditionalColumn<C>>
Deprecated.interface
DateColumn<C extends DateColumn<C>>
interface
DerivedColumn<C extends DerivedColumn<C>>
Represents the metadata for aColumnTypes.DERIVED
column component.interface
DynamicColumn<C extends DynamicColumn<C>>
Builder that is used for buildingColumnTypes.DYNAMIC
type column components.interface
EmbeddedListColumn<C extends EmbeddedListColumn<C>>
Builder that is used for buildingColumnTypes.EMBEDDED_LIST
type column components.interface
EnumColumn<C extends EnumColumn<C>>
interface
LinkColumn<C extends LinkColumn<C>>
interface
MoneyColumn<C extends MoneyColumn<C>>
Represents the metadata for a column that displays a monetary amount.interface
ProgressColumn<C extends ProgressColumn<C>>
The column type that is used to render the progress in percentage.interface
RsqlRuleColumn<C extends RsqlRuleColumn<C>>
Represents the metadata for aColumnTypes.RSQL_RULE
.interface
SpelRuleColumn<C extends SpelRuleColumn<C>>
Represents the metadata for aColumnTypes.SPEL_RULE
.interface
ThumbnailColumn<C extends ThumbnailColumn<C>>
Represents the metadata for aColumnTypes.THUMBNAIL
.Classes in com.broadleafcommerce.metadata.dsl.core.extension.columns that implement ColumnModifier and TypeClassDescriptionclass
AbstractColumn<C extends AbstractColumn<C>>
The abstract column component specification.class
class
The default implementation forConditionalColumn
.class
class
class
The default implementation forDynamicColumn
.class
The default implementation forEmbeddedListColumn
.class
class
class
class
class
The default implementation forProgressColumn
.class
class
class
Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.columns with type arguments of type ColumnModifier and TypeMethodDescriptiondefault C
DynamicColumn.when
(Conditional<?> conditional, UnaryOperator<Column<?>> fn) Helper method for adding a new column option with a single conditional.default C
DynamicColumn.when
(List<Conditional<?>> conditionals, UnaryOperator<Column<?>> fn) Helper method for adding a new column option with a list of conditionals.Constructors in com.broadleafcommerce.metadata.dsl.core.extension.columns with parameters of type ColumnModifierConstructorDescriptionAbstractColumn
(Column<?> component) DefaultColumn
(Column<?> component) -
Uses of Column in com.broadleafcommerce.metadata.dsl.core.extension.grids
Methods in com.broadleafcommerce.metadata.dsl.core.extension.grids with parameters of type ColumnModifier and TypeMethodDescriptiondefault G
ExportHistoryGrid.addDateCreatedColumn
(Column<?> column) Adds the column to display the export created date in the gird.default G
ExportHistoryGrid.addNameColumn
(Column<?> column) Adds the column to display the export name in the gird.default G
ExportHistoryGrid.addStatusColumn
(Column<?> column) Adds the column to display the export status in the gird.Method parameters in com.broadleafcommerce.metadata.dsl.core.extension.grids with type arguments of type ColumnModifier and TypeMethodDescriptiondefault G
ExportHistoryGrid.dateCreatedColumn
(UnaryOperator<Column<?>> fn) Adds the column to display the export created date in the gird.default G
ExportHistoryGrid.nameColumn
(UnaryOperator<Column<?>> fn) Adds the column to display the export name in the gird.default G
ExportHistoryGrid.statusColumn
(UnaryOperator<Column<?>> fn) Adds the column to display the export status in the gird.
DynamicColumn