Uses of Enum Class
se.conciliate.extensions.attribute.AttributeWidget.WidgetType
Packages that use AttributeWidget.WidgetType
-
Uses of AttributeWidget.WidgetType in se.conciliate.extensions.attribute
Methods in se.conciliate.extensions.attribute that return AttributeWidget.WidgetTypeModifier and TypeMethodDescriptionstatic AttributeWidget.WidgetType
Returns the enum constant of this class with the specified name.static AttributeWidget.WidgetType[]
AttributeWidget.WidgetType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in se.conciliate.extensions.attribute that return types with arguments of type AttributeWidget.WidgetTypeModifier and TypeMethodDescriptionAttributeWidget.getSupportedWidgetTypes()
Returns a set of the supported widget types that this widget has.Methods in se.conciliate.extensions.attribute with parameters of type AttributeWidget.WidgetTypeModifier and TypeMethodDescriptionAttributeEditor.createSwingEditor
(Edit edit, EditCallback callback, AttributeWidget.WidgetType type) Creates a new JComponent that can be used to edit the given Edit and that is the only one sending events to the given callback.AttributePresenter.createSwingPresenter
(PreparedAttribute prepared, AttributeWidget.WidgetType type) Creates a new JComponent that can be used to present the given prepared attribute.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).