Package system.windows.forms
Class DataGridColumnStyle
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.componentmodel.Component
-
- system.windows.forms.DataGridColumnStyle
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,IJCOBridgeReflected
,IDataGridColumnStyleEditingNotificationService
- Direct Known Subclasses:
DataGridBoolColumn
,DataGridTextBoxColumn
public class DataGridColumnStyle extends Component implements IDataGridColumnStyleEditingNotificationService
The base .NET class managing System.Windows.Forms.DataGridColumnStyle, 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.DataGridColumnStyle
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.DataGridColumnStylestatic JCType
classType
The type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description DataGridColumnStyle()
DataGridColumnStyle(java.lang.Object instance)
Internal constructor.
-
Method Summary
-
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.DataGridColumnStyle- See Also:
- Constant Field Values
-
-
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 classComponent
- 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 classComponent
- 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 classComponent
- 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 classComponent
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classComponent
-
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 classComponent
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static DataGridColumnStyle cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoDataGridColumnStyle
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
DataGridColumnStyle
instance- Throws:
java.lang.Throwable
- in case of error during cast operation
-
ResetHeaderText
public void ResetHeaderText() throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, InvalidOperationException, ObjectDisposedException
- Throws:
java.lang.Throwable
NullReferenceException
ArgumentOutOfRangeException
InvalidOperationException
ObjectDisposedException
-
getReadOnly
public boolean getReadOnly() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setReadOnly
public void setReadOnly(boolean ReadOnly) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getWidth
public int getWidth() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setWidth
public void setWidth(int Width) throws java.lang.Throwable, ArgumentException, ArgumentNullException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, Win32Exception, NotSupportedException, NullReferenceException, OutOfMemoryException
-
getPropertyDescriptor
public PropertyDescriptor getPropertyDescriptor() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPropertyDescriptor
public void setPropertyDescriptor(PropertyDescriptor PropertyDescriptor) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getHeaderText
public java.lang.String getHeaderText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setHeaderText
public void setHeaderText(java.lang.String HeaderText) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getMappingName
public java.lang.String getMappingName() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setMappingName
public void setMappingName(java.lang.String MappingName) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getNullText
public java.lang.String getNullText() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setNullText
public void setNullText(java.lang.String NullText) throws java.lang.Throwable, NullReferenceException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ObjectDisposedException, Win32Exception, OutOfMemoryException
-
getHeaderAccessibleObject
public AccessibleObject getHeaderAccessibleObject() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataGridTableStyle
public DataGridTableStyle getDataGridTableStyle() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getAlignment
public HorizontalAlignment getAlignment() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setAlignment
public void setAlignment(HorizontalAlignment Alignment) throws java.lang.Throwable, ArgumentNullException, TypeLoadException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException, ArgumentOutOfRangeException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, FormatException, InvalidEnumArgumentException, Win32Exception, OutOfMemoryException
- Throws:
java.lang.Throwable
ArgumentNullException
TypeLoadException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
CultureNotFoundException
ArgumentOutOfRangeException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
FormatException
InvalidEnumArgumentException
Win32Exception
OutOfMemoryException
-
addAlignmentChanged
public void addAlignmentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeAlignmentChanged
public void removeAlignmentChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addFontChanged
public void addFontChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeFontChanged
public void removeFontChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addHeaderTextChanged
public void addHeaderTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeHeaderTextChanged
public void removeHeaderTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addMappingNameChanged
public void addMappingNameChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeMappingNameChanged
public void removeMappingNameChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addNullTextChanged
public void addNullTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeNullTextChanged
public void removeNullTextChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPropertyDescriptorChanged
public void addPropertyDescriptorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePropertyDescriptorChanged
public void removePropertyDescriptorChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addReadOnlyChanged
public void addReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeReadOnlyChanged
public void removeReadOnlyChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addWidthChanged
public void addWidthChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeWidthChanged
public void removeWidthChanged(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-