You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/react4j/Context.ConsumerRenderFunction.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ <h2 title="Interface Context.ConsumerRenderFunction" class="title">Interface Con
107
107
</dl>
108
108
<hr>
109
109
<br>
110
-
<pre>@JsFunction
110
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsFunction.html?is-external=true" title="class or interface in jsinterop.annotations">@JsFunction</a>
111
111
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a>
112
112
public static interface <ahref="../src-html/react4j/Context.html#line.114">Context.ConsumerRenderFunction</a><T></pre>
113
113
<divclass="block">Interface used to type the render function input.</div>
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true" title="class or interface in jsinterop.annotations">@JsType</a>(<ahref="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
+
<ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#namespace--" title="class or interface in jsinterop.annotations">namespace</a>="<global>",
112
+
<ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#name--" title="class or interface in jsinterop.annotations">name</a>="Object")
113
113
public final class <ahref="../src-html/react4j/Context.html#line.21">Context</a><T>
114
114
extends <ahref="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>
115
115
<divclass="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>
249
249
<ulclass="blockList">
250
250
<liclass="blockList">
251
251
<h4>provider</h4>
252
-
<pre>@JsOverlay
252
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
253
253
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
254
254
public <ahref="../react4j/Context.ProviderBuilder.html" title="class in react4j">Context.ProviderBuilder</a><<ahref="../react4j/Context.html" title="type parameter in Context">T</a>> <ahref="../src-html/react4j/Context.html#line.30">provider</a>()</pre>
255
255
<divclass="block">Create a builder for the Provider component.</div>
@@ -267,7 +267,7 @@ <h4>provider</h4>
267
267
<ulclass="blockList">
268
268
<liclass="blockList">
269
269
<h4>provide</h4>
270
-
<pre>@JsOverlay
270
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
271
271
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
272
272
public <ahref="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a> <ahref="../src-html/react4j/Context.html#line.44">provide</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
273
273
<ahref="../react4j/Context.html" title="type parameter in Context">T</a> value,
@@ -288,7 +288,7 @@ <h4>provide</h4>
288
288
<ulclass="blockListLast">
289
289
<liclass="blockList">
290
290
<h4>consumer</h4>
291
-
<pre>@JsOverlay
291
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
292
292
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
293
293
public <ahref="../react4j/Context.ConsumerBuilder.html" title="class in react4j">Context.ConsumerBuilder</a><<ahref="../react4j/Context.html" title="type parameter in Context">T</a>> <ahref="../src-html/react4j/Context.html#line.56">consumer</a>()</pre>
294
294
<divclass="block">Create a builder for the Consumer component.</div>
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true" title="class or interface in jsinterop.annotations">@JsType</a>(<ahref="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
+
<ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#namespace--" title="class or interface in jsinterop.annotations">namespace</a>="<global>",
112
+
<ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#name--" title="class or interface in jsinterop.annotations">name</a>="React")
113
113
public final class <ahref="../src-html/react4j/React.html#line.14">React</a>
114
114
extends <ahref="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>
115
115
<divclass="block">Native interface to native runtime for creating views.</div>
@@ -189,7 +189,7 @@ <h3>Method Detail</h3>
189
189
<ulclass="blockList">
190
190
<liclass="blockList">
191
191
<h4>enableViewNames</h4>
192
-
<pre>@JsOverlay
192
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
193
193
public static boolean <ahref="../src-html/react4j/React.html#line.27">enableViewNames</a>()</pre>
194
194
<divclass="block">Return true if views should have human readable names specified.
195
195
Useful if you want to interact via DevTools or other tool chains.</div>
@@ -205,7 +205,7 @@ <h4>enableViewNames</h4>
205
205
<ulclass="blockList">
206
206
<liclass="blockList">
207
207
<h4>shouldMinimizeInputKeys</h4>
208
-
<pre>@JsOverlay
208
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
209
209
public static boolean <ahref="../src-html/react4j/React.html#line.40">shouldMinimizeInputKeys</a>()</pre>
210
210
<divclass="block">Return true if the input keys should be minimized.
211
211
This will significantly reduce the size of the compiled output but will make inspecting the inputs
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
226
226
public static boolean <ahref="../src-html/react4j/React.html#line.51">shouldValidateInputValues</a>()</pre>
227
227
<divclass="block">Return true if the input value should be validated when initially set or when changed.</div>
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
241
241
public static boolean <ahref="../src-html/react4j/React.html#line.64">shouldStoreDebugDataAsState</a>()</pre>
242
242
<divclass="block">Return true if react state should be used to store debug data.
243
243
Useful if you want to inspect the debug data via DevTools. This feature is resource intensive
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
258
258
public static boolean <ahref="../src-html/react4j/React.html#line.75">shouldCheckInvariants</a>()</pre>
259
259
<divclass="block">Return true if invariants will be checked.</div>
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true" title="class or interface in jsinterop.annotations">@JsType</a>(<ahref="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
+
<ahref="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
+
<ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsType.html?is-external=true#namespace--" title="class or interface in jsinterop.annotations">namespace</a>="<global>")
117
117
public class <ahref="../src-html/react4j/ReactElement.html#line.19">ReactElement</a>
118
118
extends <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>
119
119
implements <ahref="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a></pre>
@@ -259,7 +259,7 @@ <h3>Method Detail</h3>
259
259
<ulclass="blockList">
260
260
<liclass="blockList">
261
261
<h4>dup</h4>
262
-
<pre>@JsOverlay
262
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
263
263
public final <ahref="../react4j/ReactElement.html" title="class in react4j">ReactElement</a> <ahref="../src-html/react4j/ReactElement.html#line.35">dup</a>()</pre>
264
264
</li>
265
265
</ul>
@@ -269,7 +269,7 @@ <h4>dup</h4>
269
269
<ulclass="blockList">
270
270
<liclass="blockList">
271
271
<h4>createViewElement</h4>
272
-
<pre>@JsOverlay
272
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
273
273
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
274
274
public static <ahref="../react4j/ReactElement.html" title="class in react4j">ReactElement</a> <ahref="../src-html/react4j/ReactElement.html#line.47">createViewElement</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
275
275
<ahref="../react4j/internal/ViewConstructorFunction.html" title="interface in react4j.internal">ViewConstructorFunction</a> type)</pre>
@@ -281,7 +281,7 @@ <h4>createViewElement</h4>
281
281
<ulclass="blockList">
282
282
<liclass="blockList">
283
283
<h4>createFragment</h4>
284
-
<pre>@JsOverlay
284
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
285
285
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
286
286
public static <ahref="../react4j/ReactElement.html" title="class in react4j">ReactElement</a> <ahref="../src-html/react4j/ReactElement.html#line.101">createFragment</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
287
287
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key,
@@ -295,7 +295,7 @@ <h4>createFragment</h4>
295
295
<ulclass="blockList">
296
296
<liclass="blockList">
297
297
<h4>createStrictMode</h4>
298
-
<pre>@JsOverlay
298
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
299
299
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
300
300
public static <ahref="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a> <ahref="../src-html/react4j/ReactElement.html#line.118">createStrictMode</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
301
301
<ahref="../react4j/ReactNode.html" title="interface in react4j">ReactNode</a>... children)</pre>
@@ -314,7 +314,7 @@ <h4>createStrictMode</h4>
314
314
<ulclass="blockList">
315
315
<liclass="blockList">
316
316
<h4>createSuspense</h4>
317
-
<pre>@JsOverlay
317
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
318
318
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
319
319
public static <ahref="../react4j/ReactElement.html" title="class in react4j">ReactElement</a> <ahref="../src-html/react4j/ReactElement.html#line.128">createSuspense</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
320
320
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key,
@@ -331,7 +331,7 @@ <h4>createSuspense</h4>
331
331
<ulclass="blockList">
332
332
<liclass="blockList">
333
333
<h4>createHostElement</h4>
334
-
<pre>@JsOverlay
334
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
335
335
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
336
336
public static <ahref="../react4j/ReactElement.html" title="class in react4j">ReactElement</a> <ahref="../src-html/react4j/ReactElement.html#line.144">createHostElement</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
337
337
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type,
@@ -349,7 +349,7 @@ <h4>createHostElement</h4>
349
349
<ulclass="blockList">
350
350
<liclass="blockList">
351
351
<h4>key</h4>
352
-
<pre>@JsOverlay
352
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
353
353
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
354
354
public final <ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> <ahref="../src-html/react4j/ReactElement.html#line.154">key</a>()</pre>
355
355
</li>
@@ -360,7 +360,7 @@ <h4>key</h4>
360
360
<ulclass="blockList">
361
361
<liclass="blockList">
362
362
<h4>setKey</h4>
363
-
<pre>@JsOverlay
363
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
364
364
public final void <ahref="../src-html/react4j/ReactElement.html#line.160">setKey</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nullable.html?is-external=true" title="class or interface in javax.annotation">@Nullable</a>
365
365
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key)</pre>
366
366
</li>
@@ -371,7 +371,7 @@ <h4>setKey</h4>
371
371
<ulclass="blockList">
372
372
<liclass="blockList">
373
373
<h4>inputs</h4>
374
-
<pre>@JsOverlay
374
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
375
375
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
376
376
public final jsinterop.base.JsPropertyMap<<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> <ahref="../src-html/react4j/ReactElement.html#line.167">inputs</a>()</pre>
377
377
</li>
@@ -382,7 +382,7 @@ <h4>inputs</h4>
382
382
<ulclass="blockList">
383
383
<liclass="blockList">
384
384
<h4>input</h4>
385
-
<pre>@JsOverlay
385
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
386
386
<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
387
387
public final <ahref="../react4j/ReactElement.html" title="class in react4j">ReactElement</a> <ahref="../src-html/react4j/ReactElement.html#line.174">input</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
388
388
<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key,
@@ -395,7 +395,7 @@ <h4>input</h4>
395
395
<ulclass="blockListLast">
396
396
<liclass="blockList">
397
397
<h4>setInputs</h4>
398
-
<pre>@JsOverlay
398
+
<pre><ahref="http://www.gwtproject.org/javadoc/latest/jsinterop/annotations/JsOverlay.html?is-external=true" title="class or interface in jsinterop.annotations">@JsOverlay</a>
399
399
protected final void <ahref="../src-html/react4j/ReactElement.html#line.181">setInputs</a>(<ahref="https://docs.oracle.com/javase/8/docs/api/javax/annotation/Nonnull.html?is-external=true" title="class or interface in javax.annotation">@Nonnull</a>
400
400
jsinterop.base.JsPropertyMap<<ahref="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>> inputs)</pre>
0 commit comments