Skip to content

Commit cc2845b

Browse files
committed
Publish website
1 parent 2a9ae01 commit cc2845b

18 files changed

Lines changed: 2107 additions & 2543 deletions
Lines changed: 65 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[
2+
{
3+
"code": "java.method.attributeWithDefaultAddedToAnnotationType",
4+
"description": "The annotation has a new attribute with a default value.",
5+
"newElement": "method boolean react4j.annotations.Input::fromTreeContext()",
6+
"classification": {
7+
"SOURCE": "NON_BREAKING",
8+
"BINARY": "NON_BREAKING"
9+
},
10+
"attachments": {
11+
"classQualifiedName": "react4j.annotations.Input",
12+
"classSimpleName": "Input",
13+
"elementKind": "method",
14+
"methodName": "fromTreeContext",
15+
"package": "react4j.annotations"
16+
}
17+
},
18+
{
19+
"code": "java.class.removed",
20+
"description": "Class was removed.",
21+
"oldElement": "enum react4j.annotations.Input.Source",
22+
"classification": {
23+
"SOURCE": "BREAKING",
24+
"BINARY": "BREAKING"
25+
},
26+
"attachments": {
27+
"classQualifiedName": "react4j.annotations.Input.Source",
28+
"classSimpleName": "Source",
29+
"elementKind": "enum",
30+
"package": "react4j.annotations"
31+
}
32+
},
33+
{
34+
"code": "java.method.attributeRemovedFromAnnotationType",
35+
"description": "The annotation no longer has an attribute.",
36+
"oldElement": "method react4j.annotations.Feature react4j.annotations.View::sting()",
37+
"classification": {
38+
"SOURCE": "BREAKING",
39+
"BINARY": "BREAKING"
40+
},
41+
"attachments": {
42+
"classQualifiedName": "react4j.annotations.View",
43+
"classSimpleName": "View",
44+
"elementKind": "method",
45+
"methodName": "sting",
46+
"package": "react4j.annotations"
47+
}
48+
},
49+
{
50+
"code": "java.method.attributeRemovedFromAnnotationType",
51+
"description": "The annotation no longer has an attribute.",
52+
"oldElement": "method react4j.annotations.Input.Source react4j.annotations.Input::source()",
53+
"classification": {
54+
"SOURCE": "BREAKING",
55+
"BINARY": "BREAKING"
56+
},
57+
"attachments": {
58+
"classQualifiedName": "react4j.annotations.Input",
59+
"classSimpleName": "Input",
60+
"elementKind": "method",
61+
"methodName": "source",
62+
"package": "react4j.annotations"
63+
}
64+
}
65+
]

api/allclasses-index.html

Lines changed: 142 additions & 146 deletions
Large diffs are not rendered by default.

api/index-all.html

