http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html b/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html index 2c4014b..5bb8d91 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Textarea.html @@ -119,19 +119,21 @@ 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>="textarea") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.32">Textarea</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.34">Textarea</a> extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html" title="class in org.apache.juneau.dto.html5">HtmlElementRawText</a></pre> -<div class="block">DTO for an HTML <a class="doclink" - href="https://www.w3.org/TR/html5/forms.html#the-textarea-element"><textarea></a> element. - <p> +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/forms.html#the-textarea-element"><textarea></a> + element. <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> + </ul> + </li> </ul></div> </li> </ul> @@ -325,7 +327,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockListLast"> <li class="blockList"> <h4>Textarea</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.32">Textarea</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.34">Textarea</a>()</pre> </li> </ul> </li> @@ -342,8 +344,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>autocomplete</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.41">autocomplete</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> autocomplete)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.45">autocomplete</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> autocomplete)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autocomplete">autocomplete</a> attribute. + + <p> Hint for form auto-fill feature.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -359,13 +363,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>autofocus</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.54">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> autofocus)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.61">autofocus</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a> autofocus)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-autofocus">autofocus</a> attribute. + + <p> Automatically focus the form control when the page is loaded.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>autofocus</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -377,13 +383,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>cols</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.67">cols</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> cols)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.77">cols</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> cols)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-cols">cols</a> attribute. + + <p> Maximum number of characters per line.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>cols</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -395,8 +403,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>dirname</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.79">dirname</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> dirname)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.91">dirname</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> dirname)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-fe-dirname">dirname</a> attribute. + + <p> Name of form field to use for sending the element's directionality in form submission.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -412,13 +422,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>disabled</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.92">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/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.107">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-fe-disabled">disabled</a> attribute. + + <p> Whether the form control is disabled.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>disabled</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -430,8 +442,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>form</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.104">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/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.121">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. + + <p> Associates the control with a form element.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -447,8 +461,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>inputmode</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.116">inputmode</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> inputmode)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.135">inputmode</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> inputmode)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#inputmode">inputmode</a> attribute. + + <p> Hint for selecting an input modality.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -464,13 +480,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>maxlength</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.129">maxlength</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> maxlength)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.151">maxlength</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> maxlength)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-maxlength">maxlength</a> attribute. + + <p> Maximum length of value.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>maxlength</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -482,13 +500,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>minlength</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.142">minlength</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> minlength)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.167">minlength</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> minlength)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-minlength">minlength</a> attribute. + + <p> Minimum length of value.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>minlength</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -500,8 +520,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>name</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.154">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/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.181">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/forms.html#attr-fe-name">name</a> attribute. + + <p> Name of form control to use for form submission and in the form.elements API.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -517,9 +539,11 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>placeholder</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.167">placeholder</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> placeholder)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.196">placeholder</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> placeholder)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-placeholder">placeholder</a> attribute. + + <p> User-visible label to be placed within the form control.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -535,13 +559,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>readonly</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.180">readonly</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> readonly)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.212">readonly</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> readonly)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-readonly">readonly</a> attribute. + + <p> Whether to allow the value to be edited by the user.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>readonly</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -553,13 +579,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>required</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.193">required</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> required)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.228">required</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> required)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-required">required</a> attribute. + + <p> Whether the control is required for form submission.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>required</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><code>Boolean</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -571,13 +599,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>rows</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.206">rows</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> rows)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.244">rows</a>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> rows)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-rows">rows</a> attribute. + + <p> Number of lines to show.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>rows</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -589,8 +619,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>wrap</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.218">wrap</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> wrap)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.258">wrap</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> wrap)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/forms.html#attr-textarea-wrap">wrap</a> attribute. + + <p> How the value of the form control is to be wrapped for form submission.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -606,7 +638,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>_class</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.229">_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/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.269">_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> @@ -625,7 +657,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>id</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.235">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/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.275">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> @@ -644,7 +676,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockList"> <li class="blockList"> <h4>style</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.241">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/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.281">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> @@ -663,7 +695,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.h <ul class="blockListLast"> <li class="blockList"> <h4>text</h4> -<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.247">text</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> text)</pre> +<pre>public <a href="../../../../../org/apache/juneau/dto/html5/Textarea.html" title="class in org.apache.juneau.dto.html5">Textarea</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Textarea.html#line.287">text</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> text)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class: <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementRawText.html#text-java.lang.Object-">HtmlElementRawText</a></code></span></div> <div class="block">Sets the text node on this element.</div> <dl>
http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html b/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html index b76e44a..88e2342 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Tfoot.html @@ -119,19 +119,21 @@ 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>="tfoot") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.32">Tfoot</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.34">Tfoot</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/tabular-data.html#the-tfoot-element"><tfoot></a> element. - <p> +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-tfoot-element"><tfoot></a> + element. <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> + </ul> + </li> </ul></div> </li> </ul> @@ -240,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockListLast"> <li class="blockList"> <h4>Tfoot</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.32">Tfoot</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.34">Tfoot</a>()</pre> </li> </ul> </li> @@ -257,7 +259,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/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.41">_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> @@ -276,7 +278,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/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.47">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> @@ -295,7 +297,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/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.53">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> @@ -314,7 +316,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/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.59">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> @@ -333,7 +335,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/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Tfoot.html" title="class in org.apache.juneau.dto.html5">Tfoot</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Tfoot.html#line.65">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/1b5bde65/content/site/apidocs/org/apache/juneau/dto/html5/Th.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Th.html b/content/site/apidocs/org/apache/juneau/dto/html5/Th.html index 1d8cbfe..306132a 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Th.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Th.html @@ -119,19 +119,21 @@ 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>="th") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.32">Th</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.34">Th</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/tabular-data.html#the-th-element"><th></a> element. - <p> +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-th-element"><th></a> + element. <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> + </ul> + </li> </ul></div> </li> </ul> @@ -276,7 +278,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Th</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.32">Th</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.34">Th</a>()</pre> </li> </ul> </li> @@ -293,8 +295,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>abbr</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.41">abbr</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> abbr)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.45">abbr</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> abbr)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-abbr">abbr</a> attribute. + + <p> Alternative label to use for the header cell when referencing the cell in other contexts.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -310,13 +314,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>colspan</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.54">colspan</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> colspan)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.61">colspan</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> colspan)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-colspan">colspan</a> attribute. + + <p> Number of columns that the cell is to span.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>colspan</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -328,8 +334,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>headers</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.66">headers</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> headers)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.75">headers</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> headers)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-headers">headers</a> attribute. + + <p> The headers for this cell.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -345,13 +353,15 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>rowspan</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.79">rowspan</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> rowspan)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.91">rowspan</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> rowspan)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-tdth-rowspan">rowspan</a> attribute. + + <p> Number of rows that the cell is to span.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>rowspan</code> - The new value for this attribute. - Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> + Typically a <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang"><code>Number</code></a> or <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -363,8 +373,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>scope</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.91">scope</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> scope)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.105">scope</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> scope)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#attr-th-scope">scope</a> attribute. + + <p> Specifies which cells the header cell applies to.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -380,8 +392,10 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>sorted</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.103">sorted</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> sorted)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.119">sorted</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> sorted)</pre> <div class="block"><a class="doclink" href="-">sorted</a> attribute. + + <p> Column sort direction and ordinality.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -397,7 +411,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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.114">_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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.130">_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> @@ -416,7 +430,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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.120">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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.136">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> @@ -435,7 +449,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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.126">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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.142">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> @@ -454,7 +468,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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.132">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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.148">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> @@ -462,7 +476,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">children</a></code> in class <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>children</code> - The children to add as child elements. - Can be a mixture of strings and <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a> objects.</dd> + Can be a mixture of strings and <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a> objects.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -474,7 +488,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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.138">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/Th.html" title="class in org.apache.juneau.dto.html5">Th</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Th.html#line.154">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> @@ -482,7 +496,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">child</a></code> in class <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>child</code> - The child to add as a child element. - Can be a string or <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a>.</dd> + Can be a string or <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> http://git-wip-us.apache.org/repos/asf/incubator-juneau-website/blob/1b5bde65/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html b/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html index 2f992f9..8fca8c4 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Thead.html @@ -119,19 +119,21 @@ 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>="thead") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.32">Thead</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.34">Thead</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/tabular-data.html#the-thead-element"><thead></a> element. - <p> +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/tabular-data.html#the-thead-element"><thead></a> + element. <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> + </ul> + </li> </ul></div> </li> </ul> @@ -240,7 +242,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementContainer <ul class="blockListLast"> <li class="blockList"> <h4>Thead</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.32">Thead</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.34">Thead</a>()</pre> </li> </ul> </li> @@ -257,7 +259,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/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.41">_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> @@ -276,7 +278,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/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.47">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> @@ -295,7 +297,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/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.53">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> @@ -314,7 +316,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/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.59">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> @@ -333,7 +335,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/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.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> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Thead.html" title="class in org.apache.juneau.dto.html5">Thead</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Thead.html#line.65">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/1b5bde65/content/site/apidocs/org/apache/juneau/dto/html5/Time.html ---------------------------------------------------------------------- diff --git a/content/site/apidocs/org/apache/juneau/dto/html5/Time.html b/content/site/apidocs/org/apache/juneau/dto/html5/Time.html index cc5b554..7050bb0 100644 --- a/content/site/apidocs/org/apache/juneau/dto/html5/Time.html +++ b/content/site/apidocs/org/apache/juneau/dto/html5/Time.html @@ -119,19 +119,21 @@ 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>="time") -public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.32">Time</a> +public class <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.34">Time</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/text-level-semantics.html#the-time-element"><time></a> element. - <p> +<div class="block">DTO for an HTML <a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#the-time-element"><time></a> + element. <h6 class='topic'>Additional Information</h6> <ul class='doctree'> - <li class='link'><a class='doclink' href='../../../../../overview-summary.html#DTOs'>Juneau Data Transfer Objects + <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> + <ul> + <li class='sublink'> + <a class='doclink' href='../../../../../overview-summary.html#DTOs.HTML5'>HTML5</a> + </ul> + </li> </ul></div> </li> </ul> @@ -247,7 +249,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockListLast"> <li class="blockList"> <h4>Time</h4> -<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.32">Time</a>()</pre> +<pre>public <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.34">Time</a>()</pre> </li> </ul> </li> @@ -264,9 +266,11 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <ul class="blockList"> <li class="blockList"> <h4>datetime</h4> -<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.42">datetime</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> datetime)</pre> +<pre>public final <a href="../../../../../org/apache/juneau/dto/html5/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.46">datetime</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> datetime)</pre> <div class="block"><a class="doclink" href="https://www.w3.org/TR/html5/text-level-semantics.html#attr-time-datetime">datetime</a> attribute. + + <p> Machine-readable value.</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> @@ -282,7 +286,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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.53">_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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.57">_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> @@ -301,7 +305,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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.59">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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.63">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> @@ -320,7 +324,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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.65">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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.69">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> @@ -339,7 +343,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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.71">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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.75">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> @@ -347,7 +351,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#children-java.lang.Object...-">children</a></code> in class <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>children</code> - The children to add as child elements. - Can be a mixture of strings and <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a> objects.</dd> + Can be a mixture of strings and <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a> objects.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl> @@ -359,7 +363,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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.77">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/Time.html" title="class in org.apache.juneau.dto.html5">Time</a> <a href="../../../../../src-html/org/apache/juneau/dto/html5/Time.html#line.81">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> @@ -367,7 +371,7 @@ extends <a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.htm <dd><code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html#child-java.lang.Object-">child</a></code> in class <code><a href="../../../../../org/apache/juneau/dto/html5/HtmlElementMixed.html" title="class in org.apache.juneau.dto.html5">HtmlElementMixed</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>child</code> - The child to add as a child element. - Can be a string or <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a>.</dd> + Can be a string or <a href="../../../../../org/apache/juneau/dto/html5/HtmlElement.html" title="class in org.apache.juneau.dto.html5"><code>HtmlElement</code></a>.</dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>This object (for method chaining).</dd> </dl>
