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

A

A - Static variable in interface org.ujorm.tools.web.Html
Anchor element
A_ACTION - Static variable in interface org.ujorm.tools.web.Html
 
A_ALT - Static variable in interface org.ujorm.tools.web.Html
Alternate text
A_CELLPADDING - Static variable in interface org.ujorm.tools.web.Html
Deprecated.
Attribute cellpadding is not supported in HTML 5.
A_CELLSPACING - Static variable in interface org.ujorm.tools.web.Html
Deprecated.
Attribute cellspacing is not supported in HTML 5.
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_HTTP_EQUIV - 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_PLACEHOLDER - Static variable in interface org.ujorm.tools.web.Html
A short hint to describe the expected value of an input field
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_STYLE - Static variable in interface org.ujorm.tools.web.Html
CSS style
A_TARGET - Static variable in interface org.ujorm.tools.web.Html
 
A_TITLE - Static variable in interface org.ujorm.tools.web.Html
A tooltip of an element
A_TYPE - Static variable in interface org.ujorm.tools.web.Html
 
A_VALUE - Static variable in interface org.ujorm.tools.web.Html
 
accept(T) - Method in interface org.ujorm.tools.web.ao.IOConsumer
 
accept(JsonBuilder) - Method in interface org.ujorm.tools.web.ao.ObjectProvider
Write a HTML code to the element
accept(Element) - Method in interface org.ujorm.tools.web.json.ValueProvider
Write a HTML code to the element
add(Function<D, V>) - Method in class org.ujorm.tools.web.table.TableBuilder
 
add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.table.TableBuilder
 
add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.table.TableBuilder
 
add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.table.TableBuilder
 
