Class ContextHandlerSupport

java.lang.Object
com.levigo.jadice.web.client.util.context.ContextHandlerSupport

public abstract class ContextHandlerSupport extends Object
  • Constructor Details

    • ContextHandlerSupport

      public ContextHandlerSupport()
    • ContextHandlerSupport

      public ContextHandlerSupport(T widget)
  • Method Details

    • onAttach

      public void onAttach()
    • onDetach

      public void onDetach()
    • setContext

      public void setContext(Collection<Object> context)
    • getContext

      public Collection<Object> getContext()
    • update

      protected abstract void update()