Skip navigation links
A B C D E G H I L O P R S T U V W 

A

accessKey(char) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The accesskey global attribute provides a hint for generating a keyboard shortcut for the current element.
alt(String) - Static method in class com.github.beothorn.html.elements.img.ImgAttributes
This attribute defines the alternative text describing the image.
Attribute - Class in com.github.beothorn.html.common
 
Attribute(String, String) - Constructor for class com.github.beothorn.html.common.Attribute
 
attrs(Attribute...) - Static method in class com.github.beothorn.html.common.GlobalAttributes
 

B

b(Renderable...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <b> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance.
b(String) - Static method in class com.github.beothorn.html.elements.Page
The HTML <b> Element represents a span of text stylistically different from normal text, without conveying any special importance or relevance.
body(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <body> Element represents the content of an HTML document.
Br - Class in com.github.beothorn.html.elements
 
Br() - Constructor for class com.github.beothorn.html.elements.Br
 
br() - Static method in class com.github.beothorn.html.elements.Page
The HTML element line break <br> produces a line break in text (carriage-return).
button(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <button> Element represents a clickable button.

C

children - Variable in class com.github.beothorn.html.elements.DomElement
 
className(String) - Static method in class com.github.beothorn.html.common.GlobalAttributes
Is a space-separated list of the classes of the element.
com.github.beothorn.html - package com.github.beothorn.html
 
com.github.beothorn.html.common - package com.github.beothorn.html.common
 
com.github.beothorn.html.elements - package com.github.beothorn.html.elements
 
com.github.beothorn.html.elements.img - package com.github.beothorn.html.elements.img
 
content(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
Shortcut to join multiple renderables on a single list.
contentEditable(boolean) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The contenteditable global attribute is an enumerated attribute indicating if the element should be editable by the user.
contextMenu(String) - Static method in class com.github.beothorn.html.common.GlobalAttributes

D

data(String, String) - Static method in class com.github.beothorn.html.common.GlobalAttributes
Forms a class of attributes, called custom data attributes, that allow proprietary information to be exchanged between the HTML and its DOM representation that may be used by scripts.
dir(GlobalAttributes.Direction) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The dir global attribute is an enumerated attribute indicates the directionality of the element's text.
div(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <div> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anything.
div(List<Attribute>, List<DomElement>) - Static method in class com.github.beothorn.html.elements.Page
The HTML <div> element (or HTML Document Division Element) is the generic container for flow content, which does not inherently represent anything.
DomElement - Class in com.github.beothorn.html.elements
 
DomElement(String, Renderable[]) - Constructor for class com.github.beothorn.html.elements.DomElement
 
DomElement(String, List<? extends Renderable>) - Constructor for class com.github.beothorn.html.elements.DomElement
 
DomElement(String, List<? extends Attribute>, List<? extends Renderable>) - Constructor for class com.github.beothorn.html.elements.DomElement
 

E

equalsName(String) - Method in enum com.github.beothorn.html.common.GlobalAttributes.Direction
 

G

GlobalAttributes - Class in com.github.beothorn.html.common
Global attributes are attributes common to all HTML elements; they can be used on all elements, though the attributes may have no effect on some elements.
GlobalAttributes() - Constructor for class com.github.beothorn.html.common.GlobalAttributes
 
GlobalAttributes.Direction - Enum in com.github.beothorn.html.common
 

H

h1(String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
h2(String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
h3(String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
h4(String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
h5(String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
h6(String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
header(Page.Header, DomElement...) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
header(Page.Header, String) - Static method in class com.github.beothorn.html.elements.Page
Heading elements implement six levels of document headings, <h1> is the most important and <h6> is the least.
height(Px) - Static method in class com.github.beothorn.html.elements.img.ImgAttributes
The intrinsic height of the image in pixels.
hidden(boolean) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The hidden global attribute is a Boolean attribute indicating that the element is not yet, or is no longer, relevant.
html(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <html> element (or HTML root element) represents the root of an HTML document.

I

id(String) - Static method in class com.github.beothorn.html.common.GlobalAttributes
Defines a unique identifier (ID) which must be unique in the whole document.
img(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <img> element represents an image in the document.
img(List<Attribute>, List<DomElement>) - Static method in class com.github.beothorn.html.elements.Page
The HTML <img> element represents an image in the document.
ImgAttributes - Class in com.github.beothorn.html.elements.img
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img
ImgAttributes(String, String) - Constructor for class com.github.beothorn.html.elements.img.ImgAttributes
Use this for creating attribute, bur first chack all others static constructors available on this class

L

lang(String) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The lang global attribute participates in defining the language of the element, the language that is non-editable elements are written in or the language that the editable elements should be written in.

O

onClick(String) - Method in class com.github.beothorn.html.elements.DomElement
The onclick property returns the click event handler code on the current element.

P

p(DomElement...) - Static method in class com.github.beothorn.html.elements.Page
The HTML <p> element (or HTML Paragraph Element) represents a paragraph of text.
p(List<Attribute>, List<DomElement>) - Static method in class com.github.beothorn.html.elements.Page
The HTML <p> element (or HTML Paragraph Element) represents a paragraph of text.
Page - Class in com.github.beothorn.html.elements
This class contains static constructors for the HTML elements described at the HTML element reference on
Reference on developer.mozilla.org
Page() - Constructor for class com.github.beothorn.html.elements.Page
 
Page.Header - Enum in com.github.beothorn.html.elements
 
props - Variable in class com.github.beothorn.html.elements.DomElement
 
Px - Class in com.github.beothorn.html.elements
 
Px(int) - Constructor for class com.github.beothorn.html.elements.Px
 
px(int) - Static method in interface com.github.beothorn.html.Unit
 

R

render() - Method in class com.github.beothorn.html.common.Attribute
 
Render - Class in com.github.beothorn.html.common
 
Render() - Constructor for class com.github.beothorn.html.common.Render
 
render() - Method in class com.github.beothorn.html.common.UntaggedContent
 
render() - Method in class com.github.beothorn.html.elements.Br
 
render() - Method in class com.github.beothorn.html.elements.DomElement
 
render() - Method in class com.github.beothorn.html.elements.Px
 
render() - Method in class com.github.beothorn.html.elements.Text
 
render() - Method in interface com.github.beothorn.html.Renderable
 
Renderable - Interface in com.github.beothorn.html
 
renderTag(String, List<Renderable>) - Static method in class com.github.beothorn.html.common.Render
 
renderTag(String, List<Renderable>, List<Renderable>) - Static method in class com.github.beothorn.html.common.Render
 

S

src(String) - Static method in class com.github.beothorn.html.elements.img.ImgAttributes
The image URL.
style(String) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The style global attribute contains CSS styling declarations to be applied to the element.

T

tabIndex(int) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The tabindex global attribute is an integer indicating if the element can take input focus (is focusable), if it should participate to sequential keyboard navigation, and if so, at what position.
text(String) - Static method in class com.github.beothorn.html.elements.Page
Used to render a tagless piece of text.
Text - Class in com.github.beothorn.html.elements
 
Text(String) - Constructor for class com.github.beothorn.html.elements.Text
 
title(String) - Static method in class com.github.beothorn.html.common.GlobalAttributes
The title global attribute contains a text representing advisory information related to the element it belongs to.
toString() - Method in enum com.github.beothorn.html.common.GlobalAttributes.Direction
 

U

Unit - Interface in com.github.beothorn.html
 
UntaggedContent - Class in com.github.beothorn.html.common
 
UntaggedContent(List<Renderable>) - Constructor for class com.github.beothorn.html.common.UntaggedContent
 

V

valueOf(String) - Static method in enum com.github.beothorn.html.common.GlobalAttributes.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.beothorn.html.elements.Page.Header
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.beothorn.html.common.GlobalAttributes.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.beothorn.html.elements.Page.Header
Returns an array containing the constants of this enum type, in the order they are declared.

W

width(Px) - Static method in class com.github.beothorn.html.elements.img.ImgAttributes
The intrinsic width of the image in pixels.
wrap(Renderable...) - Static method in class com.github.beothorn.html.elements.Page
Used to wrap renderables at the same hierarchy level as a single renderable.
A B C D E G H I L O P R S T U V W 
Skip navigation links

Copyright © 2016. All rights reserved.