Module com.aoapps.html
Package com.aoapps.html
Interface Union_Interactive_Phrasing<__ extends Union_Interactive_Phrasing<__>>
- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyUnion_Embedded_Interactive<Document,
,__> AnyUnion_Interactive_Phrasing<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,Union_Embedded_Interactive<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
,DATALIST_content<__>
,DIV_content<__>
,FlowContent<__>
,InteractiveContent<__>
,PalpableContent<__>
,PhrasingContent<__>
,Union_Palpable_Phrasing<__>
- All Known Implementing Classes:
A_c
,ABBR__
,ABBR_c
,ADDRESS__
,ADDRESS_c
,ARTICLE__
,ARTICLE_c
,ASIDE__
,ASIDE_c
,B__
,B_c
,BDI__
,BDI_c
,BDO__
,BDO_c
,BLOCKQUOTE__
,BLOCKQUOTE_c
,BODY__
,BODY_c
,CAPTION__
,CAPTION_c
,CITE__
,CITE_c
,CODE__
,CODE_c
,DATA__
,DATA_c
,DATALIST__
,DATALIST_c
,DD__
,DD_c
,DEL_c
,DFN__
,DFN_c
,DIV__
,DIV_c
,Document
,DT__
,DT_c
,EM__
,EM_c
,FOOTER__
,FOOTER_c
,FORM__
,FORM_c
,H1__
,H1_c
,H2__
,H2_c
,H3__
,H3_c
,H4__
,H4_c
,H5__
,H5_c
,H6__
,H6_c
,HEADER__
,HEADER_c
,I__
,I_c
,INS_c
,KBD__
,KBD_c
,LABEL__
,LABEL_c
,LI__
,LI_c
,MAIN__
,MAIN_c
,MAP_c
,MARK__
,MARK_c
,METER__
,METER_c
,NAV__
,NAV_c
,OUTPUT__
,OUTPUT_c
,P__
,P_c
,PRE__
,PRE_c
,PROGRESS__
,PROGRESS_c
,Q__
,Q_c
,S__
,S_c
,SAMP__
,SAMP_c
,SECTION__
,SECTION_c
,SMALL__
,SMALL_c
,SPAN__
,SPAN_c
,STRONG__
,STRONG_c
,SUB__
,SUB_c
,SUP__
,SUP_c
,TD__
,TD_c
,TH__
,TH_c
,U__
,U_c
,VAR__
,VAR_c
public interface Union_Interactive_Phrasing<__ extends Union_Interactive_Phrasing<__>>
extends AnyUnion_Interactive_Phrasing<Document,__>, Union_Embedded_Interactive<__>
Elements that are common to both
InteractiveContent
and PhrasingContent
.- Author:
- AO Industries, Inc.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Specialized input implementations. -
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptiona()
a
(IOSupplierE<? extends String, Ex> href) a_c()
input()
label()
label__
(IOConsumerE<? super LABEL__<__>, Ex> label) Creates a label element with no attributes and the given body.label_c()
select()
select__
(IOConsumerE<? super SELECT__<__>, Ex> select) Creates a select element with no attributes and the given body.select_c()
textarea()
textarea__
(IOConsumerE<? super TEXTAREA__<__>, Ex> textarea) Creates a textarea element with no attributes and the given body.default TEXTAREA_c
<__> 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
-
Method Details
-
a
- Specified by:
a
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
a
- Specified by:
a
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
a
default <Ex extends Throwable> A<__> a(IOSupplierE<? extends String, Ex> href) throws IOException, Ex- Specified by:
a
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Throws:
IOException
Ex
-
a_c
- Specified by:
a_c
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
input
- Specified by:
input
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>>
-
label
- Specified by:
label
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
label__
default <Ex extends Throwable> __ label__(IOConsumerE<? super LABEL__<__>, Ex> label) throws IOException, ExCreates a label element with no attributes and the given body.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
label_c
- Specified by:
label_c
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
select
- Specified by:
select
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
select__
default <Ex extends Throwable> __ select__(IOConsumerE<? super SELECT__<__>, Ex> select) throws IOException, ExCreates a select element with no attributes and the given body.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
select_c
- Specified by:
select_c
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
textarea
- Specified by:
textarea
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-
textarea__
default <Ex extends Throwable> __ textarea__(IOConsumerE<? super TEXTAREA__<__>, Ex> textarea) throws IOException, ExCreates a textarea element with no attributes and the given body.- Type Parameters:
Ex
- An arbitrary exception type that may be thrown- Returns:
- This content model, which will be the parent content model of child elements
- Throws:
IOException
Ex
-
textarea_c
- Specified by:
textarea_c
in interfaceAnyUnion_Interactive_Phrasing<Document,
__ extends Union_Interactive_Phrasing<__>> - Throws:
IOException
-