Lines changed: 5 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -766,10 +766,6 @@ <h2 class="title" id="I:C">C</h2>
766766
</dd>
767767
<dt><a href="react4j/Context.html#%3Cinit%3E()" class="member-name-link">Context()</a> - Constructor for class react4j.<a href="react4j/Context.html" title="class in react4j">Context</a></dt>
768768
<dd>&nbsp;</dd>
769-
<dt><a href="react4j/annotations/Input.Source.html#CONTEXT" class="member-name-link">CONTEXT</a> - Enum constant in enum class react4j.annotations.<a href="react4j/annotations/Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></dt>
770-
<dd>
771-
<div class="block">The input value is retrieved from the react context.</div>
772-
</dd>
773769
<dt><a href="react4j/Context.ConsumerBuilder.html" class="type-name-link" title="class in react4j">Context.ConsumerBuilder</a>&lt;<a href="react4j/Context.ConsumerBuilder.html" title="type parameter in Context.ConsumerBuilder">ST</a>&gt; - Class in <a href="react4j/package-summary.html">react4j</a></dt>
774770
<dd>
775771
<div class="block">A Builder for the Consumer component.</div>
@@ -861,10 +857,6 @@ <h2 class="title" id="I:D">D</h2>
861857
<dd>
862858
<div class="block">A control for entering a date and time, with no time zone.</div>
863859
</dd>
864-
<dt><a href="react4j/annotations/Input.Source.html#DEFAULT" class="member-name-link">DEFAULT</a> - Enum constant in enum class react4j.annotations.<a href="react4j/annotations/Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></dt>
865-
<dd>
866-
<div class="block">The input value is passed to the view during construction.</div>
867-
</dd>
868860
<dt><a href="react4j/dom/proptypes/html/BtnProps.html#defaultChecked()" class="member-name-link">defaultChecked()</a> - Method in class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/BtnProps.html" title="class in react4j.dom.proptypes.html">BtnProps</a></dt>
869861
<dd>&nbsp;</dd>
870862
<dt><a href="react4j/dom/proptypes/html/InputProps.html#defaultChecked()" class="member-name-link">defaultChecked()</a> - Method in class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/InputProps.html" title="class in react4j.dom.proptypes.html">InputProps</a></dt>
@@ -1231,6 +1223,11 @@ <h2 class="title" id="I:F">F</h2>
12311223
<dd>&nbsp;</dd>
12321224
<dt><a href="react4j/dom/proptypes/html/BtnProps.html#from(java.lang.String)" class="member-name-link">from(String)</a> - Method in class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/BtnProps.html" title="class in react4j.dom.proptypes.html">BtnProps</a></dt>
12331225
<dd>&nbsp;</dd>
1226+
<dt><a href="react4j/annotations/Input.html#fromTreeContext()" class="member-name-link">fromTreeContext()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
1227+
<dd>
1228+
<div class="block">Return <code>true</code> if the input value should be sourced from tree context rather than supplied when
1229+
creating the view.</div>
1230+
</dd>
12341231
</dl>
12351232
<h2 class="title" id="I:G">G</h2>
12361233
<dl class="index">
@@ -2625,10 +2622,6 @@ <h2 class="title" id="I:I">I</h2>
26252622
<dd>
26262623
<div class="block">Annotation used to specify an input.</div>
26272624
</dd>
2628-
<dt><a href="react4j/annotations/Input.Source.html" class="type-name-link" title="enum class in react4j.annotations">Input.Source</a> - Enum Class in <a href="react4j/annotations/package-summary.html">react4j.annotations</a></dt>
2629-
<dd>
2630-
<div class="block">Enum where the input is sourced from.</div>
2631-
</dd>
26322625
<dt><a href="react4j/annotations/InputDefault.html" class="type-name-link" title="annotation interface in react4j.annotations">InputDefault</a> - Annotation Interface in <a href="react4j/annotations/package-summary.html">react4j.annotations</a></dt>
26332626
<dd>
26342627
<div class="block">Annotation used to specify the default value for a input.</div>
@@ -5694,10 +5687,6 @@ <h2 class="title" id="I:S">S</h2>
56945687
<div class="block">SortOrder define the orders in which methods are
56955688
invoked.</div>
56965689
</dd>
5697-
<dt><a href="react4j/annotations/Input.html#source()" class="member-name-link">source()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/Input.html" title="annotation interface in react4j.annotations">Input</a></dt>
5698-
<dd>
5699-
<div class="block">The setting controlling where the input value is source from.</div>
5700-
</dd>
57015690
<dt><a href="react4j/dom/DOM.html#source()" class="member-name-link">source()</a> - Static method in class react4j.dom.<a href="react4j/dom/DOM.html" title="class in react4j.dom">DOM</a></dt>
57025691
<dd>&nbsp;</dd>
57035692
<dt><a href="react4j/dom/DOM.html#source(react4j.dom.proptypes.html.SourceProps)" class="member-name-link">source(SourceProps)</a> - Static method in class react4j.dom.<a href="react4j/dom/DOM.html" title="class in react4j.dom">DOM</a></dt>
@@ -5770,10 +5759,6 @@ <h2 class="title" id="I:S">S</h2>
57705759
</dd>
57715760
<dt><a href="react4j/dom/proptypes/html/InputProps.html#step(java.lang.String)" class="member-name-link">step(String)</a> - Method in class react4j.dom.proptypes.html.<a href="react4j/dom/proptypes/html/InputProps.html" title="class in react4j.dom.proptypes.html">InputProps</a></dt>
57725761
<dd>&nbsp;</dd>
5773-
<dt><a href="react4j/annotations/View.html#sting()" class="member-name-link">sting()</a> - Element in annotation interface react4j.annotations.<a href="react4j/annotations/View.html" title="annotation interface in react4j.annotations">View</a></dt>
5774-
<dd>
5775-
<div class="block">Enum controlling whether Sting injection integration is generated for the view.</div>
5776-
</dd>
57775762
<dt><a href="react4j/dom/events/SyntheticEvent.html#stopPropagation()" class="member-name-link">stopPropagation()</a> - Method in class react4j.dom.events.<a href="react4j/dom/events/SyntheticEvent.html" title="class in react4j.dom.events">SyntheticEvent</a></dt>
57785763
<dd>&nbsp;</dd>
57795764
<dt><a href="react4j/ReactTestUtil.html#storeDebugDataAsState()" class="member-name-link">storeDebugDataAsState()</a> - Static method in class react4j.<a href="react4j/ReactTestUtil.html" title="class in react4j">ReactTestUtil</a></dt>
@@ -6369,10 +6354,6 @@ <h2 class="title" id="I:V">V</h2>
63696354
<dd>
63706355
<div class="block">Returns the enum constant of this class with the specified name.</div>
63716356
</dd>
6372-
<dt><a href="react4j/annotations/Input.Source.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class react4j.annotations.<a href="react4j/annotations/Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></dt>
6373-
<dd>
6374-
<div class="block">Returns the enum constant of this class with the specified name.</div>
6375-
</dd>
63766357
<dt><a href="react4j/annotations/OnInputChange.Phase.html#valueOf(java.lang.String)" class="member-name-link">valueOf(String)</a> - Static method in enum class react4j.annotations.<a href="react4j/annotations/OnInputChange.Phase.html" title="enum class in react4j.annotations">OnInputChange.Phase</a></dt>
63776358
<dd>
63786359
<div class="block">Returns the enum constant of this class with the specified name.</div>
@@ -6386,11 +6367,6 @@ <h2 class="title" id="I:V">V</h2>
63866367
<div class="block">Returns an array containing the constants of this enum class, in
63876368
the order they are declared.</div>
63886369
</dd>
6389-
<dt><a href="react4j/annotations/Input.Source.html#values()" class="member-name-link">values()</a> - Static method in enum class react4j.annotations.<a href="react4j/annotations/Input.Source.html" title="enum class in react4j.annotations">Input.Source</a></dt>
6390-
<dd>
6391-
<div class="block">Returns an array containing the constants of this enum class, in
6392-
the order they are declared.</div>
6393-
</dd>
63946370
<dt><a href="react4j/annotations/OnInputChange.Phase.html#values()" class="member-name-link">values()</a> - Static method in enum class react4j.annotations.<a href="react4j/annotations/OnInputChange.Phase.html" title="enum class in react4j.annotations">OnInputChange.Phase</a></dt>
63956371
<dd>
63966372
<div class="block">Returns an array containing the constants of this enum class, in

