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
<dt><a href="react4j/dom/proptypes/html/TextAreaProps.html#defaultValue(java.lang.String)" class="member-name-link">defaultValue(String)</a> - Method in class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/TextAreaProps.html" title="class in react4j.dom.proptypes.html">TextAreaProps</a></dt>
883
883
<dd> </dd>
884
-
<dt><a href="react4j/annotations/Input.html#dependency()" class="member-name-link">dependency()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
885
-
<dd>
886
-
<div class="block">Return an enum indicating whether the view should be disposed if the input is disposed.</div>
887
-
</dd>
888
884
<dt><a href="react4j/dom/proptypes/html/attributeTypes/FormMethod.html#dialog" class="member-name-link">dialog</a> - Static variable in annotation interface react4j.dom.proptypes.html.attributeTypes.<a href="react4j/dom/proptypes/html/attributeTypes/FormMethod.html" title="annotation interface in react4j.dom.proptypes.html.attributeTypes">FormMethod</a></dt>
889
885
<dd>
890
886
<div class="block">When the form is inside a <dialog>, closes the dialog on submission.</div>
<div class="block">This property specifies the type of rendering box used for an element.</div>
933
929
</dd>
934
-
<dt><a href="react4j/annotations/Input.html#disposable()" class="member-name-link">disposable()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
935
-
<dd>
936
-
<div class="block">Return an enum indicating whether the view should check whether the value of the input is disposed
937
-
prior to rendering.</div>
938
-
</dd>
939
930
<dt><a href="react4j/dom/DOM.html#div()" class="member-name-link">div()</a> - Static method in class react4j.dom.<a href="react4j/dom/DOM.html" title="class in react4j.dom">DOM</a></dt>
940
931
<dd> </dd>
941
932
<dt><a href="react4j/dom/DOM.html#div(byte)" class="member-name-link">div(byte)</a> - Static method in class react4j.dom.<a href="react4j/dom/DOM.html" title="class in react4j.dom">DOM</a></dt>
<div class="block">Indicate whether the input should be annotated by <a href="https://arez.github.io/api/arez/annotations/Observable.html" title="class or interface in arez.annotations" class="external-link"><code>Observable</code></a>.</div>
3128
3119
</dd>
3129
-
<dt><a href="react4j/annotations/Input.html#observeOnRender()" class="member-name-link">observeOnRender()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
3130
-
<dd>
3131
-
<div class="block">Return an enum indicating whether tracked renders should observe the input value during the generated render
3132
-
prelude so that disposing the input can invalidate the render and trigger a rerender.</div>
3133
-
</dd>
3134
3120
<dt><a href="react4j/ReactNode.html#of(byte)" class="member-name-link">of(byte)</a> - Static method in interface react4j.<a href="react4j/ReactNode.html" title="interface in react4j">ReactNode</a></dt>
3135
3121
<dd> </dd>
3136
3122
<dt><a href="react4j/ReactNode.html#of(double)" class="member-name-link">of(double)</a> - Static method in interface react4j.<a href="react4j/ReactNode.html" title="interface in react4j">ReactNode</a></dt>
<dt><a href="react4j/processor/React4jProcessor.html" class="type-name-link" title="class in react4j.processor">React4jProcessor</a> - Class in <a href="react4j/processor/package-summary.html">react4j.processor</a></dt>
4429
4415
<dd>
4430
-
<div class="block">Annotation processor that analyzes React annotated source and generates models from the annotations.</div>
4416
+
<div class="block">Annotation processor that analyzes React4j annotated source code and generates models from the annotations.</div>
4431
4417
</dd>
4432
4418
<dt><a href="react4j/processor/React4jProcessor.html#%3Cinit%3E()" class="member-name-link">React4jProcessor()</a> - Constructor for class react4j.processor.<a href="react4j/processor/React4jProcessor.html" title="class in react4j.processor">React4jProcessor</a></dt>
<spanclass="extends-implements">extends <ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Enum.html" title="class or interface in java.lang" class="external-link">Enum</a><<ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a>></span></div>
90
90
<divclass="block">Enum where the input is sourced from.</div>
<divclass="member-signature"><spanclass="modifiers">public static final</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-157">DEFAULT</a></span></div>
167
+
<divclass="member-signature"><spanclass="modifiers">public static final</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-115">DEFAULT</a></span></div>
168
168
<divclass="block">The input value is passed to the view during construction.</div>
169
169
</section>
170
170
</li>
171
171
<li>
172
172
<sectionclass="detail" id="CONTEXT">
173
173
<h3>CONTEXT</h3>
174
-
<divclass="member-signature"><spanclass="modifiers">public static final</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-161">CONTEXT</a></span></div>
174
+
<divclass="member-signature"><spanclass="modifiers">public static final</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-119">CONTEXT</a></span></div>
175
175
<divclass="block">The input value is retrieved from the react context.</div>
176
176
</section>
177
177
</li>
@@ -186,7 +186,7 @@ <h2>Method Details</h2>
186
186
<li>
187
187
<sectionclass="detail" id="values()">
188
188
<h3>values</h3>
189
-
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a>[]</span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-152">values</a></span>()</div>
189
+
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a>[]</span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-110">values</a></span>()</div>
190
190
<divclass="block">Returns an array containing the constants of this enum class, in
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-152">valueOf</a></span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name)</span></div>
201
+
<divclass="member-signature"><spanclass="modifiers">public static</span> <spanclass="return-type"><ahref="Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></span> <spanclass="element-name"><ahref="../../src-html/react4j/annotations/Input.Source.html#line-110">valueOf</a></span><wbr><spanclass="parameters">(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html" title="class or interface in java.lang" class="external-link">String</a> name)</span></div>
202
202
<divclass="block">Returns the enum constant of this class with the specified name.
203
203
The string must match <i>exactly</i> an identifier used to declare an
204
204
enum constant in this class. (Extraneous whitespace characters are
0 commit comments