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.String
assemblyFullName
Fully assembly qualified name: System.Windows.Forms, Version=4.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.DataGridBoolColumnstatic JCType
classType
The 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 void
addAllowNullChanged(EventHandler handler)
void
addFalseValueChanged(EventHandler handler)
void
addTrueValueChanged(EventHandler handler)
static DataGridBoolColumn
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataGridBoolColumn
, a cast assert is made to check if types are compatible.boolean
getAllowNull()
NetObject
getFalseValue()
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 TypeNetObject
getNullValue()
NetObject
getTrueValue()
void
removeAllowNullChanged(EventHandler handler)
void
removeFalseValueChanged(EventHandler handler)
void
removeTrueValueChanged(EventHandler handler)
void
setAllowNull(boolean AllowNull)
void
setFalseValue(NetObject FalseValue)
void
setJCOInstance(JCObject instance)
void
setNullValue(NetObject NullValue)
void
setTrueValue(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.Throwable
Internal 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIDataGridColumnStyleEditingNotificationService
- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classDataGridColumnStyle
- 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 interfaceIDataGridColumnStyleEditingNotificationService
- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classDataGridColumnStyle
- 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 interfaceIDataGridColumnStyleEditingNotificationService
- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classDataGridColumnStyle
- 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 interfaceIDataGridColumnStyleEditingNotificationService
- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classDataGridColumnStyle
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classDataGridColumnStyle
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIDataGridColumnStyleEditingNotificationService
- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classDataGridColumnStyle
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGridBoolColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridBoolColumn
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridBoolColumn
instance- 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
-
-