Package system.web.ui
Class Control
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.web.ui.Control
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected,IParserAccessor
- Direct Known Subclasses:
BasePartialCachingControl,Content,ContentPlaceHolder,DataBoundLiteralControl,DataSourceControl,DesignerDataBoundLiteralControl,HiddenField,HierarchicalDataSourceControl,HtmlControl,Literal,LiteralControl,LoginView,MenuItemTemplateContainer,MultiView,PlaceHolder,ProxyWebPartManager,Repeater,RepeaterItem,Substitution,TemplateControl,View,WebControl,WebPartManager,Xml
public class Control extends NetObject implements IParserAccessor, java.lang.AutoCloseable
The base .NET class managing System.Web.UI.Control, 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.Control
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.Controlstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDataBinding(EventHandler handler)voidaddDisposed(EventHandler handler)voidaddInit(EventHandler handler)voidaddLoad(EventHandler handler)voidaddPreRender(EventHandler handler)voidaddUnload(EventHandler handler)voidApplyStyleSheetSkin(Page page)static Controlcast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoControl, a cast assert is made to check if types are compatible.voidclose()voidDataBind()voidDispose()ControlFindControl(java.lang.String id)voidFocus()java.lang.StringgetAppRelativeTemplateSourceDirectory()ControlgetBindingContainer()java.lang.StringgetClientID()ClientIDModegetClientIDMode()ControlCollectiongetControls()ControlgetDataItemContainer()ControlgetDataKeysContainer()booleangetEnableTheming()booleangetEnableViewState()java.lang.StringgetID()java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectJCTypegetJCOType()Returns the instantiated class TypeControlgetNamingContainer()PagegetPage()ControlgetParent()VersiongetRenderingCompatibility()java.lang.StringGetRouteUrl(java.lang.String routeName, NetObject routeParameters)java.lang.StringGetRouteUrl(java.lang.String routeName, RouteValueDictionary routeParameters)java.lang.StringGetRouteUrl(NetObject routeParameters)java.lang.StringGetRouteUrl(RouteValueDictionary routeParameters)ISitegetSite()java.lang.StringgetSkinID()TemplateControlgetTemplateControl()java.lang.StringgetTemplateSourceDirectory()java.lang.StringgetUniqueID()java.lang.StringGetUniqueIDRelativeTo(Control control)ValidateRequestModegetValidateRequestMode()ViewStateModegetViewStateMode()booleangetVisible()booleanHasControls()voidremoveDataBinding(EventHandler handler)voidremoveDisposed(EventHandler handler)voidremoveInit(EventHandler handler)voidremoveLoad(EventHandler handler)voidremovePreRender(EventHandler handler)voidremoveUnload(EventHandler handler)voidRenderControl(HtmlTextWriter writer)java.lang.StringResolveClientUrl(java.lang.String relativeUrl)java.lang.StringResolveUrl(java.lang.String relativeUrl)voidsetAppRelativeTemplateSourceDirectory(java.lang.String AppRelativeTemplateSourceDirectory)voidsetClientIDMode(ClientIDMode ClientIDMode)voidsetEnableTheming(boolean EnableTheming)voidsetEnableViewState(boolean EnableViewState)voidsetID(java.lang.String ID)voidsetJCOInstance(JCObject instance)voidsetPage(Page Page)voidsetRenderingCompatibility(Version RenderingCompatibility)voidSetRenderMethodDelegate(RenderMethod renderMethod)voidsetSite(ISite Site)voidsetSkinID(java.lang.String SkinID)voidsetTemplateControl(TemplateControl TemplateControl)voidSetTraceData(NetObject traceDataKey, NetObject traceDataValue)voidSetTraceData(NetObject tracedObject, NetObject traceDataKey, NetObject traceDataValue)voidsetValidateRequestMode(ValidateRequestMode ValidateRequestMode)voidsetViewStateMode(ViewStateMode ViewStateMode)voidsetVisible(boolean Visible)-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToString
-
Methods inherited from interface system.web.ui.IParserAccessor
AddParsedSubObject
-
-
-
-
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.Control- 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- Specified by:
getJCOAssemblyNamein interfaceIParserAccessor- 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- Specified by:
getJCOClassNamein interfaceIParserAccessor- 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- Specified by:
getJCOObjectNamein interfaceIParserAccessor- 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- Specified by:
getJCOInstancein interfaceIParserAccessor- 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- Specified by:
getJCOTypein interfaceIParserAccessor- Overrides:
getJCOTypein classNetObject- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static Control cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoControl, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
Controlinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
HasControls
public boolean HasControls() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
GetRouteUrl
public java.lang.String GetRouteUrl(NetObject routeParameters) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundException
-
GetRouteUrl
public java.lang.String GetRouteUrl(java.lang.String routeName, NetObject routeParameters) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundException
-
GetRouteUrl
public java.lang.String GetRouteUrl(java.lang.String routeName, RouteValueDictionary routeParameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, HttpException, LockRecursionException, WaitHandleCannotBeOpenedException, IndexOutOfRangeException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionLockRecursionExceptionWaitHandleCannotBeOpenedExceptionIndexOutOfRangeException
-
GetRouteUrl
public java.lang.String GetRouteUrl(RouteValueDictionary routeParameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, LockRecursionException
-
GetUniqueIDRelativeTo
public java.lang.String GetUniqueIDRelativeTo(Control control) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException, ConfigurationErrorsException, ConfigurationException, HttpException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationErrorsExceptionConfigurationExceptionHttpException
-
ResolveClientUrl
public java.lang.String ResolveClientUrl(java.lang.String relativeUrl) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException, ConfigurationErrorsException, SecurityException, MemberAccessException, UriFormatException, CultureNotFoundException, NotSupportedException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionSecurityExceptionMemberAccessExceptionUriFormatExceptionCultureNotFoundExceptionNotSupportedException
-
ResolveUrl
public java.lang.String ResolveUrl(java.lang.String relativeUrl) throws java.lang.Throwable, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, ArgumentException, HttpRequestValidationException
-
FindControl
public Control FindControl(java.lang.String id) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceException
-
ApplyStyleSheetSkin
public void ApplyStyleSheetSkin(Page page) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
DataBind
public void DataBind() throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, InvalidOperationException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationException
-
Dispose
public void Dispose() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
Focus
public void Focus() throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, IndexOutOfRangeException, ConfigurationErrorsException, HttpException, ProviderException, NullReferenceException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionHttpExceptionProviderExceptionNullReferenceException
-
RenderControl
public void RenderControl(HtmlTextWriter writer) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, ConfigurationErrorsException, TypeLoadException, ProviderException, ArgumentOutOfRangeException, NotSupportedException, OutOfMemoryException, OverflowException, FormatException, IndexOutOfRangeException, PlatformNotSupportedException
- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionIndexOutOfRangeExceptionPlatformNotSupportedException
-
SetRenderMethodDelegate
public void SetRenderMethodDelegate(RenderMethod renderMethod) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
SetTraceData
public void SetTraceData(NetObject traceDataKey, NetObject traceDataValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationException
-
SetTraceData
public void SetTraceData(NetObject tracedObject, NetObject traceDataKey, NetObject traceDataValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException
- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationException
-
close
public void close() throws java.lang.Exception- Specified by:
closein interfacejava.lang.AutoCloseable- Throws:
java.lang.Exception
-
getEnableTheming
public boolean getEnableTheming() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableTheming
public void setEnableTheming(boolean EnableTheming) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getEnableViewState
public boolean getEnableViewState() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setEnableViewState
public void setEnableViewState(boolean EnableViewState) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getVisible
public boolean getVisible() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setVisible
public void setVisible(boolean Visible) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getSite
public ISite getSite() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setSite
public void setSite(ISite Site) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
-
getAppRelativeTemplateSourceDirectory
public java.lang.String getAppRelativeTemplateSourceDirectory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException
-
setAppRelativeTemplateSourceDirectory
public void setAppRelativeTemplateSourceDirectory(java.lang.String AppRelativeTemplateSourceDirectory) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, OutOfMemoryException
-
getClientID
public java.lang.String getClientID() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException, ArgumentOutOfRangeException- Throws:
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionArgumentOutOfRangeException
-
getID
public java.lang.String getID() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setID
public void setID(java.lang.String ID) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException- Throws:
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullException
-
getSkinID
public java.lang.String getSkinID() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setSkinID
public void setSkinID(java.lang.String SkinID) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException, FormatException- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException
-
getTemplateSourceDirectory
public java.lang.String getTemplateSourceDirectory() throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, IndexOutOfRangeException, HttpException, OutOfMemoryException, ThreadAbortException, HttpRequestValidationException
-
getUniqueID
public java.lang.String getUniqueID() throws java.lang.Throwable, ArgumentException, ConfigurationErrorsException, InvalidOperationException, ArgumentNullException, NotSupportedException, ArgumentOutOfRangeException, MissingManifestResourceException, IndexOutOfRangeException, ConfigurationException, HttpException, NullReferenceException, NotImplementedException- Throws:
java.lang.ThrowableArgumentExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionHttpExceptionNullReferenceExceptionNotImplementedException
-
getRenderingCompatibility
public Version getRenderingCompatibility() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException
- Throws:
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationException
-
setRenderingCompatibility
public void setRenderingCompatibility(Version RenderingCompatibility) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getClientIDMode
public ClientIDMode getClientIDMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setClientIDMode
public void setClientIDMode(ClientIDMode ClientIDMode) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getBindingContainer
public Control getBindingContainer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataItemContainer
public Control getDataItemContainer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getDataKeysContainer
public Control getDataKeysContainer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getNamingContainer
public Control getNamingContainer() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getParent
public Control getParent() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getControls
public ControlCollection getControls() throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentNullException
-
getPage
public Page getPage() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setPage
public void setPage(Page Page) throws java.lang.Throwable, InvalidOperationException
- Throws:
java.lang.ThrowableInvalidOperationException
-
getTemplateControl
public TemplateControl getTemplateControl() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setTemplateControl
public void setTemplateControl(TemplateControl TemplateControl) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
getValidateRequestMode
public ValidateRequestMode getValidateRequestMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setValidateRequestMode
public void setValidateRequestMode(ValidateRequestMode ValidateRequestMode) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
getViewStateMode
public ViewStateMode getViewStateMode() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
setViewStateMode
public void setViewStateMode(ViewStateMode ViewStateMode) throws java.lang.Throwable, ArgumentOutOfRangeException
- Throws:
java.lang.ThrowableArgumentOutOfRangeException
-
addDataBinding
public void addDataBinding(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDataBinding
public void removeDataBinding(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addDisposed
public void addDisposed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeDisposed
public void removeDisposed(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addInit
public void addInit(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeInit
public void removeInit(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addLoad
public void addLoad(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeLoad
public void removeLoad(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addPreRender
public void addPreRender(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removePreRender
public void removePreRender(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
addUnload
public void addUnload(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
removeUnload
public void removeUnload(EventHandler handler) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-