Skip to content

Commit 6346173

Browse files
committed
Publish website
1 parent 8e72add commit 6346173

File tree

73 files changed

+3542
-3537
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+3542
-3537
lines changed

api/react4j/Context.ConsumerRenderFunction.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2 title="Interface Context.ConsumerRenderFunction" class="title">Interface Con
107107
</dl>
108108
<hr>
109109
<br>
110-
<pre>@JsFunction
110+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsFunction.html?is-external=true" title="class or interface in jsinterop.annotations">@JsFunction</a>
111111
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
112112
public static interface <a href="../src-html/react4j/Context.html#line.114">Context.ConsumerRenderFunction</a>&lt;T&gt;</pre>
113113
<div class="block">Interface used to type the render function input.</div>

api/react4j/Context.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ <h2 title="Class Context" class="title">Class Context&lt;T&gt;</h2>
107107
<li class="blockList">
108108
<hr>
109109
<br>
110-
<pre>@JsType(isNative=true,
111-
namespace="&lt;global&gt;",
112-
name="Object")
110+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true" title="class or interface in jsinterop.annotations">@JsType</a>(<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#isNative--" title="class or interface in jsinterop.annotations">isNative</a>=true,
111+
<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#namespace--" title="class or interface in jsinterop.annotations">namespace</a>="&lt;global&gt;",
112+
<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#name--" title="class or interface in jsinterop.annotations">name</a>="Object")
113113
public final class <a href="../src-html/react4j/Context.html#line.21">Context</a>&lt;T&gt;
114114
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
115115
<div class="block">Context is designed to share data that can be considered "global" for a tree of views.
@@ -249,7 +249,7 @@ <h3>Method Detail</h3>
249249
<ul class="blockList">
250250
<li class="blockList">
251251
<h4>provider</h4>
252-
<pre>@JsOverlay
252+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
253253
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
254254
public&nbsp;<a href="../react4j/Context.ProviderBuilder.html" title="class in react4j">Context.ProviderBuilder</a>&lt;<a href="../react4j/Context.html" title="type parameter in Context">T</a>&gt;&nbsp;<a href="../src-html/react4j/Context.html#line.30">provider</a>()</pre>
255255
<div class="block">Create a builder for the Provider component.</div>
@@ -267,7 +267,7 @@ <h4>provider</h4>
267267
<ul class="blockList">
268268
<li class="blockList">
269269
<h4>provide</h4>
270-
<pre>@JsOverlay
270+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
271271
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
272272
public&nbsp;<a href="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a>&nbsp;<a href="../src-html/react4j/Context.html#line.44">provide</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
273273
<a href="../react4j/Context.html" title="type parameter in Context">T</a>&nbsp;value,
@@ -288,7 +288,7 @@ <h4>provide</h4>
288288
<ul class="blockListLast">
289289
<li class="blockList">
290290
<h4>consumer</h4>
291-
<pre>@JsOverlay
291+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
292292
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
293293
public&nbsp;<a href="../react4j/Context.ConsumerBuilder.html" title="class in react4j">Context.ConsumerBuilder</a>&lt;<a href="../react4j/Context.html" title="type parameter in Context">T</a>&gt;&nbsp;<a href="../src-html/react4j/Context.html#line.56">consumer</a>()</pre>
294294
<div class="block">Create a builder for the Consumer component.</div>

