Link to frowRaw method of Models class
authorJaroslav Tulach <jtulach@netbeans.org>
Mon, 14 Dec 2015 06:10:54 +0100
changeset 1034f5d6e09568b6
parent 1033 2e760d35d231
child 1035 3534e15dc446
child 1037 e390a06dbfac
Link to frowRaw method of Models class
json/src/main/java/net/java/html/json/Model.java
     1.1 --- a/json/src/main/java/net/java/html/json/Model.java	Mon Dec 14 06:05:11 2015 +0100
     1.2 +++ b/json/src/main/java/net/java/html/json/Model.java	Mon Dec 14 06:10:54 2015 +0100
     1.3 @@ -312,7 +312,9 @@
     1.4       * </pre><p>
     1.5       * Why there has to be default constructor? Because instances of 
     1.6       * classes generated by {@link Model @Model annotation} may be constructed
     1.7 -     * by the system as wrappers around existing JavaScript objects - then
     1.8 +     * by the system as 
     1.9 +     * {@link Models#fromRaw(net.java.html.BrwsrCtx, java.lang.Class, java.lang.Object) wrappers around existing JavaScript objects}
    1.10 +     * - then
    1.11       * there is nobody to provide additional parameters at construction time.
    1.12       * </p>
    1.13       * <p><b>How do I read private values?</b>