Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 949AD200CAA for ; Fri, 2 Jun 2017 17:32:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 932F8160BE5; Fri, 2 Jun 2017 15:32:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 19884160BD1 for ; Fri, 2 Jun 2017 17:32:19 +0200 (CEST) Received: (qmail 98951 invoked by uid 500); 2 Jun 2017 15:32:19 -0000 Mailing-List: contact commits-help@juneau.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@juneau.incubator.apache.org Delivered-To: mailing list commits@juneau.incubator.apache.org Received: (qmail 98942 invoked by uid 99); 2 Jun 2017 15:32:19 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2017 15:32:19 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id CBF25C2489 for ; Fri, 2 Jun 2017 15:32:18 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id cdOPlEI3QVtV for ; Fri, 2 Jun 2017 15:32:14 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 1A66A60EA6 for ; Fri, 2 Jun 2017 15:32:03 +0000 (UTC) Received: (qmail 96882 invoked by uid 99); 2 Jun 2017 15:32:03 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2017 15:32:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2CFB4DFA0A; Fri, 2 Jun 2017 15:32:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jamesbognar@apache.org To: commits@juneau.incubator.apache.org Date: Fri, 02 Jun 2017 15:32:34 -0000 Message-Id: In-Reply-To: <750affca897049ce8971831a68ce4a30@git.apache.org> References: <750affca897049ce8971831a68ce4a30@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [33/51] [partial] incubator-juneau-website git commit: Javadoc updates. archived-at: Fri, 02 Jun 2017 15:32:22 -0000 http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Style.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Style.html b/content/site/apidocs/org/apache/juneau/dto/html5/Style.html index 1ba0b43..71a806e 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Style.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Style.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

@Bean(typeName="style")
-public class Style
+public class Style
 extends HtmlElementRawText
DTO for an HTML <style> element. -

+

+ +

