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.