Package system.windows.forms
Class DataGridBoolColumn
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.DataGridColumnStyle
-
- system.windows.forms.DataGridBoolColumn
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IDataGridColumnStyleEditingNotificationService
public class DataGridBoolColumn extends DataGridColumnStyle
The base .NET class managing System.Windows.Forms.DataGridBoolColumn, 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.DataGridBoolColumn
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.DataGridBoolColumnstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridBoolColumn()DataGridBoolColumn(java.lang.Object instance)Internal constructor.DataGridBoolColumn(PropertyDescriptor prop)DataGridBoolColumn(PropertyDescriptor prop, boolean isDefault)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAllowNullChanged(EventHandler handler)voidaddFalseValueChanged(EventHandler handler)voidaddTrueValueChanged(EventHandler handler)static DataGridBoolColumncast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoDataGridBoolColumn, a cast assert is made to check if types are compatible.booleangetAllowNull()NetObjectgetFalseValue()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 TypeNetObjectgetNullValue()NetObjectgetTrueValue()voidremoveAllowNullChanged(EventHandler handler)voidremoveFalseValueChanged(EventHandler handler)voidremoveTrueValueChanged(EventHandler handler)voidsetAllowNull(boolean AllowNull)voidsetFalseValue(NetObject FalseValue)voidsetJCOInstance(JCObject instance)voidsetNullValue(NetObject NullValue)voidsetTrueValue(NetObject TrueValue)-
Methods inherited from class system.windows.forms.DataGridColumnStyle
addAlignmentChanged, addFontChanged, addHeaderTextChanged, addMappingNameChanged, addNullTextChanged, addPropertyDescriptorChanged, addReadOnlyChanged, addWidthChanged, getAlignment, getDataGridTableStyle, getHeaderAccessibleObject, getHeaderText, getMappingName, getNullText, getPropertyDescriptor, getReadOnly, getWidth, removeAlignmentChanged, removeFontChanged, removeHeaderTextChanged, removeMappingNameChanged, removeNullTextChanged, removePropertyDescriptorChanged, removeReadOnlyChanged, removeWidthChanged, ResetHeaderText, setAlignment, setHeaderText, setMappingName, setNullText, setPropertyDescriptor, setReadOnly, setWidth
-
Methods inherited from class system.componentmodel.Component
addDisposed, close, Dispose, getContainer, getSite, removeDisposed, setSite
-
Methods inherited from class system.MarshalByRefObject
CreateObjRef, GetLifetimeService, InitializeLifetimeService
-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.windows.forms.IDataGridColumnStyleEditingNotificationService
ColumnStartedEditing
-
-
-
-
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.DataGridBoolColumn- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DataGridBoolColumn
public DataGridBoolColumn(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridBoolColumn
public DataGridBoolColumn() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
DataGridBoolColumn
public DataGridBoolColumn(PropertyDescriptor prop) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
DataGridBoolColumn
public DataGridBoolColumn(PropertyDescriptor prop, boolean isDefault) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIDataGridColumnStyleEditingNotificationService- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classDataGridColumnStyle- 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 interfaceIDataGridColumnStyleEditingNotificationService- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classDataGridColumnStyle- 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 interfaceIDataGridColumnStyleEditingNotificationService- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classDataGridColumnStyle- 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 interfaceIDataGridColumnStyleEditingNotificationService- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classDataGridColumnStyle- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classDataGridColumnStyle
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIDataGridColumnStyleEditingNotificationService- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classDataGridColumnStyle- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static DataGridBoolColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoDataGridBoolColumn, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
DataGridBoolColumninstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
getAllowNull
public boolean getAllowNull() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setAllowNull
public void setAllowNull(boolean AllowNull) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getFalseValue
public NetObject getFalseValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFalseValue
public void setFalseValue(NetObject FalseValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getNullValue
public NetObject getNullValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNullValue
public void setNullValue(NetObject NullValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getTrueValue
public NetObject getTrueValue() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTrueValue
public void setTrueValue(NetObject TrueValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
addAllowNullChanged
public void addAllowNullChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAllowNullChanged
public void removeAllowNullChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFalseValueChanged
public void addFalseValueChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFalseValueChanged
public void removeFalseValueChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addTrueValueChanged
public void addTrueValueChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeTrueValueChanged
public void removeTrueValueChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-