geb/manual/snapshot/api/geb/js/AlertAndConfirmSupport.html (225 lines of code) (raw):

<!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- **************************************************************** --> <!-- * PLEASE KEEP COMPLICATED EXPRESSIONS OUT OF THESE TEMPLATES, * --> <!-- * i.e. only iterate & print data where possible. Thanks, Jez. * --> <!-- **************************************************************** --> <html> <head> <!-- Generated by groovydoc --> <title>AlertAndConfirmSupport (Groovy API Documentation for Geb 8.0-SNAPSHOT)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link href="../../groovy.ico" type="image/x-icon" rel="shortcut icon"> <link href="../../groovy.ico" type="image/x-icon" rel="icon"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> <body class="center"> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="AlertAndConfirmSupport (Groovy API Documentation for Geb 8.0-SNAPSHOT)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div> <ul class="navList"> <li><a href="../../index.html?geb/js/AlertAndConfirmSupport" target="_top">Frames</a></li> <li><a href="AlertAndConfirmSupport.html" target="_top">No Frames</a></li> </ul> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> <ul class="subNavList"> <li>&nbsp;|&nbsp;Detail:&nbsp;</li> Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">Package: <strong>geb.js</strong></div> <h2 title="[Groovy] Interface AlertAndConfirmSupport" class="title">[Groovy] Interface AlertAndConfirmSupport</h2> </div> <div class="contentContainer"> <ul class="inheritance"> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <!-- todo: direct known subclasses --> <hr> <pre>interface AlertAndConfirmSupport</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== NESTED CLASS SUMMARY =========== --> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <!-- =========== FIELD SUMMARY =========== --> <!-- =========== PROPERTY SUMMARY =========== --> <!-- =========== ELEMENT SUMMARY =========== --> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"><!-- --></a> <h3>Methods Summary</h3> <ul class="blockList"> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Methods Summary table"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Type Params</th> <th class="colLast" scope="col">Return Type</th> <th class="colLast" scope="col">Name and description</th> </tr> <tr class="altColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a></code></td> <td class="colLast"><code><strong><a href="#withAlert(groovy.lang.Closure)">withAlert</a></strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a></code></td> <td class="colLast"><code><strong><a href="#withAlert(java.util.Map, groovy.lang.Closure)">withAlert</a></strong>(<a href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' title='Map'>Map</a> params, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a></code></td> <td class="colLast"><code><strong><a href="#withConfirm(boolean, groovy.lang.Closure)">withConfirm</a></strong>(boolean ok, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a></code></td> <td class="colLast"><code><strong><a href="#withConfirm(groovy.lang.Closure)">withConfirm</a></strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a></code></td> <td class="colLast"><code><strong><a href="#withConfirm(java.util.Map, groovy.lang.Closure)">withConfirm</a></strong>(<a href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' title='Map'>Map</a> params, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a></code></td> <td class="colLast"><code><strong><a href="#withConfirm(java.util.Map, boolean, groovy.lang.Closure)">withConfirm</a></strong>(<a href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' title='Map'>Map</a> params, boolean ok, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="altColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;void</code></td> <td class="colLast"><code><strong><a href="#withNoAlert(groovy.lang.Closure)">withNoAlert</a></strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> <tr class="rowColor"> <td class="colFirst"><code></code></td> <td class="colLast"><code>abstract&nbsp;void</code></td> <td class="colLast"><code><strong><a href="#withNoConfirm(groovy.lang.Closure)">withNoConfirm</a></strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</code><br></td> </tr> </table> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- =========== METHOD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="withAlert(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a> <strong>withAlert</strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withAlert(java.util.Map, groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a> <strong>withAlert</strong>(<a href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' title='Map'>Map</a> params, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withConfirm(boolean, groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a> <strong>withConfirm</strong>(boolean ok, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withConfirm(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a> <strong>withConfirm</strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withConfirm(java.util.Map, groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a> <strong>withConfirm</strong>(<a href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' title='Map'>Map</a> params, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withConfirm(java.util.Map, boolean, groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;<a href='http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html' title='Object'>Object</a> <strong>withConfirm</strong>(<a href='http://docs.oracle.com/javase/8/docs/api/java/util/Map.html' title='Map'>Map</a> params, boolean ok, <a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withNoAlert(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;void <strong>withNoAlert</strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> <a name="withNoConfirm(groovy.lang.Closure)"><!-- --></a> <ul class="blockListLast"> <li class="blockList"> <h4>abstract&nbsp;void <strong>withNoConfirm</strong>(<a href='http://docs.groovy-lang.org/docs/groovy-4.0.26/html/api/groovy/lang/Closure.html' title='Closure'>Closure</a> actions)</h4> <p></p> </li> </ul> </li> </ul> </li> </ul> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-all.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <div> <ul class="navList"> <li><a href="../../index.html?geb/js/AlertAndConfirmSupport" target="_top">Frames</a></li> <li><a href="AlertAndConfirmSupport.html" target="_top">No Frames</a></li> </ul> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> Nested&nbsp;&nbsp;&nbsp;Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_summary">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> <ul class="subNavList"> <li>&nbsp;|&nbsp;Detail:&nbsp;</li> Field&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<li><a href="#method_detail">Method</a></li>&nbsp;&nbsp;&nbsp; </ul> </div> <p><p style='text-align: center'>Groovy API Documentation for Geb 8.0-SNAPSHOT - Licensed under the Apache License, Version 2.0 - <a href='http://www.gebish.org'>http://www.gebish.org</a></p></p> <a name="skip-navbar_bottom"> <!-- --> </a> </div> </div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>