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.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.Controlstatic JCType
classType
The type managed from JCOBridge.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addDataBinding(EventHandler handler)
void
addDisposed(EventHandler handler)
void
addInit(EventHandler handler)
void
addLoad(EventHandler handler)
void
addPreRender(EventHandler handler)
void
addUnload(EventHandler handler)
void
ApplyStyleSheetSkin(Page page)
static Control
cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoControl
, a cast assert is made to check if types are compatible.void
close()
void
DataBind()
void
Dispose()
Control
FindControl(java.lang.String id)
void
Focus()
java.lang.String
getAppRelativeTemplateSourceDirectory()
Control
getBindingContainer()
java.lang.String
getClientID()
ClientIDMode
getClientIDMode()
ControlCollection
getControls()
Control
getDataItemContainer()
Control
getDataKeysContainer()
boolean
getEnableTheming()
boolean
getEnableViewState()
java.lang.String
getID()
java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class TypeControl
getNamingContainer()
Page
getPage()
Control
getParent()
Version
getRenderingCompatibility()
java.lang.String
GetRouteUrl(java.lang.String routeName, NetObject routeParameters)
java.lang.String
GetRouteUrl(java.lang.String routeName, RouteValueDictionary routeParameters)
java.lang.String
GetRouteUrl(NetObject routeParameters)
java.lang.String
GetRouteUrl(RouteValueDictionary routeParameters)
ISite
getSite()
java.lang.String
getSkinID()
TemplateControl
getTemplateControl()
java.lang.String
getTemplateSourceDirectory()
java.lang.String
getUniqueID()
java.lang.String
GetUniqueIDRelativeTo(Control control)
ValidateRequestMode
getValidateRequestMode()
ViewStateMode
getViewStateMode()
boolean
getVisible()
boolean
HasControls()
void
removeDataBinding(EventHandler handler)
void
removeDisposed(EventHandler handler)
void
removeInit(EventHandler handler)
void
removeLoad(EventHandler handler)
void
removePreRender(EventHandler handler)
void
removeUnload(EventHandler handler)
void
RenderControl(HtmlTextWriter writer)
java.lang.String
ResolveClientUrl(java.lang.String relativeUrl)
java.lang.String
ResolveUrl(java.lang.String relativeUrl)
void
setAppRelativeTemplateSourceDirectory(java.lang.String AppRelativeTemplateSourceDirectory)
void
setClientIDMode(ClientIDMode ClientIDMode)
void
setEnableTheming(boolean EnableTheming)
void
setEnableViewState(boolean EnableViewState)
void
setID(java.lang.String ID)
void
setJCOInstance(JCObject instance)
void
setPage(Page Page)
void
setRenderingCompatibility(Version RenderingCompatibility)
void
SetRenderMethodDelegate(RenderMethod renderMethod)
void
setSite(ISite Site)
void
setSkinID(java.lang.String SkinID)
void
setTemplateControl(TemplateControl TemplateControl)
void
SetTraceData(NetObject traceDataKey, NetObject traceDataValue)
void
SetTraceData(NetObject tracedObject, NetObject traceDataKey, NetObject traceDataValue)
void
setValidateRequestMode(ValidateRequestMode ValidateRequestMode)
void
setViewStateMode(ViewStateMode ViewStateMode)
void
setVisible(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:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Specified by:
getJCOAssemblyName
in interfaceIParserAccessor
- 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
- Specified by:
getJCOClassName
in interfaceIParserAccessor
- 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
- Specified by:
getJCOObjectName
in interfaceIParserAccessor
- 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
- Specified by:
getJCOInstance
in interfaceIParserAccessor
- 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
- Specified by:
getJCOType
in interfaceIParserAccessor
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
cast
public static Control cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflected
instance intoControl
, a cast assert is made to check if types are compatible.- Parameters:
from
-IJCOBridgeReflected
instance to be casted- Returns:
Control
instance- 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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
RankException
NullReferenceException
HttpException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentException
ArgumentNullException
MissingManifestResourceException
InvalidOperationException
IndexOutOfRangeException
NotSupportedException
RankException
NullReferenceException
HttpException
ObjectDisposedException
LockRecursionException
NotImplementedException
CultureNotFoundException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
HttpException
LockRecursionException
WaitHandleCannotBeOpenedException
IndexOutOfRangeException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
ConfigurationErrorsException
ConfigurationException
HttpException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
ArgumentOutOfRangeException
IndexOutOfRangeException
HttpException
OutOfMemoryException
ThreadAbortException
HttpRequestValidationException
ConfigurationErrorsException
SecurityException
MemberAccessException
UriFormatException
CultureNotFoundException
NotSupportedException
-
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.Throwable
ArgumentNullException
ArgumentException
MissingManifestResourceException
NotImplementedException
ObjectDisposedException
InvalidOperationException
HttpException
ArgumentOutOfRangeException
ConfigurationErrorsException
MissingMethodException
TargetInvocationException
ProviderException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentOutOfRangeException
InvalidOperationException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
IndexOutOfRangeException
ConfigurationErrorsException
HttpException
ProviderException
NullReferenceException
-
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.Throwable
ArgumentNullException
ArgumentException
NotImplementedException
MissingManifestResourceException
ObjectDisposedException
InvalidOperationException
HttpException
ConfigurationErrorsException
TypeLoadException
ProviderException
ArgumentOutOfRangeException
NotSupportedException
OutOfMemoryException
OverflowException
FormatException
IndexOutOfRangeException
PlatformNotSupportedException
-
SetRenderMethodDelegate
public void SetRenderMethodDelegate(RenderMethod renderMethod) throws java.lang.Throwable, ArgumentNullException
- Throws:
java.lang.Throwable
ArgumentNullException
-
SetTraceData
public void SetTraceData(NetObject traceDataKey, NetObject traceDataValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
InvalidOperationException
-
SetTraceData
public void SetTraceData(NetObject tracedObject, NetObject traceDataKey, NetObject traceDataValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException
- Throws:
java.lang.Throwable
ArgumentOutOfRangeException
ArgumentNullException
FormatException
ArgumentException
InvalidOperationException
-
close
public void close() throws java.lang.Exception
- Specified by:
close
in 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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ConfigurationException
ArgumentOutOfRangeException
-
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.Throwable
ArgumentOutOfRangeException
ArgumentNullException
-
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.Throwable
ArgumentNullException
ArgumentException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotImplementedException
NotSupportedException
ArgumentOutOfRangeException
CultureNotFoundException
MissingManifestResourceException
ObjectDisposedException
FormatException
-
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.Throwable
ArgumentException
ConfigurationErrorsException
InvalidOperationException
ArgumentNullException
NotSupportedException
ArgumentOutOfRangeException
MissingManifestResourceException
IndexOutOfRangeException
ConfigurationException
HttpException
NullReferenceException
NotImplementedException
-
getRenderingCompatibility
public Version getRenderingCompatibility() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException
- Throws:
java.lang.Throwable
ArgumentException
HttpException
ArgumentNullException
HttpRequestValidationException
ConfigurationErrorsException
ObjectDisposedException
InvalidOperationException
MissingMethodException
TargetInvocationException
NotSupportedException
NotImplementedException
ConfigurationException
-
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.Throwable
ArgumentNullException
-
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.Throwable
ArgumentNullException
-
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.Throwable
InvalidOperationException
-
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.Throwable
ArgumentOutOfRangeException
-
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.Throwable
ArgumentOutOfRangeException
-
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
-
-