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=9.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.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.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.DataGridViewBandstatic JCType
classType
The 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 DataGridViewBand
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataGridViewBand
, a cast assert is made to check if types are compatible.NetObject
Clone()
void
close()
void
Dispose()
ContextMenuStrip
getContextMenuStrip()
DataGridViewCellStyle
getDefaultCellStyle()
NetType
getDefaultHeaderCellType()
boolean
getDisplayed()
boolean
getFrozen()
boolean
getHasDefaultCellStyle()
int
getIndex()
DataGridViewCellStyle
getInheritedStyle()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Typeboolean
getReadOnly()
DataGridViewTriState
getResizable()
boolean
getSelected()
NetObject
getTag()
boolean
getVisible()
void
setContextMenuStrip(ContextMenuStrip ContextMenuStrip)
void
setDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle)
void
setDefaultHeaderCellType(NetType DefaultHeaderCellType)
void
setDisplayed(boolean Displayed)
void
setFrozen(boolean Frozen)
void
setIndex(int Index)
void
setJCOInstance(JCObject instance)
void
setReadOnly(boolean ReadOnly)
void
setResizable(DataGridViewTriState Resizable)
void
setSelected(boolean Selected)
void
setTag(NetObject Tag)
void
setVisible(boolean Visible)
-
Methods inherited from class system.windows.forms.DataGridViewElement
getDataGridView, getState, setDataGridView, setState
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=9.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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDataGridViewElement
- 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 classDataGridViewElement
- 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 classDataGridViewElement
- 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 classDataGridViewElement
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDataGridViewElement
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDataGridViewElement
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGridViewBand cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridViewBand
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridViewBand
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
Clone
public NetObject Clone() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, IndexOutOfRangeException, ArgumentOutOfRangeException, FormatException, MissingMethodException, TargetInvocationException, CultureNotFoundException, InvalidOperationException, InvalidEnumArgumentException, Win32Exception, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
NotSupportedException
IndexOutOfRangeException
ArgumentOutOfRangeException
FormatException
MissingMethodException
TargetInvocationException
CultureNotFoundException
InvalidOperationException
InvalidEnumArgumentException
Win32Exception
MulticastNotSupportedException
ThreadStateException
KeyNotFoundException
-
Dispose
public void Dispose() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidCastException, MulticastNotSupportedException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Throws:
java.lang.Exception
-
getDisplayed
public boolean getDisplayed() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDisplayed
public void setDisplayed(boolean Displayed) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, RankException, IndexOutOfRangeException, ArrayTypeMismatchException, InvalidEnumArgumentException, FormatException, TypeLoadException, FileLoadException, NotSupportedException, InvalidCastException, Win32Exception, OverflowException, MulticastNotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentOutOfRangeException
PlatformNotSupportedException
ArgumentException
InvalidOperationException
RankException
IndexOutOfRangeException
ArrayTypeMismatchException
InvalidEnumArgumentException
FormatException
TypeLoadException
FileLoadException
NotSupportedException
InvalidCastException
Win32Exception
OverflowException
MulticastNotSupportedException
OutOfMemoryException
-
getFrozen
public boolean getFrozen() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFrozen
public void setFrozen(boolean Frozen) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, FormatException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, KeyNotFoundException, NotSupportedException, TypeLoadException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
InvalidOperationException
FormatException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
KeyNotFoundException
NotSupportedException
TypeLoadException
InvalidCastException
MissingMethodException
TargetInvocationException
-
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, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, KeyNotFoundException, FormatException, TypeLoadException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
KeyNotFoundException
FormatException
TypeLoadException
InvalidCastException
MissingMethodException
TargetInvocationException
-
getSelected
public boolean getSelected() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSelected
public void setSelected(boolean Selected) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, InvalidCastException, KeyNotFoundException
-
getVisible
public boolean getVisible() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setVisible
public void setVisible(boolean Visible) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, NotSupportedException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, InvalidEnumArgumentException, IndexOutOfRangeException, Win32Exception, KeyNotFoundException, FormatException, TypeLoadException, InvalidCastException, MissingMethodException, TargetInvocationException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
PlatformNotSupportedException
ArgumentOutOfRangeException
NotSupportedException
CultureNotFoundException
ObjectDisposedException
InvalidOperationException
InvalidEnumArgumentException
IndexOutOfRangeException
Win32Exception
KeyNotFoundException
FormatException
TypeLoadException
InvalidCastException
MissingMethodException
TargetInvocationException
-
getIndex
public int getIndex() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setIndex
public void setIndex(int Index) 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, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
getDefaultHeaderCellType
public NetType getDefaultHeaderCellType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setDefaultHeaderCellType
public void setDefaultHeaderCellType(NetType DefaultHeaderCellType) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException
-
getContextMenuStrip
public ContextMenuStrip getContextMenuStrip() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException
-
setContextMenuStrip
public void setContextMenuStrip(ContextMenuStrip ContextMenuStrip) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, MulticastNotSupportedException
-
getDefaultCellStyle
public DataGridViewCellStyle getDefaultCellStyle() throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, ArrayTypeMismatchException, InvalidCastException
-
setDefaultCellStyle
public void setDefaultCellStyle(DataGridViewCellStyle DefaultCellStyle) throws java.lang.Throwable, PlatformNotSupportedException, ArgumentNullException, RankException, ArgumentOutOfRangeException, IndexOutOfRangeException, ArgumentException, NotSupportedException, ArrayTypeMismatchException, InvalidCastException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, InvalidEnumArgumentException
- Throws:
java.lang.Throwable
PlatformNotSupportedException
ArgumentNullException
RankException
ArgumentOutOfRangeException
IndexOutOfRangeException
ArgumentException
NotSupportedException
ArrayTypeMismatchException
InvalidCastException
CultureNotFoundException
InvalidOperationException
ObjectDisposedException
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, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, TypeLoadException, FileLoadException, InvalidCastException, Win32Exception, OverflowException, MulticastNotSupportedException, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentException
ArgumentOutOfRangeException
ArgumentNullException
InvalidOperationException
PlatformNotSupportedException
ArrayTypeMismatchException
NotSupportedException
ObjectDisposedException
RankException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
TypeLoadException
FileLoadException
InvalidCastException
Win32Exception
OverflowException
MulticastNotSupportedException
OutOfMemoryException
-
-