Module com.aoapps.html
Package com.aoapps.html
Interface SELECT_content<__ extends SELECT_content<__>>
- Type Parameters:
__
- This content model, which will be the parent content model of child elements
- All Superinterfaces:
AnyOPTGROUP_content<Document,
,__> AnyScriptSupportingContent<Document,
,__> AnySELECT_content<Document,
,__> AnyUnion_COLGROUP_ScriptSupporting<Document,
,__> AnyUnion_DATALIST_OPTGROUP<Document,
,__> Content<Document,
,__> Content<__>
,DocumentWriter
,OPTGROUP_content<__>
,ScriptSupportingContent<__>
,Union_COLGROUP_ScriptSupporting<__>
,Union_DATALIST_OPTGROUP<__>
,Whitespace
- All Known Subinterfaces:
AnyContent<__>
public interface SELECT_content<__ extends SELECT_content<__>>
extends AnySELECT_content<Document,__>, OPTGROUP_content<__>
- Author:
- AO Industries, Inc.
-
Field Summary
Fields inherited from interface com.aoapps.encoding.Whitespace
INDENT_SPACES, NL, SPACE
-
Method Summary
Modifier and TypeMethodDescriptionoptgroup()
optgroup__
(IOConsumerE<? super OPTGROUP__<__>, Ex> optgroup) Creates an optgroup element with no attributes and the given body.default OPTGROUP_c
<__> Methods inherited from interface com.aoapps.html.any.AnySELECT_content
optgroup__, optgroup__, optgroup__any
Methods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
template
Methods inherited from interface com.aoapps.html.any.AnyUnion_DATALIST_OPTGROUP
option__, option__, option__, option__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.ScriptSupportingContent
script, script, script, script, script
Methods inherited from interface com.aoapps.html.Union_DATALIST_OPTGROUP
option, option__, option_c
-
Method Details
-
optgroup
- Specified by:
optgroup
in interfaceAnySELECT_content<Document,
__ extends SELECT_content<__>> - Throws:
IOException
-
optgroup__
default <Ex extends Throwable> __ optgroup__(IOConsumerE<? super OPTGROUP__<__>, Ex> optgroup) throws IOException, ExCreates an optgroup 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
-
optgroup_c
- Specified by:
optgroup_c
in interfaceAnySELECT_content<Document,
__ extends SELECT_content<__>> - Throws:
IOException
-