Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    GWT : Required solution for all Textbox on value change event - generic way

    Hi all,

    In my application we are using
    1. Screen are designed using GWT: UIBinder with a view class to bind
    2. Presenter as controller and model.
    3. We do have Base Presenter (abstract with few generic implementations)
    4. We are having many such screens with all screen will have textbox in it and all screen presenter will extends Base Presenter.

    -- My requirement is to fire and catch generic event when user changes any textbox value in any screen.
    -- I dont want to define event for each and every textboxes available in each screen.
    -- I want to register all textbox on value change (ValueChangeHandler) event in generic.

    Is there anyway we can achieve this.

    I would highly appreciate if anyone provides solution for this..
Working...
X