public class DataGridComboBoxColumn extends DataGridColumn
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Controls.DataGridComboBoxColumn
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.DataGridComboBoxColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridComboBoxColumn() |
DataGridComboBoxColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridComboBoxColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridComboBoxColumn, a cast assert is made to check if types are compatible. |
static Style |
getDefaultEditingElementStyle() |
static Style |
getDefaultElementStyle() |
java.lang.String |
getDisplayMemberPath() |
Style |
getEditingElementStyle() |
Style |
getElementStyle() |
IEnumerable |
getItemsSource() |
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
|
BindingBase |
getSelectedItemBinding() |
BindingBase |
getSelectedValueBinding() |
java.lang.String |
getSelectedValuePath() |
BindingBase |
getTextBinding() |
static ComponentResourceKey |
getTextBlockComboBoxStyleKey() |
void |
setDisplayMemberPath(java.lang.String DisplayMemberPath) |
void |
setEditingElementStyle(Style EditingElementStyle) |
void |
setElementStyle(Style ElementStyle) |
void |
setItemsSource(IEnumerable ItemsSource) |
void |
setJCOInstance(JCObject instance) |
void |
setSelectedItemBinding(BindingBase SelectedItemBinding) |
void |
setSelectedValueBinding(BindingBase SelectedValueBinding) |
void |
setSelectedValuePath(java.lang.String SelectedValuePath) |
void |
setTextBinding(BindingBase TextBinding) |
getActualWidth, getCanUserReorder, getCanUserResize, getCanUserSort, GetCellContent, GetCellContent, getCellStyle, getClipboardContentBinding, getDisplayIndex, getDragIndicatorStyle, getHeader, getHeaderStringFormat, getHeaderStyle, getHeaderTemplate, getHeaderTemplateSelector, getIsAutoGenerated, getIsFrozen, getIsReadOnly, getMaxWidth, getMinWidth, getSortMemberPath, getVisibility, getWidth, OnCopyingCellClipboardContent, OnPastingCellClipboardContent, setActualWidth, setCanUserReorder, setCanUserResize, setCanUserSort, setCellStyle, setClipboardContentBinding, setDisplayIndex, setDragIndicatorStyle, setHeader, setHeaderStringFormat, setHeaderStyle, setHeaderTemplate, setHeaderTemplateSelector, setIsAutoGenerated, setIsFrozen, setIsReadOnly, setMaxWidth, setMinWidth, setSortMemberPath, setVisibility, setWidthClearValue, 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 DataGridComboBoxColumn()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidEnumArgumentException,
InvalidOperationException,
Win32Exception,
SecurityException,
NotSupportedException
public DataGridComboBoxColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridComboBoxColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridComboBoxColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridComboBoxColumn instancejava.lang.Throwable - in case of error during cast operationpublic static Style getDefaultEditingElementStyle() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, NotSupportedException, ObjectDisposedException
public static Style getDefaultElementStyle() throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, MissingManifestResourceException, InvalidEnumArgumentException, InvalidOperationException, Win32Exception, SecurityException, FormatException, NotSupportedException, ObjectDisposedException, AbandonedMutexException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidEnumArgumentExceptionInvalidOperationExceptionWin32ExceptionSecurityExceptionFormatExceptionNotSupportedExceptionObjectDisposedExceptionAbandonedMutexExceptionpublic java.lang.String getDisplayMemberPath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public Style getEditingElementStyle() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public Style getElementStyle() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public IEnumerable getItemsSource() throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridColumnString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridColumnString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridColumnObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridColumnString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridColumnJCType representing the CLR Type of the instantiated Classpublic BindingBase getSelectedItemBinding() throws java.lang.Throwable
java.lang.Throwablepublic BindingBase getSelectedValueBinding() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSelectedValuePath()
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public BindingBase getTextBinding() throws java.lang.Throwable
java.lang.Throwablepublic static ComponentResourceKey getTextBlockComboBoxStyleKey() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setDisplayMemberPath(java.lang.String DisplayMemberPath)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setEditingElementStyle(Style EditingElementStyle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setElementStyle(Style ElementStyle) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setItemsSource(IEnumerable ItemsSource) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridColumnpublic void setSelectedItemBinding(BindingBase SelectedItemBinding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, InvalidCastException, InvalidEnumArgumentException, KeyNotFoundException
public void setSelectedValueBinding(BindingBase SelectedValueBinding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, InvalidCastException, InvalidEnumArgumentException, KeyNotFoundException
public void setSelectedValuePath(java.lang.String SelectedValuePath)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
NotImplementedException,
ArgumentException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
NotSupportedException
public void setTextBinding(BindingBase TextBinding) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, NotImplementedException, ArgumentException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, InvalidCastException, InvalidEnumArgumentException, KeyNotFoundException