api/member-search-index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/overview-tree.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ <h2 title="Enum Class Hierarchy">Enum Class Hierarchy</h2>
205205
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Enum.html" class="type-name-link external-link" title="class or interface in java.lang">Enum</a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/Comparable.html" title="class or interface in java.lang" class="external-link">Comparable</a>&lt;T&gt;, java.lang.constant.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/constant/Constable.html" title="class or interface in java.lang.constant" class="external-link">Constable</a>, java.io.<a href="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/io/Serializable.html" title="class or interface in java.io" class="external-link">Serializable</a>)
206206
<ul>
207207
<li class="circle">react4j.annotations.<a href="react4j/annotations/Feature.html" class="type-name-link" title="enum class in react4j.annotations">Feature</a></li>
208-
<li class="circle">react4j.annotations.<a href="react4j/annotations/Input.Source.html" class="type-name-link" title="enum class in react4j.annotations">Input.Source</a></li>
209208
<li class="circle">react4j.annotations.<a href="react4j/annotations/OnInputChange.Phase.html" class="type-name-link" title="enum class in react4j.annotations">OnInputChange.Phase</a></li>
210209
<li class="circle">react4j.annotations.<a href="react4j/annotations/View.Type.html" class="type-name-link" title="enum class in react4j.annotations">View.Type</a></li>
211210
</ul>

0 commit comments

Comments
 (0)