Class StreamStoreTreeUI.TreeNode

All Implemented Interfaces:
Serializable, Comparable, IFIXGRIDItem
Enclosing class:
StreamStoreTreeUI

public class StreamStoreTreeUI.TreeNode extends FIXGRIDTreeItem implements Serializable
See Also:
  • Constructor Details

    • TreeNode

      public TreeNode(FIXGRIDTreeItem parentNode, String absPath, String text, boolean isFolder, boolean alsoReadSubFolders)
  • Method Details

    • onToggle

      public void onToggle()
      Description copied from class: FIXGRIDTreeItem
      Event that is passed from the client when the user open/close a folder node. You may read sub-items into the tree as reaction. OVerride this method in your implementation.
      Overrides:
      onToggle in class FIXGRIDTreeItem
    • onRowExecute

      public void onRowExecute()
      Description copied from class: FIXGRIDItem
      Reaction on row executions in the client (double click, return key selection).
      Specified by:
      onRowExecute in interface IFIXGRIDItem
      Overrides:
      onRowExecute in class FIXGRIDItem
    • getPopupMenu

      public String getPopupMenu()
    • processTREENDOEAction

      public void processTREENDOEAction(javax.faces.event.ActionEvent event)
      Description copied from class: FIXGRIDTreeItem
      This is the central method that is called by default by client side TREENODE events. It automatically handles the event "toggle". In case of enhancing a TREENODE (e.g. adding drag & drop onto TREENODE level) you need to override this method and add the behavior for the specific event. In any case you need to call this super-implementation within your implementation!
      Overrides:
      processTREENDOEAction in class FIXGRIDTreeItem