Uses of Interface
se.conciliate.extensions.attribute.PreparedAttribute
Packages that use PreparedAttribute
-
Uses of PreparedAttribute in se.conciliate.extensions.attribute
Classes in se.conciliate.extensions.attribute with type parameters of type PreparedAttributeModifier and TypeInterfaceDescriptioninterface
AttributePresenter<T extends PreparedAttribute>
An attribute presenter is a presentation of an attribute value for one or more attribute types.Fields in se.conciliate.extensions.attribute declared as PreparedAttributeModifier and TypeFieldDescriptionfinal PreparedAttribute
PreparedBatchEntry.prepared
The prepared value of the attribute.Methods in se.conciliate.extensions.attribute that return PreparedAttributeModifier and TypeMethodDescriptionAttributeAggregator.aggregate
(List<PreparedAttribute> scalars) Returns a prepared attribute for the aggregated value of the scalar prepared attributes.Edit.getPreparedAttribute()
Returns the prepared attribute that is being edited.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.Methods in se.conciliate.extensions.attribute with parameters of type PreparedAttributeModifier and TypeMethodDescriptionAttributePresenter.createSwingPresenter
(PreparedAttribute prepared, AttributeWidget.WidgetType type) Creates a new JComponent that can be used to present the given prepared attribute.AttributePresenter.htmlPresentation
(PreparedAttribute prepared) Returns an optional html presentation of the given prepared attribute.default boolean
AttributeEditor.isFullWidth
(PreparedAttribute preparedAttribute) Returns true if this widget prefers to take up its parent's full width when editing the given prepared attribute, false otherwise.default boolean
AttributePresenter.isFullWidth
(PreparedAttribute preparedAttribute) Returns true if this widget prefers to take up its parent's full width when presenting the given prepared attribute, false otherwise.AttributeValue.prepareWith
(PreparedAttribute prepared) AttributePresenter.stringPresentation
(PreparedAttribute prepared) Returns a string presentation for the given prepared attribute.Method parameters in se.conciliate.extensions.attribute with type arguments of type PreparedAttributeModifier and TypeMethodDescriptionAttributeAggregator.aggregate
(List<PreparedAttribute> scalars) Returns a prepared attribute for the aggregated value of the scalar prepared attributes.