Before stable release maybe we can remove add method from Display interface and leave only getData.
Its is not used internally and it should't matter how properties was accuired. Add methods could be in implementation like PropertyAccessDisplay. It will not break if an application already uses add method - it will be in classes that implements Display.
Before stable release maybe we can remove
addmethod fromDisplayinterface and leave onlygetData.Its is not used internally and it should't matter how properties was accuired. Add methods could be in implementation like
PropertyAccessDisplay. It will not break if an application already usesaddmethod - it will be in classes that implementsDisplay.