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 Detail

      • getAttributeValue

        java.lang.String getAttributeValue​(EditedAttribute attribute,
                                           java.lang.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.