Module com.aoapps.html
Package com.aoapps.html
Interface InteractiveContent<__ extends InteractiveContent<__>>
- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyInteractiveContent<Document,
,__> AnyUnion_Embedded_Interactive<Document,
,__> AnyUnion_Interactive_Phrasing<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,Union_Embedded_Interactive<__>
,Union_Interactive_Phrasing<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
,DIV_content<__>
,FlowContent<__>
,PalpableContent<__>
- All Known Implementing Classes:
ADDRESS__
,ADDRESS_c
,ARTICLE__
,ARTICLE_c
,ASIDE__
,ASIDE_c
,BLOCKQUOTE__
,BLOCKQUOTE_c
,BODY__
,BODY_c
,CAPTION__
,CAPTION_c
,DD__
,DD_c
,DIV__
,DIV_c
,Document
,DT__
,DT_c
,FOOTER__
,FOOTER_c
,FORM__
,FORM_c
,HEADER__
,HEADER_c
,LI__
,LI_c
,MAIN__
,MAIN_c
,NAV__
,NAV_c
,SECTION__
,SECTION_c
,TD__
,TD_c
,TH__
,TH_c
public interface InteractiveContent<__ extends InteractiveContent<__>>
extends AnyInteractiveContent<Document,__>, Union_Interactive_Phrasing<__>
- Author:
- AO Industries, Inc.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
AnyUnion_Interactive_Phrasing.InputFactory<D extends AnyDocument<D>,
__ extends AnyUnion_Interactive_Phrasing<D, __>> Nested classes/interfaces inherited from interface com.aoapps.html.Union_Interactive_Phrasing
Union_Interactive_Phrasing.InputFactory<__ extends Union_Interactive_Phrasing<__>>
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Methods inherited from interface com.aoapps.html.any.AnyInteractiveContent
details, menu__, menu__, menu__any
Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Interactive
audio, embed, iframe, object__, object__, object__any, video
Methods inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
a__, a__, a__, a__, button, label__, label__, label__, label__any, select__, select__, select__any, textarea__, textarea__, textarea__, textarea__any
Methods inherited from interface com.aoapps.html.any.Content
autoIndent, autoIndent, autoNl, autoNli, autoNli, clearAtnl, decDepth, getAtnl, getAutonli, getDepth, getDocument, getIndent, getRawUnsafe, getRawUnsafe, incDepth, indent, indent, nl, nli, nli, setAtnl, setAtnl, setAutonli, setDepth, setIndent, sp, sp, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe, unsafe
Methods inherited from interface com.aoapps.html.Union_Embedded_Interactive
img, img, img, object, object__, object_c
Methods inherited from interface com.aoapps.html.Union_Interactive_Phrasing
a, a, a, a_c, input, label, label__, label_c, select, select__, select_c, textarea, textarea__, textarea_c
-
Method Details