http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html b/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html index 1e80519..0ea7ea9 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Meter.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="meter") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.30">Meter</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.32">Meter</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-meter-element"><meter></a> element. +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-meter-element"><meter></a> + element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -274,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Meter</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.30">Meter</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.32">Meter</a>()</pre> </li> </ul> </li> @@ -291,7 +293,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>high</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.39">high</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> high)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.42">high</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> high)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-high">high</a> attribute. Low limit of high range.</div> <dl> @@ -309,7 +311,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>low</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.51">low</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> low)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.55">low</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> low)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-low">low</a> attribute. High limit of low range.</div> <dl> @@ -327,7 +329,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>max</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.63">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> max)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.68">max</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> max)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-max">max</a> attribute. Upper bound of range.</div> <dl> @@ -345,7 +347,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>min</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.75">min</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> min)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.81">min</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> min)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-min">min</a> attribute. Lower bound of range.</div> <dl> @@ -363,7 +365,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>optimum</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.87">optimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> optimum)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.94">optimum</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> optimum)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-optimum">optimum</a> attribute. Optimum value in gauge.</div> <dl> @@ -381,7 +383,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>value</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.99">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.107">value</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> value)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-meter-value">value</a> attribute. Current value of the element.</div> <dl> @@ -399,7 +401,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.110">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.118">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -418,7 +420,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.116">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.124">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -437,7 +439,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.122">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.130">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -456,7 +458,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.128">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.136">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -476,7 +478,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.134">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Meter.html" title="class in org.apache.juneau.dto.html5">Meter</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Meter.html#line.142">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html b/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html index 6e4835f..49ce296 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Nav.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="nav") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.30">Nav</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.32">Nav</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-nav-element"><nav></a> element. +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/sections.html#the-nav-element"><nav></a> + element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -238,7 +240,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Nav</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.30">Nav</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.32">Nav</a>()</pre> </li> </ul> </li> @@ -255,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.37">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.39">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -274,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.43">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.45">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -293,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.49">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.51">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -312,7 +314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.55">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.57">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -332,7 +334,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.61">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Nav.html" title="class in org.apache.juneau.dto.html5">Nav</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Nav.html#line.63">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html b/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html index b91c42d..7395b84 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Noscript.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="noscript") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.30">Noscript</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.32">Noscript</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/scripting-1.html#the-noscript-element"><noscript></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/scripting-1.html#the-noscript-element"><noscript></a> element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -238,7 +240,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Noscript</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.30">Noscript</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.32">Noscript</a>()</pre> </li> </ul> </li> @@ -255,7 +257,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.38">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.40">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -274,7 +276,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.44">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.46">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -293,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.50">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.52">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -312,7 +314,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.56">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.58">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -332,7 +334,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.62">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Noscript.html" title="class in org.apache.juneau.dto.html5">Noscript</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Noscript.html#line.64">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html b/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html index a11e8db..f4c6ba1 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Object2.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="object") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.30">Object2</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.32">Object2</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element"><object></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#the-object-element"><object></a> element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -199,7 +201,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Object2.html#height-java.lang.Object-">height</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> height)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> + attribute.</div> </td> </tr> <tr id="i6" class="altColor"> @@ -229,13 +232,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <tr id="i10" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Object2.html#typemustmatch-java.lang.Object-">typemustmatch</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> typemustmatch)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch">typemustmatch</a> attribute.</div> +<div class="block"><a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch">typemustmatch</a> attribute.</div> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Object2.html#usemap-java.lang.String-">usemap</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> usemap)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute.</div> +<div class="block"><a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute.</div> </td> </tr> <tr id="i12" class="altColor"> @@ -286,7 +291,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Object2</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.30">Object2</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.32">Object2</a>()</pre> </li> </ul> </li> @@ -303,7 +308,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>data</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.38">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> data)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.41">data</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> data)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-data">data</a> attribute. Address of the resource.</div> <dl> @@ -320,7 +325,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>form</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.49">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> form)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.53">form</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> form)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fae-form">form</a> attribute. Associates the control with a form element.</div> <dl> @@ -337,8 +342,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>height</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.61">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> height)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.67">height</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> height)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-height">height</a> + attribute. Vertical dimension.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -355,7 +361,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.72">name</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.79">name</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-name">name</a> attribute. Name of nested browsing context.</div> <dl> @@ -372,7 +378,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>type</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.83">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.91">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-type">type</a> attribute. Type of embedded resource.</div> <dl> @@ -389,8 +395,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>typemustmatch</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.95">typemustmatch</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> typemustmatch)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch">typemustmatch</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.105">typemustmatch</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> typemustmatch)</pre> +<div class="block"><a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-object-typemustmatch">typemustmatch</a> attribute. Whether the type attribute and the Content-Type value need to match for the resource to be used.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -407,8 +414,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>usemap</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.106">usemap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> usemap)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.118">usemap</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> usemap)</pre> +<div class="block"><a class="doclink" + href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-hyperlink-usemap">usemap</a> attribute. Name of image map to use.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -424,7 +432,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>width</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.118">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> width)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.131">width</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> width)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/embedded-content-0.html#attr-dim-width">width</a> attribute. Horizontal dimension.</div> <dl> @@ -442,7 +450,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.129">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.142">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -461,7 +469,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.135">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.148">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -480,7 +488,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.141">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.154">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -499,7 +507,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.147">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.160">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">HtmlElementMixed</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -519,7 +527,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.153">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Object2.html" title="class in org.apache.juneau.dto.html5">Object2</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Object2.html#line.166">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">HtmlElementMixed</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html b/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html index 84fbe29..1871539 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Ol.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="ol") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.30">Ol</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.32">Ol</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#the-ol-element"><ol></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/grouping-content.html#the-ol-element"><ol></a> element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -193,7 +195,8 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <tr id="i4" class="altColor"> <td class="colFirst"><code><a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../org/apache/juneau/dto/html5/Ol.html#reversed-java.lang.Object-">reversed</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> reversed)</code> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed">reversed</a> attribute.</div> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed">reversed</a> + attribute.</div> </td> </tr> <tr id="i5" class="rowColor"> @@ -256,7 +259,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockListLast"> <li class="blockList"> <h4>Ol</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.30">Ol</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.32">Ol</a>()</pre> </li> </ul> </li> @@ -273,8 +276,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>reversed</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.39">reversed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> reversed)</pre> -<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed">reversed</a> attribute. +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.43">reversed</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> reversed)</pre> +<div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-reversed">reversed</a> + attribute. Number the list backwards..</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -291,7 +295,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>start</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.51">start</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> start)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.56">start</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> start)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-start">start</a> attribute. Ordinal value of the first item.</div> <dl> @@ -309,9 +313,9 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>type</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.62">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.68">type</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> type)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/grouping-content.html#attr-ol-type">type</a> attribute. - Kind of list marker..</div> + Kind of list marker.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>type</code> - The new value for this attribute.</dd> @@ -326,7 +330,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.73">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.79">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -345,7 +349,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.79">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.85">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -364,7 +368,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.85">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.91">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -383,7 +387,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.91">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.97">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -402,7 +406,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.97">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Ol.html" title="class in org.apache.juneau.dto.html5">Ol</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Ol.html#line.103">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/89e089cf/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html b/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html index 2b50140..6367c84 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Optgroup.html @@ -119,14 +119,16 @@ var activeTableTab = "activeTableTab"; <hr> <br> <pre><a href="../../../../../org/apache/juneau/annotation/Bean.html" title="annotation in org.apache.juneau.annotation">@Bean</a>(<a href="../../../../../org/apache/juneau/annotation/Bean.html#typeName--">typeName</a>="optgroup") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.30">Optgroup</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.32">Optgroup</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html" title="class in org.apache.juneau.dto.html5">HtmlElementContainer</a></pre> -<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-optgroup-element"><optgroup></a> element. +<div class="block">DTO for an HTML <a class="doclink" + href="https://www.w3.org/TR/html5/forms.html#the-optgroup-element"><optgroup></a> element. <p> <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects (org.apache.juneau.dto)</a> + <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + (org.apache.juneau.dto)</a> <ul> <li class='sublink'><a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> </ul> @@ -250,7 +252,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockListLast"> <li class="blockList"> <h4>Optgroup</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.30">Optgroup</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.32">Optgroup</a>()</pre> </li> </ul> </li> @@ -267,7 +269,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>disabled</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.39">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> disabled)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.42">disabled</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> disabled)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-disabled">disabled</a> attribute. Whether the form control is disabled.</div> <dl> @@ -285,7 +287,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>label</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.50">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> label)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.54">label</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> label)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-optgroup-label">label</a> attribute. User-visible label.</div> <dl> @@ -302,7 +304,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.61">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.65">_class</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> _class)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#Z:Z_class-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#classes">class</a> attribute.</div> <dl> @@ -321,7 +323,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.67">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.71">id</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> id)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#id-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-id-attribute">id</a> attribute.</div> <dl> @@ -340,7 +342,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.73">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.77">style</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> style)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html#style-java.lang.String-">HtmlElement</a></code></span></div> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/dom.html#the-style-attribute">style</a> attribute.</div> <dl> @@ -359,7 +361,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockList"> <li class="blockList"> <h4>children</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.79">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.83">children</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>... children)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#children-java.lang.Object...-">HtmlElementContainer</a></code></span></div> <div class="block">Adds one or more child elements to this element.</div> <dl> @@ -378,7 +380,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockListLast"> <li class="blockList"> <h4>child</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.85">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Optgroup.html" title="class in org.apache.juneau.dto.html5">Optgroup</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Optgroup.html#line.89">child</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> child)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer.html#child-java.lang.Object-">HtmlElementContainer</a></code></span></div> <div class="block">Adds a child element to this element.</div> <dl>
