Interface AttributesValueEditor


@API(type=EXTENDABLE, src=PUBLIC) public interface AttributesValueEditor
Deprecated.
Starting with version 15 the CustomAttributeValueEditor can be used instead to edit only specific attributes using a custom editor.
Editor for attribute values.
  • Method Summary

    Modifier and Type
    Method
    Description
    getAttributeValue(EditedAttribute attribute, Object parentComponent)
    Deprecated.
    Get a value for the current attribute.
  • Method Details

    • getAttributeValue

      String getAttributeValue(EditedAttribute attribute, Object parentComponent)
      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.