com.ibm.tivoli.maximo.miniapps.treegrid

Class TreeGrid.Group

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


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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String Cells
      Grouping rows to tree
      User interface to choose grouping
      static java.lang.String Cols
      Grouping rows to tree
      User interface to choose grouping
      TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupCols
      static java.lang.String Custom
      Grouping rows to tree
      User interface to choose grouping
      static java.lang.String List
      Grouping rows to tree
      User interface to choose grouping
      TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupList
      static java.lang.String ListCustom
      Grouping rows to tree
      User interface to choose grouping
      TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupListCustom
      static java.lang.String NodeName
      Group
      static java.lang.String Panel
      Grouping rows to tree
      User interface to choose grouping
      static java.lang.String Space
      Grouping rows to tree
      User interface to choose grouping
    • Constructor Summary

      Constructors 
      Constructor and Description
      Group() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Cells

        public static final java.lang.String Cells
        Grouping rows to tree
        User interface to choose grouping
         ["List" / "Custom"]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupCells
        See Also:
        Constant Field Values
      • Cols

        public static final java.lang.String Cols
        Grouping rows to tree
        User interface to choose grouping
        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupCols
        See Also:
        Constant Field Values
      • Custom

        public static final java.lang.String Custom
        Grouping rows to tree
        User interface to choose grouping
         [0/1]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupCustom
        See Also:
        Constant Field Values
      • List

        public static final java.lang.String List
        Grouping rows to tree
        User interface to choose grouping
        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupList
        See Also:
        Constant Field Values
      • ListCustom

        public static final java.lang.String ListCustom
        Grouping rows to tree
        User interface to choose grouping
        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupListCustom
        See Also:
        Constant Field Values
      • Panel

        public static final java.lang.String Panel
        Grouping rows to tree
        User interface to choose grouping
         [1]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupPanel
        See Also:
        Constant Field Values
      • Space

        public static final java.lang.String Space
        Grouping rows to tree
        User interface to choose grouping
         [1]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/Group.htm#GroupSpace
        See Also:
        Constant Field Values
    • Constructor Detail

      • Group

        public Group()