- 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
-
- 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_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_ONCLICK - 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.report.ReportBuilder
-
- add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- add(Function<D, V>, Injector, HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- add(Function<D, V>) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- add(Function<D, V>, CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- add(Function<D, V>, Injector) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- add(Function<D, V>, CharSequence, HttpParameter) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- add(Function<D, V>, Injector, HttpParameter) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- 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 button element
- addCDATA(CharSequence) - Method in class org.ujorm.tools.web.Element
-
- addCDATA(CharSequence) - Method in class org.ujorm.tools.web.HtmlElement
-
Deprecated.
- addColumn(Column<D>, CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- addColumn(Column<D>, Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- addColumn(Column<D>, CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- addColumn(Column<D>, Injector) - Method in class org.ujorm.tools.web.table.GridBuilder
-
- 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.
- addCssBody(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 div 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 form 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,
- addHiddenInput(CharSequence, Object) - Method in class org.ujorm.tools.web.Element
-
Add a new hidden input element with a name & value
- 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.GridBuilder
-
- 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 label element
- addLink(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new link 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 option element
- addOrder(CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Add new column for a row counting
- addOrder(CharSequence) - Method in class org.ujorm.tools.web.table.GridBuilder
-
Add new column for a row counting
- addOrderedList(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new ordered list element
- addParagraph(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new paragram element
- addPasswordInput(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add a new password input element
- addPreformatted(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new pre 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 script 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 span element
- addStyle(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new style 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 detail of table element
- addTableHead(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new head of table element
- addTableNoSpaces(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
- addTableRow(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new table row 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 text area element
- addTextInp(HttpParameter, V, CharSequence, CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new input element type of text including attributes: name, value, placeholder and title
- 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
-
- 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 title element
- addUnorderedlist(CharSequence...) - Method in class org.ujorm.tools.web.Element
-
Add new unordered list element
- addValue(Object) - Method in class org.ujorm.tools.sql.SqlBuilder
-
- ajaxEnabled - Variable in class org.ujorm.tools.web.report.ReportBuilder
-
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.report.ReportBuilder
-
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
-
An AJAX timeout of the input response
- 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.report.ReportBuilder
-
Call an autosubmit on first load
- 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.report.ReportBuilderConfig
-
- getAjaxReadyMessage() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getAjaxReadyMessage() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getAjaxRequestParam() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getAjaxRequestParam() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getAjaxRequestParam() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- 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(int) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Get column model by index
- getColumn() - Method in class org.ujorm.tools.web.table.ColumnModel
-
- getColumn(int) - Method in class org.ujorm.tools.web.table.GridBuilder
-
Get column model by index
- getColumns() - Method in class org.ujorm.tools.web.table.GridBuilder
-
Returns all table columns in a stream
- getColumnSize() - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Returns a count of columns
- getColumnSize() - Method in class org.ujorm.tools.web.table.GridBuilder
-
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.report.ReportBuilderConfig
-
- getConfig() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getConfig() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- 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.report.ReportBuilderConfig
-
- getControlCss() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getControlCss() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getCssLink() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getCssLink() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getCssLink() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getCssWriter() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
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.report.ReportBuilderConfigImpl
-
- getCssWriter() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
Inline CSS writer where the first method is an Element and the seconnd one is a sortable
- getDirection() - Method in class org.ujorm.tools.web.table.ColumnModel
-
- getFceOrder() - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Set a function order name
- getFormId() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getFormId() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getFormId() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- 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.report.ReportBuilderConfig
-
- getIdleDelay() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getIdleDelay() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getIndex() - Method in class org.ujorm.tools.web.table.ColumnModel
-
- getInnerSortableImage(Direction) - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
Get a CSS direction style
- getInnerSortableImage(Direction) - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
Get a CSS direction style
- getInnerSortableImageToStream(Direction) - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
Get a CSS direction style
- getInnerSortableImageToStream(Direction) - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
Get a CSS direction style
- getJavascriptLink() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
Link to an external Javascript library where a no-library returns an empty String
- getJavascriptLink() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
Link to an external Javascript library
- getJavascriptLink() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
Link to an external Javascript library where a no-library returns an empty String
- 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
-
- getParam(HttpParameter) - 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.report.ReportBuilderConfig
-
- getSortable() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
Sortable CSS class
- getSortable() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getSortableAsc() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getSortableAsc() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
Sortable ascending CSS class
- getSortableAsc() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getSortableBoth() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getSortableBoth() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
Sortable both CSS class
- getSortableBoth() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getSortableDesc() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getSortableDesc() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
Sortable descending CSS class
- getSortableDesc() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getSortableDirection(Direction) - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
Get a CSS direction style
- getSortableDirection(Direction) - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
Get a CSS direction style
- getSortedColumn() - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Get sorted column or a stub if the sorted column not found
- getSortedColumn() - Method in class org.ujorm.tools.web.table.GridBuilder
-
Get sorted column or a stub of the sorted column was not found
- getSortRequestParam() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getSortRequestParam() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getSortRequestParam() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getStatus() - Method in class org.ujorm.tools.web.ao.MockServletResponse
-
- getSubtitleCss() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getSubtitleCss() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getSubtitleCss() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getTableClassSelector() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
Returns a fist class of table element by defult
- getTableCssClass() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getTableCssClass() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getTableCssClass() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- getTableSelector() - Method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
- getTableSelector() - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- getTableSelector() - Method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
- 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
-
- gridBuilder - Variable in class org.ujorm.tools.web.report.ReportBuilder
-
Grid builder
- GridBuilder<D> - Class in org.ujorm.tools.web.table
-
Build a content of a HTML page for a sortable data grid.
- GridBuilder(CharSequence) - Constructor for class org.ujorm.tools.web.table.GridBuilder
-
- GridBuilder(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilder
-
- GridBuilder(GridBuilderConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilder
-
- GridBuilderConfig<D> - Interface in org.ujorm.tools.web.table
-
A HTML page builder for table based an AJAX.
- GridBuilderOld<D> - Class in org.ujorm.tools.web.table
-
Deprecated.
- GridBuilderOld(CharSequence) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
-
Deprecated.
- GridBuilderOld(HtmlConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
-
Deprecated.
- GridBuilderOld(GridBuilderConfig) - Constructor for class org.ujorm.tools.web.table.GridBuilderOld
-
Deprecated.
- GT - Static variable in interface org.ujorm.tools.sql.Sql
-
- 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 the last parameter value of the request or a 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(ServletRequest, V) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the Enum class
- of(ServletRequest, Class<V>) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(ServletRequest, V, Function<String, V>) - Method in interface org.ujorm.tools.web.ao.HttpParameter
-
Returns a parameter of the request or the default value
- of(String) - Static method in interface org.ujorm.tools.web.ao.HttpParameter
-
Create a default implementation
- of(String, String) - Static method in interface org.ujorm.tools.web.ao.HttpParameter
-
Create a default implementation
- of(ApiElement) - Static method in class org.ujorm.tools.web.Element
-
New element for an API element
- of(Throwable) - Static method in class org.ujorm.tools.web.ExceptionProvider
-
A factory method
- of() - Static method in class org.ujorm.tools.web.ExceptionProvider
-
A factory method
- 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(HtmlConfig, 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
-
Deprecated.
- of(HtmlConfig, HttpServletRequest, HttpServletResponse) - Static method in class org.ujorm.tools.web.json.JsonBuilder
-
An object factory
- of(HtmlConfig) - Static method in interface org.ujorm.tools.web.report.ReportBuilderConfig
-
Returns a default implementation
- of(Boolean) - Static method in enum org.ujorm.tools.web.table.Direction
-
- of(HtmlConfig) - Static method in interface org.ujorm.tools.web.table.GridBuilderConfig
-
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.report - package org.ujorm.tools.web.report
-
- 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
-
- 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
- setAjax(boolean) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Set a function order
- setAjaxEnabled(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Enable of disable an AJAX feature, default value si true
- setAjaxReadyMessage(CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- setAjaxRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- setAjaxRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- 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
-
An AJAX timeout to get a response
- 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.report.ReportBuilderConfigImpl
-
- setCssLink(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- setCssWriter(BiConsumer<Element, Boolean>) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
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.report.ReportBuilder
-
- setEmbeddedIcons(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
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.report.ReportBuilder
-
- 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.report.ReportBuilder
-
Deprecated.
- setFormId(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- setFormItem(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- 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.report.ReportBuilder
-
- setHint(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set a placeholder name
- setHref(CharSequence) - Method in class org.ujorm.tools.web.Element
-
Set hyperlink reference
- setHtmlHeader(Injector) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- 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.ajax.JavaScriptWriter
-
An AJAX delay to the input request
- setIdleDelay(Duration) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- setIntHeader(String, int) - Method in class org.ujorm.tools.web.ao.MockServletResponse
-
Deprecated.
- setJavascritWriter(Supplier<Injector>) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
- setJqueryLink(String) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- 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
- setNameValue(CharSequence, Object) - Method in class org.ujorm.tools.web.Element
-
Set name & value to the 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.report.ReportBuilder
-
Mark a column as sortable
- setSort(ColumnModel) - Method in class org.ujorm.tools.web.table.GridBuilder
-
Mark a column as sorted
- setSortable(int) - Method in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Set a function order
- setSortable(Direction) - Method in class org.ujorm.tools.web.table.ColumnModel
-
- setSortRequestParam(HttpParameter) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- 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.report.ReportBuilderConfigImpl
-
- 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.report.ReportBuilderConfigImpl
-
- setTableSelector(CharSequence) - Method in class org.ujorm.tools.web.report.ReportBuilderConfigImpl
-
- 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.report.ReportBuilder
-
Add a sortable indicator to the last column model
- sortable(boolean) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Add a sortable indicator to the last column model
- sortable(Direction) - Method in class org.ujorm.tools.web.report.ReportBuilder
-
Add a sortable indicator to the last column model
- sortable() - Method in class org.ujorm.tools.web.table.GridBuilder
-
Add a sortable indicator to the last column model
- sortable(boolean) - Method in class org.ujorm.tools.web.table.GridBuilder
-
Add a sortable indicator to the last column model
- sortable(Direction) - Method in class org.ujorm.tools.web.table.GridBuilder
-
Add a sortable indicator to the last column model
- sortRequestParam - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
Javascript ajax request parameter
- 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 class org.ujorm.tools.web.ao.DefaultHttpParam
-
- 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.report.ReportBuilderConfigImpl.Constants
-
CSS class name for the output box
- subtitleSelector - Variable in class org.ujorm.tools.web.ajax.JavaScriptWriter
-
A subtitle selector