public interface DateColumn<C extends DateColumn<C>> extends Column<C>
Modifier and Type | Interface and Description |
---|---|
static class |
DateColumn.Attributes |
static class |
DateColumn.TimeZoneFormatSuffixes
Append these to one of
DateFormatTypes to display time-zone. |
Column.ColumnAttributes
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 dateFormat(String format)
DateColumn.Attributes.DATE_FORMAT
attribute.format
- The format to set. See DateFormatTypes
this
@Nullable default String getDateFormat()
DateColumn.Attributes.DATE_FORMAT
attribute.default Optional<String> findDateFormat()
DateColumn.Attributes.DATE_FORMAT
attribute.Optional.empty()
if not present.default C removeDateFormat()
DateColumn.Attributes.DATE_FORMAT
attribute.this
default boolean hasDateFormat()
DateColumn.Attributes.DATE_FORMAT
attribute has been set.default C dateTimeSeparator(String separator)
DateColumn.Attributes.DATE_TIME_SEPARATOR
attribute.separator
- The separator to set. See DateFormatTypes
this
@Nullable default String getDateTimeSeparator()
DateColumn.Attributes.DATE_TIME_SEPARATOR
attribute.default Optional<String> findDateTimeSeparator()
DateColumn.Attributes.DATE_TIME_SEPARATOR
attribute.Optional.empty()
if not presentdefault C removeDateTimeSeparator()
DateColumn.Attributes.DATE_TIME_SEPARATOR
attribute.this
default boolean hasDateTimeSeparator()
DateColumn.Attributes.DATE_TIME_SEPARATOR
attribute has been set.Copyright © 2021. All rights reserved.