com.ibm.tivoli.maximo.miniapps.treegrid

Class TreeGrid.Panel

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


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

      Fields 
      Modifier and Type Field and Description
      static java.lang.String Buttons
      Panel type
      Custom panel
      TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelButtons
      static java.lang.String Copy
      Row adding and copying
      Copying existing rows
      static java.lang.String CopyMenu
      Row adding and copying
      Copying existing rows
      static java.lang.String Delete
      Row deleting
      static java.lang.String HeaderxxxCursor
      Panel type
      Custom panel
      static java.lang.String HeaderxxxTip
      Panel type
      Custom panel
      TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelHeaderxxxTip
      static java.lang.String Move
      Row moving and dragging
      static java.lang.String NodeName
      Panel
      static java.lang.String PanelxxxCursor
      Panel type
      Custom panel
      static java.lang.String PanelxxxTip
      Global settings
      Language and regional settings (Text.xml)
      xxx is name of Panel button like Select
      TreeGrid API http://www.treegrid.com/treegrid/Doc/GlobalSettings.htm#PanelPanelxxxTip
      static java.lang.String Select
      Row and cell selecting
      static java.lang.String SpacexxxCursor
      Panel type
      Custom panel
      static java.lang.String SpacexxxTip
      Panel type
      Custom panel
      TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelSpacexxxTip
      static java.lang.String xxx
      Panel type
      Custom panel
      TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#Panelxxx
      static java.lang.String xxxWidth
      Panel type
      Custom panel
    • Constructor Summary

      Constructors 
      Constructor and Description
      Panel() 
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Buttons

        public static final java.lang.String Buttons
        Panel type
        Custom panel
        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelButtons
        See Also:
        Constant Field Values
      • Copy

        public static final java.lang.String Copy
        Row adding and copying
        Copying existing rows
         [0]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAdd.htm#PanelCopy
        See Also:
        Constant Field Values
      • CopyMenu

        public static final java.lang.String CopyMenu
        Row adding and copying
        Copying existing rows
         [...]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowAdd.htm#PanelCopyMenu
        See Also:
        Constant Field Values
      • Delete

        public static final java.lang.String Delete
        Row deleting
         [1]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowDelete.htm#PanelDelete
        See Also:
        Constant Field Values
      • HeaderxxxCursor

        public static final java.lang.String HeaderxxxCursor
        Panel type
        Custom panel
         ["pointer"]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelHeaderxxxCursor
        See Also:
        Constant Field Values
      • HeaderxxxTip

        public static final java.lang.String HeaderxxxTip
        Panel type
        Custom panel
        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelHeaderxxxTip
        See Also:
        Constant Field Values
      • Move

        public static final java.lang.String Move
        Row moving and dragging
         [0]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowMove.htm#PanelMove
        See Also:
        Constant Field Values
      • PanelxxxCursor

        public static final java.lang.String PanelxxxCursor
        Panel type
        Custom panel
         ["pointer"]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelPanelxxxCursor
        See Also:
        Constant Field Values
      • PanelxxxTip

        public static final java.lang.String PanelxxxTip
        Global settings
        Language and regional settings (Text.xml)
        xxx is name of Panel button like Select
        TreeGrid API http://www.treegrid.com/treegrid/Doc/GlobalSettings.htm#PanelPanelxxxTip
        See Also:
        Constant Field Values
      • Select

        public static final java.lang.String Select
        Row and cell selecting
         [1]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/RowSelect.htm#PanelSelect
        See Also:
        Constant Field Values
      • SpacexxxCursor

        public static final java.lang.String SpacexxxCursor
        Panel type
        Custom panel
         ["pointer"]
         

        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelSpacexxxCursor
        See Also:
        Constant Field Values
      • SpacexxxTip

        public static final java.lang.String SpacexxxTip
        Panel type
        Custom panel
        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#PanelSpacexxxTip
        See Also:
        Constant Field Values
      • xxx

        public static final java.lang.String xxx
        Panel type
        Custom panel
        TreeGrid API http://www.treegrid.com/treegrid/Doc/TypePanel.htm#Panelxxx
        See Also:
        Constant Field Values
      • xxxWidth

        public static final java.lang.String xxxWidth
        Panel type
        Custom panel
         [from Grid.css]
         

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

      • Panel

        public Panel()