Class DynBeanTreeUI.TreeNode

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

public class DynBeanTreeUI.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
    • getText

      public String getText()
      Overrides:
      getText in class FIXGRIDTreeItem