public class PostBackOptions extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Web.UI.PostBackOptions
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.PostBackOptions
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
PostBackOptions() |
PostBackOptions(Control targetControl) |
PostBackOptions(Control targetControl,
java.lang.String argument) |
PostBackOptions(Control targetControl,
java.lang.String argument,
java.lang.String actionUrl,
boolean autoPostBack,
boolean requiresJavaScriptProtocol,
boolean trackFocus,
boolean clientSubmit,
boolean performValidation,
java.lang.String validationGroup) |
PostBackOptions(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static PostBackOptions |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into PostBackOptions, a cast assert is made to check if types are compatible. |
java.lang.String |
getActionUrl() |
java.lang.String |
getArgument() |
boolean |
getAutoPostBack() |
boolean |
getClientSubmit() |
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
|
boolean |
getPerformValidation() |
boolean |
getRequiresJavaScriptProtocol() |
Control |
getTargetControl() |
boolean |
getTrackFocus() |
java.lang.String |
getValidationGroup() |
void |
setActionUrl(java.lang.String ActionUrl) |
void |
setArgument(java.lang.String Argument) |
void |
setAutoPostBack(boolean AutoPostBack) |
void |
setClientSubmit(boolean ClientSubmit) |
void |
setJCOInstance(JCObject instance) |
void |
setPerformValidation(boolean PerformValidation) |
void |
setRequiresJavaScriptProtocol(boolean RequiresJavaScriptProtocol) |
void |
setTrackFocus(boolean TrackFocus) |
void |
setValidationGroup(java.lang.String ValidationGroup) |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public PostBackOptions()
throws java.lang.Throwable
java.lang.Throwablepublic PostBackOptions(Control targetControl) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic PostBackOptions(Control targetControl, java.lang.String argument) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic PostBackOptions(Control targetControl, java.lang.String argument, java.lang.String actionUrl, boolean autoPostBack, boolean requiresJavaScriptProtocol, boolean trackFocus, boolean clientSubmit, boolean performValidation, java.lang.String validationGroup) throws java.lang.Throwable, ArgumentNullException
java.lang.ThrowableArgumentNullExceptionpublic PostBackOptions(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static PostBackOptions cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into PostBackOptions, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedPostBackOptions instancejava.lang.Throwable - in case of error during cast operationpublic java.lang.String getActionUrl()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getArgument()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getAutoPostBack()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getClientSubmit()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic boolean getPerformValidation()
throws java.lang.Throwable
java.lang.Throwablepublic boolean getRequiresJavaScriptProtocol()
throws java.lang.Throwable
java.lang.Throwablepublic Control getTargetControl() throws java.lang.Throwable
java.lang.Throwablepublic boolean getTrackFocus()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getValidationGroup()
throws java.lang.Throwable
java.lang.Throwablepublic void setActionUrl(java.lang.String ActionUrl)
throws java.lang.Throwable
java.lang.Throwablepublic void setArgument(java.lang.String Argument)
throws java.lang.Throwable
java.lang.Throwablepublic void setAutoPostBack(boolean AutoPostBack)
throws java.lang.Throwable
java.lang.Throwablepublic void setClientSubmit(boolean ClientSubmit)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void setPerformValidation(boolean PerformValidation)
throws java.lang.Throwable
java.lang.Throwablepublic void setRequiresJavaScriptProtocol(boolean RequiresJavaScriptProtocol)
throws java.lang.Throwable
java.lang.Throwablepublic void setTrackFocus(boolean TrackFocus)
throws java.lang.Throwable
java.lang.Throwablepublic void setValidationGroup(java.lang.String ValidationGroup)
throws java.lang.Throwable
java.lang.Throwable