Class TreeSelector

All Implemented Interfaces:
Serializable, overit.geocall.clipboard.XClip, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, AjaxableComponent, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component public class TreeSelector extends TreeEditor
The class extends TreeEditor, and allows to manage the selection and deselection operations on the tree's nodes.
See Also:
GCApi:
component
  • Constructor Details

    • TreeSelector

      public TreeSelector()
  • Method Details

    • onSelect

      public boolean onSelect(Object o)
      Selectes a node of the Tree; sets to true the selected mode of the tree
      Parameters:
      o - The HashGetter with the parameters passed to the event, used to retrieve the correct node's path
      Returns:
      true
    • onUnselect

      public boolean onUnselect(Object o)
      Deelectes a node of the Tree; sets to false the selected mode of the tree
      Parameters:
      o - The HashGetter with the parameters passed to the event, used to retrieve the correct node's path
      Returns:
      true
    • setOnClickAction

      protected void setOnClickAction(Tree t, org.apache.ecs.html.A a)