public class Control extends NetObject implements IParserAccessor, java.lang.AutoCloseable
.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
| 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.Control
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Control() |
Control(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and 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 the
IJCOBridgeReflected instance into Control, 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 name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
JCType |
getJCOType()
Returns the instantiated class Type
|
Control |
getNamingContainer() |
Page |
getPage() |
Control |
getParent() |
Version |
getRenderingCompatibility() |
java.lang.String |
GetRouteUrl(NetObject routeParameters) |
java.lang.String |
GetRouteUrl(RouteValueDictionary routeParameters) |
java.lang.String |
GetRouteUrl(java.lang.String routeName,
NetObject routeParameters) |
java.lang.String |
GetRouteUrl(java.lang.String routeName,
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) |
Equals, Equals, GetHashCode, GetType, hashCode, toString, ToStringAddParsedSubObject, ToIParserAccessorpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public Control()
throws java.lang.Throwable
java.lang.Throwablepublic Control(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic void addDataBinding(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addInit(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addLoad(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addPreRender(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void addUnload(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void ApplyStyleSheetSkin(Page page) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public static Control cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Control, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedControl instancejava.lang.Throwable - in case of error during cast operationpublic void close()
throws java.lang.Exception
close in interface java.lang.AutoCloseablejava.lang.Exceptionpublic void DataBind()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
InvalidOperationException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionInvalidOperationExceptionpublic void Dispose()
throws java.lang.Throwable
java.lang.Throwablepublic Control FindControl(java.lang.String id) throws java.lang.Throwable, ArgumentNullException, ArgumentException, MissingManifestResourceException, NotImplementedException, ObjectDisposedException, InvalidOperationException, HttpException, ArgumentOutOfRangeException, ConfigurationErrorsException, MissingMethodException, TargetInvocationException, ProviderException, NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionNotImplementedExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionArgumentOutOfRangeExceptionConfigurationErrorsExceptionMissingMethodExceptionTargetInvocationExceptionProviderExceptionNullReferenceExceptionpublic void Focus()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
IndexOutOfRangeException,
ConfigurationErrorsException,
HttpException,
ProviderException,
NullReferenceException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionIndexOutOfRangeExceptionConfigurationErrorsExceptionHttpExceptionProviderExceptionNullReferenceExceptionpublic java.lang.String getAppRelativeTemplateSourceDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
public Control getBindingContainer() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getClientID()
throws java.lang.Throwable,
ArgumentException,
HttpException,
ArgumentNullException,
HttpRequestValidationException,
ConfigurationErrorsException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ConfigurationException,
ArgumentOutOfRangeException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionArgumentOutOfRangeExceptionpublic ClientIDMode getClientIDMode() throws java.lang.Throwable
java.lang.Throwablepublic ControlCollection getControls() throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic Control getDataItemContainer() throws java.lang.Throwable
java.lang.Throwablepublic Control getDataKeysContainer() throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableTheming()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getEnableViewState()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getID()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in interface IParserAccessorgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in interface IParserAccessorgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in interface IParserAccessorgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in interface IParserAccessorgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in interface IParserAccessorgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic Control getNamingContainer() throws java.lang.Throwable
java.lang.Throwablepublic Page getPage() throws java.lang.Throwable
java.lang.Throwablepublic Control getParent() throws java.lang.Throwable
java.lang.Throwablepublic Version getRenderingCompatibility() throws java.lang.Throwable, ArgumentException, HttpException, ArgumentNullException, HttpRequestValidationException, ConfigurationErrorsException, ObjectDisposedException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, NotImplementedException, ConfigurationException
java.lang.ThrowableArgumentExceptionHttpExceptionArgumentNullExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionObjectDisposedExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionConfigurationExceptionpublic java.lang.String GetRouteUrl(NetObject routeParameters) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentException, ArgumentNullException, MissingManifestResourceException, InvalidOperationException, IndexOutOfRangeException, NotSupportedException, RankException, NullReferenceException, HttpException, ObjectDisposedException, LockRecursionException, NotImplementedException, CultureNotFoundException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionpublic java.lang.String GetRouteUrl(RouteValueDictionary routeParameters) throws java.lang.Throwable, ArgumentNullException, ArgumentException, NotImplementedException, CultureNotFoundException, IndexOutOfRangeException, ArgumentOutOfRangeException, MissingManifestResourceException, ObjectDisposedException, InvalidOperationException, HttpException, LockRecursionException
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
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentExceptionArgumentNullExceptionMissingManifestResourceExceptionInvalidOperationExceptionIndexOutOfRangeExceptionNotSupportedExceptionRankExceptionNullReferenceExceptionHttpExceptionObjectDisposedExceptionLockRecursionExceptionNotImplementedExceptionCultureNotFoundExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionHttpExceptionLockRecursionExceptionWaitHandleCannotBeOpenedExceptionIndexOutOfRangeExceptionpublic ISite getSite() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getSkinID()
throws java.lang.Throwable
java.lang.Throwablepublic TemplateControl getTemplateControl() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getTemplateSourceDirectory()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
OutOfMemoryException,
ThreadAbortException,
HttpRequestValidationException
public java.lang.String getUniqueID()
throws java.lang.Throwable,
ArgumentException,
ConfigurationErrorsException,
InvalidOperationException,
ArgumentNullException,
NotSupportedException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
IndexOutOfRangeException,
ConfigurationException,
HttpException,
NullReferenceException,
NotImplementedException
java.lang.ThrowableArgumentExceptionConfigurationErrorsExceptionInvalidOperationExceptionArgumentNullExceptionNotSupportedExceptionArgumentOutOfRangeExceptionMissingManifestResourceExceptionIndexOutOfRangeExceptionConfigurationExceptionHttpExceptionNullReferenceExceptionNotImplementedExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionConfigurationErrorsExceptionConfigurationExceptionHttpExceptionpublic ValidateRequestMode getValidateRequestMode() throws java.lang.Throwable
java.lang.Throwablepublic ViewStateMode getViewStateMode() throws java.lang.Throwable
java.lang.Throwablepublic boolean getVisible()
throws java.lang.Throwable
java.lang.Throwablepublic boolean HasControls()
throws java.lang.Throwable
java.lang.Throwablepublic void removeDataBinding(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeDisposed(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeInit(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeLoad(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removePreRender(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic void removeUnload(EventHandler handler) throws java.lang.Throwable
java.lang.Throwablepublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionNotImplementedExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionHttpExceptionConfigurationErrorsExceptionTypeLoadExceptionProviderExceptionArgumentOutOfRangeExceptionNotSupportedExceptionOutOfMemoryExceptionOverflowExceptionFormatExceptionIndexOutOfRangeExceptionPlatformNotSupportedExceptionpublic 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
java.lang.ThrowableArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionObjectDisposedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionHttpExceptionOutOfMemoryExceptionThreadAbortExceptionHttpRequestValidationExceptionConfigurationErrorsExceptionSecurityExceptionMemberAccessExceptionUriFormatExceptionCultureNotFoundExceptionNotSupportedExceptionpublic java.lang.String ResolveUrl(java.lang.String relativeUrl)
throws java.lang.Throwable,
ArgumentNullException,
MissingManifestResourceException,
InvalidOperationException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
HttpException,
ArgumentException,
HttpRequestValidationException
public void setAppRelativeTemplateSourceDirectory(java.lang.String AppRelativeTemplateSourceDirectory)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
NotImplementedException,
CultureNotFoundException,
IndexOutOfRangeException,
ArgumentOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
InvalidOperationException,
HttpException,
OutOfMemoryException
public void setClientIDMode(ClientIDMode ClientIDMode) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setEnableTheming(boolean EnableTheming)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setEnableViewState(boolean EnableViewState)
throws java.lang.Throwable
java.lang.Throwablepublic void setID(java.lang.String ID)
throws java.lang.Throwable,
ArgumentOutOfRangeException,
ArgumentNullException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionpublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPage(Page Page) throws java.lang.Throwable, InvalidOperationException
java.lang.ThrowableInvalidOperationExceptionpublic void setRenderingCompatibility(Version RenderingCompatibility) throws java.lang.Throwable
java.lang.Throwablepublic void SetRenderMethodDelegate(RenderMethod renderMethod) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic void setSite(ISite Site) throws java.lang.Throwable, ArgumentNullException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotImplementedException, NotSupportedException, ArgumentOutOfRangeException, CultureNotFoundException, MissingManifestResourceException, ObjectDisposedException
public void setSkinID(java.lang.String SkinID)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotImplementedException,
NotSupportedException,
ArgumentOutOfRangeException,
CultureNotFoundException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotImplementedExceptionNotSupportedExceptionArgumentOutOfRangeExceptionCultureNotFoundExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatExceptionpublic void setTemplateControl(TemplateControl TemplateControl) throws java.lang.Throwable
java.lang.Throwablepublic void SetTraceData(NetObject traceDataKey, NetObject traceDataValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionpublic void SetTraceData(NetObject tracedObject, NetObject traceDataKey, NetObject traceDataValue) throws java.lang.Throwable, ArgumentOutOfRangeException, ArgumentNullException, FormatException, ArgumentException, InvalidOperationException
java.lang.ThrowableArgumentOutOfRangeExceptionArgumentNullExceptionFormatExceptionArgumentExceptionInvalidOperationExceptionpublic void setValidateRequestMode(ValidateRequestMode ValidateRequestMode) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setViewStateMode(ViewStateMode ViewStateMode) throws java.lang.Throwable, ArgumentOutOfRangeException
java.lang.ThrowableArgumentOutOfRangeExceptionpublic void setVisible(boolean Visible)
throws java.lang.Throwable
java.lang.Throwable