public class DataGridColumn extends DependencyObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.DataGridColumn
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
|
static java.lang.String |
assemblyShortName
Assembly name: PresentationFramework
|
static java.lang.String |
className
Qualified class name: System.Windows.Controls.DataGridColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridColumn() |
DataGridColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridColumn, a cast assert is made to check if types are compatible. |
double |
getActualWidth() |
boolean |
getCanUserReorder() |
boolean |
getCanUserResize() |
boolean |
getCanUserSort() |
FrameworkElement |
GetCellContent(DataGridRow dataGridRow) |
FrameworkElement |
GetCellContent(NetObject dataItem) |
Style |
getCellStyle() |
BindingBase |
getClipboardContentBinding() |
int |
getDisplayIndex() |
Style |
getDragIndicatorStyle() |
NetObject |
getHeader() |
java.lang.String |
getHeaderStringFormat() |
Style |
getHeaderStyle() |
DataTemplate |
getHeaderTemplate() |
DataTemplateSelector |
getHeaderTemplateSelector() |
boolean |
getIsAutoGenerated() |
boolean |
getIsFrozen() |
boolean |
getIsReadOnly() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
double |
getMaxWidth() |
double |
getMinWidth() |
java.lang.String |
getSortMemberPath() |
Visibility |
getVisibility() |
DataGridLength |
getWidth() |
NetObject |
OnCopyingCellClipboardContent(NetObject item) |
void |
OnPastingCellClipboardContent(NetObject item,
NetObject cellContent) |
void |
setActualWidth(double ActualWidth) |
void |
setCanUserReorder(boolean CanUserReorder) |
void |
setCanUserResize(boolean CanUserResize) |
void |
setCanUserSort(boolean CanUserSort) |
void |
setCellStyle(Style CellStyle) |
void |
setClipboardContentBinding(BindingBase ClipboardContentBinding) |
void |
setDisplayIndex(int DisplayIndex) |
void |
setDragIndicatorStyle(Style DragIndicatorStyle) |
void |
setHeader(NetObject Header) |
void |
setHeaderStringFormat(java.lang.String HeaderStringFormat) |
void |
setHeaderStyle(Style HeaderStyle) |
void |
setHeaderTemplate(DataTemplate HeaderTemplate) |
void |
setHeaderTemplateSelector(DataTemplateSelector HeaderTemplateSelector) |
void |
setIsAutoGenerated(boolean IsAutoGenerated) |
void |
setIsFrozen(boolean IsFrozen) |
void |
setIsReadOnly(boolean IsReadOnly) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxWidth(double MaxWidth) |
void |
setMinWidth(double MinWidth) |
void |
setSortMemberPath(java.lang.String SortMemberPath) |
void |
setVisibility(Visibility Visibility) |
void |
setWidth(DataGridLength Width) |
ClearValue, ClearValue, CoerceValue, getDependencyObjectType, getIsSealed, GetLocalValueEnumerator, GetValue, InvalidateProperty, ReadLocalValue, SetCurrentValue, SetValue, SetValueCheckAccess, getDispatcher, VerifyAccesspublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridColumn()
throws java.lang.Throwable
java.lang.Throwablepublic DataGridColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridColumn instancejava.lang.Throwable - in case of error during cast operationpublic double getActualWidth()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getCanUserReorder()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getCanUserResize()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getCanUserSort()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public FrameworkElement GetCellContent(DataGridRow dataGridRow) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, MissingManifestResourceException, ArgumentException, ArgumentOutOfRangeException, FormatException, NotImplementedException
public FrameworkElement GetCellContent(NetObject dataItem) throws java.lang.Throwable, ArgumentNullException, OutOfMemoryException, NotSupportedException, InvalidOperationException, ArgumentException, IndexOutOfRangeException, ArgumentOutOfRangeException
public Style getCellStyle() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public BindingBase getClipboardContentBinding() throws java.lang.Throwable
java.lang.Throwablepublic int getDisplayIndex()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public Style getDragIndicatorStyle() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public NetObject getHeader() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public java.lang.String getHeaderStringFormat()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public Style getHeaderStyle() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public DataTemplate getHeaderTemplate() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public DataTemplateSelector getHeaderTemplateSelector() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public boolean getIsAutoGenerated()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsFrozen()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public boolean getIsReadOnly()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DependencyObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DependencyObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DependencyObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DependencyObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DependencyObjectJCType representing the CLR Type of the instantiated Classpublic double getMaxWidth()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public double getMinWidth()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public java.lang.String getSortMemberPath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public Visibility getVisibility() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public DataGridLength getWidth() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public NetObject OnCopyingCellClipboardContent(NetObject item) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException
java.lang.ThrowableArgumentNullExceptionNotSupportedExceptionInvalidOperationExceptionArgumentExceptionpublic void OnPastingCellClipboardContent(NetObject item, NetObject cellContent) throws java.lang.Throwable, ArgumentNullException, NotSupportedException, InvalidOperationException, ArgumentException, Win32Exception, InvalidCastException, ArgumentOutOfRangeException
public void setActualWidth(double ActualWidth)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCanUserReorder(boolean CanUserReorder)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCanUserResize(boolean CanUserResize)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCanUserSort(boolean CanUserSort)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setCellStyle(Style CellStyle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setClipboardContentBinding(BindingBase ClipboardContentBinding) throws java.lang.Throwable
java.lang.Throwablepublic void setDisplayIndex(int DisplayIndex)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setDragIndicatorStyle(Style DragIndicatorStyle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setHeader(NetObject Header) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setHeaderStringFormat(java.lang.String HeaderStringFormat)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setHeaderStyle(Style HeaderStyle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setHeaderTemplate(DataTemplate HeaderTemplate) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setHeaderTemplateSelector(DataTemplateSelector HeaderTemplateSelector) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setIsAutoGenerated(boolean IsAutoGenerated)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setIsFrozen(boolean IsFrozen)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setIsReadOnly(boolean IsReadOnly)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentException,
ArgumentOutOfRangeException,
NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DependencyObjectpublic void setMaxWidth(double MaxWidth)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setMinWidth(double MinWidth)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setSortMemberPath(java.lang.String SortMemberPath)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setVisibility(Visibility Visibility) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setWidth(DataGridLength Width) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException