Class SelectionContext<T>


  • @JsType(isNative=true,
            namespace="<global>",
            name="Object")
    public class SelectionContext<T>
    extends Object
    • Field Detail

      • action

        public String action
      • api

        public org.jboss.hal.ballroom.tree.Api<T> api
      • node

        public Node<T> node
      • selected

        public String[] selected
    • Constructor Detail

      • SelectionContext

        public SelectionContext()