api/react4j/React.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ <h2 title="Class React" class="title">Class React</h2>
107107
<li class="blockList">
108108
<hr>
109109
<br>
110-
<pre>@JsType(isNative=true,
111-
namespace="&lt;global&gt;",
112-
name="React")
110+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true" title="class or interface in jsinterop.annotations">@JsType</a>(<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#isNative--" title="class or interface in jsinterop.annotations">isNative</a>=true,
111+
<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#namespace--" title="class or interface in jsinterop.annotations">namespace</a>="&lt;global&gt;",
112+
<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#name--" title="class or interface in jsinterop.annotations">name</a>="React")
113113
public final class <a href="../src-html/react4j/React.html#line.14">React</a>
114114
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></pre>
115115
<div class="block">Native interface to native runtime for creating views.</div>
@@ -189,7 +189,7 @@ <h3>Method Detail</h3>
189189
<ul class="blockList">
190190
<li class="blockList">
191191
<h4>enableViewNames</h4>
192-
<pre>@JsOverlay
192+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
193193
public static&nbsp;boolean&nbsp;<a href="../src-html/react4j/React.html#line.27">enableViewNames</a>()</pre>
194194
<div class="block">Return true if views should have human readable names specified.
195195
Useful if you want to interact via DevTools or other tool chains.</div>
@@ -205,7 +205,7 @@ <h4>enableViewNames</h4>
205205
<ul class="blockList">
206206
<li class="blockList">
207207
<h4>shouldMinimizeInputKeys</h4>
208-
<pre>@JsOverlay
208+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
209209
public static&nbsp;boolean&nbsp;<a href="../src-html/react4j/React.html#line.40">shouldMinimizeInputKeys</a>()</pre>
210210
<div class="block">Return true if the input keys should be minimized.
211211
This will significantly reduce the size of the compiled output but will make inspecting the inputs
@@ -222,7 +222,7 @@ <h4>shouldMinimizeInputKeys</h4>
222222
<ul class="blockList">
223223
<li class="blockList">
224224
<h4>shouldValidateInputValues</h4>
225-
<pre>@JsOverlay
225+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
226226
public static&nbsp;boolean&nbsp;<a href="../src-html/react4j/React.html#line.51">shouldValidateInputValues</a>()</pre>
227227
<div class="block">Return true if the input value should be validated when initially set or when changed.</div>
228228
<dl>
@@ -237,7 +237,7 @@ <h4>shouldValidateInputValues</h4>
237237
<ul class="blockList">
238238
<li class="blockList">
239239
<h4>shouldStoreDebugDataAsState</h4>
240-
<pre>@JsOverlay
240+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
241241
public static&nbsp;boolean&nbsp;<a href="../src-html/react4j/React.html#line.64">shouldStoreDebugDataAsState</a>()</pre>
242242
<div class="block">Return true if react state should be used to store debug data.
243243
Useful if you want to inspect the debug data via DevTools. This feature is resource intensive
@@ -254,7 +254,7 @@ <h4>shouldStoreDebugDataAsState</h4>
254254
<ul class="blockListLast">
255255
<li class="blockList">
256256
<h4>shouldCheckInvariants</h4>
257-
<pre>@JsOverlay
257+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
258258
public static&nbsp;boolean&nbsp;<a href="../src-html/react4j/React.html#line.75">shouldCheckInvariants</a>()</pre>
259259
<div class="block">Return true if invariants will be checked.</div>
260260
<dl>

