Uses of Interface
se.conciliate.extensions.attribute.AttributeDataType
Packages that use AttributeDataType
-
Uses of AttributeDataType in se.conciliate.extensions.attribute
Methods in se.conciliate.extensions.attribute that return AttributeDataTypeModifier and TypeMethodDescriptionPreparedAttribute.getDataType()
The data type of the attribute.Methods in se.conciliate.extensions.attribute with parameters of type AttributeDataTypeModifier and TypeMethodDescriptionAttributePresenter.getComparator
(String refinement, MTLanguage language, AttributeDataType dataType) Returns a comparator for prepared attributes.AttributeWebWidget.getRenderer
(AttributeWidget.WidgetType widgetType, AttributeDataType type, Map<String, Refinement> refinements) Returns the body of a JavaScript function with the following function header:
render(value, attributeType, dataObject, language, parent, lookup)
With type information, this function would look like:
void render(String value, String attributeType, String dataObject, String language, JQueryObject parent, Function lookup)
The "contract" of the function is to add child elements to the parentElement (a jquery xml element).boolean
AttributeAggregator.isSupported
(AttributeDataType type) Returns true if the values of the given data type can be handled by this aggregator, false otherwise.boolean
AttributeWidget.isSupported
(AttributeDataType type) Returns true if the values of the given data type can be handled by this widget, false otherwise.AttributeAggregator.prepare
(String value, String refinement, AttributeDataType dataType) Prepares the value for aggregation.AttributeEditor.prepare
(String value, String refinement, AttributeDataType dataType, String valueHolderUUID) Prepares the value for display.AttributePresenter.prepare
(String value, String refinement, AttributeDataType dataType, String valueHolderUUID) Prepares the value for display.default Collection<PreparedBatchEntry>
AttributeEditor.prepareBatch
(Collection<AttributeValue> values, MTLanguage lang, String refinement, AttributeDataType dataType) Prepares the values for display in batch.default Collection<PreparedBatchEntry>
AttributePresenter.prepareBatch
(Collection<AttributeValue> values, MTLanguage lang, String refinement, AttributeDataType dataType) Prepares the values for display in batch.