Module com.aoapps.html.any
Package com.aoapps.html.any
Class AnyTEXTAREA_c<D extends AnyDocument<D>,PC extends AnyUnion_Interactive_Phrasing<D,PC>,_c extends AnyTEXTAREA_c<D,PC,_c>>
java.lang.Object
com.aoapps.html.any.Normal_c<D,PC,_c>
com.aoapps.html.any.NormalText_c<D,PC,_c>
com.aoapps.html.any.AnyTEXTAREA_c<D,PC,_c>
- Type Parameters:
D
- This document typePC
- The parent content model this element is within_c
- This content model asCloseable
, which will be the parent content model of child elements
- All Implemented Interfaces:
Encode
,Text
,Whitespace
,AnyTextContent<D,
,_c> Closeable<D,
,PC> Content<D,
,_c> DocumentWriter
,Closeable
,AutoCloseable
public abstract class AnyTEXTAREA_c<D extends AnyDocument<D>,PC extends AnyUnion_Interactive_Phrasing<D,PC>,_c extends AnyTEXTAREA_c<D,PC,_c>>
extends NormalText_c<D,PC,_c>
implements AnyTextContent<D,_c>
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Constructor Summary
-
Method Summary
Methods inherited from class com.aoapps.html.any.Normal_c
__, close, getDocument
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.aoapps.html.any.AnyTextContent
decDepth, encode, encode, encode, encode, encode, encode, encode, encode, encode, incDepth, indent, indent, nbsp, nbsp, nl, nli, nli, setDepth, setIndent, sp, sp, text, text, text, text, text, text, text, text, text
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, setAtnl, setAtnl, setAutonli, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
-
Constructor Details
-
AnyTEXTAREA_c
-