Interface PropertySelectionController

  • All Known Implementing Classes:
    ECPropertiesComposite

    @API(type=INTERNAL,
         src=PUBLIC)
    public interface PropertySelectionController
    Used for handling with a change of the properties values.
    • Method Detail

      • selectionChanged

        void selectionChanged​(TableProperty property,
                              java.lang.String newValue)
                       throws AuthorOperationException
        Method which controls the change of the selected key.
        Parameters:
        property - The modified property.
        newValue - The new selected value of the given property
        Throws:
        AuthorOperationException - When the handling of selection changed cannot be performed.