Class DataGridTableStyle

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Windows.Forms
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Windows.Forms.DataGridTableStyle
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class Component
      • BeginEdit

        public boolean BeginEdit​(DataGridColumnStyle gridColumn,
                                 int rowNumber)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • EndEdit

        public boolean EndEdit​(DataGridColumnStyle gridColumn,
                               int rowNumber,
                               boolean shouldAbort)
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetAlternatingBackColor

        public void ResetAlternatingBackColor()
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetBackColor

        public void ResetBackColor()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetForeColor

        public void ResetForeColor()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetGridLineColor

        public void ResetGridLineColor()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetHeaderBackColor

        public void ResetHeaderBackColor()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetHeaderFont

        public void ResetHeaderFont()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetHeaderForeColor

        public void ResetHeaderForeColor()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetLinkColor

        public void ResetLinkColor()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetLinkHoverColor

        public void ResetLinkHoverColor()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetSelectionBackColor

        public void ResetSelectionBackColor()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ResetSelectionForeColor

        public void ResetSelectionForeColor()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAllowSorting

        public boolean getAllowSorting()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAllowSorting

        public void setAllowSorting​(boolean AllowSorting)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getColumnHeadersVisible

        public boolean getColumnHeadersVisible()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setColumnHeadersVisible

        public void setColumnHeadersVisible​(boolean ColumnHeadersVisible)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getReadOnly

        public boolean getReadOnly()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setReadOnly

        public void setReadOnly​(boolean ReadOnly)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRowHeadersVisible

        public boolean getRowHeadersVisible()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRowHeadersVisible

        public void setRowHeadersVisible​(boolean RowHeadersVisible)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPreferredColumnWidth

        public int getPreferredColumnWidth()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPreferredColumnWidth

        public void setPreferredColumnWidth​(int PreferredColumnWidth)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPreferredRowHeight

        public int getPreferredRowHeight()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPreferredRowHeight

        public void setPreferredRowHeight​(int PreferredRowHeight)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRowHeaderWidth

        public int getRowHeaderWidth()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRowHeaderWidth

        public void setRowHeaderWidth​(int RowHeaderWidth)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getAlternatingBackColor

        public Color getAlternatingBackColor()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAlternatingBackColor

        public void setAlternatingBackColor​(Color AlternatingBackColor)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getBackColor

        public Color getBackColor()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setBackColor

        public void setBackColor​(Color BackColor)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getForeColor

        public Color getForeColor()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setForeColor

        public void setForeColor​(Color ForeColor)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGridLineColor

        public Color getGridLineColor()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setGridLineColor

        public void setGridLineColor​(Color GridLineColor)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeaderBackColor

        public Color getHeaderBackColor()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeaderBackColor

        public void setHeaderBackColor​(Color HeaderBackColor)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeaderForeColor

        public Color getHeaderForeColor()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeaderForeColor

        public void setHeaderForeColor​(Color HeaderForeColor)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLinkColor

        public Color getLinkColor()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLinkColor

        public void setLinkColor​(Color LinkColor)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getLinkHoverColor

        public Color getLinkHoverColor()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setLinkHoverColor

        public void setLinkHoverColor​(Color LinkHoverColor)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSelectionBackColor

        public Color getSelectionBackColor()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSelectionBackColor

        public void setSelectionBackColor​(Color SelectionBackColor)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSelectionForeColor

        public Color getSelectionForeColor()
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setSelectionForeColor

        public void setSelectionForeColor​(Color SelectionForeColor)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getHeaderFont

        public Font getHeaderFont()
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setHeaderFont

        public void setHeaderFont​(Font HeaderFont)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getMappingName

        public java.lang.String getMappingName()
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setMappingName

        public void setMappingName​(java.lang.String MappingName)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getDataGrid

        public DataGrid getDataGrid()
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setDataGrid

        public void setDataGrid​(DataGrid DataGrid)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGridLineStyle

        public DataGridLineStyle getGridLineStyle()
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setGridLineStyle

        public void setGridLineStyle​(DataGridLineStyle GridLineStyle)
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getGridColumnStyles

        public GridColumnStylesCollection getGridColumnStyles()
                                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addAllowSortingChanged

        public void addAllowSortingChanged​(EventHandler handler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeAllowSortingChanged

        public void removeAllowSortingChanged​(EventHandler handler)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addAlternatingBackColorChanged

        public void addAlternatingBackColorChanged​(EventHandler handler)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeAlternatingBackColorChanged

        public void removeAlternatingBackColorChanged​(EventHandler handler)
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addBackColorChanged

        public void addBackColorChanged​(EventHandler handler)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeBackColorChanged

        public void removeBackColorChanged​(EventHandler handler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addColumnHeadersVisibleChanged

        public void addColumnHeadersVisibleChanged​(EventHandler handler)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeColumnHeadersVisibleChanged

        public void removeColumnHeadersVisibleChanged​(EventHandler handler)
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addForeColorChanged

        public void addForeColorChanged​(EventHandler handler)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeForeColorChanged

        public void removeForeColorChanged​(EventHandler handler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addGridLineColorChanged

        public void addGridLineColorChanged​(EventHandler handler)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeGridLineColorChanged

        public void removeGridLineColorChanged​(EventHandler handler)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addGridLineStyleChanged

        public void addGridLineStyleChanged​(EventHandler handler)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeGridLineStyleChanged

        public void removeGridLineStyleChanged​(EventHandler handler)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addHeaderBackColorChanged

        public void addHeaderBackColorChanged​(EventHandler handler)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeHeaderBackColorChanged

        public void removeHeaderBackColorChanged​(EventHandler handler)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addHeaderFontChanged

        public void addHeaderFontChanged​(EventHandler handler)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeHeaderFontChanged

        public void removeHeaderFontChanged​(EventHandler handler)
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addHeaderForeColorChanged

        public void addHeaderForeColorChanged​(EventHandler handler)
                                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeHeaderForeColorChanged

        public void removeHeaderForeColorChanged​(EventHandler handler)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addLinkColorChanged

        public void addLinkColorChanged​(EventHandler handler)
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeLinkColorChanged

        public void removeLinkColorChanged​(EventHandler handler)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addLinkHoverColorChanged

        public void addLinkHoverColorChanged​(EventHandler handler)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeLinkHoverColorChanged

        public void removeLinkHoverColorChanged​(EventHandler handler)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addMappingNameChanged

        public void addMappingNameChanged​(EventHandler handler)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeMappingNameChanged

        public void removeMappingNameChanged​(EventHandler handler)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addPreferredColumnWidthChanged

        public void addPreferredColumnWidthChanged​(EventHandler handler)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removePreferredColumnWidthChanged

        public void removePreferredColumnWidthChanged​(EventHandler handler)
                                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addPreferredRowHeightChanged

        public void addPreferredRowHeightChanged​(EventHandler handler)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removePreferredRowHeightChanged

        public void removePreferredRowHeightChanged​(EventHandler handler)
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addReadOnlyChanged

        public void addReadOnlyChanged​(EventHandler handler)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeReadOnlyChanged

        public void removeReadOnlyChanged​(EventHandler handler)
                                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addRowHeadersVisibleChanged

        public void addRowHeadersVisibleChanged​(EventHandler handler)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeRowHeadersVisibleChanged

        public void removeRowHeadersVisibleChanged​(EventHandler handler)
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addRowHeaderWidthChanged

        public void addRowHeaderWidthChanged​(EventHandler handler)
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeRowHeaderWidthChanged

        public void removeRowHeaderWidthChanged​(EventHandler handler)
                                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addSelectionBackColorChanged

        public void addSelectionBackColorChanged​(EventHandler handler)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeSelectionBackColorChanged

        public void removeSelectionBackColorChanged​(EventHandler handler)
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • addSelectionForeColorChanged

        public void addSelectionForeColorChanged​(EventHandler handler)
                                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • removeSelectionForeColorChanged

        public void removeSelectionForeColorChanged​(EventHandler handler)
                                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable