Uses of Class
com.github.t1.bulmajava.basic.Element
Packages that use Element
Package
Description
-
Uses of Element in com.github.t1.bulmajava.basic
Methods in com.github.t1.bulmajava.basic that return ElementModifier and TypeMethodDescriptionstatic Elementstatic ElementBasic.article()static ElementBasic.br()static Elementstatic ElementBasic.control()static ElementBasic.div()static Elementstatic ElementThe method nameelementclashes with the super method; you can useBasic.element(String)()}static Elementstatic ElementBasic.footer()static ElementBasic.group()static ElementBasic.h1()static Elementstatic ElementBasic.h2()static Elementstatic ElementBasic.h3()static Elementstatic ElementBasic.h4()static Elementstatic ElementBasic.h5()static Elementstatic ElementBasic.h6()static Elementstatic ElementBasic.header()static ElementBasic.hr()static ElementBasic.i()static ElementBasic.label()static Elementstatic ElementBasic.li()static Elementstatic ElementBasic.multilineGroup()static ElementBasic.nav()static ElementBasic.ol()static Elementstatic ElementBasic.p()static Elementstatic ElementBasic.small()static Elementstatic ElementBasic.span()static Elementstatic ElementBasic.strong()static Elementstatic Elementstatic ElementBasic.ul() -
Uses of Element in com.github.t1.bulmajava.components
Methods in com.github.t1.bulmajava.components that return ElementModifier and TypeMethodDescriptionstatic ElementNavbar.navbarEnd()static ElementNavbar.navbarStart() -
Uses of Element in com.github.t1.bulmajava.elements
Methods in com.github.t1.bulmajava.elements that return ElementModifier and TypeMethodDescriptionstatic ElementTable.row(Renderable... cols) static ElementTable.rowH(Renderable hCol, Renderable... cols) First colum is a header columnth, the rest are regulartdstatic ElementTitle.subtitle(int level) static Elementstatic Elementstatic Elementstatic ElementTable.tableContainer()static ElementTable.tbody(Renderable... cols) static ElementTable.tbody(Stream<Renderable> cols) static ElementTable.td()static ElementTable.th()static ElementTitle.title(int level) static Elementstatic Elementstatic Elementstatic ElementTable.tr() -
Uses of Element in com.github.t1.bulmajava.form
Methods in com.github.t1.bulmajava.form that return Element