api/react4j/ReactElement.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ <h2 title="Class ReactElement" class="title">Class ReactElement</h2>
111111
</dl>
112112
<hr>
113113
<br>
114-
<pre>@JsType(isNative=true,
115-
name="Object",
116-
namespace="&lt;global&gt;")
114+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true" title="class or interface in jsinterop.annotations">@JsType</a>(<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#isNative--" title="class or interface in jsinterop.annotations">isNative</a>=true,
115+
<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#name--" title="class or interface in jsinterop.annotations">name</a>="Object",
116+
<a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#namespace--" title="class or interface in jsinterop.annotations">namespace</a>="&lt;global&gt;")
117117
public class <a href="../src-html/react4j/ReactElement.html#line.19">ReactElement</a>
118118
extends <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
119119
implements <a href="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a></pre>
@@ -259,7 +259,7 @@ <h3>Method Detail</h3>
259259
<ul class="blockList">
260260
<li class="blockList">
261261
<h4>dup</h4>
262-
<pre>@JsOverlay
262+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
263263
public final&nbsp;<a href="../react4j/ReactElement.html" title="class in react4j">ReactElement</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.35">dup</a>()</pre>
264264
</li>
265265
</ul>
@@ -269,7 +269,7 @@ <h4>dup</h4>
269269
<ul class="blockList">
270270
<li class="blockList">
271271
<h4>createViewElement</h4>
272-
<pre>@JsOverlay
272+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
273273
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
274274
public static&nbsp;<a href="../react4j/ReactElement.html" title="class in react4j">ReactElement</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.47">createViewElement</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
275275
<a href="../react4j/internal/ViewConstructorFunction.html" title="interface in react4j.internal">ViewConstructorFunction</a>&nbsp;type)</pre>
@@ -281,7 +281,7 @@ <h4>createViewElement</h4>
281281
<ul class="blockList">
282282
<li class="blockList">
283283
<h4>createFragment</h4>
284-
<pre>@JsOverlay
284+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
285285
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
286286
public static&nbsp;<a href="../react4j/ReactElement.html" title="class in react4j">ReactElement</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.101">createFragment</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
287287
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
@@ -295,7 +295,7 @@ <h4>createFragment</h4>
295295
<ul class="blockList">
296296
<li class="blockList">
297297
<h4>createStrictMode</h4>
298-
<pre>@JsOverlay
298+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
299299
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
300300
public static&nbsp;<a href="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.118">createStrictMode</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
301301
<a href="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a>...&nbsp;children)</pre>
@@ -314,7 +314,7 @@ <h4>createStrictMode</h4>
314314
<ul class="blockList">
315315
<li class="blockList">
316316
<h4>createSuspense</h4>
317-
<pre>@JsOverlay
317+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
318318
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
319319
public static&nbsp;<a href="../react4j/ReactElement.html" title="class in react4j">ReactElement</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.128">createSuspense</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
320320
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
@@ -331,7 +331,7 @@ <h4>createSuspense</h4>
331331
<ul class="blockList">
332332
<li class="blockList">
333333
<h4>createHostElement</h4>
334-
<pre>@JsOverlay
334+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
335335
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
336336
public static&nbsp;<a href="../react4j/ReactElement.html" title="class in react4j">ReactElement</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.144">createHostElement</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
337337
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type,
@@ -349,7 +349,7 @@ <h4>createHostElement</h4>
349349
<ul class="blockList">
350350
<li class="blockList">
351351
<h4>key</h4>
352-
<pre>@JsOverlay
352+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
353353
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
354354
public final&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.154">key</a>()</pre>
355355
</li>
@@ -360,7 +360,7 @@ <h4>key</h4>
360360
<ul class="blockList">
361361
<li class="blockList">
362362
<h4>setKey</h4>
363-
<pre>@JsOverlay
363+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
364364
public final&nbsp;void&nbsp;<a href="../src-html/react4j/ReactElement.html#line.160">setKey</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
365365
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key)</pre>
366366
</li>
@@ -371,7 +371,7 @@ <h4>setKey</h4>
371371
<ul class="blockList">
372372
<li class="blockList">
373373
<h4>inputs</h4>
374-
<pre>@JsOverlay
374+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
375375
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
376376
public final&nbsp;jsinterop.base.JsPropertyMap&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;<a href="../src-html/react4j/ReactElement.html#line.167">inputs</a>()</pre>
377377
</li>
@@ -382,7 +382,7 @@ <h4>inputs</h4>
382382
<ul class="blockList">
383383
<li class="blockList">
384384
<h4>input</h4>
385-
<pre>@JsOverlay
385+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
386386
<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
387387
public final&nbsp;<a href="../react4j/ReactElement.html" title="class in react4j">ReactElement</a>&nbsp;<a href="../src-html/react4j/ReactElement.html#line.174">input</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
388388
<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;key,
@@ -395,7 +395,7 @@ <h4>input</h4>
395395
<ul class="blockListLast">
396396
<li class="blockList">
397397
<h4>setInputs</h4>
398-
<pre>@JsOverlay
398+
<pre><a href="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
399399
protected final&nbsp;void&nbsp;<a href="../src-html/react4j/ReactElement.html#line.181">setInputs</a>(<a href="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
400400
jsinterop.base.JsPropertyMap&lt;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;inputs)</pre>
401401
</li>

0 commit comments

Comments
 (0)