I found it by trying a few of listeners.

tableViewFilter.getComponentStateListeners().add(new
ComponentStateListener.Adapter() {
        public void focusedChanged(Component component, Component
obverseComponent) {
            if (obverseComponent instanceof TextInput) {
                TextInput ti = (TextInput) obverseComponent;
                // do
            }
        }
    });

Thanks for lots of hints in this mailing list



--
View this message in context: 
http://apache-pivot-users.399431.n3.nabble.com/What-do-I-need-to-do-to-listen-to-TableView-row-editor-tp4022611p4022612.html
Sent from the Apache Pivot - Users mailing list archive at Nabble.com.

Reply via email to