public class ControlBuilder extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.ControlBuilder
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.ControlBuilder
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
ControlBuilder() |
ControlBuilder(java.lang.Object instance)
Internal constructor.
|
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public ControlBuilder()
throws java.lang.Throwable
java.lang.Throwablepublic ControlBuilder(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic boolean AllowWhitespaceLiterals()
throws java.lang.Throwable
java.lang.Throwablepublic void AppendLiteralString(java.lang.String s)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
ThreadAbortException
public void AppendSubBuilder(ControlBuilder subBuilder) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, NotSupportedException, FormatException, AmbiguousMatchException, OverflowException, RegexMatchTimeoutException, TypeLoadException, ConfigurationException, ConfigurationErrorsException, HttpParseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionAmbiguousMatchExceptionOverflowExceptionRegexMatchTimeoutExceptionTypeLoadExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseExceptionpublic NetObject BuildObject() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeLoadException, HttpException, MulticastNotSupportedException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeLoadExceptionHttpExceptionMulticastNotSupportedExceptionpublic static ControlBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into ControlBuilder, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedControlBuilder instancejava.lang.Throwable - in case of error during cast operationpublic void CloseControl()
throws java.lang.Throwable
java.lang.Throwablepublic static ControlBuilder CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, NetType type, java.lang.String tagName, java.lang.String id, IDictionary attribs, int line, java.lang.String sourceFileName) throws java.lang.Throwable, ArgumentNullException, NotImplementedException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, FormatException, HttpException, NotSupportedException, NullReferenceException, TypeLoadException, SecurityException, ConfigurationException, ConfigurationErrorsException, AmbiguousMatchException, ProviderException, HttpParseException, RegexMatchTimeoutException, InvalidCastException
java.lang.ThrowableArgumentNullExceptionNotImplementedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionNotSupportedExceptionNullReferenceExceptionTypeLoadExceptionSecurityExceptionConfigurationExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionProviderExceptionHttpParseExceptionRegexMatchTimeoutExceptionInvalidCastExceptionpublic ControlBuilder getBindingContainerBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public NetType getBindingContainerType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public NetType GetChildControlType(java.lang.String tagName, IDictionary attribs) throws java.lang.Throwable
java.lang.Throwablepublic ICollection getComplexPropertyEntries() throws java.lang.Throwable
java.lang.Throwablepublic NetType getControlType() throws java.lang.Throwable
java.lang.Throwablepublic IFilterResolutionService getCurrentFilterResolutionService() throws java.lang.Throwable
java.lang.Throwablepublic NetType getDeclareType() throws java.lang.Throwable
java.lang.Throwablepublic boolean getHasAspCode()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public java.lang.String getID()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public java.lang.String getItemType()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
NotSupportedException
public java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getLocalize()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public NetType getNamingContainerType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
public ObjectPersistData GetObjectPersistData() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, MissingMethodException, ConfigurationException, ConfigurationErrorsException, AmbiguousMatchException, HttpParseException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionMissingMethodExceptionConfigurationExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionHttpParseExceptionFormatExceptionpublic java.lang.String getPageVirtualPath()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException
public java.lang.String GetResourceKey()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public IServiceProvider getServiceProvider() throws java.lang.Throwable
java.lang.Throwablepublic NetArrayList getSubBuilders() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTagName()
throws java.lang.Throwable
java.lang.Throwablepublic ICollection getTemplatePropertyEntries() throws java.lang.Throwable
java.lang.Throwablepublic IThemeResolutionService getThemeResolutionService() throws java.lang.Throwable
java.lang.Throwablepublic boolean HasBody()
throws java.lang.Throwable
java.lang.Throwablepublic boolean HtmlDecodeLiterals()
throws java.lang.Throwable
java.lang.Throwablepublic void Init(TemplateParser parser, ControlBuilder parentBuilder, NetType type, java.lang.String tagName, java.lang.String id, IDictionary attribs) throws java.lang.Throwable, ArgumentNullException, InvalidOperationException, ArgumentException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, ConfigurationException, HttpException, ConfigurationErrorsException, KeyNotFoundException, HttpCompileException, FormatException, AmbiguousMatchException, HttpParseException, OutOfMemoryException
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionConfigurationExceptionHttpExceptionConfigurationErrorsExceptionKeyNotFoundExceptionHttpCompileExceptionFormatExceptionAmbiguousMatchExceptionHttpParseExceptionOutOfMemoryExceptionpublic boolean NeedsTagInnerText()
throws java.lang.Throwable
java.lang.Throwablepublic void OnAppendToParentBuilder(ControlBuilder parentBuilder) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException, HttpException, FormatException, AmbiguousMatchException, OverflowException, RegexMatchTimeoutException, TypeLoadException, OutOfMemoryException, ConfigurationException, ConfigurationErrorsException, HttpParseException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionFormatExceptionAmbiguousMatchExceptionOverflowExceptionRegexMatchTimeoutExceptionTypeLoadExceptionOutOfMemoryExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseExceptionpublic void ProcessGeneratedCode(CodeCompileUnit codeCompileUnit, CodeTypeDeclaration baseType, CodeTypeDeclaration derivedType, CodeMemberMethod buildMethod, CodeMemberMethod dataBindingMethod) throws java.lang.Throwable
java.lang.Throwablepublic void setID(java.lang.String ID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException
public void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetResourceKey(java.lang.String resourceKey)
throws java.lang.Throwable,
ArgumentException,
ArgumentNullException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
AbandonedMutexException,
HttpException
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionHttpExceptionpublic void SetServiceProvider(IServiceProvider serviceProvider) throws java.lang.Throwable
java.lang.Throwablepublic void SetTagInnerText(java.lang.String text)
throws java.lang.Throwable
java.lang.Throwable