Package system.windows.forms
Class DataGridViewCheckBoxColumn
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.windows.forms.DataGridViewElement
-
- system.windows.forms.DataGridViewBand
-
- system.windows.forms.DataGridViewColumn
-
- system.windows.forms.DataGridViewCheckBoxColumn
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class DataGridViewCheckBoxColumn extends DataGridViewColumn
The base .NET class managing System.Windows.Forms.DataGridViewCheckBoxColumn, 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.DataGridViewCheckBoxColumn
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.DataGridViewCheckBoxColumnstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridViewCheckBoxColumn()DataGridViewCheckBoxColumn(boolean threeState)DataGridViewCheckBoxColumn(java.lang.Object instance)Internal constructor.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataGridViewCheckBoxColumncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridViewCheckBoxColumn, a cast assert is made to check if types are compatible.NetObjectgetFalseValue()FlatStylegetFlatStyle()NetObjectgetIndeterminateValue()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 TypebooleangetThreeState()NetObjectgetTrueValue()voidsetFalseValue(NetObject FalseValue)voidsetFlatStyle(FlatStyle FlatStyle)voidsetIndeterminateValue(NetObject IndeterminateValue)voidsetJCOInstance(JCObject instance)voidsetThreeState(boolean ThreeState)voidsetTrueValue(NetObject TrueValue)-
Methods inherited from class system.windows.forms.DataGridViewColumn
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, setWidth
-
Methods inherited from class system.windows.forms.DataGridViewBand
close, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setFrozen, setReadOnly, setResizable, setSelected, setTag, setVisible
-
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.DataGridViewCheckBoxColumn- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataGridViewCheckBoxColumn
public DataGridViewCheckBoxColumn(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridViewCheckBoxColumn
public DataGridViewCheckBoxColumn() throws java.lang.Throwable, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, NotImplementedException, ObjectDisposedException, Win32Exception, SecurityException, NullReferenceException, OutOfMemoryException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionNotImplementedExceptionObjectDisposedExceptionWin32ExceptionSecurityExceptionNullReferenceExceptionOutOfMemoryExceptionInvalidEnumArgumentException
-
DataGridViewCheckBoxColumn
public DataGridViewCheckBoxColumn(boolean threeState) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ConfigurationErrorsException, ArgumentException, CultureNotFoundException, NotSupportedException, InvalidOperationException, ObjectDisposedException, NotImplementedException, Win32Exception, SecurityException, OutOfMemoryException, RankException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionConfigurationErrorsExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionInvalidOperationExceptionObjectDisposedExceptionNotImplementedExceptionWin32ExceptionSecurityExceptionOutOfMemoryExceptionRankExceptionInvalidEnumArgumentException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDataGridViewColumn- 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 classDataGridViewColumn- 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 classDataGridViewColumn- 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 classDataGridViewColumn- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataGridViewColumn
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDataGridViewColumn- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridViewCheckBoxColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridViewCheckBoxColumn, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridViewCheckBoxColumninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getThreeState
public boolean getThreeState() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setThreeState
public void setThreeState(boolean ThreeState) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentException
-
getFalseValue
public NetObject getFalseValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setFalseValue
public void setFalseValue(NetObject FalseValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionOutOfMemoryException
-
getIndeterminateValue
public NetObject getIndeterminateValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setIndeterminateValue
public void setIndeterminateValue(NetObject IndeterminateValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionOutOfMemoryException
-
getTrueValue
public NetObject getTrueValue() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setTrueValue
public void setTrueValue(NetObject TrueValue) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, RankException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionRankExceptionWin32ExceptionOutOfMemoryException
-
getFlatStyle
public FlatStyle getFlatStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setFlatStyle
public void setFlatStyle(FlatStyle FlatStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, InvalidEnumArgumentException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionInvalidEnumArgumentException
-
-