Module com.aoapps.html.any
Package com.aoapps.html.any
Interface AnyInteractiveContent<D extends AnyDocument<D>,__ extends AnyInteractiveContent<D,__>>
- Type Parameters:
D
- This document type__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyUnion_Embedded_Interactive<D,
,__> AnyUnion_Interactive_Phrasing<D,
,__> Content<D,
,__> DocumentWriter
,Whitespace
- All Known Subinterfaces:
AnyContent<D,
,__> AnyDIV_content<D,
,__> AnyFlowContent<D,
,__> AnyPalpableContent<D,
__>
- All Known Implementing Classes:
AnyADDRESS__
,AnyADDRESS_c
,AnyARTICLE__
,AnyARTICLE_c
,AnyASIDE__
,AnyASIDE_c
,AnyBLOCKQUOTE__
,AnyBLOCKQUOTE_c
,AnyBODY__
,AnyBODY_c
,AnyCAPTION__
,AnyCAPTION_c
,AnyDD__
,AnyDD_c
,AnyDIV__
,AnyDIV_c
,AnyDocument
,AnyDT__
,AnyDT_c
,AnyFOOTER__
,AnyFOOTER_c
,AnyFORM__
,AnyFORM_c
,AnyHEADER__
,AnyHEADER_c
,AnyLI__
,AnyLI_c
,AnyMAIN__
,AnyMAIN_c
,AnyNAV__
,AnyNAV_c
,AnySECTION__
,AnySECTION_c
,AnyTD__
,AnyTD_c
,AnyTH__
,AnyTH_c
public interface AnyInteractiveContent<D extends AnyDocument<D>,__ extends AnyInteractiveContent<D,__>>
extends AnyUnion_Interactive_Phrasing<D,__>
- 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, __>> -
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptiondefault AnyDETAILS
details()
Deprecated.TODO: Implement detailsmenu()
Opens a new menu element.default __
menu__()
Creates an empty menu element with no attributes.menu__
(IORunnableE<Ex> menu) Creates a menu element with no attributes and the given body.Creates a menu element with no attributes and the given body.menu_c()
Creates a menu element with no attributes then begins element content.Methods inherited from interface com.aoapps.html.any.AnyUnion_Embedded_Interactive
audio, embed, iframe, img, img, img, object, object__, object__, object__any, object_c, video
Methods inherited from interface com.aoapps.html.any.AnyUnion_Interactive_Phrasing
a, a, a, a__, a__, a__, a__, a_c, button, input, label, label__, label__, label__, label__any, label_c, select, select__, select__, select__any, select_c, textarea, textarea__, textarea__, textarea__, textarea__any, textarea_c
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
-
Method Details
-
details
Deprecated.TODO: Implement detailsOpens a new details element.- Throws:
IOException
- Since:
- HTML 5
-