events - GWT - Handler for lost focus on widgets in flextable -
i'm coding in gwt, first time, , it's going far. i'm having problem eventhandlers though. have flextable has 2 columns, 1 labels, , 1 textbox/listbox fields. when user insert datas textbox , leaves textbox again, want write contents object. quite easy, but, can't figure out how make actionhandler it? works fine onclick event, want on focus focuslistener, it's deprecated...! need in gwt, onlostfocus eventhandler of type.
add blurhandler
on textbox
. gets called when textbox
lose focus.
Comments
Post a Comment