public class DataGridTableStyle extends Component
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridTableStyle
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridTableStyle
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridTableStyle() |
DataGridTableStyle(boolean isDefaultTableStyle) |
DataGridTableStyle(CurrencyManager listManager) |
DataGridTableStyle(java.lang.Object instance)
Internal constructor.
|
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSiteGetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridTableStyle()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException
public DataGridTableStyle(boolean isDefaultTableStyle)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
PlatformNotSupportedException,
ArgumentOutOfRangeException,
InvalidOperationException,
NotSupportedException,
ArrayTypeMismatchException,
CultureNotFoundException,
ObjectDisposedException
public DataGridTableStyle(CurrencyManager listManager) throws java.lang.Throwable, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException
public DataGridTableStyle(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addAllowSortingChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addAlternatingBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addColumnHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGridLineColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addGridLineStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addHeaderForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLinkColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLinkHoverColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addMappingNameChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreferredColumnWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreferredRowHeightChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addRowHeaderWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectionBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addSelectionForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic boolean BeginEdit(DataGridColumnStyle gridColumn, int rowNumber) throws java.lang.Throwable
java.lang.Throwablepublic static DataGridTableStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridTableStyle, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridTableStyle instancejava.lang.Throwable - in case of error during cast operationpublic boolean EndEdit(DataGridColumnStyle gridColumn, int rowNumber, boolean shouldAbort) throws java.lang.Throwable
java.lang.Throwablepublic boolean getAllowSorting()
throws java.lang.Throwable
java.lang.Throwablepublic Color getAlternatingBackColor() throws java.lang.Throwable
java.lang.Throwablepublic Color getBackColor() throws java.lang.Throwable
java.lang.Throwablepublic boolean getColumnHeadersVisible()
throws java.lang.Throwable
java.lang.Throwablepublic DataGrid getDataGrid() throws java.lang.Throwable
java.lang.Throwablepublic Color getForeColor() throws java.lang.Throwable
java.lang.Throwablepublic GridColumnStylesCollection getGridColumnStyles() throws java.lang.Throwable
java.lang.Throwablepublic Color getGridLineColor() throws java.lang.Throwable
java.lang.Throwablepublic DataGridLineStyle getGridLineStyle() throws java.lang.Throwable
java.lang.Throwablepublic Color getHeaderBackColor() throws java.lang.Throwable
java.lang.Throwablepublic Font getHeaderFont() throws java.lang.Throwable
java.lang.Throwablepublic Color getHeaderForeColor() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class ComponentString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class ComponentString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class ComponentObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class ComponentString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class ComponentJCType representing the CLR Type of the instantiated Classpublic Color getLinkColor() throws java.lang.Throwable
java.lang.Throwablepublic Color getLinkHoverColor() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getMappingName()
throws java.lang.Throwable
java.lang.Throwablepublic int getPreferredColumnWidth()
throws java.lang.Throwable
java.lang.Throwablepublic int getPreferredRowHeight()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getReadOnly()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRowHeadersVisible()
throws java.lang.Throwable
java.lang.Throwablepublic int getRowHeaderWidth()
throws java.lang.Throwable
java.lang.Throwablepublic Color getSelectionBackColor() throws java.lang.Throwable
java.lang.Throwablepublic Color getSelectionForeColor() throws java.lang.Throwable
java.lang.Throwablepublic void removeAllowSortingChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeAlternatingBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeColumnHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGridLineColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeGridLineStyleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderFontChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeHeaderForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLinkColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLinkHoverColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeMappingNameChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreferredColumnWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreferredRowHeightChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowHeadersVisibleChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeRowHeaderWidthChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectionBackColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeSelectionForeColorChanged(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ResetAlternatingBackColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetBackColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetForeColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetGridLineColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetHeaderBackColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetHeaderFont()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetHeaderForeColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetLinkColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetLinkHoverColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetSelectionBackColor()
throws java.lang.Throwable
java.lang.Throwablepublic void ResetSelectionForeColor()
throws java.lang.Throwable
java.lang.Throwablepublic void setAllowSorting(boolean AllowSorting)
throws java.lang.Throwable
java.lang.Throwablepublic void setAlternatingBackColor(Color AlternatingBackColor) throws java.lang.Throwable
java.lang.Throwablepublic void setBackColor(Color BackColor) throws java.lang.Throwable
java.lang.Throwablepublic void setColumnHeadersVisible(boolean ColumnHeadersVisible)
throws java.lang.Throwable
java.lang.Throwablepublic void setDataGrid(DataGrid DataGrid) throws java.lang.Throwable
java.lang.Throwablepublic void setForeColor(Color ForeColor) throws java.lang.Throwable
java.lang.Throwablepublic void setGridLineColor(Color GridLineColor) throws java.lang.Throwable
java.lang.Throwablepublic void setGridLineStyle(DataGridLineStyle GridLineStyle) throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderBackColor(Color HeaderBackColor) throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderFont(Font HeaderFont) throws java.lang.Throwable
java.lang.Throwablepublic void setHeaderForeColor(Color HeaderForeColor) throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class Componentpublic void setLinkColor(Color LinkColor) throws java.lang.Throwable
java.lang.Throwablepublic void setLinkHoverColor(Color LinkHoverColor) throws java.lang.Throwable
java.lang.Throwablepublic void setMappingName(java.lang.String MappingName)
throws java.lang.Throwable
java.lang.Throwablepublic void setPreferredColumnWidth(int PreferredColumnWidth)
throws java.lang.Throwable
java.lang.Throwablepublic void setPreferredRowHeight(int PreferredRowHeight)
throws java.lang.Throwable
java.lang.Throwablepublic void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable
java.lang.Throwablepublic void setRowHeadersVisible(boolean RowHeadersVisible)
throws java.lang.Throwable
java.lang.Throwablepublic void setRowHeaderWidth(int RowHeaderWidth)
throws java.lang.Throwable
java.lang.Throwablepublic void setSelectionBackColor(Color SelectionBackColor) throws java.lang.Throwable
java.lang.Throwablepublic void setSelectionForeColor(Color SelectionForeColor) throws java.lang.Throwable
java.lang.Throwable