Package com.github.t1.bulmajava.form
Class Select
- All Implemented Interfaces:
Renderable
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.t1.bulmajava.basic.Renderable
Renderable.ConcatenatedRenderable, Renderable.Indented, Renderable.RenderableString, Renderable.UnsafeString -
Method Summary
Modifier and TypeMethodDescriptioncontent(Renderable content) Deprecated.content(Renderable... content) Deprecated.Deprecated.content(Stream<Renderable> content) Deprecated.multiple()multiple(int size) static SelectIt generally makes sense to give the select a name; if you really don't want it, passnull.selected()Marks the last option asselectedMethods inherited from class com.github.t1.bulmajava.basic.AbstractElement
ariaHidden, ariaHidden, ariaLabel, attr, attr, classes, close, content, content, content, contentAs, contentIsA, dataValue, disabled, findElement, findElement, firstContent, getOrCreate, getOrCreate, hasAttribute, hasBackground, hasClass, hasName, hasText, id, is, isPulledLeft, isPulledRight, map, notClasses, notClasses, render, rendersOnSeparateLines, self, style, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.github.t1.bulmajava.basic.Renderable
find, find, render, rendersOnSeparateLines
-
Method Details
-
select
It generally makes sense to give the select a name; if you really don't want it, passnull. -
options
-
options
-
option
-
option
-
content
Deprecated.Useoption(String)oroption(String, String)instead!- Overrides:
contentin classAbstractElement<Select>
-
content
Deprecated.Useoption(String)oroption(String, String)instead!- Overrides:
contentin classAbstractElement<Select>
-
content
Deprecated.Useoptions(String...))} instead!- Overrides:
contentin classAbstractElement<Select>
-
content
Deprecated.Useoptions(String...))} instead!- Overrides:
contentin classAbstractElement<Select>
-
selected
Marks the last option asselected -
multiple
-
multiple
-
is
- Overrides:
isin classAbstractElement<Select>
-