Package system.web.ui

Class PostBackOptions

    • 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.PostBackOptions
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • PostBackOptions

        public PostBackOptions​(java.lang.Object instance)
                        throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • PostBackOptions

        public PostBackOptions()
                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • PostBackOptions

        public 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
        Throws:
        java.lang.Throwable
        ArgumentNullException
    • Method Detail

      • getAutoPostBack

        public boolean getAutoPostBack()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setAutoPostBack

        public void setAutoPostBack​(boolean AutoPostBack)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getClientSubmit

        public boolean getClientSubmit()
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setClientSubmit

        public void setClientSubmit​(boolean ClientSubmit)
                             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getPerformValidation

        public boolean getPerformValidation()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setPerformValidation

        public void setPerformValidation​(boolean PerformValidation)
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getRequiresJavaScriptProtocol

        public boolean getRequiresJavaScriptProtocol()
                                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setRequiresJavaScriptProtocol

        public void setRequiresJavaScriptProtocol​(boolean RequiresJavaScriptProtocol)
                                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTrackFocus

        public boolean getTrackFocus()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setTrackFocus

        public void setTrackFocus​(boolean TrackFocus)
                           throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getActionUrl

        public java.lang.String getActionUrl()
                                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setActionUrl

        public void setActionUrl​(java.lang.String ActionUrl)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getArgument

        public java.lang.String getArgument()
                                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setArgument

        public void setArgument​(java.lang.String Argument)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getValidationGroup

        public java.lang.String getValidationGroup()
                                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • setValidationGroup

        public void setValidationGroup​(java.lang.String ValidationGroup)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getTargetControl

        public Control getTargetControl()
                                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable