public class HtmlTextArea extends HtmlContainerControl implements IPostBackDataHandler
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.HtmlControls.HtmlTextArea
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.HtmlControls.HtmlTextArea
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
HtmlTextArea() |
HtmlTextArea(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addServerChange(EventHandler handler) |
static HtmlTextArea |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into HtmlTextArea, a cast assert is made to check if types are compatible. |
int |
getCols() |
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 |
getName() |
int |
getRows() |
java.lang.String |
getValue() |
void |
removeServerChange(EventHandler handler) |
void |
setCols(int Cols) |
void |
setJCOInstance(JCObject instance) |
void |
setName(java.lang.String Name) |
void |
setRows(int Rows) |
void |
setValue(java.lang.String Value) |
getInnerHtml, getInnerText, setInnerHtml, setInnerTextgetAttributes, getDisabled, getStyle, getTagName, setDisabledaddDataBinding, addDisposed, addInit, addLoad, addPreRender, addUnload, ApplyStyleSheetSkin, close, DataBind, Dispose, FindControl, Focus, getAppRelativeTemplateSourceDirectory, getBindingContainer, getClientID, getClientIDMode, getControls, getDataItemContainer, getDataKeysContainer, getEnableTheming, getEnableViewState, getID, getNamingContainer, getPage, getParent, getRenderingCompatibility, GetRouteUrl, GetRouteUrl, GetRouteUrl, GetRouteUrl, getSite, getSkinID, getTemplateControl, getTemplateSourceDirectory, getUniqueID, GetUniqueIDRelativeTo, getValidateRequestMode, getViewStateMode, getVisible, HasControls, removeDataBinding, removeDisposed, removeInit, removeLoad, removePreRender, removeUnload, RenderControl, ResolveClientUrl, ResolveUrl, setAppRelativeTemplateSourceDirectory, setClientIDMode, setEnableTheming, setEnableViewState, setID, setPage, setRenderingCompatibility, SetRenderMethodDelegate, setSite, setSkinID, setTemplateControl, SetTraceData, SetTraceData, setValidateRequestMode, setViewStateMode, setVisibleEquals, Equals, GetHashCode, GetType, hashCode, toString, ToStringLoadPostData, RaisePostDataChangedEvent, ToIPostBackDataHandlerGetAttribute, SetAttribute, ToIAttributeAccessorAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public HtmlTextArea()
throws java.lang.Throwable
java.lang.Throwablepublic HtmlTextArea(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addServerChange(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic static HtmlTextArea cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into HtmlTextArea, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedHtmlTextArea instancejava.lang.Throwable - in case of error during cast operationpublic int getCols()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IAttributeAccessorgetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in interface IPostBackDataHandlergetJCOAssemblyName in class HtmlContainerControlString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IAttributeAccessorgetJCOClassName in interface IParserAccessorgetJCOClassName in interface IPostBackDataHandlergetJCOClassName in class HtmlContainerControlString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IAttributeAccessorgetJCOInstance in interface IParserAccessorgetJCOInstance in interface IPostBackDataHandlergetJCOInstance in class HtmlContainerControlObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IAttributeAccessorgetJCOObjectName in interface IParserAccessorgetJCOObjectName in interface IPostBackDataHandlergetJCOObjectName in class HtmlContainerControlString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IAttributeAccessorgetJCOType in interface IParserAccessorgetJCOType in interface IPostBackDataHandlergetJCOType in class HtmlContainerControlJCType representing the CLR Type of the instantiated Classpublic java.lang.String getName()
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
MissingManifestResourceException,
ArgumentOutOfRangeException,
ConfigurationErrorsException,
InvalidOperationException,
NotSupportedException,
ConfigurationException,
HttpException,
NotImplementedException
public int getRows()
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ObjectDisposedException,
MissingManifestResourceException,
NotImplementedException,
IndexOutOfRangeException,
OutOfMemoryException,
FormatException,
OverflowException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionObjectDisposedExceptionMissingManifestResourceExceptionNotImplementedExceptionIndexOutOfRangeExceptionOutOfMemoryExceptionFormatExceptionOverflowExceptionpublic java.lang.String getValue()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException,
OutOfMemoryException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ThreadAbortException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionOutOfMemoryExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionThreadAbortExceptionpublic void removeServerChange(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void setCols(int Cols)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException
public void setJCOInstance(JCObject instance)
setJCOInstance in class HtmlContainerControlpublic void setName(java.lang.String Name)
throws java.lang.Throwable
java.lang.Throwablepublic void setRows(int Rows)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException
public void setValue(java.lang.String Value)
throws java.lang.Throwable,
ArgumentException,
ThreadAbortException,
InvalidOperationException,
ArgumentNullException,
MissingMethodException,
TargetInvocationException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
NotImplementedException,
ObjectDisposedException,
HttpException,
IndexOutOfRangeException,
AmbiguousMatchException
java.lang.ThrowableArgumentExceptionThreadAbortExceptionInvalidOperationExceptionArgumentNullExceptionMissingMethodExceptionTargetInvocationExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionHttpExceptionIndexOutOfRangeExceptionAmbiguousMatchException