Class ServerFileBrowser.TreeNode

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

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

  • 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
    • onRowSelect

      public void onRowSelect()
      Description copied from class: FIXGRIDItem
      Reaction on row selections in the client. Override this method for specific reactions.
      Specified by:
      onRowSelect in interface IFIXGRIDItem
      Overrides:
      onRowSelect in class FIXGRIDItem
    • 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