Package system.windows.forms
Class DataGridTableStyle
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.DataGridTableStyle
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
public class DataGridTableStyle extends Component
The base .NET class managing System.Windows.Forms.DataGridTableStyle, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.String
assemblyShortName
Assembly name: System.Windows.Formsstatic java.lang.String
className
Qualified class name: System.Windows.Forms.DataGridTableStylestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridTableStyle()
DataGridTableStyle(boolean isDefaultTableStyle)
DataGridTableStyle(java.lang.Object instance)
Internal constructor.DataGridTableStyle(CurrencyManager listManager)
-
Method Summary
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.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
-
-
Constructor Detail
-
DataGridTableStyle
public DataGridTableStyle(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridTableStyle
public DataGridTableStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
IndexOutOfRangeException
NullReferenceException
InvalidEnumArgumentException
Win32Exception
OutOfMemoryException
NotSupportedException
-
DataGridTableStyle
public DataGridTableStyle(boolean isDefaultTableStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, ArgumentOutOfRangeException, OutOfMemoryException, FormatException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, ExternalException, NullReferenceException, IndexOutOfRangeException, RankException, InvalidEnumArgumentException, MulticastNotSupportedException, NotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
ArgumentOutOfRangeException
OutOfMemoryException
FormatException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
ExternalException
NullReferenceException
IndexOutOfRangeException
RankException
InvalidEnumArgumentException
MulticastNotSupportedException
NotSupportedException
-
DataGridTableStyle
public DataGridTableStyle(CurrencyManager listManager) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException, CultureNotFoundException, NotSupportedException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
FormatException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
IndexOutOfRangeException
CultureNotFoundException
NotSupportedException
Win32Exception
OutOfMemoryException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classComponent
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classComponent
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGridTableStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridTableStyle
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridTableStyle
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
BeginEdit
public boolean BeginEdit(DataGridColumnStyle gridColumn, int rowNumber) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NullReferenceException, MulticastNotSupportedException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException, SecurityException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NullReferenceException
MulticastNotSupportedException
InvalidEnumArgumentException
Win32Exception
OutOfMemoryException
SecurityException
-
EndEdit
public boolean EndEdit(DataGridColumnStyle gridColumn, int rowNumber, boolean shouldAbort) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, NullReferenceException, OutOfMemoryException, CultureNotFoundException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentNullException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
NullReferenceException
OutOfMemoryException
CultureNotFoundException
-
ResetAlternatingBackColor
public void ResetAlternatingBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, Win32Exception, OutOfMemoryException
-
ResetBackColor
public void ResetBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
-
ResetForeColor
public void ResetForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
-
ResetGridLineColor
public void ResetGridLineColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException
-
ResetHeaderBackColor
public void ResetHeaderBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException
-
ResetHeaderFont
public void ResetHeaderFont() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetHeaderForeColor
public void ResetHeaderForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, ExternalException, KeyNotFoundException
-
ResetLinkColor
public void ResetLinkColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException
-
ResetLinkHoverColor
public void ResetLinkHoverColor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
ResetSelectionBackColor
public void ResetSelectionBackColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, Win32Exception, OutOfMemoryException
-
ResetSelectionForeColor
public void ResetSelectionForeColor() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, NullReferenceException, Win32Exception, OutOfMemoryException
-
getAllowSorting
public boolean getAllowSorting() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAllowSorting
public void setAllowSorting(boolean AllowSorting) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
getPreferredRowHeight
public int getPreferredRowHeight() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPreferredRowHeight
public void setPreferredRowHeight(int PreferredRowHeight) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setAlternatingBackColor
public void setAlternatingBackColor(Color AlternatingBackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ExternalException
NullReferenceException
Win32Exception
OutOfMemoryException
-
getBackColor
public Color getBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setBackColor
public void setBackColor(Color BackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ExternalException
NullReferenceException
Win32Exception
OutOfMemoryException
-
getForeColor
public Color getForeColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setForeColor
public void setForeColor(Color ForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
ExternalException
Win32Exception
OutOfMemoryException
-
getGridLineColor
public Color getGridLineColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setGridLineColor
public void setGridLineColor(Color GridLineColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
ExternalException
-
getHeaderBackColor
public Color getHeaderBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHeaderBackColor
public void setHeaderBackColor(Color HeaderBackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ExternalException
NullReferenceException
-
getHeaderForeColor
public Color getHeaderForeColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setHeaderForeColor
public void setHeaderForeColor(Color HeaderForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
-
getLinkColor
public Color getLinkColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setLinkColor
public void setLinkColor(Color LinkColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
ExternalException
-
getLinkHoverColor
public Color getLinkHoverColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
-
setLinkHoverColor
public void setLinkHoverColor(Color LinkHoverColor) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getSelectionBackColor
public Color getSelectionBackColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSelectionBackColor
public void setSelectionBackColor(Color SelectionBackColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ExternalException, NullReferenceException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ExternalException
NullReferenceException
Win32Exception
OutOfMemoryException
-
getSelectionForeColor
public Color getSelectionForeColor() throws java.lang.Throwable, NullReferenceException, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
setSelectionForeColor
public void setSelectionForeColor(Color SelectionForeColor) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, NullReferenceException, ExternalException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
NullReferenceException
ExternalException
Win32Exception
OutOfMemoryException
-
getHeaderFont
public Font getHeaderFont() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, SecurityException, ArgumentOutOfRangeException
-
setHeaderFont
public void setHeaderFont(Font HeaderFont) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getDataGrid
public DataGrid getDataGrid() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDataGrid
public void setDataGrid(DataGrid DataGrid) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ObjectDisposedException, ArgumentException, NullReferenceException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, RankException
-
getGridLineStyle
public DataGridLineStyle getGridLineStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setGridLineStyle
public void setGridLineStyle(DataGridLineStyle GridLineStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
InvalidEnumArgumentException
-
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
-
-