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 Summary
Modifier and TypeMethodDescriptionvoid
selectionChanged
(TableProperty property, String newValue) Method which controls the change of the selected key.
-
Method Details
-
selectionChanged
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.
-