Package system.windows.forms
Class DataGridTextBoxColumn
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.DataGridColumnStyle
-
- system.windows.forms.DataGridTextBoxColumn
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDataGridColumnStyleEditingNotificationService
public class DataGridTextBoxColumn extends DataGridColumnStyle
The base .NET class managing System.Windows.Forms.DataGridTextBoxColumn, 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.DataGridTextBoxColumn
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.DataGridTextBoxColumnstatic org.mases.jcobridge.JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridTextBoxColumn()
DataGridTextBoxColumn(java.lang.Object instance)
Internal constructor.DataGridTextBoxColumn(PropertyDescriptor prop)
DataGridTextBoxColumn(PropertyDescriptor prop, boolean isDefault)
DataGridTextBoxColumn(PropertyDescriptor prop, java.lang.String format)
DataGridTextBoxColumn(PropertyDescriptor prop, java.lang.String format, boolean isDefault)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataGridTextBoxColumn
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoDataGridTextBoxColumn
, a cast assert is made to check if types are compatible.java.lang.String
getFormat()
IFormatProvider
getFormatInfo()
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 objectorg.mases.jcobridge.JCType
getJCOType()
Returns the instantiated class TypeTextBox
getTextBox()
void
setFormat(java.lang.String Format)
void
setFormatInfo(IFormatProvider FormatInfo)
void
setJCOInstance(org.mases.jcobridge.JCObject instance)
-
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.DataGridTextBoxColumn- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
DataGridTextBoxColumn
public DataGridTextBoxColumn(java.lang.Object instance) throws java.lang.Throwable
Internal constructor. Use with caution- Throws:
java.lang.Throwable
-
DataGridTextBoxColumn
public DataGridTextBoxColumn() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, Win32Exception, InvalidEnumArgumentException, ArgumentOutOfRangeException, NotSupportedException, NullReferenceException
-
DataGridTextBoxColumn
public DataGridTextBoxColumn(PropertyDescriptor prop) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, InvalidEnumArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
InvalidEnumArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
DataGridTextBoxColumn
public DataGridTextBoxColumn(PropertyDescriptor prop, boolean isDefault) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, InvalidEnumArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
InvalidEnumArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
DataGridTextBoxColumn
public DataGridTextBoxColumn(PropertyDescriptor prop, java.lang.String format) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, InvalidEnumArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
InvalidEnumArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
DataGridTextBoxColumn
public DataGridTextBoxColumn(PropertyDescriptor prop, java.lang.String format, boolean isDefault) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ConfigurationErrorsException, ArgumentOutOfRangeException, Win32Exception, NotSupportedException, SecurityException, InvalidEnumArgumentException, FileNotFoundException, DirectoryNotFoundException, UnauthorizedAccessException, IOException, PathTooLongException, DriveNotFoundException, OperationCanceledException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ConfigurationErrorsException
ArgumentOutOfRangeException
Win32Exception
NotSupportedException
SecurityException
InvalidEnumArgumentException
FileNotFoundException
DirectoryNotFoundException
UnauthorizedAccessException
IOException
PathTooLongException
DriveNotFoundException
OperationCanceledException
-
-
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(org.mases.jcobridge.JCObject instance)
- Overrides:
setJCOInstance
in classDataGridColumnStyle
-
getJCOType
public org.mases.jcobridge.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 DataGridTextBoxColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridTextBoxColumn
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridTextBoxColumn
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
getFormatInfo
public IFormatProvider getFormatInfo() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFormatInfo
public void setFormatInfo(IFormatProvider FormatInfo) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getFormat
public java.lang.String getFormat() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setFormat
public void setFormat(java.lang.String Format) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getTextBox
public TextBox getTextBox() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-