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
<divclass="block">Interface implemented by objects so that they can be marked as <ahref="react4j/annotations/Input.html#immutable()"><code>Input.immutable()</code></a></div>
204
+
<divclass="block">Interface implemented by objects so that they can contribute to the synthetic key for immutable inputs.</div>
205
205
</div>
206
206
<divclass="col-first even-row-color all-classes-table all-classes-table-tab2"><ahref="react4j/dom/proptypes/html/LabelProps.html" title="class in react4j.dom.proptypes.html">LabelProps</a></div>
<dt><a href="react4j/dom/proptypes/html/ImgProps.html#%3Cinit%3E()" class="member-name-link">ImgProps()</a> - Constructor for class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/ImgProps.html" title="class in react4j.dom.proptypes.html">ImgProps</a></dt>
2618
2618
<dd> </dd>
2619
-
<dt><a href="react4j/annotations/Input.html#immutable()" class="member-name-link">immutable()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
2620
-
<dd>
2621
-
<div class="block">True if the input is not expected to change after initial value is set.</div>
2622
-
</dd>
2623
2619
<dt><a href="react4j/dom/proptypes/cssPropertyTypes/AnimationFillMode.html#inherit" class="member-name-link">inherit</a> - Static variable in annotation interface react4j.dom.proptypes.cssPropertyTypes.<a href="react4j/dom/proptypes/cssPropertyTypes/AnimationFillMode.html" title="annotation interface in react4j.dom.proptypes.cssPropertyTypes">AnimationFillMode</a></dt>
2624
2620
<dd> </dd>
2625
2621
<dt><a href="react4j/dom/proptypes/cssPropertyTypes/Visibility.html#inherit" class="member-name-link">inherit</a> - Static variable in annotation interface react4j.dom.proptypes.cssPropertyTypes.<a href="react4j/dom/proptypes/cssPropertyTypes/Visibility.html" title="annotation interface in react4j.dom.proptypes.cssPropertyTypes">Visibility</a></dt>
<dt><a href="react4j/Keyed.html" class="type-name-link" title="interface in react4j">Keyed</a> - Interface in <a href="react4j/package-summary.html">react4j</a></dt>
2795
2791
<dd>
2796
-
<div class="block">Interface implemented by objects so that they can be marked as <a href="react4j/annotations/Input.html#immutable()"><code>Input.immutable()</code></a></div>
2792
+
<div class="block">Interface implemented by objects so that they can contribute to the synthetic key for immutable inputs.</div>
<divclass="block">Interface implemented by objects so that they can be marked as <ahref="annotations/Input.html#immutable()"><code>Input.immutable()</code></a></div>
76
+
<divclass="block">Interface implemented by objects so that they can contribute to the synthetic key for immutable inputs.</div>
<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-184">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-157">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-188">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-161">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-179">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-152">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-179">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-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>
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