add(Function<D, V>, Injector, HttpParameter) - Method in class org.ujorm.tools.web.table.TableBuilder
 
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
Deprecated.
addArguments(Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
addBody(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new body element
addBody() - Method in class org.ujorm.tools.web.HtmlElement
Returns a 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
 
addCDATA(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Deprecated.
addComment(CharSequence) - Method in class org.ujorm.tools.web.Element
 
addComment(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
 
addCookie(Cookie) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
addCssBodies(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it.
addCssLink(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it
addCssLinks(CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new CSS element and return it
addDateHeader(String, long) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
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
addElement(String) - Method in class org.ujorm.tools.web.HtmlElement
Create new Element
addElementIf(boolean, String, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add an element according to a condition.
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
addHead() - Method in class org.ujorm.tools.web.HtmlElement
Returns a head element
addHeader(String, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
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,
addImage(CharSequence, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add a link to an image
addImage(InputStream, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add an embeded image
addInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new input element
addInternal(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.table.TableBuilder
 
addIntHeader(String, int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
addJavascriptBody(CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
Create a new Javascript element and return it.
addJavascriptContents(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Deprecated.
addJavascriptLink(boolean, CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
Create a new Javascript element and return it
addJavascriptLinks(boolean, CharSequence...) - Method in class org.ujorm.tools.web.HtmlElement
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
addLinkedText(String, Object...) - Method in class org.ujorm.tools.web.Element
Add a
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
 
addRawText(Object...) - Method in class org.ujorm.tools.web.Element
 
addRawText(Object) - Method in class org.ujorm.tools.web.HtmlElement
 
addRawTexts(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Add many words separated by a delimeter
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
addTable(Object[][], CharSequence...) - Method in class org.ujorm.tools.web.Element
Create a HTML table according to data
addTable(Collection<Object[]>, CharSequence...) - Method in class org.ujorm.tools.web.Element
Create a HTML table according to data
addTable(Stream<D>, CharSequence[], Object[], Function<D, V>...) - Method in class org.ujorm.tools.web.Element
Create a HTML table according to data Usage element.addTable(getCars(), cssClasses, titles, Car::getId, Car::getName, Car::getEnabled);
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
addTableNoSpaces(CharSequence...) - Method in class org.ujorm.tools.web.Element
Deprecated.
Use a CSS style rather.
addTableRow(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new body element
addTemplate(String, Object...) - Method in class org.ujorm.tools.web.Element
Deprecated.
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
addText(Object) - Method in class org.ujorm.tools.web.HtmlElement
 
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
addTextInput(HttpServletRequest, HttpParameter, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new input element type of text including attributes: name, value, placeholder and title
addTexts(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Add many words separated by a delimeter
addTextSeparted(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Deprecated.
addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Add a template based text with parameters with hight performance.
addTextTemplated(CharSequence, Object...) - Method in class org.ujorm.tools.web.HtmlElement
 
addTitle(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new body element
addToElement(Column<D>, CharSequence) - Method in class org.ujorm.tools.web.table.TableBuilder
 
addToElement(Column<D>, Injector) - Method in class org.ujorm.tools.web.table.TableBuilder
 
addUnorderedlist(CharSequence...) - Method in class org.ujorm.tools.web.Element
Add new body element
addValue(Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
ajaxEnabled - Variable in class org.ujorm.tools.web.table.TableBuilder
is An AJAX enabled?
ajaxRequestParam - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Javascript ajax request parameter
ajaxRequestParam - Variable in class org.ujorm.tools.web.table.TableBuilder
AJAX request param
ajaxRequestPath - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Javascript ajax request parameter
ajaxTimeout - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Ajax Timeout
andCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
andCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
append(CharSequence) - Method in class org.ujorm.tools.web.json.JsonWriter
 
append(CharSequence, int, int) - Method in class org.ujorm.tools.web.json.JsonWriter
 
append(char) - Method in class org.ujorm.tools.web.json.JsonWriter
 
apply(T) - Method in interface org.ujorm.tools.web.ao.Column
The method can be implemented for sortable columns
autoSubmmitOnLoad - Variable in class org.ujorm.tools.web.table.TableBuilder
Call an autosubmit on first load

B

BACKSLASH - Static variable in class org.ujorm.tools.web.json.JsonWriter
 
BETWEEN_X_AND_Y - Static variable in interface org.ujorm.tools.sql.Sql
 
BODY - Static variable in interface org.ujorm.tools.web.Html
Body element
BOOTSTRAP_CSS - Static variable in class org.ujorm.tools.web.table.TableBuilder.Url
Link to a Bootstrap URL of CDN
BOOTSTRAP_CSS - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
Link to a Bootstrap URL of CDN
BR - Static variable in interface org.ujorm.tools.web.Html
A line break
build(HttpServletRequest, HttpServletResponse, Stream<D>) - Method in class org.ujorm.tools.web.table.TableBuilder
Build the HTML page including a table
build(HttpServletRequest, HttpServletResponse, Function<TableBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.TableBuilder
Build the HTML page including a table
BUTTON - Static variable in interface org.ujorm.tools.web.Html
Button

C

charAt(int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
 
charAt(int) - Method in interface org.ujorm.tools.web.ao.Injector
 
close() - Method in class org.ujorm.tools.web.Element
 
close() - Method in class org.ujorm.tools.web.HtmlElement
 
close() - Method in class org.ujorm.tools.web.json.JsonBuilder
 
column(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
 
Column<T> - Interface in org.ujorm.tools.web.ao
Table column value writer
columnInsert(CharSequence, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
ColumnModel<D,V> - Class in org.ujorm.tools.web.table
Table column model
ColumnModel(Direction, int) - Constructor for class org.ujorm.tools.web.table.ColumnModel
 
ColumnModel(int, Function<D, V>, CharSequence, HttpParameter) - Constructor for class org.ujorm.tools.web.table.ColumnModel
 
columns - Variable in class org.ujorm.tools.web.table.TableBuilder
Columns
columnUpdate(CharSequence, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
condition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
config - Variable in class org.ujorm.tools.web.table.TableBuilder
Table builder config
config - Variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl
HTML config
Constants() - Constructor for class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
 
containsHeader(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
CONTROL_CSS - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
Bootstrap form control CSS class name
createEmbededImage(InputStream, StringBuilder) - Method in class org.ujorm.tools.web.Element
Create a content of an embeded image
createHtmlRoot(Object, CharSequence...) - Static method in class org.ujorm.tools.web.Element
Crate a root element
createHtmlRoot(Object, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.Element
Crate a root element

D

DEFAULT_AJAX_REQUEST_PARAM - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Default AJAX request parameter name
DEFAULT_DURATION - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Default duration
DEFAULT_SORT_REQUEST_PARAM - Static variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Default AJAX request parameter name
DELETE - Static variable in interface org.ujorm.tools.sql.Sql
 
delete(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
Direction - Enum in org.ujorm.tools.web.table
Sort direction
DIV - Static variable in interface org.ujorm.tools.web.Html
Division in an HTML document.
doAjax(HttpServletRequest, JsonBuilder, Function<TableBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.TableBuilder
Return lighlited text in HTML format according a regular expression
DOUBLE_QUOTE - Static variable in class org.ujorm.tools.web.json.JsonWriter
 

E

Element - Class in org.ujorm.tools.web
A HTML Element implements some methods for frequently used elements and attributes A proxy class in the current release
Element(ApiElement) - Constructor for class org.ujorm.tools.web.Element
New element with a parent
encodeRedirectURL(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
encodeRedirectUrl(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
encodeURL(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
encodeUrl(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
EQ - Static variable in interface org.ujorm.tools.sql.Sql
 
errorMessage - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
A subtitle selector

F

FIELDSET - Static variable in interface org.ujorm.tools.web.Html
Field set
flushBuffer() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
footer - Variable in class org.ujorm.tools.web.table.TableBuilder
Print an empty text by default
FORM - Static variable in interface org.ujorm.tools.web.Html
Form element
FORM_ID - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
Form identifier
formAdditions - Variable in class org.ujorm.tools.web.table.TableBuilder
Form injector
formSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Form selector
FROM - Static variable in interface org.ujorm.tools.sql.Sql
 
from(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
Write FORM tables

G

GE - Static variable in interface org.ujorm.tools.sql.Sql
 
getAjaxConfig() - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
 
getAjaxReadyMessage() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getAjaxReadyMessage() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getAjaxRequestParam() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getAjaxRequestParam() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getBody() - Method in class org.ujorm.tools.web.HtmlElement
Returns a body element
getBufferSize() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
getCharacterEncoding() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getColumn() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getColumn(int) - Method in class org.ujorm.tools.web.table.TableBuilder
Get column model by index
getColumnSize() - Method in class org.ujorm.tools.web.table.TableBuilder
Returns a count of columns
getComparator(Function<D, ?>) - Method in class org.ujorm.tools.web.table.ColumnModel
Get comparator of a sortable column
getComparator(Comparator<D>) - Method in class org.ujorm.tools.web.table.ColumnModel
Get comparator of a sortable column
getConfig() - Method in class org.ujorm.tools.web.HtmlElement
Get config
getConfig() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getConfig() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getContent() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Get a content of the writer
getContentType() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getControlCss() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getControlCss() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getCssLink() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getCssLink() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getCssWriter() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
Inline CSS writer where the first method is an Element and the seconnd one is a sortable
getCssWriter() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Inline CSS writer where a default value is generated from the TableBuilderConfigImpl.inlineCssWriter() method. }
getDirection() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getFormId() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getFormId() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getHead() - Method in class org.ujorm.tools.web.HtmlElement
Returns a head element
getHeader(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
getHeaderNames() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
getHeaders(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getIdleDelay() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getIdleDelay() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getIndex() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getInnerSortableImage(Direction) - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
Get a CSS direction style
getInnerSortableImageToStream(Direction) - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
Get a CSS direction style
getJqueryLink() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getJqueryLink() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getLocale() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getName() - Method in class org.ujorm.tools.web.Element
 
getName() - Method in class org.ujorm.tools.web.HtmlElement
 
getOutputStream() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getParam() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getPrefix() - Method in enum org.ujorm.tools.web.json.JsonBuilder.SelectorType
 
getSortable() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getSortable() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Sortable CSS class
getSortableAsc() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getSortableAsc() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Sortable ascending CSS class
getSortableBoth() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getSortableBoth() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Sortable both CSS class
getSortableDesc() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getSortableDesc() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Sortable descending CSS class
getSortableDirection(Direction) - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
Get a CSS direction style
getSortedColumn() - Method in class org.ujorm.tools.web.table.TableBuilder
Get sorted column or a stub of the sorted column was not found
getSortRequestParam() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getSortRequestParam() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getStatus() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
getSubtitleCss() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getSubtitleCss() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getTableClassSelector() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Returns a fist class of table element by defult
getTableCssClass() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getTableCssClass() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getTableSelector() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
 
getTableSelector() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
getTitle() - Method in class org.ujorm.tools.web.HtmlElement
Get title of configuration
getTitle() - Method in class org.ujorm.tools.web.table.ColumnModel
 
getWriter() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
GT - Static variable in interface org.ujorm.tools.sql.Sql
 

H

H1 - Static variable in interface org.ujorm.tools.web.Html
Heading element level 1
H2 - Static variable in interface org.ujorm.tools.web.Html
Heading element level 2
H3 - Static variable in interface org.ujorm.tools.web.Html
Heading element level 3
HEAD - Static variable in interface org.ujorm.tools.web.Html
Head element
header - Variable in class org.ujorm.tools.web.table.TableBuilder
Print a config title by default
HEADING_PREFIX - Static variable in interface org.ujorm.tools.web.Html
Heading prefix
HR - Static variable in interface org.ujorm.tools.web.Html
Horizontal rule (line)
Html - Interface in org.ujorm.tools.web
A proxy for a HTML element NOTE: All fields in interface are public static final, i.e. they are constants.
HTML - Static variable in interface org.ujorm.tools.web.Html
Body element
HtmlElement - Class in org.ujorm.tools.web
The root of HTML elements Usage
    MockServletResponse response = new MockServletResponse();
    try (HtmlElement html = HtmlElement.of(response)) {
        html.addBody().addHeading("Hello!")
HtmlElement(HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
HtmlElement(ApiElement, HtmlConfig, Appendable) - Constructor for class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
HttpParameter - Interface in org.ujorm.tools.web.ao
An interface for bulding HTML parameters by an Enumerator.

I

IDLE_DELAY - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
Key delay
idleDelay - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Input idle delay
IMAGE - Static variable in interface org.ujorm.tools.web.Html
Image element
IN - Static variable in interface org.ujorm.tools.sql.Sql
 
Injector - Interface in org.ujorm.tools.web.ao
An common element writer
inlineCssWriter() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Default header CSS style printer
INPUT - Static variable in interface org.ujorm.tools.web.Html
Input element
inputCssSelectors - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Input selectors
INSERT - Static variable in interface org.ujorm.tools.sql.Sql
 
insert(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
INSERT_INTO - Static variable in interface org.ujorm.tools.sql.Sql
 
internalElement - Variable in class org.ujorm.tools.web.Element
An original XML element
IOConsumer<T> - Interface in org.ujorm.tools.web.ao
 
IOElement - Interface in org.ujorm.tools.web.ao
 
IORunnable - Interface in org.ujorm.tools.web.ao
Input/Output Runnable Interface
IS_NOT_NULL - Static variable in interface org.ujorm.tools.sql.Sql
 
IS_NULL - Static variable in interface org.ujorm.tools.sql.Sql
 
isCommitted() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
isEmbeddedIcons() - Method in interface org.ujorm.tools.web.table.TableBuilderConfig
Use inner icons for sortable images
isEmbeddedIcons() - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Use an external images for sortable icons
isFiltered() - Method in class org.ujorm.tools.web.table.ColumnModel
 
isIncludeColumnType() - Method in class org.ujorm.tools.web.table.ColumnModel
Including is more common choice
isSortable - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
Is the table sortable
isSortable() - Method in class org.ujorm.tools.web.table.ColumnModel
 
isSortable() - Method in class org.ujorm.tools.web.table.TableBuilder
If the table is sortable
isType(Class, V...) - Static method in class org.ujorm.tools.web.ao.WebUtils
Check if any attribute is typeof the Renderer
isType(Class, Stream<Object>) - Static method in class org.ujorm.tools.web.ao.WebUtils
Check if any attribute is typeof the Renderer

J

JavaScriptWriter - Class in org.ujorm.tools.web.ajax
A common Javascript Writer of the Ujorm framework
JavaScriptWriter() - Constructor for class org.ujorm.tools.web.ajax.JavaScriptWriter
 
JavaScriptWriter(CharSequence...) - Constructor for class org.ujorm.tools.web.ajax.JavaScriptWriter
 
JavaScriptWriter(Duration, HttpParameter, CharSequence...) - Constructor for class org.ujorm.tools.web.ajax.JavaScriptWriter
 
javascritWriter - Variable in class org.ujorm.tools.web.table.TableBuilder
Javascript writer
JQUERY_JS - Static variable in class org.ujorm.tools.web.table.TableBuilder.Url
Link to jQuery of CDN
JQUERY_JS - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
Link to jQuery of CDN
JsonBuilder - Class in org.ujorm.tools.web.json
Simple JSON writer for object type of key-value.
JsonBuilder(Appendable) - Constructor for class org.ujorm.tools.web.json.JsonBuilder
Constructor with a default HTML config
JsonBuilder(Appendable, HtmlConfig) - Constructor for class org.ujorm.tools.web.json.JsonBuilder
Common constructor
JsonBuilder.SelectorType - Enum in org.ujorm.tools.web.json
CSS selector types
JsonWriter - Class in org.ujorm.tools.web.json
Simple JSON writer for object type of key-value.
JsonWriter(Appendable) - Constructor for class org.ujorm.tools.web.json.JsonWriter
 

L

LABEL - Static variable in interface org.ujorm.tools.web.Html
Label element
LE - Static variable in interface org.ujorm.tools.sql.Sql
 
LEGEND - Static variable in interface org.ujorm.tools.web.Html
Legend
length() - Method in interface org.ujorm.tools.web.ao.HttpParameter
 
length() - Method in interface org.ujorm.tools.web.ao.Injector
 
LI - Static variable in interface org.ujorm.tools.web.Html
Some item element
LINK - Static variable in interface org.ujorm.tools.web.Html
Link element
LT - Static variable in interface org.ujorm.tools.sql.Sql
 

M

META - Static variable in interface org.ujorm.tools.web.Html
Meta element
MockServletResponse - Class in org.ujorm.tools.web.ao
Simple proxy servlet response for getting a writer content
MockServletResponse() - Constructor for class org.ujorm.tools.web.ao.MockServletResponse
 
MockServletResponse(int) - Constructor for class org.ujorm.tools.web.ao.MockServletResponse
 

N

newLine - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
New line characters
niceOf(CharSequence, HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
niceOf(CharSequence, HttpServletResponse, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
niceOf(HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
NON_BREAKING_SPACE - Static variable in interface org.ujorm.tools.web.Html
The non-breaking space
NOT_EQ - Static variable in interface org.ujorm.tools.sql.Sql
 

O

ObjectProvider - Interface in org.ujorm.tools.web.ao
Value provider
of(ServletRequest) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Default value is an empty String
of(ServletRequest, String) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, boolean) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, char) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, short) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, long) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, float) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(ServletRequest, double) - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter of the request or the default value
of(HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(CharSequence, HttpServletResponse, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(CharSequence, HttpServletResponse, Charset, CharSequence...) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(HttpServletRequest, HttpServletResponse) - Static method in class org.ujorm.tools.web.HtmlElement
A base method to create new instance
of(HttpServletRequest, HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
A base method to create new instance
of(HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
of(HtmlConfig, HttpServletResponse) - Static method in class org.ujorm.tools.web.HtmlElement
A base method to create new instance with empty html headers
of(HtmlConfig) - Static method in class org.ujorm.tools.web.HtmlElement
Create new instance with empty html headers
of(HtmlConfig, Appendable) - Static method in class org.ujorm.tools.web.HtmlElement
Create root element for a required element name
of(Appendable) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(HttpServletRequest, HttpServletResponse) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(HttpServletRequest, HttpServletResponse, HtmlConfig) - Static method in class org.ujorm.tools.web.json.JsonBuilder
An object factory
of(Boolean) - Static method in enum org.ujorm.tools.web.table.Direction
 
of(HtmlConfig) - Static method in interface org.ujorm.tools.web.table.TableBuilderConfig
Returns a default implementation
ofCode(String) - Static method in class org.ujorm.tools.web.table.ColumnModel
 
ofStub() - Static method in class org.ujorm.tools.web.table.ColumnModel
Create a stub column
OL - Static variable in interface org.ujorm.tools.web.Html
Ordered list elements (root)
onDefault(IORunnable) - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
Process the request
onDefaultToElement(IOElement) - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
The process writes to an element
onLoadSubmit - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
On load submit request
onParam(HttpParameter, IOConsumer<JsonBuilder>) - Method in class org.ujorm.tools.web.ajax.ReqestDispatcher
Registre new processor.
OPTION - Static variable in interface org.ujorm.tools.web.Html
Option element
orCondition(CharSequence, String, Object...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
orCondition(CharSequence, String, Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
org.ujorm.tools.sql - package org.ujorm.tools.sql
 
org.ujorm.tools.web - package org.ujorm.tools.web
 
org.ujorm.tools.web.ajax - package org.ujorm.tools.web.ajax
 
org.ujorm.tools.web.ao - package org.ujorm.tools.web.ao
 
org.ujorm.tools.web.json - package org.ujorm.tools.web.json
 
org.ujorm.tools.web.table - package org.ujorm.tools.web.table
 
original() - Method in class org.ujorm.tools.web.HtmlElement
Get an original root element
original() - Method in class org.ujorm.tools.web.json.JsonWriter
 

P

P - Static variable in interface org.ujorm.tools.web.Html
Paragraph element
PRE - Static variable in interface org.ujorm.tools.web.Html
Preformatted text.
printHtmlBody(HttpServletRequest, HtmlElement, Function<TableBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.TableBuilder
 
printTableBody(Element, HttpServletRequest, Function<TableBuilder<D>, Stream<D>>) - Method in class org.ujorm.tools.web.table.TableBuilder
 
ProxyServletResponse - Class in org.ujorm.tools.web.ao
Deprecated.
ProxyServletResponse() - Constructor for class org.ujorm.tools.web.ao.ProxyServletResponse
Deprecated.
 
ProxyServletResponse(int) - Constructor for class org.ujorm.tools.web.ao.ProxyServletResponse
Deprecated.
 

R

ReqestDispatcher - Class in org.ujorm.tools.web.ajax
A Reqest Dispatcher
ReqestDispatcher(HttpServletRequest, HttpServletResponse) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
 
ReqestDispatcher(CharSequence, HttpServletRequest, HttpServletResponse) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
 
ReqestDispatcher(HttpServletRequest, HttpServletResponse, HtmlConfig) - Constructor for class org.ujorm.tools.web.ajax.ReqestDispatcher
 
reset() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
resetBuffer() - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
run(HtmlElement) - Method in interface org.ujorm.tools.web.ao.IOElement
 
run() - Method in interface org.ujorm.tools.web.ao.IORunnable
 

S

safeEquals(Direction) - Method in enum org.ujorm.tools.web.table.Direction
Safe equals
SCRIPT - Static variable in interface org.ujorm.tools.web.Html
Script element
SELECT - Static variable in interface org.ujorm.tools.sql.Sql
 
select(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
Write SELECT columns
SELECT - Static variable in interface org.ujorm.tools.web.Html
Select element
sendError(int, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
sendError(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
sendRedirect(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
SET - Static variable in interface org.ujorm.tools.sql.Sql
 
setAction(Object) - Method in class org.ujorm.tools.web.Element
Set an action type of from
setAjaxEnabled(boolean) - Method in class org.ujorm.tools.web.table.TableBuilder
Enable of disable an AJAX feature, default value si true
setAjaxReadyMessage(CharSequence) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setAjaxRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.table.TableBuilder
 
setAjaxRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setAjaxRequestPath(String) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX timeout
setAjaxTimeout(Duration) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX timeout
setAttr(String, Object) - Method in class org.ujorm.tools.web.Element
setAttrib(String, Object) - Method in class org.ujorm.tools.web.Element
Deprecated.
setAttribute(String, Object) - Method in class org.ujorm.tools.web.Element
Set an attribute
setAttribute(String) - Method in class org.ujorm.tools.web.Element
Set an attribute with no value
setAttribute(String, Object) - Method in class org.ujorm.tools.web.HtmlElement
 
setAttributes(String, CharSequence, Object...) - Method in class org.ujorm.tools.web.Element
Set an attribute
setBufferSize(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setCellPadding(int) - Method in class org.ujorm.tools.web.Element
Deprecated.
setCellSpacing(int) - Method in class org.ujorm.tools.web.Element
Deprecated.
setCharacterEncoding(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
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
setContentLength(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setContentLengthLong(long) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setContentType(String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
 
setControlCss(String) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setCssLink(String) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setCssWriter(BiConsumer<Element, Boolean>) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Inline CSS writer
setDateHeader(String, long) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setDirection(Direction) - Method in class org.ujorm.tools.web.table.ColumnModel
 
setEmbeddedIcons(boolean) - Method in class org.ujorm.tools.web.table.TableBuilder
 
setEmbeddedIcons(boolean) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
Use an external images for sortable icons
setErrorMessage(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX error message
setFooter(Injector) - Method in class org.ujorm.tools.web.table.TableBuilder
 
setFor(CharSequence) - Method in class org.ujorm.tools.web.Element
Set an value of input element
setFormAdditions(Injector) - Method in class org.ujorm.tools.web.table.TableBuilder
Deprecated.
setFormId(String) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setFormItem(Injector) - Method in class org.ujorm.tools.web.table.TableBuilder
 
setFormSelector(String) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
 
setHeader(String, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setHeader(Injector) - Method in class org.ujorm.tools.web.table.TableBuilder
 
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
setIdleDelay(Duration) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setIntHeader(String, int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setJavascritWriter(Supplier<Injector>) - Method in class org.ujorm.tools.web.table.TableBuilder
 
setJqueryLink(String) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setLocale(Locale) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
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
setNewLine(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
 
setOnLoadSubmit(boolean) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
 
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
setSort(ColumnModel) - Method in class org.ujorm.tools.web.table.TableBuilder
Mark a column as sorted
setSortable(boolean) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign a Sortable table
setSortable(Direction) - Method in class org.ujorm.tools.web.table.ColumnModel
 
setSortRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setStatus(int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setStatus(int, String) - Method in class org.ujorm.tools.web.ao.MockServletResponse
Deprecated.
setSubtitleCss(String) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setSubtitleSelector(CharSequence) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign a subtitle CSS selector
setTableCssClass(List<CharSequence>) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
setTableSelector(CharSequence) - Method in class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
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
setVersion(int) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Assign an AJAX timeout
sortable() - Method in class org.ujorm.tools.web.table.TableBuilder
Add a sortable indicator to the last column model
sortable(boolean) - Method in class org.ujorm.tools.web.table.TableBuilder
Add a sortable indicator to the last column model
sortable(Direction) - Method in class org.ujorm.tools.web.table.TableBuilder
Add a sortable indicator to the last column model
SPAN - Static variable in interface org.ujorm.tools.web.Html
Span element
Sql - Interface in org.ujorm.tools.sql
Some SQL keyw0rods.
SqlBuilder - Class in org.ujorm.tools.sql
PrepareStatement builder support How to use a SELECT
 SqlBuilder sql = new SqlBuilder()
     .select("t.id", "t.name")
     .from("testTable t")
     .where()
     .andCondition("t.name", "=", "Test")
     .andCondition("t.created", ">=", someDate);
 for (ResultSet rs : sql.executeSelect(dbConnection)) {
      int id = rs.getInt(1);
      String name = rs.getString(2);
 }
 

 How to use a INSERT
 
 SqlBuilder sql = new SqlBuilder()
     .insert("testTable")
     .write("(")
     .columnInsert("id", 10)
     .columnInsert("name", "Test")
     .columnInsert("date", someDate)
     .super.write(")");
 sql.executeUpdate(dbConnection);
 

 How to use a UPDATE
 
 SqlBuilder sql = new SqlBuilder()
     .update("testTable")
     .columnUpdate("name", "Test")
     .columnUpdate("date", SOME_DATE)
     .where()
     .andCondition("id", "IN", 10, 20, 30)
     .andCondition("created BETWEEN ?
SqlBuilder() - Constructor for class org.ujorm.tools.sql.SqlBuilder
 
SqlBuilder(List<CharSequence>, List<Object>) - Constructor for class org.ujorm.tools.sql.SqlBuilder
 
STYLE - Static variable in interface org.ujorm.tools.web.Html
Style element
subSequence(int, int) - Method in interface org.ujorm.tools.web.ao.HttpParameter
 
subSequence(int, int) - Method in interface org.ujorm.tools.web.ao.Injector
 
SUBTITLE_CSS - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
CSS class name for the output box
subtitleSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
A subtitle selector

T

TABLE - Static variable in interface org.ujorm.tools.web.Html
Table element
TABLE_CSS_CLASS - Static variable in class org.ujorm.tools.web.table.TableBuilderConfigImpl.Constants
Table CSS classes
TableBuilder<D> - Class in org.ujorm.tools.web.table
A HTML page builder for table based an AJAX.
TableBuilder(CharSequence) - Constructor for class org.ujorm.tools.web.table.TableBuilder
 
TableBuilder(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.TableBuilder
 
TableBuilder(TableBuilderConfig) - Constructor for class org.ujorm.tools.web.table.TableBuilder
 
TableBuilder.Url - Class in org.ujorm.tools.web.table
URL constants
TableBuilderConfig<D> - Interface in org.ujorm.tools.web.table
A HTML page builder for table based an AJAX.
TableBuilderConfigImpl<D> - Class in org.ujorm.tools.web.table
A HTML page builder for table based an AJAX.
TableBuilderConfigImpl(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
TableBuilderConfigImpl(HtmlConfig, String, String, Duration, HttpParameter, HttpParameter, String, String, String, List<CharSequence>, String, String, String, String, boolean, BiConsumer<Element, Boolean>) - Constructor for class org.ujorm.tools.web.table.TableBuilderConfigImpl
 
TableBuilderConfigImpl.Constants - Class in org.ujorm.tools.web.table
Config constants
TBODY - Static variable in interface org.ujorm.tools.web.Html
Table body group
TD - Static variable in interface org.ujorm.tools.web.Html
Table detail element
TEXT_AREA - Static variable in interface org.ujorm.tools.web.Html
Input element
TH - Static variable in interface org.ujorm.tools.web.Html
Table header cell
THEAD - Static variable in interface org.ujorm.tools.web.Html
Table header group
TITLE - Static variable in interface org.ujorm.tools.web.Html
Title element
toCode(boolean) - Method in class org.ujorm.tools.web.table.ColumnModel
Write the content to an appendable text stream
toCode(boolean, Appendable) - Method in class org.ujorm.tools.web.table.ColumnModel
Write the content to an appendable text stream where the default direction is an ASCENDING.
toString() - Method in interface org.ujorm.tools.web.ao.HttpParameter
Returns a parameter name
toString() - Method in class org.ujorm.tools.web.ao.MockServletResponse
Get a content of the writer
toString() - Method in class org.ujorm.tools.web.Element
String value
toString() - Method in class org.ujorm.tools.web.HtmlElement
Returns an Render the HTML code including header.
toString() - Method in class org.ujorm.tools.web.table.ColumnModel
 
TR - Static variable in interface org.ujorm.tools.web.Html
Table row element

U

UL - Static variable in interface org.ujorm.tools.web.Html
Unordered list elements (root)
UNDEFINED - Static variable in interface org.ujorm.tools.sql.Sql
 
UPDATE - Static variable in interface org.ujorm.tools.sql.Sql
 
update(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
Url() - Constructor for class org.ujorm.tools.web.table.TableBuilder.Url
 
Url(String, String) - Constructor for class org.ujorm.tools.web.table.TableBuilder.Url
 
urlOfServlet(Class<? extends HttpServlet>, String...) - Static method in class org.ujorm.tools.web.ao.WebUtils
Returns an URL of the servlet of the root where a default value is an empty string
urlOfServlet(Class<? extends HttpServlet>, String) - Static method in class org.ujorm.tools.web.ao.WebUtils
Find a first URL from WebServlet annotation.

V

V_BLANK - Static variable in interface org.ujorm.tools.web.Html
 
V_CHECKBOX - Static variable in interface org.ujorm.tools.web.Html
 
V_GET - Static variable in interface org.ujorm.tools.web.Html
 
V_HIDDEN - Static variable in interface org.ujorm.tools.web.Html
 
V_PASSWORD - Static variable in interface org.ujorm.tools.web.Html
 
V_POST - Static variable in interface org.ujorm.tools.web.Html
 
V_RESET - Static variable in interface org.ujorm.tools.web.Html
 
V_STYLESHEET - Static variable in interface org.ujorm.tools.web.Html
 
V_SUBMIT - Static variable in interface org.ujorm.tools.web.Html
 
V_TEXT - Static variable in interface org.ujorm.tools.web.Html
 
V_TEXT_CSS - Static variable in interface org.ujorm.tools.web.Html
 
value(Object) - Method in class org.ujorm.tools.sql.SqlBuilder
 
valueOf(String) - Static method in enum org.ujorm.tools.web.json.JsonBuilder.SelectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.ujorm.tools.web.table.Direction
Returns the enum constant of this type with the specified name.
ValueProvider - Interface in org.ujorm.tools.web.json
Value provider
VALUES - Static variable in interface org.ujorm.tools.sql.Sql
 
values() - Static method in enum org.ujorm.tools.web.json.JsonBuilder.SelectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.ujorm.tools.web.table.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
version - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
JavaScript version

W

WebUtils - Class in org.ujorm.tools.web.ao
Static method for common use
WebUtils() - Constructor for class org.ujorm.tools.web.ao.WebUtils
 
WHERE - Static variable in interface org.ujorm.tools.sql.Sql
 
where() - Method in class org.ujorm.tools.sql.SqlBuilder
Write WHERE
write(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
 
write(SqlBuilder) - Method in class org.ujorm.tools.sql.SqlBuilder
 
write(Element) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
Generate a Javascript
write(Element, T) - Method in interface org.ujorm.tools.web.ao.Column
Write a custom content of the table cell
write(Element) - Method in interface org.ujorm.tools.web.ao.Injector
Performs this operation on the given argument.
write(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write a key-value
write(String, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write a key-value
write(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write a key-value
write(String, CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
 
writeClass(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS CLASS selector
writeClass(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS CLASS selector
writeClassObj(CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write the value for a CSS CLASS selector
writeId(CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS ID selector
writeId(CharSequence, ValueProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
Write the value for a CSS ID selector
writeIdObj(CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write the value for a CSS ID selector
writeMany(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
writeManyNoSpace(CharSequence...) - Method in class org.ujorm.tools.sql.SqlBuilder
 
writeNoSpace(CharSequence) - Method in class org.ujorm.tools.sql.SqlBuilder
 
writeObj(CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write a key-object value
writeObj(String, CharSequence, ObjectProvider) - Method in class org.ujorm.tools.web.json.JsonBuilder
An experimental feature: write key-object value
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links

Copyright 2015, Pavel Ponec