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__anyMethods inherited from interface com.aoapps.html.any.AnyUnion_COLGROUP_ScriptSupporting
templateMethods inherited from interface com.aoapps.html.any.AnyUnion_DATALIST_OPTGROUP
option__, option__, option__, option__anyMethods 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, unsafeMethods inherited from interface com.aoapps.html.ScriptSupportingContent
script, script, script, script, scriptMethods inherited from interface com.aoapps.html.Union_DATALIST_OPTGROUP
option, option__, option_c
-
Method Details
-
optgroup
- Specified by:
optgroupin 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:
IOExceptionEx
-
optgroup_c
- Specified by:
optgroup_cin interfaceAnySELECT_content<Document,__ extends SELECT_content<__>> - Throws:
IOException
-
