I have a toolbar with a global Save-button that I would like to enable
only when I detect one or more components that are dirty within the
active "editor". The editor is just a component that contains other
components, mostly inside a Form.
I'm thinking about traversing the component hiararchy in my "editor",
and adding listeners for all components like for example
TextInputContentListener for TextInput fields and
ListButtonSelectionListener for ListButton etc.
Is there something in the framework I can use to achieve this?
-- Edvin