Skip to content

Commit 760164a

Browse files
author
Travis CI User
committed
Publish website - Travis build: 1343
1 parent d4a7b75 commit 760164a

22 files changed

+12
-1183
lines changed

api/react4j/annotations/package-tree.html

+11-11
Original file line numberDiff line numberDiff line change
@@ -77,32 +77,32 @@ <h1 class="title">Hierarchy For Package react4j.annotations</h1>
7777
<div class="contentContainer">
7878
<h2 title="Annotation Type Hierarchy">Annotation Type Hierarchy</h2>
7979
<ul>
80+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Publish.html" title="annotation in react4j.annotations"><span class="typeNameLink">Publish</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8081
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/InputValidate.html" title="annotation in react4j.annotations"><span class="typeNameLink">InputValidate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
81-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Render.html" title="annotation in react4j.annotations"><span class="typeNameLink">Render</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8282
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PostMountOrUpdate.html" title="annotation in react4j.annotations"><span class="typeNameLink">PostMountOrUpdate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
83+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/ScheduleRender.html" title="annotation in react4j.annotations"><span class="typeNameLink">ScheduleRender</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
84+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PostMount.html" title="annotation in react4j.annotations"><span class="typeNameLink">PostMount</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
85+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PreUpdate.html" title="annotation in react4j.annotations"><span class="typeNameLink">PreUpdate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8386
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/SuppressReact4jWarnings.html" title="annotation in react4j.annotations"><span class="typeNameLink">SuppressReact4jWarnings</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
84-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/InputDefault.html" title="annotation in react4j.annotations"><span class="typeNameLink">InputDefault</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
85-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Publish.html" title="annotation in react4j.annotations"><span class="typeNameLink">Publish</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
87+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/View.html" title="annotation in react4j.annotations"><span class="typeNameLink">View</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8688
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/InputRef.html" title="annotation in react4j.annotations"><span class="typeNameLink">InputRef</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
89+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/OnError.html" title="annotation in react4j.annotations"><span class="typeNameLink">OnError</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
90+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Render.html" title="annotation in react4j.annotations"><span class="typeNameLink">Render</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
91+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/InputDefault.html" title="annotation in react4j.annotations"><span class="typeNameLink">InputDefault</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
8792
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/OnInputChange.html" title="annotation in react4j.annotations"><span class="typeNameLink">OnInputChange</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
88-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PostUpdate.html" title="annotation in react4j.annotations"><span class="typeNameLink">PostUpdate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
89-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/View.html" title="annotation in react4j.annotations"><span class="typeNameLink">View</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
90-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PreUpdate.html" title="annotation in react4j.annotations"><span class="typeNameLink">PreUpdate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
9193
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Input.html" title="annotation in react4j.annotations"><span class="typeNameLink">Input</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
92-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PostMount.html" title="annotation in react4j.annotations"><span class="typeNameLink">PostMount</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
93-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/ScheduleRender.html" title="annotation in react4j.annotations"><span class="typeNameLink">ScheduleRender</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
94-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/OnError.html" title="annotation in react4j.annotations"><span class="typeNameLink">OnError</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
94+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/PostUpdate.html" title="annotation in react4j.annotations"><span class="typeNameLink">PostUpdate</span></a> (implements java.lang.annotation.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html?is-external=true" title="class or interface in java.lang.annotation">Annotation</a>)</li>
9595
</ul>
9696
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
9797
<ul>
9898
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
9999
<ul>
100100
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
101101
<ul>
102-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/OnInputChange.Phase.html" title="enum in react4j.annotations"><span class="typeNameLink">OnInputChange.Phase</span></a></li>
103-
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Feature.html" title="enum in react4j.annotations"><span class="typeNameLink">Feature</span></a></li>
104102
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Input.Source.html" title="enum in react4j.annotations"><span class="typeNameLink">Input.Source</span></a></li>
103+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/OnInputChange.Phase.html" title="enum in react4j.annotations"><span class="typeNameLink">OnInputChange.Phase</span></a></li>
105104
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/View.Type.html" title="enum in react4j.annotations"><span class="typeNameLink">View.Type</span></a></li>
105+
<li type="circle">react4j.annotations.<a href="../../react4j/annotations/Feature.html" title="enum in react4j.annotations"><span class="typeNameLink">Feature</span></a></li>
106106
</ul>
107107
</li>
108108
</ul>

api/react4j/dom/proptypes/cssPropertyTypes/package-tree.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ <h2 title="Enum Hierarchy">Enum Hierarchy</h2>
8181
<ul>
8282
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Enum</span></a>&lt;E&gt; (implements java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;T&gt;, java.io.<a href="https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)
8383
<ul>
84-
<li type="circle">react4j.dom.proptypes.cssPropertyTypes.<a href="../../../../react4j/dom/proptypes/cssPropertyTypes/Visibility.html" title="enum in react4j.dom.proptypes.cssPropertyTypes"><span class="typeNameLink">Visibility</span></a></li>
8584
<li type="circle">react4j.dom.proptypes.cssPropertyTypes.<a href="../../../../react4j/dom/proptypes/cssPropertyTypes/AnimationFillMode.html" title="enum in react4j.dom.proptypes.cssPropertyTypes"><span class="typeNameLink">AnimationFillMode</span></a></li>
85+
<li type="circle">react4j.dom.proptypes.cssPropertyTypes.<a href="../../../../react4j/dom/proptypes/cssPropertyTypes/Visibility.html" title="enum in react4j.dom.proptypes.cssPropertyTypes"><span class="typeNameLink">Visibility</span></a></li>
8686
</ul>
8787
</li>
8888
</ul>

vchat/css/vchat2.css

-173
This file was deleted.

vchat/css/vchat2.css.gz

-950 Bytes
Binary file not shown.

vchat/img/cam_off.svg

-3
This file was deleted.

vchat/img/cam_on.svg

-3
This file was deleted.

vchat/img/favicon.ico

-8.94 KB
Binary file not shown.

vchat/img/fullscreen_off.svg

-3
This file was deleted.

vchat/img/fullscreen_on.svg

-3
This file was deleted.

vchat/img/hangup.svg

-3
This file was deleted.

vchat/img/mic_off.svg

-3
This file was deleted.

vchat/img/mic_on.svg

-3
This file was deleted.

vchat/img/screen_share_off.svg

-5
This file was deleted.

vchat/img/screen_share_on.svg

-3
This file was deleted.

vchat/index.html

-24
This file was deleted.

vchat/index.html.gz

-338 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)