public class DataGridViewCheckBoxColumn extends DataGridViewColumn
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewCheckBoxColumn
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.DataGridViewCheckBoxColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewCheckBoxColumn() |
DataGridViewCheckBoxColumn(boolean threeState) |
DataGridViewCheckBoxColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridViewCheckBoxColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewCheckBoxColumn, a cast assert is made to check if types are compatible. |
NetObject |
getFalseValue() |
FlatStyle |
getFlatStyle() |
NetObject |
getIndeterminateValue() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
boolean |
getThreeState() |
NetObject |
getTrueValue() |
void |
setFalseValue(NetObject FalseValue) |
void |
setFlatStyle(FlatStyle FlatStyle) |
void |
setIndeterminateValue(NetObject IndeterminateValue) |
void |
setJCOInstance(JCObject instance) |
void |
setThreeState(boolean ThreeState) |
void |
setTrueValue(NetObject TrueValue) |
addDisposed, Clone, getAutoSizeMode, getCellTemplate, getCellType, getDataPropertyName, getDisplayIndex, getDividerWidth, getFillWeight, getHeaderCell, getHeaderText, getInheritedAutoSizeMode, getIsDataBound, getMinimumWidth, getName, GetPreferredWidth, getSite, getSortMode, getToolTipText, getValueType, getWidth, removeDisposed, setAutoSizeMode, setCellTemplate, setDataPropertyName, setDisplayIndex, setDividerWidth, setFillWeight, setHeaderCell, setHeaderText, setMinimumWidth, setName, setSite, setSortMode, setToolTipText, setValueType, setWidthclose, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewCheckBoxColumn()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
Win32Exception,
NotSupportedException,
OutOfMemoryException,
InvalidEnumArgumentException
public DataGridViewCheckBoxColumn(boolean threeState)
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
FormatException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
Win32Exception,
LockRecursionException,
SynchronizationLockException,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionWin32ExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic DataGridViewCheckBoxColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewCheckBoxColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewCheckBoxColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewCheckBoxColumn instancejava.lang.Throwable - in case of error during cast operationpublic NetObject getFalseValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public FlatStyle getFlatStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public NetObject getIndeterminateValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewColumnString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewColumnString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewColumnObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewColumnString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewColumnJCType representing the CLR Type of the instantiated Classpublic boolean getThreeState()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public NetObject getTrueValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public void setFalseValue(NetObject FalseValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException
public void setFlatStyle(FlatStyle FlatStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public void setIndeterminateValue(NetObject IndeterminateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewColumnpublic void setThreeState(boolean ThreeState)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
InvalidEnumArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionInvalidEnumArgumentExceptionpublic void setTrueValue(NetObject TrueValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException