Class ChildTreeStoreBinding<M>

    • Constructor Detail

      • ChildTreeStoreBinding

        public ChildTreeStoreBinding​(TreeStore<M> store)
        Creates a LoadEvent handler for the given TreeStore.
        Parameters:
        store - the store whose events will be handled
    • Method Detail

      • onLoad

        public void onLoad​(LoadEvent<M,​List<M>> event)
        Description copied from interface: LoadHandler
        Called after a load operation.
        Specified by:
        onLoad in interface LoadHandler<M,​List<M>>
        Parameters:
        event - the event being handled