Uses of Interface
se.conciliate.extensions.attribute.Refinement
Packages that use Refinement
-
Uses of Refinement in se.conciliate.extensions.attribute
Methods in se.conciliate.extensions.attribute that return RefinementModifier and TypeMethodDescriptionAttributeDataType.createDefaultRefinement()
Creates a new refinement for this data type.AttributeDataType.createRefinement
(String serialized) Creates a new refinement based on the given string.Method parameters in se.conciliate.extensions.attribute with type arguments of type RefinementModifier and TypeMethodDescriptionAttributeWebWidget.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).