public class DataGridViewComboBoxColumn extends DataGridViewColumn
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Windows.Forms.DataGridViewComboBoxColumn
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: System.Windows.Forms, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System.Windows.Forms
|
static java.lang.String |
className
Qualified class name: System.Windows.Forms.DataGridViewComboBoxColumn
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
DataGridViewComboBoxColumn() |
DataGridViewComboBoxColumn(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static DataGridViewComboBoxColumn |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into DataGridViewComboBoxColumn, a cast assert is made to check if types are compatible. |
NetObject |
Clone() |
boolean |
getAutoComplete() |
NetObject |
getDataSource() |
java.lang.String |
getDisplayMember() |
DataGridViewComboBoxDisplayStyle |
getDisplayStyle() |
boolean |
getDisplayStyleForCurrentCellOnly() |
int |
getDropDownWidth() |
FlatStyle |
getFlatStyle() |
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
|
int |
getMaxDropDownItems() |
boolean |
getSorted() |
java.lang.String |
getValueMember() |
void |
setAutoComplete(boolean AutoComplete) |
void |
setDataSource(NetObject DataSource) |
void |
setDisplayMember(java.lang.String DisplayMember) |
void |
setDisplayStyle(DataGridViewComboBoxDisplayStyle DisplayStyle) |
void |
setDisplayStyleForCurrentCellOnly(boolean DisplayStyleForCurrentCellOnly) |
void |
setDropDownWidth(int DropDownWidth) |
void |
setFlatStyle(FlatStyle FlatStyle) |
void |
setJCOInstance(JCObject instance) |
void |
setMaxDropDownItems(int MaxDropDownItems) |
void |
setSorted(boolean Sorted) |
void |
setValueMember(java.lang.String ValueMember) |
addDisposed, getAutoSizeMode, getCellTemplate, getCellType, getDataPropertyName, getDisplayIndex, getDividerWidth, getFillWeight, getHeaderCell, getHeaderText, getInheritedAutoSizeMode, getIsDataBound, getMinimumWidth, getName, GetPreferredWidth, getSite, getSortMode, getToolTipText, getValueType, getWidth, removeDisposed, setAutoSizeMode, setCellTemplate, setDataPropertyName, setDisplayIndex, setDividerWidth, setFillWeight, setHeaderCell, setHeaderText, setMinimumWidth, setName, setSite, setSortMode, setToolTipText, setValueType, setWidthclose, Dispose, getContextMenuStrip, getDefaultCellStyle, getDefaultHeaderCellType, getDisplayed, getFrozen, getHasDefaultCellStyle, getIndex, getInheritedStyle, getReadOnly, getResizable, getSelected, getTag, getVisible, setContextMenuStrip, setDefaultCellStyle, setDefaultHeaderCellType, setDisplayed, setFrozen, setIndex, setReadOnly, setResizable, setSelected, setTag, setVisiblegetDataGridView, getState, setDataGridView, setStatepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public DataGridViewComboBoxColumn()
throws java.lang.Throwable,
PlatformNotSupportedException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
ArgumentException,
IndexOutOfRangeException,
FormatException,
ObjectDisposedException,
InvalidOperationException,
InvalidCastException,
Win32Exception,
LockRecursionException,
SynchronizationLockException,
OutOfMemoryException,
InvalidEnumArgumentException
java.lang.ThrowablePlatformNotSupportedExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionArgumentExceptionIndexOutOfRangeExceptionFormatExceptionObjectDisposedExceptionInvalidOperationExceptionInvalidCastExceptionWin32ExceptionLockRecursionExceptionSynchronizationLockExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionpublic DataGridViewComboBoxColumn(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static DataGridViewComboBoxColumn cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into DataGridViewComboBoxColumn, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedDataGridViewComboBoxColumn instancejava.lang.Throwable - in case of error during cast operationpublic NetObject Clone() throws java.lang.Throwable, NotSupportedException, ArgumentException, PlatformNotSupportedException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, InvalidCastException, ObjectDisposedException, Win32Exception, OutOfMemoryException, InvalidEnumArgumentException, IndexOutOfRangeException, RankException, ArrayTypeMismatchException, MulticastNotSupportedException, ThreadStateException, KeyNotFoundException
Clone in class DataGridViewColumnjava.lang.ThrowableNotSupportedExceptionArgumentExceptionPlatformNotSupportedExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionInvalidCastExceptionObjectDisposedExceptionWin32ExceptionOutOfMemoryExceptionInvalidEnumArgumentExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionThreadStateExceptionKeyNotFoundExceptionpublic boolean getAutoComplete()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public NetObject getDataSource() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public java.lang.String getDisplayMember()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException
public DataGridViewComboBoxDisplayStyle getDisplayStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public boolean getDisplayStyleForCurrentCellOnly()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException
public int getDropDownWidth()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException
public FlatStyle getFlatStyle() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, ObjectDisposedException, InvalidOperationException, OutOfMemoryException, InvalidCastException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataGridViewColumnString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataGridViewColumnString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataGridViewColumnObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataGridViewColumnString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataGridViewColumnJCType representing the CLR Type of the instantiated Classpublic int getMaxDropDownItems()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException
public boolean getSorted()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getValueMember()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
ObjectDisposedException,
InvalidOperationException,
OutOfMemoryException,
InvalidCastException
public void setAutoComplete(boolean AutoComplete)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException,
InvalidEnumArgumentException,
ThreadStateException,
Win32Exception,
MulticastNotSupportedException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionInvalidEnumArgumentExceptionThreadStateExceptionWin32ExceptionMulticastNotSupportedExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionNotImplementedExceptionFormatExceptionpublic void setDataSource(NetObject DataSource) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, IndexOutOfRangeException, MulticastNotSupportedException, InvalidEnumArgumentException, Win32Exception, NotImplementedException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionMulticastNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionNotImplementedExceptionFormatExceptionpublic void setDisplayMember(java.lang.String DisplayMember)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
MulticastNotSupportedException,
InvalidEnumArgumentException,
Win32Exception,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionMulticastNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionNotImplementedExceptionFormatExceptionpublic void setDisplayStyle(DataGridViewComboBoxDisplayStyle DisplayStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public void setDisplayStyleForCurrentCellOnly(boolean DisplayStyleForCurrentCellOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException
public void setDropDownWidth(int DropDownWidth)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException
public void setFlatStyle(FlatStyle FlatStyle) throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, InvalidOperationException, ObjectDisposedException, OutOfMemoryException, InvalidCastException, InvalidEnumArgumentException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataGridViewColumnpublic void setMaxDropDownItems(int MaxDropDownItems)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException
public void setSorted(boolean Sorted)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionFormatExceptionpublic void setValueMember(java.lang.String ValueMember)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
PlatformNotSupportedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
InvalidOperationException,
ObjectDisposedException,
OutOfMemoryException,
InvalidCastException,
IndexOutOfRangeException,
RankException,
ArrayTypeMismatchException,
ExternalException,
MulticastNotSupportedException,
InvalidEnumArgumentException,
Win32Exception,
NotImplementedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionPlatformNotSupportedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionInvalidOperationExceptionObjectDisposedExceptionOutOfMemoryExceptionInvalidCastExceptionIndexOutOfRangeExceptionRankExceptionArrayTypeMismatchExceptionExternalExceptionMulticastNotSupportedExceptionInvalidEnumArgumentExceptionWin32ExceptionNotImplementedExceptionFormatException