- A - Static variable in interface org.ujorm.tools.web.Html
-
Anchor element
- A_ACTION - Static variable in interface org.ujorm.tools.web.Html
-
- A_CELLPADDING - Static variable in interface org.ujorm.tools.web.Html
-
- A_CELLSPACING - Static variable in interface org.ujorm.tools.web.Html
-
- A_CHARSET - Static variable in interface org.ujorm.tools.web.Html
-
- A_CHECKED - Static variable in interface org.ujorm.tools.web.Html
-
- A_CLASS - Static variable in interface org.ujorm.tools.web.Html
-
- A_COLS - Static variable in interface org.ujorm.tools.web.Html
-
- A_COLSPAN - Static variable in interface org.ujorm.tools.web.Html
-
- A_CONTENT - Static variable in interface org.ujorm.tools.web.Html
-
- A_FOR - Static variable in interface org.ujorm.tools.web.Html
-
- A_HREF - Static variable in interface org.ujorm.tools.web.Html
-
- A_ID - Static variable in interface org.ujorm.tools.web.Html
-
- A_LANG - Static variable in interface org.ujorm.tools.web.Html
-
Language attribute of the HTML pagee (e.g.
- A_LANGUAGE - Static variable in interface org.ujorm.tools.web.Html
-
Reference of the programing language (e.g.
- A_MAXLENGTH - Static variable in interface org.ujorm.tools.web.Html
-
- A_MEDIA - Static variable in interface org.ujorm.tools.web.Html
-
- A_METHOD - Static variable in interface org.ujorm.tools.web.Html
-
- A_NAME - Static variable in interface org.ujorm.tools.web.Html
-
- A_READONLY - Static variable in interface org.ujorm.tools.web.Html
-
- A_REL - Static variable in interface org.ujorm.tools.web.Html
-
- A_ROWS - Static variable in interface org.ujorm.tools.web.Html
-
- A_ROWSPAN - Static variable in interface org.ujorm.tools.web.Html
-
- A_SELECTED - Static variable in interface org.ujorm.tools.web.Html
-
- A_SRC - Static variable in interface org.ujorm.tools.web.Html
-
- A_TARGET - Static variable in interface org.ujorm.tools.web.Html
-
- A_TYPE - Static variable in interface org.ujorm.tools.web.Html
-
- A_VALUE - Static variable in interface org.ujorm.tools.web.Html
-
- addAnchor(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add an anchor element with URL and CSS classes
- addAnchoredText(String, Object...) - Method in class org.ujorm.tools.web.Element
-
Add an anchor element with texts
- addBody(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addBreak(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a line break
- addButton(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addCDATA(CharSequence) - Method in class org.ujorm.tools.web.Element
-
- addComment(CharSequence) - Method in class org.ujorm.tools.web.Element
-
- addCssBody(CharSequence) - Method in class org.ujorm.tools.web.HtmlPage
-
Create a new CSS element and return it
- addCssLink(CharSequence) - Method in class org.ujorm.tools.web.HtmlPage
-
Create a new CSS element and return it
- addCssLinks(CharSequence...) - Method in class org.ujorm.tools.web.HtmlPage
-
Create a new CSS element and return it
- addDiv(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addElement(String) - Method in class org.ujorm.tools.web.Element
-
Create new Element
- addElement(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a new Element with optional CSS classes
- addFieldset(String, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new fieldset element including a title
- addForm(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addHeading(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a top heading (level one)
- addHeading(int, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new heading with the required level where the first level is the one,
- addInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new input element
- addJavascriptContents(CharSequence) - Method in class org.ujorm.tools.web.HtmlPage
-
Create a new Javascript element and return it
- addJavascriptLink(boolean, CharSequence) - Method in class org.ujorm.tools.web.HtmlPage
-
Create a new Javascript element and return it
- addJavascriptLinks(boolean, CharSequence...) - Method in class org.ujorm.tools.web.HtmlPage
-
Create a new Javascript element and return it
- addLabel(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addLink(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addListItem(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
- addOption(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addOrderedList(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addParagraph(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addPasswordInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new input element type of password
- addPreformatted(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addRawText(Object) - Method in class org.ujorm.tools.web.Element
-
- addScript(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addSelect(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new select element
- addSelectOptions(Object, Map<?, ?>, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add options from map to current select element
- addSpan(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addStyle(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addSubmitButton(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a submit button
- addTable(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new Table with cellpadding a cellspacing values to zero.
- addTable(Object[][], CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Create a HTML table according to data
- addTable(List<Object[]>, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Create a HTML table according to data
- addTableDetail(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addTableHead(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addTableRow(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addText(Object) - Method in class org.ujorm.tools.web.Element
-
Add simple text
- addText(Object...) - Method in class org.ujorm.tools.web.Element
-
Add many texts with no separator
- addTextArea(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addTextInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new input element type of text
- addTextSeparted(Object, Object...) - Method in class org.ujorm.tools.web.Element
-
Add many words separated by the separator
- addTitle(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- addUnorderedlist(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new body element
- SCRIPT - Static variable in interface org.ujorm.tools.web.Html
-
Script element
- SELECT - Static variable in interface org.ujorm.tools.web.Html
-
Select element
- setAction(Object) - Method in class org.ujorm.tools.web.Element
-
Set an action type of from
- setAttrib(String, Object) - Method in class org.ujorm.tools.web.Element
-
Set an attribute
- setCellPadding(int) - Method in class org.ujorm.tools.web.Element
-
Set a CSS class attribute
- setCellSpacing(int) - Method in class org.ujorm.tools.web.Element
-
Set a CSS class attribute
- setCharset(Charset) - Method in class org.ujorm.tools.web.DefaultConfig
-
Charset
- setClass(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Set a CSS class attribute optionally, the empty attribute is ignored.
- setCols(Object) - Method in class org.ujorm.tools.web.Element
-
Column count of a text area
- setColSpan(int) - Method in class org.ujorm.tools.web.Element
-
Column span inside the table
- setCssLinks(CharSequence...) - Method in class org.ujorm.tools.web.DefaultConfig
-
Css ling witn required order
- setDom(boolean) - Method in class org.ujorm.tools.web.DefaultConfig
-
Use a DOM model
- setFirstLevel(int) - Method in class org.ujorm.tools.web.DefaultConfig
-
Level of th root
- setFor(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set an value of input element
- setHref(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set hyperlink reference
- setId(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set an identifier of the element
- setIndentationSpace(String) - Method in class org.ujorm.tools.web.DefaultConfig
-
New line
- setLanguage(String) - Method in class org.ujorm.tools.web.DefaultConfig
-
Set language of the HTML page
- setMethod(Object) - Method in class org.ujorm.tools.web.Element
-
Set a method of form
- setName(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set an name of input element
- setNiceFormat(boolean) - Method in class org.ujorm.tools.web.DefaultConfig
-
Nice format or the HTML result
- setRows(int) - Method in class org.ujorm.tools.web.Element
-
Row count of a text area
- setRowSpan(int) - Method in class org.ujorm.tools.web.Element
-
Row span inside the table
- setTitle(CharSequence) - Method in class org.ujorm.tools.web.DefaultConfig
-
Html title
- setType(Object) - Method in class org.ujorm.tools.web.Element
-
Set a type of input element
- setValue(Object) - Method in class org.ujorm.tools.web.Element
-
Set an value of input element
- SPAN - Static variable in interface org.ujorm.tools.web.Html
-
Span element
- STYLE - Static variable in interface org.ujorm.tools.web.Html
-
Style element