Package ro.sync.ecss.extensions.api
Interface AttributesValueEditor
@API(type=EXTENDABLE,
src=PUBLIC)
public interface AttributesValueEditor
Deprecated.
Editor for attribute values.
-
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue
(EditedAttribute attribute, Object parentComponent) Deprecated.Get a value for the current attribute.
-
Method Details
-
getAttributeValue
Deprecated.Get a value for the current attribute.- Parameters:
attribute
- The attribute to be edited.parentComponent
- The parent component. Used as parent when creating dialogs.- Returns:
- The proposed value.
-
CustomAttributeValueEditor
can be used instead to edit only specific attributes using a custom editor.