Additional Information
+ @@ -236,7 +244,7 @@ extends
  • Style

    -
    public Style()
    +
    public Style()
  • @@ -253,7 +261,7 @@ extends
  • media

    -
    public final Style media(String media)
    +
    public final Style media(String media)
    media attribute. Applicable media.
    @@ -270,7 +278,7 @@ extends
  • type

    -
    public final Style type(String type)
    +
    public final Style type(String type)
    type attribute. Type of embedded resource.
    @@ -287,7 +295,7 @@ extends
  • _class

    -
    public final Style _class(String _class)
    +
    public final Style _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -306,7 +314,7 @@ extends
  • style

    -
    public final Style style(String style)
    +
    public final Style style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -325,7 +333,7 @@ extends
  • id

    -
    public final Style id(String id)
    +
    public final Style id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -344,7 +352,7 @@ extends
  • text

    -
    public final Style text(Object text)
    +
    public final Style text(Object text)
    Description copied from class: HtmlElementRawText
    Sets the text node on this element.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html b/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html index 5d96219..1791a94 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Sub.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

    @Bean(typeName="sub")
    -public class Sub
    +public class Sub
     extends HtmlElementMixed
    DTO for an HTML <sub> element. -

    +

    + +

    Additional Information
    +
  • @@ -230,7 +238,7 @@ extends
  • Sub

    -
    public Sub()
    +
    public Sub()
  • @@ -247,7 +255,7 @@ extends
  • _class

    -
    public final Sub _class(String _class)
    +
    public final Sub _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -266,7 +274,7 @@ extends
  • id

    -
    public final Sub id(String id)
    +
    public final Sub id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -285,7 +293,7 @@ extends
  • style

    -
    public final Sub style(String style)
    +
    public final Sub style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -304,7 +312,7 @@ extends
  • children

    -
    public Sub children(Object... children)
    +
    public Sub children(Object... children)
    Description copied from class: HtmlElementMixed
    Adds one or more child elements to this element.
    @@ -324,7 +332,7 @@ extends
  • child

    -
    public Sub child(Object child)
    +
    public Sub child(Object child)
    Description copied from class: HtmlElementMixed
    Adds a child element to this element.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html b/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html index f40d7be..4eaf3c4 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Sup.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

    @Bean(typeName="sup")
    -public class Sup
    +public class Sup
     extends HtmlElementMixed
    DTO for an HTML <sup> element. -

    +

    + +

    Additional Information
    +
  • @@ -230,7 +238,7 @@ extends
  • Sup

    -
    public Sup()
    +
    public Sup()
  • @@ -247,7 +255,7 @@ extends
  • _class

    -
    public final Sup _class(String _class)
    +
    public final Sup _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -266,7 +274,7 @@ extends
  • id

    -
    public final Sup id(String id)
    +
    public final Sup id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -285,7 +293,7 @@ extends
  • style

    -
    public final Sup style(String style)
    +
    public final Sup style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -304,7 +312,7 @@ extends
  • children

    -
    public Sup children(Object... children)
    +
    public Sup children(Object... children)
    Description copied from class: HtmlElementMixed
    Adds one or more child elements to this element.
    @@ -324,7 +332,7 @@ extends
  • child

    -
    public Sup child(Object child)
    +
    public Sup child(Object child)
    Description copied from class: HtmlElementMixed
    Adds a child element to this element.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Table.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Table.html b/content/site/apidocs/org/apache/juneau/dto/html5/Table.html index 4f1d9a9..f1b8d49 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Table.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Table.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

    @Bean(typeName="table")
    -public class Table
    +public class Table
     extends HtmlElementContainer
    DTO for an HTML <table> element. -

    +

    + +

    Additional Information
    +
  • @@ -236,7 +244,7 @@ extends
  • Table

    -
    public Table()
    +
    public Table()
  • @@ -253,7 +261,7 @@ extends
  • border

    -
    public final Table border(Object border)
    +
    public final Table border(Object border)
    border attribute. //sortable - Enables a sorting interface for the table.
    @@ -271,7 +279,7 @@ extends
  • _class

    -
    public final Table _class(String _class)
    +
    public final Table _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -290,7 +298,7 @@ extends
  • id

    -
    public final Table id(String id)
    +
    public final Table id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -309,7 +317,7 @@ extends
  • style

    -
    public final Table style(String style)
    +
    public final Table style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -328,7 +336,7 @@ extends
  • children

    -
    public final Table children(Object... children)
    +
    public final Table children(Object... children)
    Description copied from class: HtmlElementContainer
    Adds one or more child elements to this element.
    @@ -347,7 +355,7 @@ extends
  • child

    -
    public final Table child(Object child)
    +
    public final Table child(Object child)
    Description copied from class: HtmlElementContainer
    Adds a child element to this element.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html b/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html index 9ca6b40..ae4588e 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Tbody.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

    @Bean(typeName="tbody")
    -public class Tbody
    +public class Tbody
     extends HtmlElementContainer
    DTO for an HTML <tbody> element. -

    +

    + +

    Additional Information
    +
  • @@ -230,7 +238,7 @@ extends
  • Tbody

    -
    public Tbody()
    +
    public Tbody()
  • @@ -247,7 +255,7 @@ extends
  • _class

    -
    public final Tbody _class(String _class)
    +
    public final Tbody _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -266,7 +274,7 @@ extends
  • id

    -
    public final Tbody id(String id)
    +
    public final Tbody id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -285,7 +293,7 @@ extends
  • style

    -
    public final Tbody style(String style)
    +
    public final Tbody style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -304,7 +312,7 @@ extends
  • children

    -
    public final Tbody children(Object... children)
    +
    public final Tbody children(Object... children)
    Description copied from class: HtmlElementContainer
    Adds one or more child elements to this element.
    @@ -323,7 +331,7 @@ extends
  • child

    -
    public final Tbody child(Object child)
    +
    public final Tbody child(Object child)
    Description copied from class: HtmlElementContainer
    Adds a child element to this element.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Td.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Td.html b/content/site/apidocs/org/apache/juneau/dto/html5/Td.html index 2fb5c75..c9a262e 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Td.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Td.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

    @Bean(typeName="td")
    -public class Td
    +public class Td
     extends HtmlElementMixed
    DTO for an HTML <td> element. -

    +

    + +

    Additional Information
    +
  • @@ -248,7 +256,7 @@ extends
  • Td

    -
    public Td()
    +
    public Td()
  • @@ -265,7 +273,7 @@ extends
  • colspan

    -
    public final Td colspan(Object colspan)
    +
    public final Td colspan(Object colspan)
    colspan attribute. Number of columns that the cell is to span.
    @@ -283,7 +291,7 @@ extends
  • headers

    -
    public final Td headers(String headers)
    +
    public final Td headers(String headers)
    headers attribute. The header cells for this cell.
    @@ -300,7 +308,7 @@ extends
  • rowspan

    -
    public final Td rowspan(Object rowspan)
    +
    public final Td rowspan(Object rowspan)
    rowspan attribute. Number of rows that the cell is to span.
    @@ -318,7 +326,7 @@ extends
  • _class

    -
    public final Td _class(String _class)
    +
    public final Td _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -337,7 +345,7 @@ extends
  • id

    -
    public final Td id(String id)
    +
    public final Td id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -356,7 +364,7 @@ extends
  • style

    -
    public final Td style(String style)
    +
    public final Td style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -375,7 +383,7 @@ extends
  • children

    -
    public Td children(Object... children)
    +
    public Td children(Object... children)
    Description copied from class: HtmlElementMixed
    Adds one or more child elements to this element.
    @@ -395,7 +403,7 @@ extends
  • child

    -
    public Td child(Object child)
    +
    public Td child(Object child)
    Description copied from class: HtmlElementMixed
    Adds a child element to this element.
    http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1cf7b4bb/content/site/apidocs/org/apache/juneau/dto/html5/Template.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Template.html b/content/site/apidocs/org/apache/juneau/dto/html5/Template.html index 9f0263d..0f7fb0a 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Template.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Template.html @@ -119,10 +119,18 @@ var activeTableTab = "activeTableTab";

    @Bean(typeName="template")
    -public class Template
    +public class Template
     extends HtmlElementMixed
    DTO for an HTML <template> element. -

    +

    + +

    Additional Information
    +
  • @@ -230,7 +238,7 @@ extends
  • Template

    -
    public Template()
    +
    public Template()
  • @@ -247,7 +255,7 @@ extends
  • _class

    -
    public final Template _class(String _class)
    +
    public final Template _class(String _class)
    Description copied from class: HtmlElement
    class attribute.
    @@ -266,7 +274,7 @@ extends
  • id

    -
    public final Template id(String id)
    +
    public final Template id(String id)
    Description copied from class: HtmlElement
    id attribute.
    @@ -285,7 +293,7 @@ extends
  • style

    -
    public final Template style(String style)
    +
    public final Template style(String style)
    Description copied from class: HtmlElement
    style attribute.
    @@ -304,7 +312,7 @@ extends
  • children

    -
    public Template children(Object... children)
    +
    public Template children(Object... children)
    Description copied from class: HtmlElementMixed
    Adds one or more child elements to this element.
    @@ -324,7 +332,7 @@ extends
  • child

    -
    public Template child(Object child)
    +
    public Template child(Object child)
    Description copied from class: HtmlElementMixed
    Adds a child element to this element.