com.ibm.tivoli.maximo.miniapps.treegrid

Class TreeGrid.API_TRow_var

  • java.lang.Object
    • com.ibm.tivoli.maximo.miniapps.treegrid.TreeGrid.API_TRow_var
  • Enclosing class:
    TreeGrid


    public static class TreeGrid.API_TRow_var
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String Def
      Default rows
      static java.lang.String firstChild
      Row API
      Row iterating
      read only, the first letter is lower case
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varfirstChild
      static java.lang.String Fixed
      Row API
      read only
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varFixed
      static java.lang.String GroupCol
      Grouping rows to tree
      Grouping actions and API
      TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#API_TRow_varGroupCol
      static java.lang.String GroupPos
      Grouping rows to tree
      Grouping actions and API
      TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#API_TRow_varGroupPos
      static java.lang.String Kind
      Row basics
      Rows by functionality
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowBasics.htm#API_TRow_varKind
      static java.lang.String lastChild
      Row API
      Row iterating
      read only, the first letter is lower case
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varlastChild
      static java.lang.String Level
      Tree
      static java.lang.String nextSibling
      Row API
      Row iterating
      read only, the first letter is lower case
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varnextSibling
      static java.lang.String NodeName
      API_TRow_var
      static java.lang.String parentNode
      Row API
      Row iterating
      read only, the first letter is lower case
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varparentNode
      static java.lang.String previousSibling
      Row API
      Row iterating
      read only, the first letter is lower case
      TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varpreviousSibling
    • Constructor Summary

      Constructors 
      Constructor and Description
      API_TRow_var() 
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Def

        public static final java.lang.String Def
        Default rows
         ["R"]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowDefaults.htm#API_TRow_varDef
        See Also:
        Constant Field Values
      • Fixed

        public static final java.lang.String Fixed
        Row API
        read only
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varFixed
        See Also:
        Constant Field Values
      • GroupCol

        public static final java.lang.String GroupCol
        Grouping rows to tree
        Grouping actions and API
        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#API_TRow_varGroupCol
        See Also:
        Constant Field Values
      • GroupPos

        public static final java.lang.String GroupPos
        Grouping rows to tree
        Grouping actions and API
        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#API_TRow_varGroupPos
        See Also:
        Constant Field Values
      • Kind

        public static final java.lang.String Kind
        Row basics
        Rows by functionality
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowBasics.htm#API_TRow_varKind
        See Also:
        Constant Field Values
      • Level

        public static final java.lang.String Level
        Tree
         read only
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/Tree.htm#API_TRow_varLevel
        See Also:
        Constant Field Values
      • firstChild

        public static final java.lang.String firstChild
        Row API
        Row iterating
        read only, the first letter is lower case
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varfirstChild
        See Also:
        Constant Field Values
      • lastChild

        public static final java.lang.String lastChild
        Row API
        Row iterating
        read only, the first letter is lower case
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varlastChild
        See Also:
        Constant Field Values
      • nextSibling

        public static final java.lang.String nextSibling
        Row API
        Row iterating
        read only, the first letter is lower case
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varnextSibling
        See Also:
        Constant Field Values
      • parentNode

        public static final java.lang.String parentNode
        Row API
        Row iterating
        read only, the first letter is lower case
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varparentNode
        See Also:
        Constant Field Values
      • previousSibling

        public static final java.lang.String previousSibling
        Row API
        Row iterating
        read only, the first letter is lower case
        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAPI.htm#API_TRow_varpreviousSibling
        See Also:
        Constant Field Values
    • Constructor Detail

      • API_TRow_var

        public API_TRow_var()