Package system.windows.forms
Class DataGridViewBand
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.DataGridViewElement
-
- system.windows.forms.DataGridViewBand
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
- Direct Known Subclasses:
DataGridViewColumn,DataGridViewRow
public class DataGridViewBand extends DataGridViewElement implements java.lang.AutoCloseable
The base .NET class managing System.Windows.Forms.DataGridViewBand, 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.DataGridViewBand
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.StringassemblyFullNameFully assembly qualified name: System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089static java.lang.StringassemblyShortNameAssembly name: System.Windows.Formsstatic java.lang.StringclassNameQualified class name: System.Windows.Forms.DataGridViewBandstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridViewBand()DataGridViewBand(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataGridViewBandcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewBand, a cast assert is made to check if types are compatible.NetObjectClone()voidclose()voidDispose()ContextMenuStripgetContextMenuStrip()DataGridViewCellStylegetDefaultCellStyle()NetTypegetDefaultHeaderCellType()booleangetDisplayed()booleangetFrozen()booleangetHasDefaultCellStyle()intgetIndex()DataGridViewCellStylegetInheritedStyle()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypebooleangetReadOnly()DataGridViewTriStategetResizable()booleangetSelected()NetObjectgetTag()booleangetVisible()voidsetContextMenuStrip(ContextMenuStrip ContextMenuStrip)voidsetDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle)voidsetDefaultHeaderCellType(NetType DefaultHeaderCellType)voidsetFrozen(boolean Frozen)voidsetJCOInstance(JCObject instance)voidsetReadOnly(boolean ReadOnly)voidsetResizable(DataGridViewTriState Resizable)voidsetSelected(boolean Selected)voidsetTag(NetObject Tag)voidsetVisible(boolean Visible)-
Methods inherited from class system.windows.forms.DataGridViewElement
getDataGridView, getState
-
-
-
-
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.DataGridViewBand- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDataGridViewElement- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDataGridViewElement- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDataGridViewElement- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDataGridViewElement- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataGridViewElement
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDataGridViewElement- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridViewBand cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridViewBand, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridViewBandinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, SecurityException, MissingMethodException, TargetInvocationException, NotSupportedException, ArgumentOutOfRangeException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, RankException, InvalidEnumArgumentException, MulticastNotSupportedException, ThreadStateException, Win32Exception, KeyNotFoundException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionSecurityExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionArgumentOutOfRangeExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionRankExceptionInvalidEnumArgumentExceptionMulticastNotSupportedExceptionThreadStateExceptionWin32ExceptionKeyNotFoundExceptionNullReferenceException
-
Dispose
public void Dispose() throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getDisplayed
public boolean getDisplayed() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getFrozen
public boolean getFrozen() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setFrozen
public void setFrozen(boolean Frozen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, FormatException, NotSupportedException, InvalidCastException, SecurityException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidEnumArgumentExceptionFormatExceptionNotSupportedExceptionInvalidCastExceptionSecurityException
-
getHasDefaultCellStyle
public boolean getHasDefaultCellStyle() 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, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, InvalidCastException, SecurityException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionInvalidCastExceptionSecurityException
-
getSelected
public boolean getSelected() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSelected
public void setSelected(boolean Selected) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, InvalidCastException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionInvalidCastException
-
getVisible
public boolean getVisible() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVisible
public void setVisible(boolean Visible) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, InvalidEnumArgumentException, InvalidCastException, SecurityException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionInvalidEnumArgumentExceptionInvalidCastExceptionSecurityException
-
getIndex
public int getIndex() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getTag
public NetObject getTag() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTag
public void setTag(NetObject Tag) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDefaultHeaderCellType
public NetType getDefaultHeaderCellType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultHeaderCellType
public void setDefaultHeaderCellType(NetType DefaultHeaderCellType) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getContextMenuStrip
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setContextMenuStrip
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, ArgumentException, MulticastNotSupportedException, ArgumentNullException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getDefaultCellStyle
public DataGridViewCellStyle getDefaultCellStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultCellStyle
public void setDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException
-
getInheritedStyle
public DataGridViewCellStyle getInheritedStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getResizable
public DataGridViewTriState getResizable() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setResizable
public void setResizable(DataGridViewTriState Resizable) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, ArgumentException, ObjectDisposedException, RankException, InvalidEnumArgumentException, KeyNotFoundException, FormatException, TypeLoadException, InvalidCastException, NotSupportedException, OverflowException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionArgumentExceptionObjectDisposedExceptionRankExceptionInvalidEnumArgumentExceptionKeyNotFoundExceptionFormatExceptionTypeLoadExceptionInvalidCastExceptionNotSupportedExceptionOverflowExceptionMulticastNotSupportedException
-
-