public interface ThumbnailColumn<C extends ThumbnailColumn<C>> extends Column<C>
ColumnTypes.THUMBNAIL
. The name of the column should target
the property that has the fully qualified asset URL.Modifier and Type | Interface and Description |
---|---|
static class |
ThumbnailColumn.Attributes |
Column.ColumnAttributes
Modifier and Type | Method and Description |
---|---|
default C |
thumbnailHeight(int thumbnailHeight)
Sets the
ThumbnailColumn.Attributes.HEIGHT attribute to the provided value in pixels. |
default C |
thumbnailHeight(String thumbnailHeight)
Sets the
ThumbnailColumn.Attributes.HEIGHT attribute to the provided value. |
default C |
thumbnailType(String thumbnailType)
Sets the
ThumbnailColumn.Attributes.TYPE attribute to the provided value. |
default C |
thumbnailTypeKey(String thumbnailTypeKey)
Sets the
ThumbnailColumn.Attributes.TYPE_KEY attribute to the provided value. |
default C |
thumbnailWidth(int thumbnailWidth)
Sets the
ThumbnailColumn.Attributes.WIDTH attribute to the provided value in pixels. |
default C |
thumbnailWidth(String thumbnailWidth)
Sets the
ThumbnailColumn.Attributes.WIDTH attribute to the provided value. |
align, alignCenter, alignLeft, alignRight, colSpan, colSpan, filterAndSortAlias, getAlign, getColSpan, getName, getWidth, isSortable, name, notSortable, setAlign, setColSpan, setName, setSortable, setWidth, sortable, sortable, width
addAction, addAction, addComponent, addEndpoint, addEndpoint, apply, attribute, augmentationKey, classifier, clearConditionals, clearEndpoints, conditional, conditionals, description, description, findAction, findAction, findActions, findAttribute, findComponent, findComponent, findComponents, findEndpoint, findEndpoint, findEndpoints, get, get, getAction, getAction, getActions, getActionsList, getAttribute, getAttribute, getAttributes, getAugmentationKey, getClassifier, getComponent, getComponent, getComponents, getComponentsList, getConditionals, getDescription, getEndpoint, getEndpoint, getEndpoints, getEndpointsList, getId, getLabel, getOrder, getScope, getType, hasAction, hasAttribute, hasComponent, hasEndpoint, id, isAugmentable, isTranslatable, label, label, notTranslatable, order, removeAction, removeAttribute, removeComponent, removeEndpoint, scope, self, setActions, setAttributes, setAugmentationKey, setClassifier, setComponents, setConditionals, setDescription, setEndpoints, setId, setLabel, setOrder, setScope, setTranslatable, setType, translatable, translatable, type
compareTo
default C thumbnailHeight(String thumbnailHeight)
ThumbnailColumn.Attributes.HEIGHT
attribute to the provided value.thumbnailHeight
- the heightdefault C thumbnailHeight(int thumbnailHeight)
ThumbnailColumn.Attributes.HEIGHT
attribute to the provided value in pixels.thumbnailHeight
- the height in pixelsdefault C thumbnailTypeKey(String thumbnailTypeKey)
ThumbnailColumn.Attributes.TYPE_KEY
attribute to the provided value.thumbnailTypeKey
- the type keydefault C thumbnailType(String thumbnailType)
ThumbnailColumn.Attributes.TYPE
attribute to the provided value.thumbnailType
- the typedefault C thumbnailWidth(String thumbnailWidth)
ThumbnailColumn.Attributes.WIDTH
attribute to the provided value.thumbnailWidth
- the widthdefault C thumbnailWidth(int thumbnailWidth)
ThumbnailColumn.Attributes.WIDTH
attribute to the provided value in pixels.thumbnailWidth
- the width in pixelsCopyright © 2021. All rights reserved.