Package system.web.ui
Class ControlBuilder
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.ControlBuilder
-
- All Implemented Interfaces:
IJCOBridgeReflected
- Direct Known Subclasses:
CodeStatementBuilder,DataSourceControlBuilder,HtmlEmptyTagControlBuilder,HtmlHeadBuilder,HtmlSelectBuilder,HyperLinkControlBuilder,LabelControlBuilder,LinkButtonControlBuilder,ListItemControlBuilder,LiteralControlBuilder,MultiViewControlBuilder,ObjectTagBuilder,PlaceHolderControlBuilder,SkinBuilder,TableCellControlBuilder,TemplateBuilder,TextBoxControlBuilder,UserControlControlBuilder,WizardStepControlBuilder,XmlBuilder
public class ControlBuilder extends NetObject
The base .NET class managing System.Web.UI.ControlBuilder, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..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
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Webstatic java.lang.StringclassNameQualified class name: System.Web.UI.ControlBuilderstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description ControlBuilder()ControlBuilder(java.lang.Object instance)Internal constructor.
-
Method Summary
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Web- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Web.UI.ControlBuilder- See Also:
- Constant Field Values
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Overrides:
getJCOClassNamein classNetObject- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Overrides:
getJCOObjectNamein classNetObject- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Overrides:
getJCOInstancein classNetObject- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static ControlBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoControlBuilder, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
ControlBuilderinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
AllowWhitespaceLiterals
public boolean AllowWhitespaceLiterals() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HasBody
public boolean HasBody() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
HtmlDecodeLiterals
public boolean HtmlDecodeLiterals() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
NeedsTagInnerText
public boolean NeedsTagInnerText() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
BuildObject
public NetObject BuildObject() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, FormatException, ArgumentException, NotSupportedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, NullReferenceException, TypeLoadException, HttpException, MulticastNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionFormatExceptionArgumentExceptionNotSupportedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionNullReferenceExceptionTypeLoadExceptionHttpExceptionMulticastNotSupportedException
-
GetResourceKey
public java.lang.String GetResourceKey() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
GetChildControlType
public NetType GetChildControlType(java.lang.String tagName, IDictionary attribs) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
CreateBuilderFromType
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionNotImplementedExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionFormatExceptionHttpExceptionNotSupportedExceptionNullReferenceExceptionTypeLoadExceptionSecurityExceptionConfigurationExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionProviderExceptionHttpParseExceptionRegexMatchTimeoutExceptionInvalidCastException
-
GetObjectPersistData
public ObjectPersistData GetObjectPersistData() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, NotSupportedException, MissingMethodException, ConfigurationException, ConfigurationErrorsException, AmbiguousMatchException, HttpParseException, FormatException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionNotSupportedExceptionMissingMethodExceptionConfigurationExceptionConfigurationErrorsExceptionAmbiguousMatchExceptionHttpParseExceptionFormatException
-
AppendLiteralString
public void AppendLiteralString(java.lang.String s) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ThreadAbortException
-
AppendSubBuilder
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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionNotSupportedExceptionFormatExceptionAmbiguousMatchExceptionOverflowExceptionRegexMatchTimeoutExceptionTypeLoadExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseException
-
CloseControl
public void CloseControl() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Init
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionInvalidOperationExceptionArgumentExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionConfigurationExceptionHttpExceptionConfigurationErrorsExceptionKeyNotFoundExceptionHttpCompileExceptionFormatExceptionAmbiguousMatchExceptionHttpParseExceptionOutOfMemoryException
-
OnAppendToParentBuilder
public 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
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionNotSupportedExceptionHttpExceptionFormatExceptionAmbiguousMatchExceptionOverflowExceptionRegexMatchTimeoutExceptionTypeLoadExceptionOutOfMemoryExceptionConfigurationExceptionConfigurationErrorsExceptionHttpParseException
-
ProcessGeneratedCode
public void ProcessGeneratedCode(CodeCompileUnit codeCompileUnit, CodeTypeDeclaration baseType, CodeTypeDeclaration derivedType, CodeMemberMethod buildMethod, CodeMemberMethod dataBindingMethod) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetResourceKey
public void SetResourceKey(java.lang.String resourceKey) throws java.lang.Throwable, ArgumentException, ArgumentNullException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException, NotSupportedException, NotImplementedException, ArgumentOutOfRangeException, IndexOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, AbandonedMutexException, HttpException- Throws:
java.lang.ThrowableArgumentExceptionArgumentNullExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionAbandonedMutexExceptionHttpException
-
SetServiceProvider
public void SetServiceProvider(IServiceProvider serviceProvider) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
SetTagInnerText
public void SetTagInnerText(java.lang.String text) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getHasAspCode
public boolean getHasAspCode() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getLocalize
public boolean getLocalize() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getSubBuilders
public NetArrayList getSubBuilders() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getComplexPropertyEntries
public ICollection getComplexPropertyEntries() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getTemplatePropertyEntries
public ICollection getTemplatePropertyEntries() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getServiceProvider
public IServiceProvider getServiceProvider() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getID
public java.lang.String getID() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
setID
public void setID(java.lang.String ID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getItemType
public java.lang.String getItemType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, NotSupportedException
-
getPageVirtualPath
public java.lang.String getPageVirtualPath() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException
-
getTagName
public java.lang.String getTagName() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getBindingContainerType
public NetType getBindingContainerType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getControlType
public NetType getControlType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDeclareType
public NetType getDeclareType() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNamingContainerType
public NetType getNamingContainerType() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getBindingContainerBuilder
public ControlBuilder getBindingContainerBuilder() throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException
-
getCurrentFilterResolutionService
public IFilterResolutionService getCurrentFilterResolutionService() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getThemeResolutionService
public IThemeResolutionService getThemeResolutionService() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-