public class BoundField extends DataControlField
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.WebControls.BoundField
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.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Web
|
static java.lang.String |
className
Qualified class name: System.Web.UI.WebControls.BoundField
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
BoundField() |
BoundField(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static BoundField |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into BoundField, a cast assert is made to check if types are compatible. |
void |
ExtractValuesFromCell(IOrderedDictionary dictionary,
DataControlFieldCell cell,
DataControlRowState rowState,
boolean includeReadOnly) |
boolean |
getApplyFormatInEditMode() |
boolean |
getConvertEmptyStringToNull() |
java.lang.String |
getDataField() |
java.lang.String |
getDataFormatString() |
boolean |
getHtmlEncode() |
boolean |
getHtmlEncodeFormatString() |
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
|
java.lang.String |
getNullDisplayText() |
boolean |
getReadOnly() |
ValidateRequestMode |
getValidateRequestMode() |
boolean |
Initialize(boolean enableSorting,
Control control) |
void |
InitializeCell(DataControlFieldCell cell,
DataControlCellType cellType,
DataControlRowState rowState,
int rowIndex) |
void |
setApplyFormatInEditMode(boolean ApplyFormatInEditMode) |
void |
setConvertEmptyStringToNull(boolean ConvertEmptyStringToNull) |
void |
setDataField(java.lang.String DataField) |
void |
setDataFormatString(java.lang.String DataFormatString) |
void |
setHtmlEncode(boolean HtmlEncode) |
void |
setHtmlEncodeFormatString(boolean HtmlEncodeFormatString) |
void |
setJCOInstance(JCObject instance) |
void |
setNullDisplayText(java.lang.String NullDisplayText) |
void |
setReadOnly(boolean ReadOnly) |
void |
setValidateRequestMode(ValidateRequestMode ValidateRequestMode) |
void |
ValidateSupportsCallback() |
getAccessibleHeaderText, getControlStyle, getFooterStyle, getFooterText, getHeaderImageUrl, getHeaderStyle, getHeaderText, getInsertVisible, getItemStyle, getShowHeader, getSortExpression, getVisible, setAccessibleHeaderText, setFooterText, setHeaderImageUrl, setHeaderText, setInsertVisible, setShowHeader, setSortExpression, setVisiblepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public BoundField()
throws java.lang.Throwable
java.lang.Throwablepublic BoundField(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static BoundField cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into BoundField, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedBoundField instancejava.lang.Throwable - in case of error during cast operationpublic void ExtractValuesFromCell(IOrderedDictionary dictionary, DataControlFieldCell cell, DataControlRowState rowState, boolean includeReadOnly) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ThreadAbortException, ConfigurationException
ExtractValuesFromCell in class DataControlFieldjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionThreadAbortExceptionConfigurationExceptionpublic boolean getApplyFormatInEditMode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getConvertEmptyStringToNull()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getDataField()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getDataFormatString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getHtmlEncode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getHtmlEncodeFormatString()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class DataControlFieldString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class DataControlFieldString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class DataControlFieldObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class DataControlFieldString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class DataControlFieldJCType representing the CLR Type of the instantiated Classpublic java.lang.String getNullDisplayText()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public boolean getReadOnly()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public ValidateRequestMode getValidateRequestMode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException
public boolean Initialize(boolean enableSorting,
Control control)
throws java.lang.Throwable
Initialize in class DataControlFieldjava.lang.Throwablepublic void InitializeCell(DataControlFieldCell cell, DataControlCellType cellType, DataControlRowState rowState, int rowIndex) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, ThreadAbortException, ConfigurationException, HttpException, ConfigurationErrorsException, AmbiguousMatchException, NullReferenceException, NotSupportedException, MulticastNotSupportedException
InitializeCell in class DataControlFieldjava.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionThreadAbortExceptionConfigurationExceptionHttpExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionNullReferenceExceptionNotSupportedExceptionMulticastNotSupportedExceptionpublic void setApplyFormatInEditMode(boolean ApplyFormatInEditMode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setConvertEmptyStringToNull(boolean ConvertEmptyStringToNull)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
FormatException
public void setDataField(java.lang.String DataField)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setDataFormatString(java.lang.String DataFormatString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setHtmlEncode(boolean HtmlEncode)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setHtmlEncodeFormatString(boolean HtmlEncodeFormatString)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setJCOInstance(JCObject instance)
setJCOInstance in class DataControlFieldpublic void setNullDisplayText(java.lang.String NullDisplayText)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setReadOnly(boolean ReadOnly)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException
public void setValidateRequestMode(ValidateRequestMode ValidateRequestMode) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, IndexOutOfRangeException
public void ValidateSupportsCallback()
throws java.lang.Throwable
ValidateSupportsCallback in class DataControlFieldjava.lang.Throwable