Package com.github.t1.bulmajava.elements
Class Table
- 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 TypeMethodDescriptionbody(Renderable... content) body(Stream<Renderable> content) content(Renderable content) Deprecated.content(Renderable... content) Deprecated.Deprecated.content(Stream<Renderable> content) Deprecated.foot(Renderable... content) head(Renderable... content) static Elementrow(Renderable... cols) static ElementrowH(Renderable hCol, Renderable... cols) First colum is a header columnth, the rest are regulartdstatic Tabletable()static Elementstatic Elementtbody(Renderable... cols) static Elementtbody(Stream<Renderable> cols) static Elementtd()static Elementth()static Elementtr()Methods 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, 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
-
row
-
rowH
First colum is a header columnth, the rest are regulartd -
tableContainer
-
tbody
-
tbody
-
td
-
th
-
tr
-
table
-
head
-
body
-
body
-
foot
-
content
Deprecated.- Overrides:
contentin classAbstractElement<Table>
-
content
Deprecated.- Overrides:
contentin classAbstractElement<Table>
-
content
Deprecated.- Overrides:
contentin classAbstractElement<Table>
-
content
Deprecated.- Overrides:
contentin classAbstractElement<Table>
-