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.String
assemblyFullName
Fully assembly qualified name: System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.String
assemblyShortName
Assembly name: System.Webstatic java.lang.String
className
Qualified class name: System.Web.UI.ControlBuilderstatic JCType
classType
The 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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstance
in classNetObject
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static ControlBuilder cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoControlBuilder
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
ControlBuilder
instance- 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, ArgumentException, ArgumentOutOfRangeException, InvalidOperationException, SecurityException, ObjectDisposedException, NotSupportedException, MissingMethodException, FormatException, NotImplementedException, MissingManifestResourceException, IndexOutOfRangeException, NullReferenceException, TypeLoadException, HttpException, MulticastNotSupportedException
- Throws:
java.lang.Throwable
ArgumentNullException
ArgumentException
ArgumentOutOfRangeException
InvalidOperationException
SecurityException
ObjectDisposedException
NotSupportedException
MissingMethodException
FormatException
NotImplementedException
MissingManifestResourceException
IndexOutOfRangeException
NullReferenceException
TypeLoadException
HttpException
MulticastNotSupportedException
-
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.Throwable
ArgumentNullException
NotImplementedException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
FormatException
HttpException
NotSupportedException
NullReferenceException
TypeLoadException
SecurityException
ConfigurationException
ConfigurationErrorsException
AmbiguousMatchException
ProviderException
HttpParseException
RegexMatchTimeoutException
InvalidCastException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
NotSupportedException
MissingMethodException
ConfigurationException
ConfigurationErrorsException
AmbiguousMatchException
HttpParseException
FormatException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
NotSupportedException
FormatException
AmbiguousMatchException
OverflowException
RegexMatchTimeoutException
TypeLoadException
ConfigurationException
ConfigurationErrorsException
HttpParseException
-
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.Throwable
ArgumentNullException
InvalidOperationException
ArgumentException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
ConfigurationException
HttpException
ConfigurationErrorsException
KeyNotFoundException
HttpCompileException
FormatException
AmbiguousMatchException
HttpParseException
OutOfMemoryException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
CultureNotFoundException
IndexOutOfRangeException
ArgumentOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
NotSupportedException
HttpException
FormatException
AmbiguousMatchException
OverflowException
RegexMatchTimeoutException
TypeLoadException
OutOfMemoryException
ConfigurationException
ConfigurationErrorsException
HttpParseException
-
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.Throwable
ArgumentException
ArgumentNullException
InvalidOperationException
MissingMethodException
TargetInvocationException
CultureNotFoundException
NotSupportedException
NotImplementedException
ArgumentOutOfRangeException
IndexOutOfRangeException
MissingManifestResourceException
ObjectDisposedException
AbandonedMutexException
HttpException
-
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
-
-