Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8970201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T17:41:53+00:00 2026-06-15T17:41:53+00:00

I have an object that implements IsTreeItem. The Object is displayed as a two

  • 0

I have an object that implements “IsTreeItem”. The Object is displayed as a two level tree item. Each tree item is built with a check box.
I need to know when a check box is changing value – so i am listening to ValueChangedEvents.

The first problem is that the Tree built with such items only fires SelectionEvents. If selection is changing the check box the ValueChanged event is fired afterwards – so there is no way to listen to events inside “IsTreeItem” from Tree.

So i let my “IsTreeItem” fire its own element. So i (field)injected an EventBus and used it to fire the event if “ValueChanged”.
The Problem is that my “IsTreeItem” is an Object sent from server (it is in shared package and serializable). The object is instantiated on server (EventBus is not ionjected) and “asTreeItem” is called on client.

Is there a way to inject the EventBus in the Method TreeItem asTreeItem() in some way? Or are there any other means to let some one outside know if a check box has changed its value.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T17:41:54+00:00Added an answer on June 15, 2026 at 5:41 pm

    GIN can do member injection on already created instances.

    You have to create a method in your Ginjector interface that takes such an instance as argument, with a return type of void.
    Note that because no reflection is done on the client, GIN will only inject fields and methods from the class used as the argument type (and its super-classes).

    @GinModules(MyGinModule.class)
    interface MyGinjector extends Ginjector {
        …
    
        void injectIsTreeItemMembers(IsTreeItem item);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an object that implements two interfaces... The interfaces are: public interface IObject
I have a tree object that implements lazy depth-first-search as a TraversableView . import
I have an object that implements an interface. I want to call on the
I have a object that implements the IEditableObject interface exposed on a viewmodel bound
When you have an object that implements countable interface should you use $object->count() or
So I have an object that implements INotifyPropertyChanged, and I have a property that
I want to have a generic object that implements an interface. I mean if
An interesting question arose today. Let's say I have a .NET object that implements
I have two tables: object that has object_id column and avalues that have object_id
I have an object that implements IDisposable that is registered with the Windsor Container

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.