Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

a - Enum constant in enum class com.oorian.html.elements.consts.OlMarkerType
Lowercase alphabetic (a, b, c, d...).
a - Variable in class com.oorian.css.color.Clab
 
A<T> - Class in com.oorian.html.elements
HTML <a> element for hyperlinks.
A - Enum constant in enum class com.oorian.html.elements.consts.OlMarkerType
Uppercase alphabetic (A, B, C, D...).
A - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter A key.
A() - Constructor for class com.oorian.html.elements.A
Creates a new anchor element with no href.
A(String) - Constructor for class com.oorian.html.elements.A
Creates a new anchor element with the specified URL.
A(String, Target, String) - Constructor for class com.oorian.html.elements.A
Creates a new anchor element with the specified URL, target constant, and display text.
A(String, String) - Constructor for class com.oorian.html.elements.A
Creates a new anchor element with the specified URL and display text.
A(String, String, String) - Constructor for class com.oorian.html.elements.A
Creates a new anchor element with the specified URL, target, and display text.
AAC - Static variable in class com.oorian.utils.MimeTypes
 
Abbr<T> - Class in com.oorian.html.elements
Represents an HTML <abbr> element for defining abbreviations or acronyms.
Abbr() - Constructor for class com.oorian.html.elements.Abbr
Constructs an empty <abbr> element.
Abbr(String, String) - Constructor for class com.oorian.html.elements.Abbr
Constructs an <abbr> element with text and title.
Abbr(String, String, CssStyle) - Constructor for class com.oorian.html.elements.Abbr
Constructs an <abbr> element with text, title, and CSS style object.
Abbr(String, String, String) - Constructor for class com.oorian.html.elements.Abbr
Constructs an <abbr> element with text, title, and inline style.
ABOVE - Static variable in class com.oorian.html.elements.Popup
Position the popup above the target coordinates.
absolute() - Static method in class com.oorian.html.layout.Overlay
Creates an absolute-positioned overlay within its parent container.
ABSOLUTE - Enum constant in enum class com.oorian.css.Position
Positioned relative to the nearest positioned ancestor.
absoluteOverlay() - Method in class com.oorian.html.layout.LoadingLayout
Sets this as an absolute overlay (within parent container).
absoluteOverlay(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets this as an absolute overlay with custom backdrop.
AbstractDataProvider<T> - Class in com.oorian.data
Base implementation of DataProvider with listener management.
AbstractDataProvider() - Constructor for class com.oorian.data.AbstractDataProvider
Creates a new abstract data provider.
ABW - Static variable in class com.oorian.utils.MimeTypes
 
AcceptLanguageLocaleResolver - Class in com.oorian.i18n
Resolves the locale from the browser's Accept-Language HTTP header.
AcceptLanguageLocaleResolver() - Constructor for class com.oorian.i18n.AcceptLanguageLocaleResolver
Creates a new resolver that uses the browser's Accept-Language header.
ACCESS_DENIED - Enum constant in enum class com.oorian.security.SecurityEventType
Authorization check failed (insufficient role or permission).
AccessLogFormat - Enum Class in com.oorian.security
Predefined formats for HTTP access logging.
AccessLogger - Class in com.oorian.security
HTTP access logger for recording request information.
Accordion - Class in com.oorian.html.layout
A container for vertically stacking expandable/collapsible panels.
Accordion() - Constructor for class com.oorian.html.layout.Accordion
Constructs an empty Accordion.
AccordionItem - Class in com.oorian.html.layout
An individual expandable/collapsible panel within an Accordion.
AccordionItem() - Constructor for class com.oorian.html.layout.AccordionItem
Constructs an empty AccordionItem.
action(Element<?>) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets a single action button.
action(Element<?>) - Method in class com.oorian.html.layout.ErrorLayout
Sets a single action button.
actions(Element<?>...) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets multiple action buttons.
actions(Element<?>...) - Method in class com.oorian.html.layout.ErrorLayout
Sets multiple action buttons.
actions(Element<?>...) - Method in class com.oorian.html.layout.FormLayout
Adds action buttons with default (start) alignment.
actionsCenter(Element<?>...) - Method in class com.oorian.html.layout.FormLayout
Adds action buttons centered.
actionsRight(Element<?>...) - Method in class com.oorian.html.layout.FormLayout
Adds action buttons aligned to the right.
actionsSpaceBetween(Element<?>...) - Method in class com.oorian.html.layout.FormLayout
Adds action buttons with space between (first left, last right).
activate() - Method in class com.oorian.html.accessibility.FocusTrap
Activates the focus trap.
activate(int) - Method in class com.oorian.html.containers.HashNavComponent
Activates the item at the specified index.
activate(String) - Method in class com.oorian.html.containers.HashNavComponent
Activates the item with the specified ID.
ACTIVE - Enum constant in enum class com.oorian.PageState
Page is actively connected and communicating with the client.
add(int, int) - Method in class com.oorian.css.BoxShadow
Adds a shadow with pixel offsets only.
add(int, int, int) - Method in class com.oorian.css.BoxShadow
Adds a shadow with pixel offsets and blur radius.
add(int, int, int, int, Color) - Method in class com.oorian.css.BoxShadow
Adds a shadow with pixel offsets, blur, spread, and a Color object.
add(int, int, int, Color) - Method in class com.oorian.css.BoxShadow
Adds a shadow with pixel offsets, blur radius, and a Color object.
add(int, Element) - Method in class com.oorian.html.Elements
 
add(Transition...) - Method in class com.oorian.css.transitions.TransitionSequence
Adds a step consisting of one or more transitions that play simultaneously.
add(Units, Units, Units, Units, Color) - Method in class com.oorian.css.BoxShadow
Adds a shadow with Units offsets, blur, spread, and a Color object.
add(Element) - Method in class com.oorian.html.Elements
 
add(StyledElement<?>, Transition) - Method in class com.oorian.css.transitions.TransitionGroup
Adds an element/transition pair to this group.
add(MimeType) - Method in class com.oorian.utils.MimeTypes
Adds a MimeType to the registry.
add(Object) - Method in class com.oorian.json.JsonArray
Adds a value to this array.
add(String, String) - Method in class com.oorian.css.BoxShadow
Adds a shadow with horizontal and vertical offsets only.
add(String, String) - Method in class com.oorian.UrlParameters
Adds a parameter with the specified name and value.
add(String, String, String) - Method in class com.oorian.css.BoxShadow
Adds a shadow with offsets and blur radius.
add(String, String, String) - Method in class com.oorian.utils.MimeTypes
Adds a MIME type mapping using individual parameters.
add(String, String, String, String) - Method in class com.oorian.css.BoxShadow
Adds a shadow with offsets, blur radius, and color.
add(String, String, String, String, String) - Method in class com.oorian.css.BoxShadow
Adds a shadow with offsets, blur radius, spread radius, and color.
ADD - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad add key.
addAdjacentSibling(CssRule) - Method in class com.oorian.css.CssRule
Adds an adjacent sibling rule that matches the immediately following sibling.
addAll(int, Collection<? extends Element>) - Method in class com.oorian.html.Elements
 
addAll(Collection<? extends Element>) - Method in class com.oorian.html.Elements
 
addAll(Collection<? extends Object>) - Method in class com.oorian.json.JsonArray
Adds all values from a collection to this array.
addAllowedOrigin(String) - Method in class com.oorian.Application
Adds an allowed origin for WebSocket connections.
addArea(Area) - Method in class com.oorian.html.elements.Map
Adds an area element to this image map.
addAsyncValidator(AsyncValidator<T>) - Method in class com.oorian.validation.AsyncValidatedInput
Adds an async validator to this input.
addAttribute(String) - Method in class com.oorian.html.Element
Adds a boolean HTML attribute (an attribute with no value).
addAttribute(String, boolean) - Method in class com.oorian.html.Element
Adds or removes a boolean HTML attribute based on the flag value.
addAttribute(String, String) - Method in class com.oorian.css.CssStyle
Adds or updates a CSS property.
addAttribute(String, String) - Method in class com.oorian.html.Element
Adds an HTML attribute with the specified name and value.
addAttribute(String, String) - Method in class com.oorian.html.HtmlPage
Adds an attribute to the HTML element of this page.
addAttribute(String, String) - Method in class com.oorian.xml.XmlElement
Adds or replaces an attribute on this element.
addAttribute(String, String, boolean) - Method in class com.oorian.css.CssStyle
Adds a CSS property with optional !important flag.
addAttribute(String, String, boolean) - Method in class com.oorian.html.Element
Adds an HTML attribute with control over DOM synchronization.
addAttributes(Map<String, String>) - Method in class com.oorian.css.CssStyle
Adds multiple CSS properties from a map.
addAttributeUpdate(Element) - Method in class com.oorian.html.HtmlPage
 
addBaseUri(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the base-uri directive.
addCategory(Element<?>) - Method in class com.oorian.html.layout.SettingsLayout
Adds a category navigation item to the sidebar.
addCData(String) - Method in class com.oorian.xml.XmlElement
Adds a CDATA section as a child of this element.
addCell() - Method in class com.oorian.html.containers.HPanel
Adds a new cell to the panel.
addCell() - Method in class com.oorian.html.containers.VPanel
Adds a new row to the end of this vertical panel.
addCell(int) - Method in class com.oorian.html.containers.HPanel
Adds a new cell with a fixed pixel width.
addCell(TableCell) - Method in class com.oorian.html.elements.Tr
Adds an existing table cell to this row.
addCell(String) - Method in class com.oorian.html.containers.HPanel
Adds a new cell with a CSS width value.
addCells(int) - Method in class com.oorian.html.containers.HPanel
Adds multiple cells to the panel.
addCells(int) - Method in class com.oorian.html.containers.VPanel
Adds the specified number of new rows to the end of this vertical panel.
addChild(CssRule) - Method in class com.oorian.css.CssRule
Adds a child rule that matches direct child elements only.
addChildSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the child-src directive.
addClass(String) - Method in class com.oorian.html.StyledElement
Adds a CSS class to the existing class attribute.
addClassName(String) - Method in class com.oorian.css.CssSelector
Adds a CSS class to this selector.
addCol(Col) - Method in class com.oorian.html.elements.Colgroup
Adds a Col element to this column group.
addColgroup(Colgroup) - Method in class com.oorian.html.elements.Table
Adds a column group to this table.
addColor(Color) - Method in class com.oorian.css.color.Pallete
Adds a Color object to this palette.
addColor(String) - Method in class com.oorian.css.color.Pallete
Adds a color to this palette using a CSS color string.
addCommand(Command) - Method in class com.oorian.html.HtmlPage
 
addConnectSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the connect-src directive.
addCookie(OorianCookie) - Method in class com.oorian.html.Cookies
Adds a pre-configured cookie to the response.
addCookie(OorianCookie) - Method in class com.oorian.html.HtmlPage
 
addCookie(OorianCookie) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
addCookie(OorianCookie) - Method in interface com.oorian.OorianHttpResponse
Adds a cookie to the response.
addCookie(OorianCookie) - Method in class com.oorian.test.TestHttpRequest
Adds a cookie to the request.
addCookie(OorianCookie) - Method in class com.oorian.test.TestHttpResponse
 
addCookie(OorianCookie) - Method in class com.oorian.testing.MockOorianHttpRequest
Adds a cookie to this request.
addCookie(String, String) - Method in class com.oorian.html.Cookies
Creates and adds a secure, HTTP-only cookie with the specified name and value.
addCookie(String, String) - Method in class com.oorian.html.HtmlPage
 
addCssLink(CssLink) - Method in class com.oorian.html.elements.Head
Adds a pre-configured CssLink element to the head.
addCssLink(String) - Method in class com.oorian.html.elements.Head
Adds an external CSS stylesheet link to the head by URL.
addCssLink(String, boolean) - Method in class com.oorian.html.elements.Head
Adds an external CSS stylesheet link with optional cache-busting timestamp.
addCssStyleSheet(CssStyleSheet) - Method in class com.oorian.html.elements.Head
Adds an inline CSS stylesheet to the head.
addDataCell() - Method in class com.oorian.html.elements.Tr
Creates and adds an empty data cell to this row.
addDataCell(CssStyle) - Method in class com.oorian.html.elements.Tr
Creates and adds a data cell with the specified style.
addDataCell(Element) - Method in class com.oorian.html.elements.Tr
Creates a data cell containing the specified element.
addDataCell(Element, int) - Method in class com.oorian.html.elements.Tr
Creates a data cell containing the specified element with a fixed width.
addDataCell(Element, CssStyle) - Method in class com.oorian.html.elements.Tr
Creates a data cell containing the specified element with a CssStyle.
addDataCell(Element, String) - Method in class com.oorian.html.elements.Tr
Creates a data cell containing the specified element with a CSS class.
addDataCell(String) - Method in class com.oorian.html.elements.Tr
Creates a data cell with the specified text content.
addDataCell(String, int) - Method in class com.oorian.html.elements.Tr
Creates a data cell with text and a fixed width.
addDataCell(String, CssStyle) - Method in class com.oorian.html.elements.Tr
Creates a data cell with text and a CssStyle.
addDataCell(String, String) - Method in class com.oorian.html.elements.Tr
Creates a data cell with text and a CSS class.
addDataCells(int) - Method in class com.oorian.html.elements.Tr
Creates multiple empty data cells.
addDataChangeListener(DataChangeListener) - Method in class com.oorian.data.AbstractDataProvider
 
addDataChangeListener(DataChangeListener) - Method in interface com.oorian.data.DataProvider
Registers a listener to be notified when the data changes.
addDays(int) - Method in class com.oorian.utils.Day
Adds the specified number of days to this Day.
addDefaultSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the default-src directive.
addDefinition(Dt) - Method in class com.oorian.html.elements.Dl
Adds a definition term to the description list.
addDescendant(CssRule) - Method in class com.oorian.css.CssRule
Adds a descendant rule that matches elements nested at any depth.
addDescription(Dd) - Method in class com.oorian.html.elements.Dl
Adds a description to the description list.
addDirective(String, String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to a custom or future directive.
addDivider() - Method in class com.oorian.html.layout.SettingsLayout
Adds a divider to the sidebar navigation.
addElement(int, Element) - Method in class com.oorian.html.containers.HPanel
Adds an element to the specified cell.
addElement(int, Element) - Method in class com.oorian.html.containers.VPanel
Adds an element to the specified row.
addElement(Element) - Method in class com.oorian.html.ContainerElement
 
addElement(Element) - Method in class com.oorian.html.containers.HPanel
 
addElement(Element) - Method in class com.oorian.html.containers.VPanel
 
addElement(Element) - Method in class com.oorian.html.containers.Deck
Adds an element to the deck.
addElement(Element) - Method in class com.oorian.html.containers.GlassPane
 
addElement(Element) - Method in class com.oorian.html.Element
Adds a child element to this element.
addElement(Element) - Method in class com.oorian.html.elements.mathml.AnnotationXml
Adds any child element to this annotation-xml container.
addElement(Element) - Method in class com.oorian.html.elements.svg.SvgForeignObject
Adds any HTML or SVG child element to this foreign object container.
addElement(Element) - Method in class com.oorian.html.elements.Table
Adds a child element to this table.
addElement(Element) - Method in class com.oorian.html.HtmlPage
Adds a child element to the page.
addElement(Element) - Method in class com.oorian.html.layout.Drawer
Adds content to the drawer panel.
addElement(Element) - Method in class com.oorian.html.layout.MediaLayout
Adds content to the content pane.
addElement(Element) - Method in class com.oorian.html.PhrasingContentElement
Adds a child element to this element.
addElement(Element) - Method in class com.oorian.html.StyledContainerElement
 
addElement(XmlNode) - Method in class com.oorian.xml.XmlElement
Adds a child node to this element.
addElement(String, Element) - Method in class com.oorian.html.containers.Deck
Adds an element to the deck with the specified ID.
addElementAddition(Element) - Method in class com.oorian.html.HtmlPage
 
addElements(List<? extends XmlNode>) - Method in class com.oorian.xml.XmlElement
Adds multiple child nodes to this element.
addElementSubtraction(Element) - Method in class com.oorian.html.HtmlPage
 
addElementUpdate(Element) - Method in class com.oorian.html.HtmlPage
 
addEntry(String, Element<?>) - Method in class com.oorian.html.layout.ReferenceLayout
Adds an entry with just an ID (label defaults to ID).
addEntry(String, String, Element<?>) - Method in class com.oorian.html.layout.ReferenceLayout
Adds an entry to the reference (method, property, etc.).
addFallbackContent(Element) - Method in class com.oorian.html.elements.Audio
Adds fallback content for browsers that do not support this media element.
addFallbackContent(Element) - Method in class com.oorian.html.elements.Video
Adds fallback content for browsers that do not support this media element.
addFeature(Element<?>) - Method in class com.oorian.html.layout.FeatureGridLayout
Adds a feature card to the grid.
addFeature(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Adds a feature to the feature list.
addFile(File) - Method in class com.oorian.apis.MultipartRequest
Adds a file to this multipart request.
addFile(String, File) - Method in class com.oorian.apis.MultipartRequest
Adds a file to this multipart request with a specified form field name.
addFile(String, FileInputStream) - Method in class com.oorian.apis.MultipartRequest
Adds a file to this multipart request from an input stream.
addFile(String, String, FileInputStream) - Method in class com.oorian.apis.MultipartRequest
Adds a file to this multipart request from an input stream with a specified form field name.
addFontSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the font-src directive.
addFormAction(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the form-action directive.
addFormValidator(FormValidator) - Method in class com.oorian.html.elements.OorianForm
Adds a form-level validator for cross-field validation.
addFrameAncestors(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the frame-ancestors directive.
addFrameSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the frame-src directive.
addGeneralSibling(CssRule) - Method in class com.oorian.css.CssRule
Adds a general sibling rule that matches all following siblings.
addGroup(String) - Method in class com.oorian.html.components.FilterableTree
Adds a new group to the tree.
addGroup(String, String) - Method in class com.oorian.html.components.FilterableTree
Adds a new group to the tree with a custom ID.
addHeader(String, String) - Method in class com.oorian.apis.ApiHttpRequest
Adds a custom header to this request.
addHeader(String, String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
addHeader(String, String) - Method in interface com.oorian.OorianHttpResponse
Adds a response header without replacing existing values.
addHeader(String, String) - Method in class com.oorian.test.TestHttpRequest
Adds a value to a request header (supports multi-value headers).
addHeader(String, String) - Method in class com.oorian.test.TestHttpResponse
 
addHeader(String, String) - Method in class com.oorian.testing.MockOorianHttpRequest
Adds a request header.
addHeaderCell() - Method in class com.oorian.html.elements.Tr
Creates and adds an empty header cell to this row.
addHeaderCell(CssStyle) - Method in class com.oorian.html.elements.Tr
Creates and adds a header cell with the specified style.
addHeaderCell(Element) - Method in class com.oorian.html.elements.Tr
Creates a header cell containing the specified element.
addHeaderCell(Element, int) - Method in class com.oorian.html.elements.Tr
Creates a header cell containing the specified element with a fixed width.
addHeaderCell(Element, String) - Method in class com.oorian.html.elements.Tr
Creates a header cell containing the specified element with a CSS class.
addHeaderCell(String) - Method in class com.oorian.html.elements.Tr
Creates a header cell with the specified text content.
addHeaderCell(String, int) - Method in class com.oorian.html.elements.Tr
Creates a header cell with text and a fixed width.
addHeaderCell(String, String) - Method in class com.oorian.html.elements.Tr
Creates a header cell with text and a CSS class.
addHeaders(HttpRequest.Builder) - Method in class com.oorian.apis.ApiHttpRequest
 
addImage(String) - Method in class com.oorian.schema.SchemaArticle
Adds an image URL for the article.
addImgSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the img-src directive.
addInset(int, int, int, int, Color) - Method in class com.oorian.css.BoxShadow
Adds an inset shadow with pixel values and a Color object.
addInset(Units, Units, Units, Units, Color) - Method in class com.oorian.css.BoxShadow
Adds an inset shadow with Units values and a Color object.
addInset(String, String, String, String, String) - Method in class com.oorian.css.BoxShadow
Adds an inset shadow with offsets, blur radius, spread radius, and color.
addItem(TreeItem) - Method in class com.oorian.html.components.TreeGroup
Adds a pre-configured TreeItem to the group.
addItem(AccordionItem) - Method in class com.oorian.html.layout.Accordion
Adds an AccordionItem to the accordion.
addItem(String, Element) - Method in class com.oorian.html.containers.HashNavComponent
Registers an item with this component.
addItem(String, Element<?>) - Method in class com.oorian.html.layout.Accordion
Creates and adds an AccordionItem with the specified header and content.
addItem(String, Element<?>) - Method in class com.oorian.html.layout.MasterDetailLayout
Adds an item with the specified label and detail content.
addItem(String, String) - Method in class com.oorian.html.components.TreeGroup
Adds an item to the group.
addItem(String, String) - Method in class com.oorian.schema.SchemaBreadcrumbList
Adds a breadcrumb item to the list.
addItem(String, String, Element<?>) - Method in class com.oorian.html.layout.MasterDetailLayout
Adds an item with the specified label, ID, and detail content.
addItem(String, String, String) - Method in class com.oorian.html.components.TreeGroup
Adds an item to the group with filter text different from the display label.
addItem(T) - Method in class com.oorian.data.ListDataProvider
Adds an item and notifies listeners.
addJavaScript(JavaScript) - Method in class com.oorian.html.elements.Head
Adds a pre-configured JavaScript element to the head.
addJavaScript(String) - Method in class com.oorian.html.elements.Head
Adds an external JavaScript file to the head by URL.
addJavaScript(String, boolean) - Method in class com.oorian.html.elements.Head
Adds an external JavaScript file with optional cache-busting timestamp.
addKeyFrames(KeyFrames) - Method in class com.oorian.css.CssStyleSheet
Adds keyframes animation definition to this stylesheet.
addLineBreak() - Method in class com.oorian.html.Element
Adds a line break element.
addLineOfText(String) - Method in class com.oorian.html.ContainerElement
 
addLineOfText(String) - Method in class com.oorian.html.Element
Appends text content followed by a line break to this element.
addLineOfText(String) - Method in class com.oorian.html.StyledContainerElement
 
addLineOfText(String, CssStyle) - Method in class com.oorian.html.ContainerElement
 
addLineOfText(String, CssStyle) - Method in class com.oorian.html.Element
Appends text content with a CssStyle followed by a line break to this element.
addLineOfText(String, CssStyle) - Method in class com.oorian.html.StyledContainerElement
 
addLineOfText(String, String) - Method in class com.oorian.html.ContainerElement
 
addLineOfText(String, String) - Method in class com.oorian.html.Element
Appends text content with inline CSS styling followed by a line break to this element.
addLineOfText(String, String) - Method in class com.oorian.html.StyledContainerElement
 
addListener(TimerListener) - Method in class com.oorian.html.SimpleTimer
Adds a listener to be notified when the timer expires.
addListener(TimerListener) - Method in class com.oorian.html.Timer
Adds a listener to be notified when this timer expires.
addListener(OorianSessionListener) - Static method in class com.oorian.OorianSessionMonitor
Registers a session listener to receive session lifecycle events.
addListItem(Element) - Method in class com.oorian.html.elements.Ol
Adds a list item containing the specified HTML element.
addListItem(Element) - Method in class com.oorian.html.elements.OrderedList
Adds a list item containing the specified HTML element.
addListItem(Element) - Method in class com.oorian.html.elements.Ul
Adds a list item containing the specified HTML element.
addListItem(Element) - Method in class com.oorian.html.elements.UnorderedList
Adds a list item containing the specified HTML element.
addListItem(Li) - Method in class com.oorian.html.elements.Ol
Adds an existing list item to this list.
addListItem(Li) - Method in class com.oorian.html.elements.OrderedList
Adds an existing list item to this list.
addListItem(Li) - Method in class com.oorian.html.elements.Ul
Adds an existing list item to this list.
addListItem(Li) - Method in class com.oorian.html.elements.UnorderedList
Adds an existing list item to this list.
addListItem(Li) - Method in class com.oorian.html.elements.Menu
Adds a list item to this menu.
addListItem(String) - Method in class com.oorian.html.elements.Ol
Adds a list item with the specified text content.
addListItem(String) - Method in class com.oorian.html.elements.OrderedList
Adds a list item with the specified text content.
addListItem(String) - Method in class com.oorian.html.elements.Ul
Adds a list item with the specified text content.
addListItem(String) - Method in class com.oorian.html.elements.UnorderedList
Adds a list item with the specified text content.
addListItem(String) - Method in class com.oorian.html.elements.Menu
Adds a list item with the specified text to this menu.
addManifestSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the manifest-src directive.
addMediaQuery(CssMediaQuery) - Method in class com.oorian.css.CssMediaQuery
Adds a nested media query inside this media query.
addMediaQuery(CssMediaQuery) - Method in class com.oorian.css.CssStyleSheet
Adds a media query to this stylesheet.
addMediaSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the media-src directive.
addMeta(Meta) - Method in class com.oorian.html.elements.Head
Adds a pre-configured Meta element to the head.
addMeta(String, String) - Method in class com.oorian.html.elements.Head
Adds a custom meta tag with the specified attribute name and value.
addMeta(String, String, String) - Method in class com.oorian.html.elements.Head
Adds a custom meta tag with an attribute, value, and content.
addMonths(int) - Method in class com.oorian.utils.Day
Adds the specified number of months to this Day.
addNewLine(boolean, StringBuilder) - Method in class com.oorian.css.CssElement
Appends a newline character to the output when pretty printing is enabled.
addObjectSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the object-src directive.
addOptGroup(OptGroup) - Method in class com.oorian.html.elements.Select
Adds an option group to this select element.
addOption(Option) - Method in class com.oorian.html.elements.DataList
Adds an option element to the datalist.
addOption(Option) - Method in class com.oorian.html.elements.OptGroup
Adds an option element to this group.
addOption(Option) - Method in class com.oorian.html.elements.Select
Adds an Option object to this select element.
addOption(Object) - Method in class com.oorian.html.elements.Select
Adds an option where the value is used as both value and display text.
addOption(Object, String) - Method in class com.oorian.html.elements.Select
Adds an option with the specified value and display text.
addOption(String) - Method in class com.oorian.html.elements.DataList
Adds an option with the specified value to the datalist.
addOption(String) - Method in class com.oorian.html.elements.OptGroup
Adds a simple option to this group with the same value and display text.
addParagraph() - Method in class com.oorian.html.ContainerElement
 
addParagraph() - Method in class com.oorian.html.Element
Adds an empty paragraph element.
addParagraph() - Method in class com.oorian.html.StyledContainerElement
 
addParagraph(String) - Method in class com.oorian.html.ContainerElement
 
addParagraph(String) - Method in class com.oorian.html.Element
Adds a paragraph element containing the specified text.
addParagraph(String) - Method in class com.oorian.html.StyledContainerElement
 
addParameter(RequestParameter) - Method in class com.oorian.apis.UrlEncodedRequest
Adds a form parameter to this request.
addParameter(Parameter) - Method in class com.oorian.Parameters
Adds a Parameter object to this collection.
addParameter(String, Object) - Method in class com.oorian.apis.UrlEncodedRequest
Adds a form parameter with the specified name and value.
addParameter(String, String) - Method in class com.oorian.apis.MultipartRequest
Adds a form parameter to this multipart request.
addParameter(String, String) - Method in class com.oorian.messaging.events.client.FormEvent
Adds a single parameter value to this form event.
addParameter(String, String) - Method in class com.oorian.messaging.events.client.UserEvent
Adds a single parameter value to this user event.
addParameter(String, String) - Method in class com.oorian.testing.MockOorianHttpRequest
Adds a request parameter with a single value.
addParameter(String, String[]) - Method in class com.oorian.Parameters
Adds multiple values to a parameter from an array.
addParameter(String, String...) - Method in class com.oorian.testing.MockOorianHttpRequest
Adds a request parameter with multiple values.
addParameter(String, List<String>) - Method in class com.oorian.Parameters
Adds multiple values to a parameter from a list.
addParameters(String, String[]) - Method in class com.oorian.messaging.events.client.FormEvent
Adds multiple values for a parameter to this form event.
addParameters(String, String[]) - Method in class com.oorian.messaging.events.client.UserEvent
Adds multiple values for a parameter to this user event.
addParameters(Map<String, String[]>) - Method in class com.oorian.Parameters
Adds all parameters from a map.
addParameterValue(String, String) - Method in class com.oorian.Parameters
Adds a value to a parameter, supporting multi-valued parameters.
addPseudoElement(String, CssStyle) - Method in class com.oorian.css.CssRule
Adds a pseudo-element style to this rule.
addQuestion(String, String) - Method in class com.oorian.schema.SchemaFAQPage
Adds a question and answer to the FAQ.
addResolver(LocaleResolver) - Method in class com.oorian.i18n.CompositeLocaleResolver
Adds a resolver to the end of the chain.
addResponseHeader(String, String) - Method in class com.oorian.HttpFile
Adds a custom header to the HTTP response without replacing existing headers of the same name.
Address<T> - Class in com.oorian.html.elements
Represents an HTML <address> element for contact information.
Address() - Constructor for class com.oorian.html.elements.Address
Constructs an empty <address> element.
addRow() - Method in class com.oorian.html.elements.Table
Creates and adds a new row to the table body.
addRow() - Method in class com.oorian.html.elements.Tbody
Creates and adds a new row to this table section.
addRow() - Method in class com.oorian.html.elements.Tfoot
Creates and adds a new row to this table section.
addRow() - Method in class com.oorian.html.elements.Thead
Creates and adds a new row to this table section.
addRow(Tr) - Method in class com.oorian.html.elements.Table
Adds an existing row to the table body.
addRow(Tr) - Method in class com.oorian.html.elements.Tbody
Adds an existing row to this table section.
addRow(Tr) - Method in class com.oorian.html.elements.Tfoot
Adds an existing row to this table section.
addRow(Tr) - Method in class com.oorian.html.elements.Thead
Adds an existing row to this table section.
addRule(CssRule) - Method in class com.oorian.css.CssMediaQuery
Adds a CSS rule to this media query.
addRule(CssRule) - Method in class com.oorian.css.CssStyleSheet
Adds a CSS rule to this stylesheet.
addRule(KeyFrameRule) - Method in class com.oorian.css.KeyFrames
Adds a keyframe rule to this animation.
addRule(String, CssStyle) - Method in class com.oorian.css.KeyFrames
Adds a keyframe rule with a CSS selector and style object.
addRule(String, String) - Method in class com.oorian.css.KeyFrames
Adds a keyframe rule with a CSS selector and style string.
addSameAs(String) - Method in class com.oorian.schema.SchemaOrganization
Adds a social profile or related URL.
addSandbox(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds flags to the sandbox directive.
addScriptSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the script-src directive.
addSection(Element<?>) - Method in class com.oorian.html.layout.HeroLayout
Adds a content section below the hero.
addSection(Element<?>, Element<?>) - Method in class com.oorian.html.layout.StoryLayout
Adds a story section with image and text content.
addSection(Element<?>, Element<?>, boolean) - Method in class com.oorian.html.layout.StoryLayout
Adds a story section with explicit image position.
addSection(String, Element<?>) - Method in class com.oorian.html.layout.AppShellLayout
Adds a section with the specified label and content.
addSection(String, Element<?>) - Method in class com.oorian.html.layout.DocsLayout
Adds a section with the specified label and content.
addSection(String, Element<?>) - Method in class com.oorian.html.layout.SettingsLayout
Adds a section with the specified label and content.
addSection(String, Element<?>) - Method in class com.oorian.html.layout.SplitNavLayout
Adds a section with the specified label and content.
addSection(String, String, Element<?>) - Method in class com.oorian.html.layout.AppShellLayout
Adds a section with the specified label, ID, and content.
addSection(String, String, Element<?>) - Method in class com.oorian.html.layout.DocsLayout
Adds a section with the specified label, ID, and content.
addSection(String, String, Element<?>) - Method in class com.oorian.html.layout.SettingsLayout
Adds a section with the specified label, ID, and content.
addSection(String, String, Element<?>) - Method in class com.oorian.html.layout.SplitNavLayout
Adds a section with the specified label, ID, and content.
addSectionImageLeft(Element<?>, Element<?>) - Method in class com.oorian.html.layout.StoryLayout
Adds a section with image on the left.
addSectionImageRight(Element<?>, Element<?>) - Method in class com.oorian.html.layout.StoryLayout
Adds a section with image on the right.
addSelector(CssSelector) - Method in class com.oorian.css.CssRule
Adds a CSS selector object to this rule.
addSelector(String) - Method in class com.oorian.css.CssRule
Adds a CSS selector string to this rule.
addSource(Source) - Method in class com.oorian.html.elements.Audio
Adds a Source element specifying an alternative media resource.
addSource(Source) - Method in class com.oorian.html.elements.Video
Adds a Source element specifying an alternative media resource.
addSource(String) - Method in class com.oorian.html.elements.Audio
Adds a media source with the specified URL.
addSource(String) - Method in class com.oorian.html.elements.Video
Adds a media source with the specified URL.
addSource(String, String) - Method in class com.oorian.html.elements.Picture
Adds a source element with srcset and media query.
addSource(String, String, String) - Method in class com.oorian.html.elements.Picture
Adds a source element with the specified attributes.
addSpacer(int) - Method in class com.oorian.html.ContainerElement
 
addSpacer(int) - Method in class com.oorian.html.Element
Adds a vertical spacer element with the specified height in pixels.
addSpacer(int) - Method in class com.oorian.html.StyledContainerElement
 
addSrcCode(String) - Method in class com.oorian.html.elements.Script
Appends JavaScript source code to the script element.
addStat(Element<?>) - Method in class com.oorian.html.layout.DashboardLayout
Adds a stat widget to the stats bar.
addStep(String, Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Adds a step with the specified label and content.
addStep(String, String, Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Adds a step with the specified label, ID, and content.
addStop(Color) - Method in class com.oorian.css.Gradient
Adds a color stop using a Color object.
addStop(Color, int) - Method in class com.oorian.css.Gradient
Adds a color stop using a Color object at a specific percentage position.
addStop(Color, String) - Method in class com.oorian.css.Gradient
Adds a color stop using a Color object at a specific position.
addStop(String) - Method in class com.oorian.css.Gradient
Adds a color stop with no position.
addStop(String, int) - Method in class com.oorian.css.Gradient
Adds a color stop at a specific percentage position.
addStop(String, String) - Method in class com.oorian.css.Gradient
Adds a color stop at a specific position.
addStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Merges additional CSS styles into the current style.
addStyle(String) - Method in class com.oorian.html.StyledElement
 
addStyleAttribute(String, String) - Method in class com.oorian.css.CssRule
Adds a single style attribute to this rule.
addStyleAttribute(String, String) - Method in class com.oorian.html.StyledElement
Adds a single CSS property to the current style.
addStyleAttribute(String, String, boolean) - Method in class com.oorian.css.CssRule
Adds a single style attribute to this rule with optional !important flag.
addStyleSheet(CssStyleSheet) - Method in class com.oorian.css.CssStyleSheet
Adds a child stylesheet to this stylesheet.
addStyleSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the style-src directive.
addSupportedLocale(Locale) - Method in class com.oorian.i18n.UrlLocaleResolver
Adds a locale to the set of supported locales.
addTab(Tab) - Method in class com.oorian.html.layout.TabbedLayout
Adds a Tab to the layout.
addTab(String, Element<?>) - Method in class com.oorian.html.layout.TabbedLayout
Creates and adds a Tab with the specified label and content.
addText(Text) - Method in class com.oorian.html.ContainerElement
 
addText(Text) - Method in class com.oorian.html.Element
Appends a Text element to this element.
addText(Text) - Method in class com.oorian.html.elements.Ruby
Adds a pre-configured Text element as base text content.
addText(Text) - Method in class com.oorian.html.RawTextElement
Appends a Text element to this element.
addText(Text) - Method in class com.oorian.html.StyledContainerElement
 
addText(Text) - Method in class com.oorian.html.TextElement
Appends a Text element to this element without removing existing content.
addText(String) - Method in class com.oorian.html.ContainerElement
 
addText(String) - Method in class com.oorian.html.containers.HPanel
Adds a text node to this panel.
addText(String) - Method in class com.oorian.html.containers.VPanel
Adds a text node to this panel.
addText(String) - Method in class com.oorian.html.Element
Appends text content to this element.
addText(String) - Method in class com.oorian.html.elements.mathml.MathMlContainerElement
Appends text content to this element.
addText(String) - Method in class com.oorian.html.elements.Ruby
Adds base text content to the ruby element.
addText(String) - Method in class com.oorian.html.elements.svg.SvgContainerElement
Appends text content to this element.
addText(String) - Method in class com.oorian.html.RawTextElement
Appends text content to this element.
addText(String) - Method in class com.oorian.html.StyledContainerElement
 
addText(String) - Method in class com.oorian.html.TextElement
Appends additional text content to this element without removing existing content.
addText(String, CssStyle) - Method in class com.oorian.html.ContainerElement
 
addText(String, CssStyle) - Method in class com.oorian.html.containers.HPanel
Adds styled text to this panel using a CssStyle object.
addText(String, CssStyle) - Method in class com.oorian.html.containers.VPanel
Adds styled text to this panel using a CssStyle object.
addText(String, CssStyle) - Method in class com.oorian.html.Element
Appends text content with a CssStyle to this element.
addText(String, CssStyle) - Method in class com.oorian.html.StyledContainerElement
 
addText(String, String) - Method in class com.oorian.html.ContainerElement
 
addText(String, String) - Method in class com.oorian.html.containers.HPanel
Adds styled text to this panel using a CSS style string.
addText(String, String) - Method in class com.oorian.html.containers.VPanel
Adds styled text to this panel using a CSS style string.
addText(String, String) - Method in class com.oorian.html.Element
Appends text content with inline CSS styling to this element.
addText(String, String) - Method in class com.oorian.html.StyledContainerElement
 
addTocHeading(Element<?>, StyledContainerElement<?>) - Method in class com.oorian.html.layout.DocsLayout
Adds a heading to the specified container and creates a corresponding TOC link.
addTocHeading(Element<?>, StyledContainerElement<?>, String) - Method in class com.oorian.html.layout.DocsLayout
Adds a heading to the specified container and creates a corresponding TOC link with a custom ID.
addTrack(Track) - Method in class com.oorian.html.elements.Audio
Adds a Track element for text tracks (subtitles, captions, etc.).
addTrack(Track) - Method in class com.oorian.html.elements.Video
Adds a Track element for text tracks (subtitles, captions, etc.).
addTrack(String) - Method in class com.oorian.html.elements.Audio
Adds a text track with the specified URL.
addTrack(String) - Method in class com.oorian.html.elements.Video
Adds a text track with the specified URL.
addTransition(Transition) - Method in class com.oorian.html.StyledElement
Adds a transition to this element.
addValidatedInput(ValidatedInput<?>) - Method in class com.oorian.html.elements.OorianForm
Registers a ValidatedInput with this form.
addValidator(Validator<T>) - Method in class com.oorian.validation.ValidatedInput
Adds a validator to this input.
addValue(String) - Method in class com.oorian.Parameter
Adds a value to this parameter.
addWidget(Element<?>) - Method in class com.oorian.html.layout.DashboardLayout
Adds a widget to the widget grid.
addWorkerSrc(String...) - Method in class com.oorian.security.ContentSecurityPolicy
Adds sources to the worker-src directive.
addYears(int) - Method in class com.oorian.utils.Day
Adds the specified number of years to this Day.
ADJACENT_SIBLING - Enum constant in enum class com.oorian.css.Combinator
Adjacent sibling combinator (+) - matches the immediately following sibling.
after(long) - Method in class com.oorian.utils.Day
Checks if this Day is after the specified date.
after(Day) - Method in class com.oorian.utils.Day
Checks if this Day is after another Day.
AJAX_ONLY - Enum constant in enum class com.oorian.CommunicationMode
Poll-based communication with no persistent connection.
AJAX_WITH_SSE - Enum constant in enum class com.oorian.CommunicationMode
Hybrid mode using AJAX for client-to-server communication and Server-Sent Events (SSE) for server-to-client push notifications.
AjaxPollInterval - Class in com.oorian
Represents an AJAX poll interval value used in CommunicationMode.AJAX_ONLY mode.
AjaxPollInterval() - Constructor for class com.oorian.AjaxPollInterval
Creates an AjaxPollInterval with a default value of AjaxPollInterval.DISABLED.
AjaxPollInterval(long) - Constructor for class com.oorian.AjaxPollInterval
Creates an AjaxPollInterval with the specified value.
alert(HtmlPage, String) - Static method in class com.oorian.html.js.WindowApi
Displays an alert dialog with the specified message.
alert(String) - Static method in class com.oorian.html.js.WindowApi
Displays an alert dialog with the specified message using the current page context.
ALERT - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an important message requiring user attention.
ALERTDIALOG - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an alert dialog requiring user response.
ALIAS - Enum constant in enum class com.oorian.css.Cursor
Creates a shortcut/alias cursor.
ALICE_BLUE - Static variable in class com.oorian.css.color.Color
 
alignBottom() - Method in class com.oorian.html.layout.MediaLayout
Aligns media and content to the bottom.
alignBottom() - Method in class com.oorian.html.layout.Overlay
Aligns content to the bottom of the overlay.
AlignContent - Enum Class in com.oorian.css
CSS align-content property values for flexbox container cross-axis alignment.
alignCtaLeft() - Method in class com.oorian.html.layout.FeatureGridLayout
Aligns the CTA to the left instead of center.
alignCtaRight() - Method in class com.oorian.html.layout.FeatureGridLayout
Aligns the CTA to the right.
alignHeadlineLeft() - Method in class com.oorian.html.layout.FeatureGridLayout
Aligns the headline to the left instead of center.
alignHeadlineRight() - Method in class com.oorian.html.layout.FeatureGridLayout
Aligns the headline to the right.
AlignItems - Enum Class in com.oorian.css
CSS align-items property values for flexbox item cross-axis alignment.
alignLeft() - Method in class com.oorian.html.layout.Overlay
Aligns content to the left of the overlay.
alignRight() - Method in class com.oorian.html.layout.Overlay
Aligns content to the right of the overlay.
AlignSelf - Enum Class in com.oorian.css
CSS align-self property values for individual flexbox item alignment.
alignTop() - Method in class com.oorian.html.layout.MediaLayout
Aligns media and content to the top.
alignTop() - Method in class com.oorian.html.layout.Overlay
Aligns content to the top of the overlay.
all() - Static method in class com.oorian.data.Query
Creates a query that requests all items with no sorting or filtering.
ALL - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: always reacts to pointer events.
ALL - Enum constant in enum class com.oorian.css.UserSelect
Clicking selects the entire element content at once.
ALL_SCROLL - Enum constant in enum class com.oorian.css.Cursor
Indicates scrolling in any direction.
ALLOW_END - Enum constant in enum class com.oorian.css.HangingPunctuation
End punctuation hangs if it doesn't fit.
ALLOW_FORMS - Enum constant in enum class com.oorian.html.elements.consts.Sandbox
Allows form submission from the sandboxed iframe.
ALLOW_POINTER_LOCK - Enum constant in enum class com.oorian.html.elements.consts.Sandbox
Allows the iframe to lock the pointer (for games and interactive content).
ALLOW_POPUPS - Enum constant in enum class com.oorian.html.elements.consts.Sandbox
Allows the iframe to open popup windows.
ALLOW_SAME_ORIGIN - Enum constant in enum class com.oorian.html.elements.consts.Sandbox
Allows the iframe content to be treated as being from the same origin.
ALLOW_SCRIPTS - Enum constant in enum class com.oorian.html.elements.consts.Sandbox
Allows the iframe to run JavaScript.
ALLOW_TOP_NAVIGATION - Enum constant in enum class com.oorian.html.elements.consts.Sandbox
Allows the iframe to navigate the top-level browsing context.
allowBlank() - Method in class com.oorian.validation.validators.RequiredValidator
Allows blank (whitespace-only) String values to pass validation.
allowCharacters(String) - Method in class com.oorian.validation.validators.AlphanumericValidator
Allows specific additional characters.
allowDecimal() - Method in class com.oorian.validation.validators.NumericValidator
Allows decimal points in the number.
allowExtensions() - Method in class com.oorian.validation.validators.PhoneValidator
Allows phone number extensions (ext., x, extension).
allowExtensions(String...) - Method in class com.oorian.security.FileUploadConfig
Adds one or more allowed file extensions to the whitelist.
allowMimeTypes(String...) - Method in class com.oorian.security.FileUploadConfig
Adds one or more allowed MIME types to the whitelist.
allowNegative() - Method in class com.oorian.validation.validators.NumericValidator
Allows negative numbers (leading minus sign).
allowProtocols(String...) - Method in class com.oorian.validation.validators.UrlValidator
Sets the allowed protocols.
allowSpaces() - Method in class com.oorian.validation.validators.AlphanumericValidator
Allows spaces in the value.
alphanumeric() - Method in class com.oorian.validation.ValidatedInput
Adds an alphanumeric validator (letters and digits only).
alphanumeric(String) - Method in class com.oorian.validation.ValidatedInput
Adds an alphanumeric validator with a custom message.
ALPHANUMERIC - Static variable in class com.oorian.i18n.DefaultMessages
 
AlphanumericValidator<T> - Class in com.oorian.validation.validators
Validates that a value contains only alphanumeric characters.
AlphanumericValidator() - Constructor for class com.oorian.validation.validators.AlphanumericValidator
Creates an AlphanumericValidator that only allows letters and digits.
AlphanumericValidator(String) - Constructor for class com.oorian.validation.validators.AlphanumericValidator
Creates an AlphanumericValidator with a custom message.
ALT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Alt modifier key.
ALTERNATE - Enum constant in enum class com.oorian.css.AnimationDirection
Animation alternates between forwards and backwards.
ALTERNATE - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a link to an alternate representation of the document.
ALTERNATE_REVERSE - Enum constant in enum class com.oorian.css.AnimationDirection
Animation alternates, starting backwards.
ALWAYS - Enum constant in enum class com.oorian.css.PageBreakAfter
Always insert a page break after.
ALWAYS - Enum constant in enum class com.oorian.css.PageBreakBefore
Always insert a page break before.
alwaysShowX() - Method in class com.oorian.html.layout.ScrollBox
Always shows the horizontal scrollbar.
alwaysShowY() - Method in class com.oorian.html.layout.ScrollBox
Always shows the vertical scrollbar.
AMEX - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
AMPERSAND - Static variable in class com.oorian.messaging.events.client.KeyCodes
Ampersand key.
Anchor<T> - Class in com.oorian.html.elements
Represents an HTML anchor element with a more descriptive class name.
Anchor() - Constructor for class com.oorian.html.elements.Anchor
Constructs a new Anchor element with no attributes.
Anchor(String) - Constructor for class com.oorian.html.elements.Anchor
Constructs a new named Anchor element.
animate(Animation) - Method in class com.oorian.html.StyledElement
Applies a CSS keyframe animation to this element.
Animation - Class in com.oorian.css.animations
Abstract base class for CSS keyframe animations.
Animation(int) - Constructor for class com.oorian.css.animations.Animation
Constructs an Animation with the specified default speed.
AnimationCancelEvent - Class in com.oorian.messaging.events.client
Represents an animation cancel event that occurs when a CSS animation is cancelled.
AnimationCancelEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.AnimationCancelEvent
Constructs a new AnimationCancelEvent with the specified parameters.
AnimationDirection - Enum Class in com.oorian.css
CSS animation-direction property values controlling animation playback direction.
AnimationEndEvent - Class in com.oorian.messaging.events.client
Represents an animation end event that occurs when a CSS animation completes.
AnimationEndEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.AnimationEndEvent
Constructs a new AnimationEndEvent with the specified parameters.
AnimationEvent - Class in com.oorian.messaging.events.client
Abstract base class for all CSS animation-related events in the client interface.
AnimationEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.AnimationEvent
Constructs a new AnimationEvent with the specified parameters.
AnimationFillMode - Enum Class in com.oorian.css
CSS animation-fill-mode property values for animation state before/after execution.
AnimationIntf<T> - Interface in com.oorian.css
CSS animation properties interface for defining keyframe animations.
AnimationIterationCount - Enum Class in com.oorian.css
CSS animation-iteration-count property values for animation repeat count.
AnimationIterationEvent - Class in com.oorian.messaging.events.client
Represents an animation iteration event that occurs when a CSS animation completes one iteration.
AnimationIterationEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.AnimationIterationEvent
Constructs a new AnimationIterationEvent with the specified parameters.
AnimationListener - Interface in com.oorian.messaging.events.client
Listener interface for handling CSS animation events in the client interface.
AnimationPlayState - Enum Class in com.oorian.css
CSS animation-play-state property values for controlling animation execution.
AnimationStartEvent - Class in com.oorian.messaging.events.client
Represents an animation start event that occurs when a CSS animation begins.
AnimationStartEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.AnimationStartEvent
Constructs a new AnimationStartEvent with the specified parameters.
AnimationTimingFunction - Enum Class in com.oorian.css
CSS animation-timing-function property values for animation speed curves.
Annotation<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <annotation> element.
Annotation() - Constructor for class com.oorian.html.elements.mathml.Annotation
Creates a new MathML annotation element.
AnnotationXml<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <annotation-xml> element.
AnnotationXml() - Constructor for class com.oorian.html.elements.mathml.AnnotationXml
Creates a new MathML annotation-xml element.
announce(String) - Method in class com.oorian.html.accessibility.LiveRegion
Announces a message to screen readers.
ANONYMOUS - Enum constant in enum class com.oorian.html.elements.consts.CrossOrigin
Anonymous CORS mode - sends cross-origin requests without credentials.
ANTIQUE_WHITE - Static variable in class com.oorian.css.color.Color
 
ANY - Enum constant in enum class com.oorian.validation.validators.PhoneValidator.Format
Accepts any of the above formats
ApiHttpRequest - Class in com.oorian.apis
Abstract base class for making HTTP requests to external APIs.
ApiHttpRequest(int) - Constructor for class com.oorian.apis.ApiHttpRequest
Creates a new request with the specified HTTP method.
ApiHttpRequest(int, String) - Constructor for class com.oorian.apis.ApiHttpRequest
Creates a new request with the specified HTTP method and URL.
ApiHttpRequest(int, String, String) - Constructor for class com.oorian.apis.ApiHttpRequest
Creates a new request with the specified HTTP method, URL, and content type.
APP_DEFAULT - Enum constant in enum class com.oorian.CommunicationMode
Use the application-wide default communication mode set via Application.setDefaultCommunicationMode(CommunicationMode).
APP_DEFAULT - Static variable in class com.oorian.AjaxPollInterval
Use the application-wide default poll interval set via Application.setDefaultPollInterval(long).
AppContext - Interface in com.oorian
Abstraction layer for servlet context access, decoupling framework code from servlet API specifics.
append(String) - Method in class com.oorian.utils.ServerFile
Appends the given string to this file using UTF-8 encoding, creating the file if it does not exist.
Application - Class in com.oorian
The Application class serves as the main entry point and configuration hub for the Oorian web framework.
Application() - Constructor for class com.oorian.Application
Protected constructor for Application.
APPLICATION - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an application region.
APPLICATION_NAME - Enum constant in enum class com.oorian.html.elements.consts.MetaDataName
Specifies the name of the web application.
APPLICATION_X_WWW_FORM_URL_ENCODED - Enum constant in enum class com.oorian.html.elements.consts.FormEncoding
URL-encoded form data (default encoding type).
ApplicationDefaults - Class in com.oorian
Holds application-wide default settings that can be overridden on individual pages.
ApplicationEvent<T> - Class in com.oorian.messaging.events.server
Abstract base class for application-wide events that are dispatched to all sessions.
ApplicationEvent() - Constructor for class com.oorian.messaging.events.server.ApplicationEvent
Creates a new ApplicationEvent with bubbling enabled.
ApplicationEvent(boolean) - Constructor for class com.oorian.messaging.events.server.ApplicationEvent
Creates a new ApplicationEvent with the specified bubbling behavior.
ApplicationEvent(int) - Constructor for class com.oorian.messaging.events.server.ApplicationEvent
Creates a new ApplicationEvent with the specified ID.
ApplicationEvent(int, boolean) - Constructor for class com.oorian.messaging.events.server.ApplicationEvent
Creates a new ApplicationEvent with the specified ID and bubbling behavior.
ApplicationEventListener<T> - Interface in com.oorian.messaging.events.server
Listener interface for handling ApplicationEvent instances.
apply() - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Applies the responsive styles by adding a Style element to the page head.
apply(StyledElement<?>) - Method in class com.oorian.css.animations.Animation
Applies this animation's CSS properties to the given style attributes.
apply(OorianHttpResponse) - Method in class com.oorian.security.SecurityHeaders
Applies all configured security headers to the given HTTP response.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Collapse
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.ColorShift
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Fade
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Grow
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Morph
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Move
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Reshape
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Slide
Applies the transition's end state to the given style.
applyEndState(CssStyle) - Method in class com.oorian.css.transitions.Transition
Applies the transition's end state to the given style.
applyProperty(Element<?>, String, ResponsiveValue<String>) - Static method in class com.oorian.html.layout.responsive.ResponsiveStyle
Applies a single responsive property to an element.
applyPropertyPx(Element<?>, String, ResponsiveValue<Integer>) - Static method in class com.oorian.html.layout.responsive.ResponsiveStyle
Applies responsive property with integer values (converted to pixels).
AppShellLayout - Class in com.oorian.html.layout
A standard application shell layout with header, sidebar, content, and footer regions.
AppShellLayout() - Constructor for class com.oorian.html.layout.AppShellLayout
Constructs an AppShellLayout with default left sidebar.
AppShellLayout(AppShellLayout.SidebarPosition) - Constructor for class com.oorian.html.layout.AppShellLayout
Constructs an AppShellLayout with the specified sidebar position.
AppShellLayout.SidebarPosition - Enum Class in com.oorian.html.layout
 
AQUA - Static variable in class com.oorian.css.color.Color
 
AQUAMARINE - Static variable in class com.oorian.css.color.Color
 
ARC - Static variable in class com.oorian.utils.MimeTypes
 
ARCHIVES - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a link to a collection of archived documents.
Area<T> - Class in com.oorian.html.elements
Represents an HTML <area> element for defining clickable regions in an image map.
Area() - Constructor for class com.oorian.html.elements.Area
Constructs an empty <area> element.
AriaCurrent - Enum Class in com.oorian.html.aria
ARIA current state values for indicating the current item in a set.
ARIAL - Enum constant in enum class com.oorian.css.FontFamily
Arial - widely available sans-serif font.
ARIAL_BLACK - Enum constant in enum class com.oorian.css.FontFamily
Arial Black - bold display sans-serif font.
AriaLive - Enum Class in com.oorian.html.aria
ARIA live region politeness values.
AriaPopupType - Enum Class in com.oorian.html.aria
ARIA popup type values for the aria-haspopup attribute.
AriaRole - Enum Class in com.oorian.html.aria
ARIA role attribute values for semantic accessibility meaning.
ARMENIAN - Enum constant in enum class com.oorian.css.ListStyleType
Armenian numbering.
Article<T> - Class in com.oorian.html.elements
Represents the HTML <article> element for independent, self-contained content.
Article() - Constructor for class com.oorian.html.elements.Article
Creates a new Article element for independent, self-contained content.
ARTICLE - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an article.
articleStyle() - Method in class com.oorian.html.layout.StoryLayout
Configures for a blog/article style with smaller images and more text.
asArray() - Method in class com.oorian.json.JsonValue
Casts this value to a JsonArray.
asBoolean() - Method in class com.oorian.json.JsonValue
Casts this value to a JsonBoolean.
asc(String) - Static method in class com.oorian.data.SortDescriptor
Creates an ascending sort descriptor.
ASC - Enum constant in enum class com.oorian.data.SortDirection
Ascending order (A-Z, 0-9, oldest first).
asColumn() - Method in class com.oorian.html.layout.Center
Arranges multiple centered children in a column.
Aside<T> - Class in com.oorian.html.elements
Represents the HTML <aside> element for tangentially related content.
Aside() - Constructor for class com.oorian.html.elements.Aside
Creates a new Aside element for tangentially related content.
asNumber() - Method in class com.oorian.json.JsonValue
Casts this value to a JsonNumber.
asObject() - Method in class com.oorian.json.JsonValue
Casts this value to a JsonObject.
AspectRatio - Class in com.oorian.html.layout
A container that maintains a specific aspect ratio regardless of content.
AspectRatio - Enum Class in com.oorian.css
CSS aspect-ratio property keyword values for element aspect ratios.
AspectRatio() - Constructor for class com.oorian.html.layout.AspectRatio
Constructs an aspect ratio container with a 16:9 (video) ratio.
AspectRatio(int, int) - Constructor for class com.oorian.html.layout.AspectRatio
Constructs an aspect ratio container with a custom ratio.
AspectRatio(int, int, Element<?>) - Constructor for class com.oorian.html.layout.AspectRatio
Constructs an aspect ratio container with custom ratio and content.
AspectRatio(AspectRatio.Ratio) - Constructor for class com.oorian.html.layout.AspectRatio
Constructs an aspect ratio container with the specified ratio preset.
AspectRatio(AspectRatio.Ratio, Element<?>) - Constructor for class com.oorian.html.layout.AspectRatio
Constructs an aspect ratio container with content.
AspectRatio.Ratio - Enum Class in com.oorian.html.layout
Common aspect ratio presets.
asRequired(String) - Method in class com.oorian.data.binding.BindingBuilder
Marks this binding as required.
asRow() - Method in class com.oorian.html.layout.Center
Arranges multiple centered children in a row (default behavior).
ASSERTIVE - Enum constant in enum class com.oorian.html.aria.AriaLive
Updates are announced immediately, interrupting the user.
assertMatchesSnapshot(String, Element) - Method in class com.oorian.testing.SnapshotTester
Asserts that an element's rendered HTML matches the saved snapshot.
assertMatchesSnapshot(String, String) - Method in class com.oorian.testing.SnapshotTester
Asserts that a string matches the saved snapshot.
assignId(HtmlPage) - Method in class com.oorian.html.Element
Assigns an auto-generated ID to this element from the page's ID sequence.
associateLabel(Label) - Method in class com.oorian.html.elements.InputElement
Associates this input with a label element.
asString() - Method in class com.oorian.json.JsonValue
Casts this value to a JsonString.
ASTERISK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Asterisk key.
AsyncPanel - Class in com.oorian.html.containers
An abstract panel that performs its content modification asynchronously in a background thread.
AsyncPanel() - Constructor for class com.oorian.html.containers.AsyncPanel
 
AsyncValidatedInput<T> - Class in com.oorian.validation
ValidatedInput with support for asynchronous validation.
AsyncValidatedInput(InputElement<?>) - Constructor for class com.oorian.validation.AsyncValidatedInput
Creates an AsyncValidatedInput wrapping the specified input element.
AsyncValidatedInput(InputElement<?>, StyledElement<?>) - Constructor for class com.oorian.validation.AsyncValidatedInput
Creates an AsyncValidatedInput wrapping the specified input element with an error display.
AsyncValidator<T> - Interface in com.oorian.validation
Interface for asynchronous validators that perform server-side validation.
at(Breakpoint, String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds a property-value pair at a specific breakpoint.
at(Breakpoint, T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for a specific breakpoint.
AT - Static variable in class com.oorian.messaging.events.client.KeyCodes
At symbol key.
AttributeMap - Class in com.oorian
A thread-safe map implementation for storing HTML element attributes.
AttributeMap() - Constructor for class com.oorian.AttributeMap
Constructs an empty AttributeMap.
AttributeMap(AttributeMap) - Constructor for class com.oorian.AttributeMap
Constructs a new AttributeMap as a copy of an existing one.
Audio<T> - Class in com.oorian.html.elements
Represents the HTML <audio> element for embedding sound content.
Audio() - Constructor for class com.oorian.html.elements.Audio
Creates a new Audio element.
AUTH_FAILURE - Enum constant in enum class com.oorian.security.SecurityEventType
User authentication failed.
AUTH_SUCCESS - Enum constant in enum class com.oorian.security.SecurityEventType
User authentication succeeded.
authenticate(String, String) - Method in interface com.oorian.security.OorianAuthenticator
Verifies user credentials and returns the authenticated principal.
AUTHOR - Enum constant in enum class com.oorian.html.elements.consts.MetaDataName
Specifies the author of the document.
AUTHOR - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a link to the author of the document.
AUTO - Enum constant in enum class com.oorian.css.AlignSelf
Inherits align-items value from parent (default).
AUTO - Enum constant in enum class com.oorian.css.AspectRatio
Box has no preferred aspect ratio (default).
AUTO - Enum constant in enum class com.oorian.css.BackgroundSize
Image maintains its original size (default).
AUTO - Enum constant in enum class com.oorian.css.ColumnFill
Columns filled sequentially.
AUTO - Enum constant in enum class com.oorian.css.Cursor
Browser determines cursor based on context.
AUTO - Enum constant in enum class com.oorian.css.Overflow
Scrollbars added only when necessary.
AUTO - Enum constant in enum class com.oorian.css.PageBreakAfter
Automatic page break if needed (default).
AUTO - Enum constant in enum class com.oorian.css.PageBreakBefore
Automatic page break if needed (default).
AUTO - Enum constant in enum class com.oorian.css.PageBreakInside
Allow page breaks inside (default).
AUTO - Enum constant in enum class com.oorian.css.PointerEvents
Element reacts to pointer events normally (default).
AUTO - Enum constant in enum class com.oorian.css.ScrollBehavior
Scrolling jumps instantly to scroll position (default).
AUTO - Enum constant in enum class com.oorian.css.TableLayout
Column widths set by content (default).
AUTO - Enum constant in enum class com.oorian.css.TextAlignLast
Uses text-align value except for justified text (default).
AUTO - Enum constant in enum class com.oorian.css.TextJustify
Browser selects appropriate method.
AUTO - Enum constant in enum class com.oorian.css.UserSelect
Browser decides whether text is selectable (default).
AUTO - Enum constant in enum class com.oorian.html.elements.consts.Preload
Browser should load the entire media file when the page loads.
AUTO - Enum constant in enum class com.oorian.i18n.TextDirection
Automatic direction determined by the browser based on content.
autoFill(int) - Method in class com.oorian.html.layout.Grid
Creates a responsive grid with auto-fill columns of minimum width.
autoFill(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets auto-fill columns with a minimum width (responsive grid).
autoFill(String) - Method in class com.oorian.html.layout.Grid
Creates a responsive grid with auto-fill columns of minimum width.
autoFit(int) - Method in class com.oorian.html.layout.Grid
Creates a responsive grid with auto-fitting columns of minimum width.
autoFit(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets auto-fit columns with a minimum width (responsive grid).
autoFit(String) - Method in class com.oorian.html.layout.Grid
Creates a responsive grid with auto-fitting columns of minimum width.
AutoLayout - Class in com.oorian.html.layout
A content-aware smart layout that automatically adjusts based on the selected mode.
AutoLayout() - Constructor for class com.oorian.html.layout.AutoLayout
Constructs an AutoLayout with the default FLOW mode.
AutoLayout(AutoLayout.Mode) - Constructor for class com.oorian.html.layout.AutoLayout
Constructs an AutoLayout with the specified mode.
AutoLayout(AutoLayout.Mode, int) - Constructor for class com.oorian.html.layout.AutoLayout
Constructs an AutoLayout with the specified mode and gap.
AutoLayout.Mode - Enum Class in com.oorian.html.layout
Layout modes that determine how children are arranged.
AVI - Static variable in class com.oorian.utils.MimeTypes
 
AVOID - Enum constant in enum class com.oorian.css.PageBreakAfter
Avoid page break after if possible.
AVOID - Enum constant in enum class com.oorian.css.PageBreakBefore
Avoid page break before if possible.
AVOID - Enum constant in enum class com.oorian.css.PageBreakInside
Avoid page breaks inside element.
Axis - Enum Class in com.oorian.css.transitions
Axis for collapse transitions.
AZURE - Static variable in class com.oorian.css.color.Color
 
AZW - Static variable in class com.oorian.utils.MimeTypes
 

B

b - Variable in class com.oorian.css.color.Clab
 
b - Variable in class com.oorian.css.color.Hsb
Brightness component (0 - 100).
b - Variable in class com.oorian.css.color.Rgb
Blue color component (0 - 255).
B<T> - Class in com.oorian.html.elements
Java representation of the HTML <b> element.
B - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter B key.
B() - Constructor for class com.oorian.html.elements.B
Constructs an empty <b> element.
B(String) - Constructor for class com.oorian.html.elements.B
Constructs a <b> element with the specified text content.
back() - Static method in class com.oorian.html.js.NavigationApi
Navigates back one page in the browser history using the current page context.
back(int) - Static method in class com.oorian.html.js.NavigationApi
Navigates back the specified number of pages in the browser history using the current page context.
back(HtmlPage) - Static method in class com.oorian.html.js.NavigationApi
Navigates back one page in the browser history.
back(HtmlPage, int) - Static method in class com.oorian.html.js.NavigationApi
Navigates back the specified number of pages in the browser history.
BACK_QUOTE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Back quote/grave accent key.
BACK_SLASH - Static variable in class com.oorian.messaging.events.client.KeyCodes
Backslash key.
BACK_SPACE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Backspace key.
backAfterDelay(long) - Static method in class com.oorian.html.js.NavigationApi
Navigates back in the browser history after a delay using the current page context.
backAfterDelay(HtmlPage, long) - Static method in class com.oorian.html.js.NavigationApi
Navigates back in the browser history after a delay.
BackfaceVisibility - Enum Class in com.oorian.css
CSS backface-visibility property values for 3D transform visibility.
BackgroundAttachment - Enum Class in com.oorian.css
CSS background-attachment property values for background scrolling behavior.
BackgroundBlendMode - Enum Class in com.oorian.css
CSS background-blend-mode property values for blending background layers.
BackgroundClip - Enum Class in com.oorian.css
CSS background-clip property values defining background painting area.
BackgroundColor - Enum Class in com.oorian.css
CSS background-color property keyword values.
BackgroundIntf<T> - Interface in com.oorian.css
CSS background properties interface for styling element backgrounds.
BackgroundOrigin - Enum Class in com.oorian.css
CSS background-origin property values defining background positioning area.
BackgroundPosition - Enum Class in com.oorian.css
CSS background-position property keyword values for image positioning.
BackgroundRepeat - Enum Class in com.oorian.css
CSS background-repeat property values for image tiling behavior.
BackgroundSize - Enum Class in com.oorian.css
CSS background-size property keyword values for image sizing.
BACKWARDS - Enum constant in enum class com.oorian.css.AnimationFillMode
Element gets styles from the first keyframe during delay.
BALANCE - Enum constant in enum class com.oorian.css.ColumnFill
Content balanced across columns.
balancedStyle() - Method in class com.oorian.html.layout.StoryLayout
Configures for balanced image and text presentation.
BANNER - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies site-oriented content at the beginning of a page (header).
BANNER - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
2:1 wide banner ratio.
Base<T> - Class in com.oorian.html.elements
Represents an HTML <base> element for specifying default URL and target.
Base() - Constructor for class com.oorian.html.elements.Base
Constructs an empty <base> element.
baseDelayMillis(long) - Method in class com.oorian.security.BruteForceConfig
Sets the base delay in milliseconds for progressive delay.
BASELINE - Enum constant in enum class com.oorian.css.AlignContent
Lines are aligned at their baselines.
BASELINE - Enum constant in enum class com.oorian.css.AlignItems
Items are aligned at their baselines.
BASELINE - Enum constant in enum class com.oorian.css.AlignSelf
Item is aligned at its baseline.
BASELINE - Enum constant in enum class com.oorian.css.VerticalAlign
Aligns to parent element baseline (default).
BcryptHasher - Class in com.oorian.security
Bcrypt implementation of PasswordHasher.
BcryptHasher() - Constructor for class com.oorian.security.BcryptHasher
Creates a BcryptHasher with the default cost of 12.
BcryptHasher(int) - Constructor for class com.oorian.security.BcryptHasher
Creates a BcryptHasher with the specified cost parameter.
Bdi<T> - Class in com.oorian.html.elements
Represents an HTML <bdi> element for bi-directional text isolation.
Bdi() - Constructor for class com.oorian.html.elements.Bdi
Constructs an empty <bdi> element.
Bdi(String) - Constructor for class com.oorian.html.elements.Bdi
Constructs a <bdi> element with text content.
Bdo<T> - Class in com.oorian.html.elements
Represents an HTML <bdo> element for bi-directional text override.
Bdo() - Constructor for class com.oorian.html.elements.Bdo
Constructs an empty <bdo> element.
Bdo(String) - Constructor for class com.oorian.html.elements.Bdo
Constructs a <bdo> element with text content.
Bdo(String, TextDirection) - Constructor for class com.oorian.html.elements.Bdo
Constructs a <bdo> element with text content and direction.
BeanValidator<T> - Class in com.oorian.validation.bean
Validates Java bean instances using Jakarta Bean Validation (JSR 380) annotations.
BeanValidator(Class<T>) - Constructor for class com.oorian.validation.bean.BeanValidator
Creates a BeanValidator for the specified bean class.
Beat - Class in com.oorian.css.animations
A looping animation that scales an element up and back, creating a heartbeat effect.
Beat() - Constructor for class com.oorian.css.animations.Beat
Constructs a Beat animation with default scale (1.25) and speed 1 (1000ms).
BeatFade - Class in com.oorian.css.animations
A looping animation that combines scaling and opacity changes for a pulsing effect.
BeatFade() - Constructor for class com.oorian.css.animations.BeatFade
Constructs a BeatFade animation with default settings and speed 1 (1000ms).
before(long) - Method in class com.oorian.utils.Day
Checks if this Day is before the specified date.
before(Day) - Method in class com.oorian.utils.Day
Checks if this Day is before another Day.
BEIGE - Static variable in class com.oorian.css.color.Color
 
belongsToAny(Class<? extends ValidationGroup>...) - Method in class com.oorian.validation.GroupedValidator
Checks if this validator belongs to any of the specified groups.
below(Breakpoint) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container that hides content below the specified breakpoint.
below(Breakpoint) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container that displays content below the specified breakpoint.
below(Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container with content, hidden below the specified breakpoint.
below(Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container with content, displayed below the specified breakpoint.
BELOW - Static variable in class com.oorian.html.elements.Popup
Position the popup below the target coordinates.
between(Breakpoint, Breakpoint) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container that hides content between two breakpoints (inclusive).
between(Breakpoint, Breakpoint) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container that displays content between two breakpoints (inclusive).
between(Breakpoint, Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container with content, hidden between two breakpoints.
between(Breakpoint, Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container with content, displayed between two breakpoints.
BIDI_OVERRIDE - Enum constant in enum class com.oorian.css.UnicodeBidi
Creates override for inline elements.
BIN - Static variable in class com.oorian.utils.MimeTypes
 
bind(Function<BEAN, TARGET>, BiConsumer<BEAN, TARGET>) - Method in class com.oorian.data.binding.BindingBuilder
Completes the binding with the given getter and setter.
Binder<BEAN> - Class in com.oorian.data.binding
Connects Java bean properties to form fields with type conversion, validation, and dirty tracking.
Binder(Class<BEAN>) - Constructor for class com.oorian.data.binding.Binder
Creates a new Binder for the specified bean type.
Binding<BEAN,TARGET> - Class in com.oorian.data.binding
Represents a binding between a single form field and a bean property.
BindingBuilder<BEAN,TARGET> - Class in com.oorian.data.binding
Fluent builder for creating a Binding between a form field and a bean property.
BindingValidationException - Exception Class in com.oorian.data.binding
Thrown by Binder.writeBean(Object) when one or more field bindings fail validation.
BindingValidationException(Map<InputElement<?>, ValidationResult>) - Constructor for exception class com.oorian.data.binding.BindingValidationException
Creates a new BindingValidationException with the given field errors.
bindInstanceFields(Object) - Method in class com.oorian.data.binding.Binder
Automatically binds InputElement fields in the view object to bean properties by matching field names to getter/setter methods on the bean class.
bindReadOnly(Function<BEAN, TARGET>) - Method in class com.oorian.data.binding.BindingBuilder
Completes the binding as read-only (no setter).
BISQUE - Static variable in class com.oorian.css.color.Color
 
BLACK - Static variable in class com.oorian.css.color.Color
 
BLANCHED_ALMOND - Static variable in class com.oorian.css.color.Color
 
BLANK - Enum constant in enum class com.oorian.html.elements.consts.Target
Opens the linked document in a new window or tab.
blend(Color, float, Color, float) - Static method in class com.oorian.css.color.Color
Blends two colors together using alpha compositing.
blend(List<Color>, float) - Static method in class com.oorian.css.color.Color
Blends multiple Color objects into a single color.
blendFromCss(List<String>, float) - Static method in class com.oorian.css.color.Color
Blends multiple colors specified as CSS strings into a single color.
BLOCK - Enum constant in enum class com.oorian.css.Display
Element is a block-level element (like div).
blockPageUnload() - Method in class com.oorian.html.HtmlPage
Blocks the page from unloading by showing a confirmation dialog.
Blockquote<T> - Class in com.oorian.html.elements
Represents an HTML <blockquote> element for block-level quotations.
Blockquote() - Constructor for class com.oorian.html.elements.Blockquote
Constructs an empty <blockquote> element.
Blockquote(String) - Constructor for class com.oorian.html.elements.Blockquote
Constructs a <blockquote> element with a source URL.
blockUnload() - Static method in class com.oorian.html.js.WindowApi
Blocks the page from unloading by showing a confirmation dialog using the current page context.
blockUnload(HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Blocks the page from unloading by showing a confirmation dialog.
BLUE - Static variable in class com.oorian.css.color.Color
 
BLUE_VIOLET - Static variable in class com.oorian.css.color.Color
 
blur() - Static method in class com.oorian.html.js.WindowApi
Removes focus from the browser window using the current page context.
blur(int) - Method in class com.oorian.css.Filter
Adds a blur() function with a pixel value.
blur(Units) - Method in class com.oorian.css.Filter
Adds a blur() function with a Units value.
blur(HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Removes focus from the browser window.
blur(String) - Method in class com.oorian.css.Filter
Adds a blur() function.
BLUR - Enum constant in enum class com.oorian.validation.ValidationTrigger
Validate when the field loses focus.
BLUR_THEN_CHANGE - Enum constant in enum class com.oorian.validation.ValidationTrigger
Validate on blur first, then on every change after that.
BMP - Static variable in class com.oorian.utils.MimeTypes
 
Body - Class in com.oorian.html.elements
Represents an HTML <body> element containing the document's content.
Body() - Constructor for class com.oorian.html.elements.Body
Constructs a <body> element with ID set to "body".
BOLD - Enum constant in enum class com.oorian.css.FontWeight
Bold weight, equivalent to 700.
BOLDER - Enum constant in enum class com.oorian.css.FontWeight
One weight bolder than parent element.
BOOK_ANTIQUA - Enum constant in enum class com.oorian.css.FontFamily
Book Antiqua - classic oldstyle serif font.
BOOKMARK - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a permanent link to the current section or document.
Border - Class in com.oorian.css
Mutable CSS border configuration for HTML elements.
Border() - Constructor for class com.oorian.css.Border
Constructs a Border with no properties set.
Border(Border) - Constructor for class com.oorian.css.Border
Constructs a Border by copying another Border instance.
Border(String, String, String) - Constructor for class com.oorian.css.Border
Constructs a Border with uniform properties for all sides.
BORDER_BOX - Enum constant in enum class com.oorian.css.BackgroundClip
Background extends to the outside edge of the border (default).
BORDER_BOX - Enum constant in enum class com.oorian.css.BackgroundOrigin
Background is positioned relative to the border box.
BORDER_BOX - Enum constant in enum class com.oorian.css.BoxSizing
Width/height includes padding and border.
BorderCollapse - Enum Class in com.oorian.css
CSS border-collapse property values for table border rendering.
BorderIntf<T> - Interface in com.oorian.css
CSS property setters for border properties.
BorderStyle - Enum Class in com.oorian.css
CSS border-style property values for border line appearance.
BorderWidth - Enum Class in com.oorian.css
CSS border-width property keyword values.
both() - Static method in class com.oorian.html.layout.ScrollBox
Creates a container that scrolls in both directions.
BOTH - Enum constant in enum class com.oorian.css.AnimationFillMode
Animation follows rules for both forwards and backwards.
BOTH - Enum constant in enum class com.oorian.css.Clear
Clears both left and right floats.
BOTH - Enum constant in enum class com.oorian.css.Resize
Resizable in both directions.
bottom(int) - Static method in class com.oorian.html.layout.Sticky
Creates a Sticky container that sticks to the bottom of its container.
bottom(String) - Static method in class com.oorian.html.layout.Sticky
Creates a Sticky container that sticks to the bottom of its container.
BOTTOM - Enum constant in enum class com.oorian.css.CaptionSide
Caption below the table.
BOTTOM - Enum constant in enum class com.oorian.css.Origin
Bottom edge position.
BOTTOM - Enum constant in enum class com.oorian.css.VerticalAlign
Aligns to bottom of line box or cell.
bottomPanel(int) - Static method in class com.oorian.html.layout.SplitLayout
Creates a bottom panel layout with the specified panel height.
bottomPanel(String) - Static method in class com.oorian.html.layout.SplitLayout
Creates a bottom panel layout with the specified panel height.
Bounce - Class in com.oorian.css.animations
A looping animation that bounces an element up and down with a squash-and-stretch effect.
Bounce() - Constructor for class com.oorian.css.animations.Bounce
Constructs a Bounce animation with default height and speed 1 (1000ms).
BoxShadow - Class in com.oorian.css
A builder for composing CSS box-shadow and text-shadow property values.
BoxShadow() - Constructor for class com.oorian.css.BoxShadow
Constructs an empty BoxShadow.
BoxSizing - Enum Class in com.oorian.css
CSS box-sizing property values for element size calculation.
Br<T> - Class in com.oorian.html.elements
HTML <br> element for line breaks.
Br() - Constructor for class com.oorian.html.elements.Br
Constructs a new Br element.
BRACELEFT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Left brace key.
BRACERIGHT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Right brace key.
BREAK_ALL - Enum constant in enum class com.oorian.css.WordBreak
Words can break at any character to prevent overflow.
BREAK_SPACES - Enum constant in enum class com.oorian.css.WhiteSpace
Similar to pre-wrap but preserves breaking behavior for segments.
BREAK_WORD - Enum constant in enum class com.oorian.css.WordWrap
Breaks unbreakable words if necessary to prevent overflow.
Breakpoint - Enum Class in com.oorian.html.layout.responsive
Standard responsive breakpoint definitions for mobile-first design.
brightness(float) - Method in class com.oorian.css.Filter
Adds a brightness() function.
BROWN - Static variable in class com.oorian.css.color.Color
 
BRUTE_FORCE_LOCKOUT - Enum constant in enum class com.oorian.security.SecurityEventType
Brute-force lockout triggered for a user or IP.
BruteForceConfig - Class in com.oorian.security
Configuration for brute-force attack protection.
BruteForceProtection - Class in com.oorian.security
Tracks failed authentication attempts and enforces lockout policies.
bubbles() - Method in class com.oorian.messaging.events.Event
Returns whether this event bubbles up the element hierarchy.
buildTransitionValue() - Method in class com.oorian.css.transitions.Transition
Builds the CSS transition shorthand value for this transition.
buildTransitionValue(long) - Method in class com.oorian.css.transitions.Transition
Builds the CSS transition shorthand value with a delay.
BURLY_WOOD - Static variable in class com.oorian.css.color.Color
 
Button<T> - Class in com.oorian.html.elements
Represents the HTML <button> element for creating clickable buttons.
Button() - Constructor for class com.oorian.html.elements.Button
Constructs an empty <button> element with no text or type specified.
Button(String) - Constructor for class com.oorian.html.elements.Button
Constructs a <button> element with the specified text content.
BUTTON - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a button element.
BUTTON - Enum constant in enum class com.oorian.html.elements.consts.ButtonType
Standard clickable button with no default behavior.
BUTTON - Static variable in class com.oorian.html.elements.Input
Input type constant for a button element.
ButtonInput<T> - Class in com.oorian.html.elements
HTML button input element for clickable buttons.
ButtonInput() - Constructor for class com.oorian.html.elements.ButtonInput
Creates a new ButtonInput with no name.
ButtonInput(String) - Constructor for class com.oorian.html.elements.ButtonInput
Creates a new ButtonInput with the specified name.
ButtonType - Enum Class in com.oorian.html.elements.consts
Enumeration defining the valid button type values for HTML button elements.
BZ - Static variable in class com.oorian.utils.MimeTypes
 
BZ2 - Static variable in class com.oorian.utils.MimeTypes
 

C

C - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter C key.
CacheControl - Class in com.oorian.security
A fluent builder for constructing HTTP Cache-Control header values.
CacheControl() - Constructor for class com.oorian.security.CacheControl
Creates a new empty Cache-Control builder.
CADET_BLUE - Static variable in class com.oorian.css.color.Color
 
CallbackDataProvider<T> - Class in com.oorian.data
A data provider that delegates fetching and counting to user-provided callbacks.
CallbackDataProvider(CallbackDataProvider.FetchCallback<T>, CallbackDataProvider.CountCallback) - Constructor for class com.oorian.data.CallbackDataProvider
Creates a callback data provider.
CallbackDataProvider.CountCallback - Interface in com.oorian.data
Callback for counting matching items.
CallbackDataProvider.FetchCallback<T> - Interface in com.oorian.data
Callback for fetching a page of data.
CAMERA - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
cancel() - Static method in class com.oorian.html.js.vibration.VibrationApi
Cancels any ongoing vibration using the current page context.
cancel(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Cancels any ongoing vibration.
cancelSpeech() - Static method in class com.oorian.html.js.speech.SpeechApi
Cancels any ongoing speech using the current page context.
cancelSpeech(HtmlPage) - Static method in class com.oorian.html.js.speech.SpeechApi
Cancels any ongoing speech.
canConnect(String, String) - Static method in class com.oorian.security.ConnectionTracker
Checks whether a new connection is allowed for the given session and IP address.
Canvas<T> - Class in com.oorian.html.elements
Represents the HTML <canvas> element for drawing graphics via scripting.
Canvas() - Constructor for class com.oorian.html.elements.Canvas
Constructs a new canvas element.
CAPITALIZE - Enum constant in enum class com.oorian.css.TextTransform
First letter of each word uppercase.
CAPS_LOCK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Caps Lock key.
Caption<T> - Class in com.oorian.html.elements
Represents an HTML <caption> element for table captions.
Caption() - Constructor for class com.oorian.html.elements.Caption
Constructs an empty <caption> element.
Caption(String) - Constructor for class com.oorian.html.elements.Caption
Constructs a <caption> element with text content.
CAPTION - Static variable in class com.oorian.css.Font
System font for captioned controls.
CAPTIONS - Enum constant in enum class com.oorian.html.elements.consts.TrackKind
Closed captions - transcription with sound effects.
CaptionSide - Enum Class in com.oorian.css
CSS caption-side property values for table caption placement.
cardStyle() - Method in class com.oorian.html.layout.FormLayout
Applies a card-style appearance with background, shadow, and rounded corners.
categories(Element<?>...) - Method in class com.oorian.html.layout.SettingsLayout
Sets all category navigation items at once.
CData - Class in com.oorian.xml
Represents a CDATA section in an XML document.
CData(String) - Constructor for class com.oorian.xml.CData
Constructs a new CData section with the specified content.
CELL - Enum constant in enum class com.oorian.css.Cursor
Indicates a cell or cells can be selected.
CELL - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a cell in a table.
center() - Method in class com.oorian.html.layout.AutoLayout
Centers items on both axes.
center() - Method in class com.oorian.html.layout.GridItem
Centers this item both horizontally and vertically within its grid cell.
center() - Method in class com.oorian.html.layout.Stack
Centers all children both horizontally and vertically.
center(Element<?>) - Method in class com.oorian.html.layout.RegionLayout
Sets the center region content.
Center<T> - Class in com.oorian.html.elements
Deprecated.
Use CSS text-align: center or flexbox instead
Center - Class in com.oorian.html.layout
A container that centers its content both horizontally and vertically.
Center() - Constructor for class com.oorian.html.elements.Center
Deprecated.
Constructs an empty <center> element.
Center() - Constructor for class com.oorian.html.layout.Center
Constructs a center container that centers on both axes.
Center(int) - Constructor for class com.oorian.html.layout.Center
Constructs a center container with a gap between children.
Center(Element<?>) - Constructor for class com.oorian.html.layout.Center
Constructs a center container containing the specified element.
Center(String) - Constructor for class com.oorian.html.layout.Center
Constructs a center container with a gap between children.
CENTER - Enum constant in enum class com.oorian.css.AlignContent
Lines are packed toward the center.
CENTER - Enum constant in enum class com.oorian.css.AlignItems
Items are centered on the cross-axis.
CENTER - Enum constant in enum class com.oorian.css.AlignSelf
Item is centered on the cross-axis.
CENTER - Enum constant in enum class com.oorian.css.JustifyContent
Items centered along the main axis.
CENTER - Enum constant in enum class com.oorian.css.Origin
Center position.
CENTER - Enum constant in enum class com.oorian.css.TextAlign
Centers text horizontally.
CENTER - Enum constant in enum class com.oorian.css.TextAlignLast
Centers the last line.
CENTER_BOTTOM - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at center horizontally, bottom vertically.
CENTER_CENTER - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at center horizontally and vertically.
CENTER_TOP - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at center horizontally, top vertically.
centerContent() - Method in class com.oorian.html.layout.WizardLayout
Centers the content area horizontally with a max width.
CenteredContentLayout - Class in com.oorian.html.layout
A narrow centered content column optimized for reading and long-form content.
CenteredContentLayout() - Constructor for class com.oorian.html.layout.CenteredContentLayout
Constructs a CenteredContentLayout with the default PROSE width.
CenteredContentLayout(CenteredContentLayout.Width) - Constructor for class com.oorian.html.layout.CenteredContentLayout
Constructs a CenteredContentLayout with the specified width preset.
CenteredContentLayout(String) - Constructor for class com.oorian.html.layout.CenteredContentLayout
Constructs a CenteredContentLayout with a custom maximum width.
CenteredContentLayout.Width - Enum Class in com.oorian.html.layout
Width presets optimized for reading.
centerHeroContent() - Method in class com.oorian.html.layout.HeroLayout
Centers the hero content both horizontally and vertically.
centerItems() - Method in class com.oorian.html.layout.FlowLayout
Centers items within each row.
centerItems() - Method in class com.oorian.html.layout.Grid
Centers all items both horizontally and vertically within their cells.
centerMenu() - Method in class com.oorian.html.layout.NavbarLayout
Centers the menu between brand and actions.
centerVertically() - Method in class com.oorian.html.layout.MediaLayout
Centers media and content vertically.
Ch - Class in com.oorian.css.units
CSS ch (character) unit value.
Ch(float) - Constructor for class com.oorian.css.units.Ch
Constructs a Ch unit with the specified value.
CHANGE - Enum constant in enum class com.oorian.validation.ValidationTrigger
Validate on every value change.
changeSessionId() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
changeSessionId() - Method in interface com.oorian.OorianHttpRequest
Changes the session ID associated with this request.
changeSessionId() - Method in class com.oorian.test.TestHttpRequest
 
changeSessionId() - Method in class com.oorian.testing.MockOorianHttpRequest
 
CHAPTERS - Enum constant in enum class com.oorian.html.elements.consts.TrackKind
Chapter titles for media navigation.
CHAR_SORT - Static variable in class com.oorian.html.elements.Table
 
CHARCOAL - Enum constant in enum class com.oorian.css.FontFamily
Charcoal - Mac system sans-serif font.
CHARTREUSE - Static variable in class com.oorian.css.color.Color
 
check() - Method in class com.oorian.html.elements.Checkbox
Checks this checkbox and updates the DOM.
check() - Method in class com.oorian.html.elements.RadioButton
Checks this radio button and unchecks all other radio buttons in the same group.
Checkbox<T> - Class in com.oorian.html.elements
HTML checkbox input element for boolean selection.
Checkbox() - Constructor for class com.oorian.html.elements.Checkbox
Creates a new Checkbox element.
Checkbox(Object) - Constructor for class com.oorian.html.elements.Checkbox
Creates a new Checkbox with the specified value.
Checkbox(String) - Constructor for class com.oorian.html.elements.Checkbox
Creates a new Checkbox with the specified string value.
Checkbox(String, Object) - Constructor for class com.oorian.html.elements.Checkbox
Creates a new Checkbox with the specified name and value.
Checkbox(String, String) - Constructor for class com.oorian.html.elements.Checkbox
Creates a new Checkbox with the specified name and string value.
CHECKBOX - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a checkbox input.
CHECKBOX - Static variable in class com.oorian.html.elements.Input
Input type constant for a checkbox element.
checkOrigin(String) - Method in class com.oorian.OorianWebsocketConfigurator
Checks whether the WebSocket handshake origin is allowed.
checkRateLimit() - Method in class com.oorian.OorianSession
Checks whether the current request is within the configured rate limit.
checkStatus(Element) - Static method in class com.oorian.html.js.network.NetworkApi
Checks the current network status using the current page context.
checkStatus(HtmlPage, Element) - Static method in class com.oorian.html.js.network.NetworkApi
Checks the current network status.
checkSupport() - Static method in class com.oorian.html.js.share.ShareApi
Checks if the Web Share API is supported by the browser with current page context.
checkSupport() - Static method in class com.oorian.html.js.vibration.VibrationApi
Checks if the Vibration API is supported by the browser using the current page context.
checkSupport() - Static method in class com.oorian.html.js.wakelock.WakeLockApi
Checks if the Screen Wake Lock API is supported by the browser using the current page context.
checkSupport(HtmlPage) - Static method in class com.oorian.html.js.share.ShareApi
Checks if the Web Share API is supported by the browser.
checkSupport(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Checks if the Vibration API is supported by the browser.
checkSupport(HtmlPage) - Static method in class com.oorian.html.js.wakelock.WakeLockApi
Checks if the Screen Wake Lock API is supported by the browser.
checkSupported() - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Checks if geolocation is supported by the client browser using the current page context.
checkSupported(HtmlPage) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Checks if geolocation is supported by the client browser.
CHILD - Enum constant in enum class com.oorian.css.Combinator
Child combinator (>) - matches direct child elements only.
CHOCOLATE - Static variable in class com.oorian.css.color.Color
 
CINEMA - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
21:9 ultrawide/cinema ratio.
circle(int) - Method in class com.oorian.css.ClipPath
Sets a circle() clip shape with a pixel radius.
circle(Units) - Method in class com.oorian.css.ClipPath
Sets a circle() clip shape with a Units radius.
circle(String) - Method in class com.oorian.css.ClipPath
Sets a circle() clip shape.
CIRCLE - Enum constant in enum class com.oorian.css.ListStyleType
Hollow circle bullet.
circleAt(int, String) - Method in class com.oorian.css.ClipPath
Sets a circle() clip shape with a pixel radius and position.
circleAt(Units, String) - Method in class com.oorian.css.ClipPath
Sets a circle() clip shape with a Units radius and position.
circleAt(String, String) - Method in class com.oorian.css.ClipPath
Sets a circle() clip shape with a position.
CIRCUMFLEX - Static variable in class com.oorian.messaging.events.client.KeyCodes
Circumflex/caret key.
Cite<T> - Class in com.oorian.html.elements
Represents an HTML <cite> element for citing creative works.
Cite() - Constructor for class com.oorian.html.elements.Cite
Constructs an empty <cite> element.
Cite(String) - Constructor for class com.oorian.html.elements.Cite
Constructs a <cite> element with text content.
CJK_IDEOGRAPHIC - Enum constant in enum class com.oorian.css.ListStyleType
CJK ideographic numbering.
Clab - Class in com.oorian.css.color
Represents a color in the CIELAB (L*a*b*) color space.
Clab(int, int, int) - Constructor for class com.oorian.css.color.Clab
Creates a Clab object with the specified L*a*b* components.
clabToXyz(Clab) - Static method in class com.oorian.css.color.Color
Converts a CIELAB color to CIE XYZ color space.
ClassRule - Class in com.oorian.css
Represents a CSS rule that targets elements by their class attribute.
ClassRule() - Constructor for class com.oorian.css.ClassRule
Constructs a class rule using this object's own class name.
ClassRule(Class) - Constructor for class com.oorian.css.ClassRule
Constructs a class rule using a Java Class object's canonical name.
ClassRule(Class, String) - Constructor for class com.oorian.css.ClassRule
Constructs a class rule using a Java Class object's canonical name with a suffix.
ClassRule(String) - Constructor for class com.oorian.css.ClassRule
Constructs a class rule targeting elements with the specified CSS class.
clear() - Method in class com.oorian.AttributeMap
Removes all attributes from this map.
clear() - Method in class com.oorian.html.accessibility.LiveRegion
Clears the live region content.
clear() - Method in class com.oorian.html.Elements
 
clear() - Static method in class com.oorian.i18n.Messages
Removes all registered bundles and clears the default bundle setting.
clear() - Static method in class com.oorian.i18n.OorianLocale
Removes the locale from the current thread.
clear() - Method in class com.oorian.inject.ServiceRegistry
Removes all service registrations.
clear() - Method in class com.oorian.json.JsonArray
Removes all elements from this array.
clear() - Method in class com.oorian.security.BruteForceProtection
Clears all tracked attempt data.
clear() - Static method in class com.oorian.security.ConnectionTracker
Clears all connection tracking data.
Clear - Enum Class in com.oorian.css
CSS clear property values for controlling element positioning around floats.
clearCache() - Static method in class com.oorian.css.CssFile
Clears all cached stylesheets.
clearListeners() - Static method in class com.oorian.OorianSessionMonitor
Removes all registered session listeners.
clearLocale() - Static method in class com.oorian.i18n.LanguageSwitcher
Clears the locale override and reverts to the default resolution strategy.
clearLocale() - Static method in class com.oorian.i18n.SessionLocaleResolver
Removes the locale override from the current session.
clearLocalStorage() - Static method in class com.oorian.html.js.storage.StorageApi
Clears all items from localStorage using the current page context.
clearLocalStorage(HtmlPage) - Static method in class com.oorian.html.js.storage.StorageApi
Clears all items from localStorage.
clearMessages() - Method in class com.oorian.testing.MockWebsocketConnection
Clears all captured messages, resetting the message history.
clearOnClick() - Method in class com.oorian.html.VisualElement
Removes the onclick event handler from this element.
clearSelection() - Static method in class com.oorian.html.js.SelectionApi
Clears the current text selection in the document using the current page context.
clearSelection(HtmlPage) - Static method in class com.oorian.html.js.SelectionApi
Clears the current text selection in the document.
clearSessionStorage() - Static method in class com.oorian.html.js.storage.StorageApi
Clears all items from sessionStorage using the current page context.
clearSessionStorage(HtmlPage) - Static method in class com.oorian.html.js.storage.StorageApi
Clears all items from sessionStorage.
clearTimer(SimpleTimer) - Static method in class com.oorian.html.js.TimerApi
Cancels a server-side timer.
clearToc() - Method in class com.oorian.html.layout.DocsLayout
Clears the TOC and prepares for new TOC links.
clearTransitions() - Method in class com.oorian.html.StyledElement
Removes all transitions from this element.
clearValidation() - Method in class com.oorian.html.elements.OorianForm
Clears all validation states and error displays.
clearValidation() - Method in class com.oorian.validation.ValidatedInput
Clears validation state and error display.
clearWatch(HtmlPage, String) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Stops watching the geographic position.
clearWatch(String) - Method in class com.oorian.html.HtmlPage
Stops watching the geographic position.
clearWatch(String) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Stops watching the geographic position using the current page context.
click() - Method in class com.oorian.html.VisualElement
Simulates a click on this element.
ClickCommand - Class in com.oorian.messaging.commands
Command to programmatically trigger a click event on a DOM element.
ClickCommand(String) - Constructor for class com.oorian.messaging.commands.ClickCommand
Constructs a new ClickCommand to trigger a click on the specified element.
ClientEvent<T> - Class in com.oorian.messaging.events.client
Abstract base class for all client-side events in the Oorian framework.
ClientEvent() - Constructor for class com.oorian.messaging.events.client.ClientEvent
Constructs a new ClientEvent with default settings.
ClientEventListener - Interface in com.oorian.messaging.events.client
Marker interface for all client-side event listeners.
ClientFile - Class in com.oorian.html.multipartrequest
Represents a file uploaded from a client browser via multipart form data.
ClientFile(String, String, String) - Constructor for class com.oorian.html.multipartrequest.ClientFile
Constructs a new ClientFile with the specified file information.
ClientFileEvent - Class in com.oorian.messaging.events.client
Abstract base class for file-related client events.
ClientFileEvent() - Constructor for class com.oorian.messaging.events.client.ClientFileEvent
Creates a new ClientFileEvent.
ClientFileListener - Interface in com.oorian.messaging.events.client
Listener interface for handling client-side file-related events.
ClientFileSelectEvent - Class in com.oorian.messaging.events.client
Event fired when the user selects one or more files in a file input element.
ClientFileSelectEvent(String[]) - Constructor for class com.oorian.messaging.events.client.ClientFileSelectEvent
Creates a ClientFileSelectEvent with the specified file names.
ClientFileSelectEvent(List<String>) - Constructor for class com.oorian.messaging.events.client.ClientFileSelectEvent
Creates a ClientFileSelectEvent with the specified file names.
ClientFileUploadCommand - Class in com.oorian.messaging.commands
Command to initiate a file upload from the client to the server.
ClientFileUploadCommand(String, String) - Constructor for class com.oorian.messaging.commands.ClientFileUploadCommand
Constructs a new ClientFileUploadCommand for the specified shell and form.
ClientFileUploadEvent - Class in com.oorian.messaging.events.client
Event fired when one or more files have been uploaded from the client to the server.
ClientFileUploadEvent(Integer, List<ClientFile>) - Constructor for class com.oorian.messaging.events.client.ClientFileUploadEvent
Creates a ClientFileUploadEvent with the specified upload ID and files.
ClientFileUploadStatusResponse - Class in com.oorian.messaging.commands
Response command to report the status of a client file upload operation.
ClientFileUploadStatusResponse(int, String) - Constructor for class com.oorian.messaging.commands.ClientFileUploadStatusResponse
Constructs a new ClientFileUploadStatusResponse with the specified status and element ID.
ClientProfile - Class in com.oorian
Stores comprehensive information about the client's device and browser environment.
ClientProfile() - Constructor for class com.oorian.ClientProfile
Constructs a new ClientProfile with default size values.
CLIP - Enum constant in enum class com.oorian.css.Overflow
Overflow content is clipped without a scrolling mechanism.
CLIP - Enum constant in enum class com.oorian.css.TextOverflow
Text is clipped and not visible.
ClipboardApi - Class in com.oorian.html.js.clipboard
Provides access to the browser's Clipboard API from server-side Java code.
ClipboardApi() - Constructor for class com.oorian.html.js.clipboard.ClipboardApi
 
ClipboardErrorEvent - Class in com.oorian.html.js.clipboard
Event fired when a clipboard operation fails.
ClipboardErrorEvent(String, String) - Constructor for class com.oorian.html.js.clipboard.ClipboardErrorEvent
Constructs a ClipboardErrorEvent with error details.
ClipboardEvent - Class in com.oorian.messaging.events.client
Abstract base class for all clipboard-related events in the client interface.
ClipboardEvent() - Constructor for class com.oorian.messaging.events.client.ClipboardEvent
 
ClipboardListener - Interface in com.oorian.html.js.clipboard
Listener interface for clipboard events.
ClipboardListener - Interface in com.oorian.messaging.events.client
Listener interface for handling clipboard events in the client interface.
ClipboardReadEvent - Class in com.oorian.html.js.clipboard
Event fired when text has been successfully read from the clipboard.
ClipboardReadEvent(String) - Constructor for class com.oorian.html.js.clipboard.ClipboardReadEvent
Constructs a ClipboardReadEvent with the clipboard text.
ClipPath - Class in com.oorian.css
A builder for composing CSS clip-path property values.
ClipPath() - Constructor for class com.oorian.css.ClipPath
Constructs an empty ClipPath.
close() - Method in class com.oorian.html.controls.dialog.Dialog
Closes this dialog and removes it from the page.
close() - Method in class com.oorian.html.controls.popup.ModalPopup
Closes this popup and removes it from the page.
close() - Method in class com.oorian.html.layout.Drawer
Closes the drawer.
close() - Method in class com.oorian.OorianSseConnection
Closes the SSE connection.
close() - Method in class com.oorian.OorianWebsocket
Closes this WebSocket connection.
close() - Method in interface com.oorian.SseConnection
Closes this SSE connection.
close() - Method in class com.oorian.testing.MockWebsocketConnection
Marks this connection as closed.
close() - Method in interface com.oorian.WebsocketConnection
Closes this WebSocket connection.
close(long) - Method in class com.oorian.html.controls.dialog.Dialog
Closes this dialog after the specified delay.
close(long) - Method in class com.oorian.html.controls.popup.ModalPopup
Closes this popup after the specified delay.
close(HtmlPage, String) - Static method in class com.oorian.html.js.WindowApi
Closes a browser window with the specified name.
close(String) - Static method in class com.oorian.html.js.WindowApi
Closes a browser window with the specified name using the current page context.
CLOSE_BRACKET - Static variable in class com.oorian.messaging.events.client.KeyCodes
Close bracket key.
closeAll() - Static method in class com.oorian.html.js.notification.NotificationApi
Closes all notifications created by this page using the current page context.
closeAll(HtmlPage) - Static method in class com.oorian.html.js.notification.NotificationApi
Closes all notifications created by this page.
CloseBrowserWindowCommand - Class in com.oorian.messaging.commands
Command to close a browser window by name.
CloseBrowserWindowCommand(String) - Constructor for class com.oorian.messaging.commands.CloseBrowserWindowCommand
Constructs a new CloseBrowserWindowCommand to close the window with the specified name.
closeWebSocket() - Method in class com.oorian.html.HtmlPage
Closes the WebSocket connection for this page.
closeWindow(String) - Method in class com.oorian.html.HtmlPage
Closes the browser window with the specified name.
Cm - Class in com.oorian.css.units
CSS cm (centimeter) unit value.
Cm(float) - Constructor for class com.oorian.css.units.Cm
Constructs a Cm unit with the specified value.
Code<T> - Class in com.oorian.html.elements
Represents an HTML <code> element for displaying code snippets.
Code() - Constructor for class com.oorian.html.elements.Code
Constructs an empty <code> element.
Code(String) - Constructor for class com.oorian.html.elements.Code
Constructs a <code> element with code text.
Col - Class in com.oorian.html.elements
Represents an HTML <col> element for table column properties.
Col() - Constructor for class com.oorian.html.elements.Col
Constructs an empty <col> element for a single column.
Col(int) - Constructor for class com.oorian.html.elements.Col
Constructs a <col> element spanning multiple columns.
COL - Enum constant in enum class com.oorian.html.elements.consts.ThScope
Header applies to a single column.
COL_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates horizontal column resize.
Colgroup<T> - Class in com.oorian.html.elements
Represents an HTML <colgroup> element for grouping table columns.
Colgroup() - Constructor for class com.oorian.html.elements.Colgroup
Constructs an empty <colgroup> element.
Colgroup(int) - Constructor for class com.oorian.html.elements.Colgroup
Constructs a <colgroup> element spanning multiple columns.
COLGROUP - Enum constant in enum class com.oorian.html.elements.consts.ThScope
Header applies to a group of columns.
collapse() - Method in class com.oorian.html.layout.AccordionItem
Collapses this item to hide its content.
Collapse - Class in com.oorian.css.transitions
A transition that collapses an element to zero height or width.
Collapse() - Constructor for class com.oorian.css.transitions.Collapse
Constructs a Collapse transition that collapses vertically.
COLLAPSE - Enum constant in enum class com.oorian.css.BorderCollapse
Adjacent cells share borders.
COLLAPSE - Enum constant in enum class com.oorian.css.Visibility
For table elements, removes row/column and space.
collapseAll() - Method in class com.oorian.html.layout.Accordion
Collapses all items.
collapseSidebar() - Method in class com.oorian.html.layout.AppShellLayout
Collapses the sidebar to hide it.
collectElements(Set<StyledElement<?>>) - Method in class com.oorian.css.transitions.TransitionGroup
Collects all unique elements referenced by this step.
collectElements(Set<StyledElement<?>>) - Method in interface com.oorian.css.transitions.TransitionStep
Collects all unique elements referenced by this step.
COLON - Static variable in class com.oorian.messaging.events.client.KeyCodes
Colon key.
Color - Class in com.oorian.css.color
Represents a color that can be used in CSS styling.
Color(int) - Constructor for class com.oorian.css.color.Color
Creates a Color object from RGB components specified as a single int in hexadecimal format (0xffccaa).
Color(int, int, int) - Constructor for class com.oorian.css.color.Color
Creates a Color object from RGB components specified as individual integers from (0 - 255).
Color(Clab) - Constructor for class com.oorian.css.color.Color
Creates a Color object from a CIELAB color space object.
Color(Color) - Constructor for class com.oorian.css.color.Color
Creates a Color object from another Color object.
Color(Hsb) - Constructor for class com.oorian.css.color.Color
Creates a Color object from an HSB (Hue, Saturation, Brightness) object.
Color(Rgb) - Constructor for class com.oorian.css.color.Color
Creates a Color object from an Rgb object.
Color(Xyz) - Constructor for class com.oorian.css.color.Color
Creates a Color object from a CIE XYZ color space object.
Color(String) - Constructor for class com.oorian.css.color.Color
Creates a Color object from a CSS color string.
COLOR - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Preserves hue and saturation from the top layer.
COLOR - Static variable in class com.oorian.html.elements.Input
Input type constant for a color picker element.
COLOR_DODGE - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Brightens by dividing bottom layer by inverted top layer.
ColorInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="color"> element for selecting colors.
ColorInput() - Constructor for class com.oorian.html.elements.ColorInput
Creates a new ColorInput with no name or initial value.
ColorInput(String) - Constructor for class com.oorian.html.elements.ColorInput
Creates a new ColorInput with the specified name.
ColorInput(String, String) - Constructor for class com.oorian.html.elements.ColorInput
Creates a new ColorInput with the specified name and initial color value.
ColorShift - Class in com.oorian.css.transitions
A transition that animates an element's background color.
ColorShift() - Constructor for class com.oorian.css.transitions.ColorShift
Constructs a ColorShift transition with no target color.
COLUMN - Enum constant in enum class com.oorian.css.FlexDirection
Items flow top to bottom.
COLUMN_REVERSE - Enum constant in enum class com.oorian.css.FlexDirection
Items flow bottom to top.
ColumnFill - Enum Class in com.oorian.css
CSS column-fill property values for multi-column content distribution.
COLUMNHEADER - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a column header cell.
ColumnRuleStyle - Enum Class in com.oorian.css
CSS column-rule-style property values for column rule appearance.
ColumnRuleWidth - Enum Class in com.oorian.css
CSS column-rule-width property values for column rule thickness.
columns(int) - Static method in class com.oorian.html.layout.ComposableLayout
Creates a ComposableLayout with the specified number of equal columns.
com.oorian - package com.oorian
 
com.oorian.annotations - package com.oorian.annotations
 
com.oorian.apis - package com.oorian.apis
 
com.oorian.css - package com.oorian.css
 
com.oorian.css.animations - package com.oorian.css.animations
 
com.oorian.css.color - package com.oorian.css.color
 
com.oorian.css.transitions - package com.oorian.css.transitions
 
com.oorian.css.units - package com.oorian.css.units
 
com.oorian.data - package com.oorian.data
 
com.oorian.data.binding - package com.oorian.data.binding
 
com.oorian.data.converter - package com.oorian.data.converter
 
com.oorian.html - package com.oorian.html
 
com.oorian.html.accessibility - package com.oorian.html.accessibility
 
com.oorian.html.aria - package com.oorian.html.aria
 
com.oorian.html.components - package com.oorian.html.components
 
com.oorian.html.containers - package com.oorian.html.containers
 
com.oorian.html.controls.dialog - package com.oorian.html.controls.dialog
 
com.oorian.html.controls.popup - package com.oorian.html.controls.popup
 
com.oorian.html.elements - package com.oorian.html.elements
 
com.oorian.html.elements.consts - package com.oorian.html.elements.consts
 
com.oorian.html.elements.mathml - package com.oorian.html.elements.mathml
 
com.oorian.html.elements.svg - package com.oorian.html.elements.svg
 
com.oorian.html.js - package com.oorian.html.js
 
com.oorian.html.js.clipboard - package com.oorian.html.js.clipboard
 
com.oorian.html.js.fullscreen - package com.oorian.html.js.fullscreen
 
com.oorian.html.js.geolocation - package com.oorian.html.js.geolocation
 
com.oorian.html.js.mediadevices - package com.oorian.html.js.mediadevices
 
com.oorian.html.js.network - package com.oorian.html.js.network
 
com.oorian.html.js.notification - package com.oorian.html.js.notification
 
com.oorian.html.js.permissions - package com.oorian.html.js.permissions
 
com.oorian.html.js.share - package com.oorian.html.js.share
 
com.oorian.html.js.speech - package com.oorian.html.js.speech
 
com.oorian.html.js.storage - package com.oorian.html.js.storage
 
com.oorian.html.js.vibration - package com.oorian.html.js.vibration
 
com.oorian.html.js.visibility - package com.oorian.html.js.visibility
 
com.oorian.html.js.wakelock - package com.oorian.html.js.wakelock
 
com.oorian.html.layout - package com.oorian.html.layout
 
com.oorian.html.layout.responsive - package com.oorian.html.layout.responsive
 
com.oorian.html.multipartrequest - package com.oorian.html.multipartrequest
 
com.oorian.html.parser - package com.oorian.html.parser
 
com.oorian.i18n - package com.oorian.i18n
 
com.oorian.inject - package com.oorian.inject
 
com.oorian.jakarta - package com.oorian.jakarta
 
com.oorian.json - package com.oorian.json
 
com.oorian.license - package com.oorian.license
 
com.oorian.markdown - package com.oorian.markdown
 
com.oorian.messaging.commands - package com.oorian.messaging.commands
 
com.oorian.messaging.events - package com.oorian.messaging.events
 
com.oorian.messaging.events.client - package com.oorian.messaging.events.client
 
com.oorian.messaging.events.server - package com.oorian.messaging.events.server
 
com.oorian.messaging.responses - package com.oorian.messaging.responses
 
com.oorian.schema - package com.oorian.schema
 
com.oorian.security - package com.oorian.security
 
com.oorian.test - package com.oorian.test
 
com.oorian.testing - package com.oorian.testing
 
com.oorian.utils - package com.oorian.utils
 
com.oorian.validation - package com.oorian.validation
 
com.oorian.validation.bean - package com.oorian.validation.bean
 
com.oorian.validation.validators - package com.oorian.validation.validators
 
com.oorian.xml - package com.oorian.xml
 
Combinator - Enum Class in com.oorian.css
Enumeration of CSS selector combinators used to express relationships between elements.
COMBINED - Enum constant in enum class com.oorian.security.AccessLogFormat
Combined Log Format: CLF plus Referer and User-Agent fields.
COMIC_SANS_MS - Enum constant in enum class com.oorian.css.FontFamily
Comic Sans MS - casual handwriting-style font.
COMMA - Static variable in class com.oorian.messaging.events.client.KeyCodes
Comma key.
Command - Class in com.oorian.messaging.commands
Abstract base class for all command types in the Oorian messaging system.
Command(String) - Constructor for class com.oorian.messaging.commands.Command
Constructs a new Command with the specified ID.
Command(String, String) - Constructor for class com.oorian.messaging.commands.Command
Constructs a new Command with the specified ID and associated element ID.
Comment - Class in com.oorian.xml
Represents an XML comment node.
Comment(String) - Constructor for class com.oorian.xml.Comment
Constructs a new Comment with the specified content.
COMMENT - Enum constant in enum class com.oorian.html.parser.HtmlToken.Type
HTML comment
COMMON - Enum constant in enum class com.oorian.security.AccessLogFormat
Common Log Format (CLF): host - - [date] "method path protocol" status size
CommunicationMode - Enum Class in com.oorian
Defines the asynchronous communication mode used between the browser and server for an HtmlPage.
compactDashboard() - Method in class com.oorian.html.layout.DashboardLayout
Configures a compact dashboard with 2 columns and tight spacing.
compactNavbar() - Method in class com.oorian.html.layout.NavbarLayout
Applies compact navbar height (48px) - suitable for secondary navbars.
compactSpacing() - Method in class com.oorian.html.layout.DashboardLayout
Applies compact spacing (smaller gaps between elements).
compactSpacing() - Method in class com.oorian.html.layout.FeatureGridLayout
Applies compact spacing (smaller gaps between elements).
compactSpacing() - Method in class com.oorian.html.layout.FormLayout
Applies compact spacing (smaller gaps between elements).
compactSpacing() - Method in class com.oorian.html.layout.NavbarLayout
Applies compact spacing with smaller padding.
compactSpacing() - Method in class com.oorian.html.layout.StoryLayout
Applies compact spacing (smaller gaps between and within sections).
compactStyle() - Method in class com.oorian.html.layout.EmptyStateLayout
Applies compact spacing (smaller gaps between elements).
compactStyle() - Method in class com.oorian.html.layout.LoadingLayout
Applies compact styling (smaller padding and spacing).
COMPARE_EQUALS - Static variable in class com.oorian.i18n.DefaultMessages
 
COMPARE_GREATER_THAN - Static variable in class com.oorian.i18n.DefaultMessages
 
COMPARE_GREATER_THAN_OR_EQUALS - Static variable in class com.oorian.i18n.DefaultMessages
 
COMPARE_LESS_THAN - Static variable in class com.oorian.i18n.DefaultMessages
 
COMPARE_LESS_THAN_OR_EQUALS - Static variable in class com.oorian.i18n.DefaultMessages
 
COMPARE_NOT_EQUALS - Static variable in class com.oorian.i18n.DefaultMessages
 
compareTo(Day) - Method in class com.oorian.utils.Day
Compares this Day to another Day chronologically.
CompareValidator - Class in com.oorian.validation.validators
Form-level validator that compares two field values.
CompareValidator(String, String, CompareValidator.Operation) - Constructor for class com.oorian.validation.validators.CompareValidator
Creates a CompareValidator for the specified fields and operation.
CompareValidator.Operation - Enum Class in com.oorian.validation.validators
Comparison operations supported by the validator.
COMPLEMENTARY - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies supporting content related to the main content.
ComposableLayout - Class in com.oorian.html.layout
A flexible slot-based layout system for user-defined layouts.
ComposableLayout() - Constructor for class com.oorian.html.layout.ComposableLayout
Constructs an empty ComposableLayout.
ComposableLayout(int) - Constructor for class com.oorian.html.layout.ComposableLayout
Constructs a ComposableLayout with the specified number of equal columns.
CompositeLocaleResolver - Class in com.oorian.i18n
Chains multiple LocaleResolver instances, returning the first non-null result.
CompositeLocaleResolver() - Constructor for class com.oorian.i18n.CompositeLocaleResolver
Creates a new composite resolver with no resolvers in the chain.
CompositionEndEvent - Class in com.oorian.messaging.events.client
Represents a composition end event that occurs when an IME composition session ends.
CompositionEndEvent(String) - Constructor for class com.oorian.messaging.events.client.CompositionEndEvent
Constructs a new CompositionEndEvent with the specified composed text data.
CompositionEvent - Class in com.oorian.messaging.events.client
Abstract base class for all composition (IME) events in the client interface.
CompositionEvent(String) - Constructor for class com.oorian.messaging.events.client.CompositionEvent
Constructs a new CompositionEvent with the specified composed text data.
CompositionListener - Interface in com.oorian.messaging.events.client
Listener interface for handling composition (IME) events in the client interface.
CompositionStartEvent - Class in com.oorian.messaging.events.client
Represents a composition start event that occurs when an IME composition session begins.
CompositionStartEvent(String) - Constructor for class com.oorian.messaging.events.client.CompositionStartEvent
Constructs a new CompositionStartEvent with the specified composed text data.
CompositionUpdateEvent - Class in com.oorian.messaging.events.client
Represents a composition update event that occurs when new characters are received during an IME composition.
CompositionUpdateEvent(String) - Constructor for class com.oorian.messaging.events.client.CompositionUpdateEvent
Constructs a new CompositionUpdateEvent with the specified composed text data.
CONDENSED - Enum constant in enum class com.oorian.css.FontStretch
Narrow width (75% of normal).
conic() - Static method in class com.oorian.css.Gradient
Creates a conic gradient with the default starting angle.
conic(int) - Static method in class com.oorian.css.Gradient
Creates a conic gradient with a starting angle in degrees.
conic(String) - Static method in class com.oorian.css.Gradient
Creates a conic gradient with a starting angle.
ConnectionCloseInfo - Class in com.oorian
Framework-level representation of a WebSocket close event, replacing direct use of CloseReason.
ConnectionCloseInfo(int, String) - Constructor for class com.oorian.ConnectionCloseInfo
Constructs a new ConnectionCloseInfo with the specified close code and reason.
ConnectionTracker - Class in com.oorian.security
Tracks active WebSocket connections per session and per IP address.
CONTAIN - Enum constant in enum class com.oorian.css.BackgroundSize
Image fits inside container, may leave empty space.
CONTAIN - Enum constant in enum class com.oorian.css.ObjectFit
Scales content to fit inside the box, maintains aspect ratio.
CONTAIN - Enum constant in enum class com.oorian.css.UserSelect
Selection is contained within the element bounds.
Container - Class in com.oorian.html.layout
A centered container with configurable maximum width for constraining page content.
Container() - Constructor for class com.oorian.html.layout.Container
Constructs a container with the default size (LG - 1024px).
Container(Container.Size) - Constructor for class com.oorian.html.layout.Container
Constructs a container with the specified size preset.
Container(String) - Constructor for class com.oorian.html.layout.Container
Constructs a container with a custom maximum width.
Container.Size - Enum Class in com.oorian.html.layout
Predefined container size presets based on common responsive breakpoints.
ContainerElement<T> - Class in com.oorian.html
Base class for HTML elements that can contain child elements.
ContainerElement(String) - Constructor for class com.oorian.html.ContainerElement
Constructs a container element with the specified tag name and a closing tag.
ContainerElement(String, boolean) - Constructor for class com.oorian.html.ContainerElement
Constructs a container element with the specified tag name and closing behavior.
contains(Object) - Method in class com.oorian.html.Elements
 
contains(String, String) - Static method in class com.oorian.data.FilterDescriptor
Creates a contains filter (case-insensitive substring match).
CONTAINS - Enum constant in enum class com.oorian.data.FilterOperator
String contains (case-insensitive).
containsAll(Collection<?>) - Method in class com.oorian.html.Elements
 
containsDangerousHtml(String) - Static method in class com.oorian.utils.Sanitizer
Checks if a string contains potentially dangerous HTML content.
containsElement(Element) - Method in class com.oorian.html.Element
Checks if this element contains the specified child element.
containsElement(XmlNode) - Method in class com.oorian.xml.XmlElement
Checks if this element contains the specified child node.
containsElement(String) - Method in class com.oorian.html.Element
Checks if this element contains a descendant with the specified ID.
containsHeader(String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
containsHeader(String) - Method in interface com.oorian.OorianHttpResponse
Returns whether the response contains the specified header.
containsHeader(String) - Method in class com.oorian.test.TestHttpResponse
 
containsKey(Object) - Method in class com.oorian.AttributeMap
Returns true if this map contains an attribute with the specified name.
containsKey(String) - Method in class com.oorian.json.JsonObject
Returns true if this object contains the specified key.
containsKey(String) - Method in class com.oorian.OorianConfig
Checks whether a key exists in the configuration.
containsParameter(String) - Method in class com.oorian.Parameters
Checks if a parameter exists in this collection.
containsValue(Object) - Method in class com.oorian.AttributeMap
Returns true if this map contains one or more attributes with the specified value.
content(Element<?>) - Method in class com.oorian.html.layout.AppShellLayout
Sets the main content area.
content(Element<?>) - Method in class com.oorian.html.layout.DocsLayout
Sets the main content.
content(Element<?>) - Method in class com.oorian.html.layout.SettingsLayout
Sets the main content panel content.
content(Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Sets the step content.
Content() - Constructor for class com.oorian.html.controls.dialog.Dialog.Content
 
Content() - Constructor for class com.oorian.html.controls.popup.ModalPopup.Content
 
CONTENT_BOX - Enum constant in enum class com.oorian.css.BackgroundClip
Background is clipped to the content box.
CONTENT_BOX - Enum constant in enum class com.oorian.css.BackgroundOrigin
Background is positioned relative to the content box.
CONTENT_BOX - Enum constant in enum class com.oorian.css.BoxSizing
Width/height includes only content (default).
CONTENT_SECURITY_POLICY - Enum constant in enum class com.oorian.html.elements.consts.HttpEquiv
Specifies a Content Security Policy for the document.
CONTENT_SECURITY_POLICY_REPORT_ONLY - Enum constant in enum class com.oorian.html.elements.consts.HttpEquiv
Specifies a Content Security Policy in report-only mode for testing.
CONTENT_TYPE - Enum constant in enum class com.oorian.html.elements.consts.HttpEquiv
Specifies the character encoding for the HTML document.
CONTENTINFO - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies common information at the bottom of a page (footer).
CONTENTS - Enum constant in enum class com.oorian.css.Display
Element is replaced by its children in the box tree.
ContentSecurityPolicy - Class in com.oorian.security
A fluent builder for constructing Content Security Policy (CSP) header values.
ContentSecurityPolicy() - Constructor for class com.oorian.security.ContentSecurityPolicy
Creates a new empty Content Security Policy builder.
contentTypeOptions() - Method in class com.oorian.security.SecurityHeaders
Adds the X-Content-Type-Options: nosniff header.
CONTEXT_MENU - Enum constant in enum class com.oorian.css.Cursor
Indicates a context menu is available.
CONTEXT_MENU - Static variable in class com.oorian.messaging.events.client.KeyCodes
Context menu key.
contextDestroyed(ServletContextEvent) - Method in class com.oorian.Application
Called when the servlet context is destroyed.
contextInitialized(ServletContextEvent) - Method in class com.oorian.Application
Called when the servlet context is initialized.
ContextMenuEvent - Class in com.oorian.messaging.events.client
Represents a context menu event that occurs when the user right-clicks or triggers the context menu on an element.
ContextMenuEvent(int, int) - Constructor for class com.oorian.messaging.events.client.ContextMenuEvent
Constructs a new ContextMenuEvent with the specified client coordinates.
contrast(float) - Method in class com.oorian.css.Filter
Adds a contrast() function.
CONTROL - Static variable in class com.oorian.messaging.events.client.KeyCodes
Control modifier key.
ConversionException - Exception Class in com.oorian.data.converter
Thrown when a type conversion fails.
ConversionException(String) - Constructor for exception class com.oorian.data.converter.ConversionException
Creates a new ConversionException with a user-friendly message.
ConversionException(String, Object) - Constructor for exception class com.oorian.data.converter.ConversionException
Creates a new ConversionException with a message and the invalid value.
ConversionException(String, Object, Throwable) - Constructor for exception class com.oorian.data.converter.ConversionException
Creates a new ConversionException with a message, invalid value, and cause.
Converter<P,M> - Interface in com.oorian.data.converter
Bidirectional converter between a presentation type and a model type.
ConverterRegistry - Class in com.oorian.data.converter
Registry for bidirectional type converters.
convertToModel(String) - Method in class com.oorian.data.converter.StringToBigDecimalConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToBooleanConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToDateConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToDoubleConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToEnumConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToIntegerConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToLocalDateConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToLocalDateTimeConverter
 
convertToModel(String) - Method in class com.oorian.data.converter.StringToLongConverter
 
convertToModel(P) - Method in interface com.oorian.data.converter.Converter
Converts a presentation value to its model representation.
convertToPresentation(E) - Method in class com.oorian.data.converter.StringToEnumConverter
 
convertToPresentation(Boolean) - Method in class com.oorian.data.converter.StringToBooleanConverter
 
convertToPresentation(Double) - Method in class com.oorian.data.converter.StringToDoubleConverter
 
convertToPresentation(Integer) - Method in class com.oorian.data.converter.StringToIntegerConverter
 
convertToPresentation(Long) - Method in class com.oorian.data.converter.StringToLongConverter
 
convertToPresentation(BigDecimal) - Method in class com.oorian.data.converter.StringToBigDecimalConverter
 
convertToPresentation(LocalDate) - Method in class com.oorian.data.converter.StringToLocalDateConverter
 
convertToPresentation(LocalDateTime) - Method in class com.oorian.data.converter.StringToLocalDateTimeConverter
 
convertToPresentation(Date) - Method in class com.oorian.data.converter.StringToDateConverter
 
convertToPresentation(M) - Method in interface com.oorian.data.converter.Converter
Converts a model value to its presentation representation.
CookieDefaults - Class in com.oorian.security
Configuration for secure cookie defaults applied to session cookies and application cookies.
CookieDefaults() - Constructor for class com.oorian.security.CookieDefaults
Creates a new CookieDefaults instance with secure defaults.
CookieDefaults.SameSite - Enum Class in com.oorian.security
Standard values for the SameSite cookie attribute.
Cookies - Class in com.oorian.html
Manages HTTP cookies for an Oorian page session.
COPY - Enum constant in enum class com.oorian.css.Cursor
Indicates something can be copied.
CopyEvent - Class in com.oorian.messaging.events.client
Represents a copy event that occurs when the user copies content to the clipboard.
CopyEvent() - Constructor for class com.oorian.messaging.events.client.CopyEvent
 
CORAL - Static variable in class com.oorian.css.color.Color
 
CORNFLOWER_BLUE - Static variable in class com.oorian.css.color.Color
 
CORNSILK - Static variable in class com.oorian.css.color.Color
 
count(Query) - Method in interface com.oorian.data.CallbackDataProvider.CountCallback
Returns the total number of items matching the query's filters.
CountersIntf<T> - Interface in com.oorian.css
CSS property setters for CSS counter properties.
COURIER - Enum constant in enum class com.oorian.css.FontFamily
Courier - classic monospace typewriter font.
COURIER_NEW - Enum constant in enum class com.oorian.css.FontFamily
Courier New - refined monospace font.
COVER - Enum constant in enum class com.oorian.css.BackgroundSize
Image covers entire container, may be cropped.
COVER - Enum constant in enum class com.oorian.css.ObjectFit
Scales content to cover the box, maintains aspect ratio, may crop.
create() - Method in class com.oorian.css.CssElement
Creates this element's CSS content.
create() - Method in class com.oorian.css.CssStyleSheet
Template method for subclasses to add rules and elements during initialization.
create() - Method in class com.oorian.html.containers.GlassPane
 
create() - Method in class com.oorian.html.containers.HtmlFragment
 
create() - Method in class com.oorian.html.Element
Hook method called during element creation.
create() - Method in class com.oorian.html.elements.Script
 
create() - Method in class com.oorian.HttpFile
Manually triggers the content creation process.
create() - Static method in class com.oorian.security.BruteForceConfig
Creates a new BruteForceConfig with default settings.
create() - Static method in class com.oorian.security.FileUploadConfig
Creates a new configuration builder.
create() - Static method in class com.oorian.testing.OorianTestContext
Creates a new test context with default mock objects and registers the session to the current thread.
create(Runnable) - Static method in class com.oorian.OorianWorkerThread
Creates and queues a new worker thread with the specified task.
create(Runnable, String) - Static method in class com.oorian.OorianWorkerThread
Creates and queues a new named worker thread.
create(String, Element<?>) - Static method in class com.oorian.html.layout.AccordionItem
Creates an AccordionItem with the specified header text and content.
create(String, String) - Static method in class com.oorian.testing.OorianTestContext
Creates a new test context with a specific request URI and HTTP method.
create(ThreadGroup, Runnable) - Static method in class com.oorian.OorianWorkerThread
Creates and queues a new worker thread in the specified thread group.
create(ThreadGroup, Runnable, String) - Static method in class com.oorian.OorianWorkerThread
Creates and queues a new named worker thread in the specified thread group.
create(ThreadGroup, Runnable, String, long) - Static method in class com.oorian.OorianWorkerThread
Creates and queues a new worker thread with custom stack size.
create(ThreadGroup, Runnable, String, long, boolean) - Static method in class com.oorian.OorianWorkerThread
Creates and queues a new worker thread with full configuration options.
create(Locale) - Static method in class com.oorian.testing.OorianTestContext
Creates a new test context configured for the specified locale.
Create() - Constructor for class com.oorian.validation.DefaultGroups.Create
 
createAppUrl(String) - Method in class com.oorian.html.HtmlPage
Creates an application-relative URL.
createAsync() - Method in class com.oorian.html.containers.AsyncPanel
Called in a background thread to create the panel's real content.
createBaseJson() - Method in class com.oorian.schema.SchemaType
Creates the base JSON object with @context and @type properties.
createBody(Body) - Method in class com.oorian.DefaultErrorPage
Builds the error page body content using Oorian elements.
createBody(Body) - Method in class com.oorian.ErrorPage
Builds the error page body content using Oorian elements.
createBody(Body) - Method in class com.oorian.html.HtmlDocument
Creates and populates the body section of the HTML document.
createBody(Body) - Method in class com.oorian.html.HtmlPage
Creates the body section of this page.
createBody(Body) - Method in class com.oorian.html.HtmlTemplatePage
 
createContent(Dialog.Content) - Method in class com.oorian.html.controls.dialog.Dialog
Creates the content of this dialog.
createContent(ModalPopup.Content) - Method in class com.oorian.html.controls.popup.ModalPopup
Creates the content of this popup.
createFile() - Method in class com.oorian.css.CssFile
Creates or retrieves the CSS stylesheet content.
createFile() - Method in class com.oorian.ErrorPage
Builds the complete HTML document by creating the head, body, and base stylesheet, then renders the element tree to an HTML string.
createFile() - Method in class com.oorian.html.HtmlPage
Creates the HTML structure of this page including head, body, scripts, and styles.
createFile() - Method in class com.oorian.HttpFile
Generates the content for this HttpFile.
createFullUrl(String) - Method in class com.oorian.html.HtmlPage
Creates a fully-qualified URL from a relative URL.
createHead(Head) - Method in class com.oorian.DefaultErrorPage
Hook for subclasses to add additional elements to the <head>.
createHead(Head) - Method in class com.oorian.ErrorPage
Hook for subclasses to add additional elements to the <head>.
createHead(Head) - Method in class com.oorian.html.HtmlDocument
Creates and populates the head section of the HTML document.
createHead(Head) - Method in class com.oorian.html.HtmlPage
Creates the head section of this page.
createHead(Head) - Method in class com.oorian.html.HtmlTemplatePage
 
createKeyFrames() - Method in class com.oorian.css.animations.Animation
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.Beat
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.BeatFade
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.Bounce
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.Fade
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.Flip
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.Shake
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.Spin
Creates the @keyframes definition for this animation.
createKeyFrames() - Method in class com.oorian.css.animations.SpinPulse
Creates the @keyframes definition for this animation.
createPane() - Method in class com.oorian.html.layout.PageLayout
Creates a styled pane element for use as a layout region.
createPane(String) - Method in class com.oorian.html.layout.PageLayout
Creates a styled pane with a specific CSS class.
createRequest(String) - Static method in class com.oorian.test.OorianTestHarness
Creates a new TestHttpRequest for the specified path.
createResponse() - Static method in class com.oorian.test.OorianTestHarness
Creates a new TestHttpResponse.
createStyleSheet() - Method in class com.oorian.css.CssFile
Creates the CSS stylesheet for this file.
CreateTimer - Class in com.oorian.messaging.commands
Command to create a timer on the client side.
CreateTimer(Timer) - Constructor for class com.oorian.messaging.commands.CreateTimer
Constructs a new CreateTimer command from a Timer object.
createUrl(Class, Object...) - Static method in class com.oorian.html.HtmlPage
Creates a URL for navigating to a page class with optional parameters.
CREDIT_CARD - Static variable in class com.oorian.i18n.DefaultMessages
 
creditCard() - Method in class com.oorian.validation.ValidatedInput
Adds a credit card validator.
creditCard(String) - Method in class com.oorian.validation.ValidatedInput
Adds a credit card validator with a custom message.
CreditCardValidator<T> - Class in com.oorian.validation.validators
Validates credit card numbers using the Luhn algorithm.
CreditCardValidator() - Constructor for class com.oorian.validation.validators.CreditCardValidator
Creates a CreditCardValidator with the default message.
CreditCardValidator(String) - Constructor for class com.oorian.validation.validators.CreditCardValidator
Creates a CreditCardValidator with a custom message.
CreditCardValidator.CardType - Enum Class in com.oorian.validation.validators
Credit card types.
CRIMSON - Static variable in class com.oorian.css.color.Color
 
CROSSHAIR - Enum constant in enum class com.oorian.css.Cursor
Crosshair cursor for precise selection.
CrossOrigin - Enum Class in com.oorian.html.elements.consts
Enumeration defining CORS (Cross-Origin Resource Sharing) modes for media and script elements.
crossOriginOpenerPolicy(String) - Method in class com.oorian.security.SecurityHeaders
Sets the Cross-Origin-Opener-Policy header.
crossOriginResourcePolicy(String) - Method in class com.oorian.security.SecurityHeaders
Sets the Cross-Origin-Resource-Policy header.
CSH - Static variable in class com.oorian.utils.MimeTypes
 
CSRF_FAILURE - Enum constant in enum class com.oorian.security.SecurityEventType
CSRF token validation failed.
Css - Annotation Interface in com.oorian.annotations
Annotation for specifying CSS resources to be included with an Oorian page.
CSS - Static variable in class com.oorian.utils.MimeTypes
 
CSS_CLASS - Static variable in class com.oorian.html.accessibility.SkipLink
CSS class name for skip links.
CSS_CLASS - Static variable in class com.oorian.html.accessibility.VisuallyHidden
CSS class name for visually hidden elements.
CssElement - Class in com.oorian.css
Abstract base class for all dynamic CSS elements in the stylesheet hierarchy.
CssElement() - Constructor for class com.oorian.css.CssElement
Constructs a new CSS element.
CssFile - Class in com.oorian.css
Abstract base class for generating CSS files dynamically at runtime.
CssFile() - Constructor for class com.oorian.css.CssFile
Constructs a dynamic CSS file that regenerates on each request.
CssFile(String) - Constructor for class com.oorian.css.CssFile
Constructs a cacheable CSS file with the specified name.
CssLink<T> - Class in com.oorian.html.elements
Represents an HTML link element specifically configured for CSS stylesheets.
CssLink(String) - Constructor for class com.oorian.html.elements.CssLink
Constructs a new CssLink element that references an external stylesheet.
CssMediaQuery - Class in com.oorian.css
Represents a CSS @media query for applying conditional styles based on device characteristics.
CssMediaQuery(String) - Constructor for class com.oorian.css.CssMediaQuery
Constructs a new media query with the specified definition.
CssRule - Class in com.oorian.css
Represents a CSS rule with selectors and style declarations.
CssRule() - Constructor for class com.oorian.css.CssRule
Constructs an empty CSS rule with no selectors.
CssRule(CssRule) - Constructor for class com.oorian.css.CssRule
Copy constructor that creates a new rule from an existing rule.
CssRule(String...) - Constructor for class com.oorian.css.CssRule
Constructs a CSS rule with the specified selectors.
CssSelector - Class in com.oorian.css
Builder class for constructing complex CSS selectors programmatically.
CssSelector() - Constructor for class com.oorian.css.CssSelector
Constructs an empty CSS selector.
CssStyle - Class in com.oorian.css
Main CSS style container that implements all CSS property setter interfaces.
CssStyle() - Constructor for class com.oorian.css.CssStyle
Constructs an empty CssStyle with no properties set.
CssStyle(CssStyle) - Constructor for class com.oorian.css.CssStyle
Constructs a CssStyle by copying properties from another CssStyle.
CssStyle(String) - Constructor for class com.oorian.css.CssStyle
Constructs a CssStyle by parsing a CSS text string.
CssStyleSheet - Class in com.oorian.css
Represents a dynamic CSS stylesheet that can contain rules, keyframes, media queries, and nested stylesheets.
CssStyleSheet() - Constructor for class com.oorian.css.CssStyleSheet
Constructs an empty CssStyleSheet.
cssToRgb(String) - Static method in class com.oorian.css.color.Color
Converts an RGB hexadecimal string or color name to an RGB object containing red, green, and blue integer values.
CSV - Static variable in class com.oorian.utils.MimeTypes
 
cta(Element<?>) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the CTA (call-to-action) section content.
ctaButtons(Element<?>...) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets multiple CTA elements (buttons).
current() - Static method in class com.oorian.ErrorContext
Returns the current ErrorContext for the active request thread.
CURSIVE - Enum constant in enum class com.oorian.css.FontFamily
Generic cursive/script font family.
Cursor - Enum Class in com.oorian.css
CSS cursor property values for mouse pointer appearance.
CUSTOM - Enum constant in enum class com.oorian.security.SecurityEventType
Custom application-defined security event.
CutEvent - Class in com.oorian.messaging.events.client
Represents a cut event that occurs when the user cuts content to the clipboard.
CutEvent() - Constructor for class com.oorian.messaging.events.client.CutEvent
 
CYAN - Static variable in class com.oorian.css.color.Color
 

D

D - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter D key.
dangerStyle() - Method in class com.oorian.html.layout.ErrorLayout
Applies a danger/error color scheme (red tones).
DARK_BLUE - Static variable in class com.oorian.css.color.Color
 
DARK_CYAN - Static variable in class com.oorian.css.color.Color
 
DARK_GOLDENROD - Static variable in class com.oorian.css.color.Color
 
DARK_GRAY - Static variable in class com.oorian.css.color.Color
 
DARK_GREEN - Static variable in class com.oorian.css.color.Color
 
DARK_KHAKI - Static variable in class com.oorian.css.color.Color
 
DARK_MAGENTA - Static variable in class com.oorian.css.color.Color
 
DARK_OLIVE_GREEN - Static variable in class com.oorian.css.color.Color
 
DARK_ORANGE - Static variable in class com.oorian.css.color.Color
 
DARK_ORCHID - Static variable in class com.oorian.css.color.Color
 
DARK_RED - Static variable in class com.oorian.css.color.Color
 
DARK_SALMON - Static variable in class com.oorian.css.color.Color
 
DARK_SEA_GREEN - Static variable in class com.oorian.css.color.Color
 
DARK_SLATE_BLUE - Static variable in class com.oorian.css.color.Color
 
DARK_SLATE_GRAY - Static variable in class com.oorian.css.color.Color
 
DARK_TURQUOISE - Static variable in class com.oorian.css.color.Color
 
DARK_VIOLET - Static variable in class com.oorian.css.color.Color
 
DARKEN - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Retains the darkest pixels of both layers.
darkOverlay() - Method in class com.oorian.html.layout.HeroLayout
Applies a dark overlay (70% opacity black).
darkOverlay() - Method in class com.oorian.html.layout.LoadingLayout
Enables dark overlay mode.
darkTheme() - Method in class com.oorian.html.layout.NavbarLayout
Applies dark theme styling (dark background, light text).
DashboardLayout - Class in com.oorian.html.layout
A layout for analytics dashboards with a stats bar and widget grid.
DashboardLayout() - Constructor for class com.oorian.html.layout.DashboardLayout
Constructs a DashboardLayout with default configuration.
DASHED - Enum constant in enum class com.oorian.css.BorderStyle
A series of square-ended dashes.
DASHED - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Dashed rule.
DASHED - Enum constant in enum class com.oorian.css.OutlineStyle
Dashed outline.
DASHED - Enum constant in enum class com.oorian.css.TextDecorationStyle
Dashed line decoration.
Data<T> - Class in com.oorian.html.elements
Represents an HTML <data> element that associates machine-readable data with its content.
Data() - Constructor for class com.oorian.html.elements.Data
Constructs an empty <data> element.
Data(String) - Constructor for class com.oorian.html.elements.Data
Constructs a <data> element with the specified display text.
Data(String, String) - Constructor for class com.oorian.html.elements.Data
Constructs a <data> element with the specified display text and machine-readable value.
DataChangeListener - Interface in com.oorian.data
Listener for data change events from a DataProvider.
DataList<T> - Class in com.oorian.html.elements
Represents an HTML <datalist> element for pre-defined input options.
DataList() - Constructor for class com.oorian.html.elements.DataList
Constructs an empty <datalist> element.
DataMasker - Class in com.oorian.security
Utility class for masking sensitive data (PII) in display and log output.
DataProvider<T> - Interface in com.oorian.data
Core interface for providing data to components with pagination, sorting, and filtering.
DataResult<T> - Class in com.oorian.data
Contains the result of a DataProvider fetch operation.
DataResult(List<T>, int) - Constructor for class com.oorian.data.DataResult
Creates a data result.
date(String) - Method in class com.oorian.validation.ValidatedInput
Adds a date validator with the specified format.
date(String, String) - Method in class com.oorian.validation.ValidatedInput
Adds a date validator with format and custom message.
DATE - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Represents the current date in a collection of dates.
DATE - Static variable in class com.oorian.html.elements.Input
Input type constant for a date picker element.
DATE - Static variable in class com.oorian.i18n.DefaultMessages
 
DATE_RANGE - Static variable in class com.oorian.i18n.DefaultMessages
 
DATE_SORT - Static variable in class com.oorian.html.elements.Table
 
DateInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="date"> element for selecting dates.
DateInput() - Constructor for class com.oorian.html.elements.DateInput
Creates a new DateInput with no name or initial value.
DateInput(String) - Constructor for class com.oorian.html.elements.DateInput
Creates a new DateInput with the specified name.
DateInput(String, String) - Constructor for class com.oorian.html.elements.DateInput
Creates a new DateInput with the specified name and initial date value.
DateRangeValidator - Class in com.oorian.validation.validators
Form-level validator that validates date ranges across two fields.
DateRangeValidator(String, String) - Constructor for class com.oorian.validation.validators.DateRangeValidator
Creates a DateRangeValidator for the specified fields with default format (yyyy-MM-dd).
DateRangeValidator(String, String, String) - Constructor for class com.oorian.validation.validators.DateRangeValidator
Creates a DateRangeValidator for the specified fields with a custom format.
DATETIME - Static variable in class com.oorian.html.elements.Input
Input type constant for a date and time picker element.
DATETIME_LOCAL - Static variable in class com.oorian.html.elements.Input
Input type constant for a local date and time picker element (without timezone).
DateTimeInput<T> - Class in com.oorian.html.elements
Deprecated.
Use DateTimeLocalInput instead, as datetime is no longer supported by most browsers.
DateTimeInput() - Constructor for class com.oorian.html.elements.DateTimeInput
Deprecated.
Creates a new DateTimeInput with no name or initial value.
DateTimeInput(String) - Constructor for class com.oorian.html.elements.DateTimeInput
Deprecated.
Creates a new DateTimeInput with the specified name.
DateTimeInput(String, String) - Constructor for class com.oorian.html.elements.DateTimeInput
Deprecated.
Creates a new DateTimeInput with the specified name and initial value.
DateTimeLocalInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="datetime-local"> element for selecting local date and time.
DateTimeLocalInput() - Constructor for class com.oorian.html.elements.DateTimeLocalInput
Creates a new DateTimeLocalInput with no name or initial value.
DateTimeLocalInput(String) - Constructor for class com.oorian.html.elements.DateTimeLocalInput
Creates a new DateTimeLocalInput with the specified name.
DateTimeLocalInput(String, String) - Constructor for class com.oorian.html.elements.DateTimeLocalInput
Creates a new DateTimeLocalInput with the specified name and initial value.
DateValidator<T> - Class in com.oorian.validation.validators
Validates date format and optionally date range.
DateValidator() - Constructor for class com.oorian.validation.validators.DateValidator
Creates a DateValidator with the default format (yyyy-MM-dd).
DateValidator(String) - Constructor for class com.oorian.validation.validators.DateValidator
Creates a DateValidator with the specified format.
DateValidator(String, String) - Constructor for class com.oorian.validation.validators.DateValidator
Creates a DateValidator with format and custom message.
Day - Class in com.oorian.utils
Represents a specific calendar day (year, month, and day) at midnight (00:00:00) UTC.
Day() - Constructor for class com.oorian.utils.Day
Constructs a Day representing today's date in UTC.
Day(int, int, int) - Constructor for class com.oorian.utils.Day
Constructs a Day with the specified year, month, and day.
Day(Day) - Constructor for class com.oorian.utils.Day
Constructs a Day by copying another Day instance.
Day(Long) - Constructor for class com.oorian.utils.Day
Constructs a Day from milliseconds since epoch.
Day(LocalDate) - Constructor for class com.oorian.utils.Day
Constructs a Day from a LocalDate.
Day(Calendar) - Constructor for class com.oorian.utils.Day
Constructs a Day from a Calendar instance.
Dd<T> - Class in com.oorian.html.elements
Represents an HTML <dd> element for definition descriptions.
Dd() - Constructor for class com.oorian.html.elements.Dd
Constructs an empty <dd> element.
Dd(String) - Constructor for class com.oorian.html.elements.Dd
Constructs a <dd> element with text content.
deactivate() - Method in class com.oorian.html.accessibility.FocusTrap
Deactivates the focus trap without returning focus.
deactivate(Element) - Method in class com.oorian.html.accessibility.FocusTrap
Deactivates the focus trap and optionally returns focus to an element.
DEAD_ABOVEDOT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead above dot key (European keyboards).
DEAD_ABOVERING - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead above ring key (European keyboards).
DEAD_ACUTE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead acute accent key (European keyboards).
DEAD_BREVE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead breve key (European keyboards).
DEAD_CARON - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead caron/hacek key (European keyboards).
DEAD_CEDILLA - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead cedilla key (European keyboards).
DEAD_CIRCUMFLEX - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead circumflex key (European keyboards).
DEAD_DIAERESIS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead diaeresis/umlaut key (European keyboards).
DEAD_DOUBLEACUTE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead double acute key (European keyboards).
DEAD_GRAVE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead grave accent key (European keyboards).
DEAD_IOTA - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead iota key (European keyboards).
DEAD_MACRON - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead macron key (European keyboards).
DEAD_OGONEK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead ogonek key (European keyboards).
DEAD_SEMIVOICED_SOUND - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead semi-voiced sound key (Japanese keyboards).
DEAD_TILDE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead tilde key (European keyboards).
DEAD_VOICED_SOUND - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dead voiced sound key (Japanese keyboards).
debug(String) - Method in class com.oorian.OorianLog
Logs a DEBUG-level message.
debug(String, Object...) - Method in class com.oorian.OorianLog
Logs a DEBUG-level message with parameters using MessageFormat syntax.
debug(String, Throwable) - Method in class com.oorian.OorianLog
Logs a DEBUG-level message with an associated throwable.
DECIMAL - Enum constant in enum class com.oorian.css.ListStyleType
Decimal numbers (1, 2, 3...).
DECIMAL - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad decimal key.
DECIMAL_LEADING_ZERO - Enum constant in enum class com.oorian.css.ListStyleType
Decimal with leading zeros (01, 02, 03...).
Deck - Class in com.oorian.html.containers
A deck container that displays one child element at a time from a collection.
Deck() - Constructor for class com.oorian.html.containers.Deck
Constructs a new Deck with default (non-lazy) behavior.
Deck(boolean, boolean) - Constructor for class com.oorian.html.containers.Deck
Constructs a new Deck with configurable lazy loading behavior.
decrypt(String) - Static method in class com.oorian.security.UrlSecurity
Decrypts a Base64URL-encoded token back to the original URL path.
DEEP_PINK - Static variable in class com.oorian.css.color.Color
 
DEEP_SKY_BLUE - Static variable in class com.oorian.css.color.Color
 
Default() - Constructor for class com.oorian.validation.DefaultGroups.Default
 
DEFAULT - Enum constant in enum class com.oorian.css.Cursor
Default platform cursor (usually arrow).
DEFAULT_COST - Static variable in class com.oorian.security.BcryptHasher
Default bcrypt cost parameter.
DEFAULT_ITERATIONS - Static variable in class com.oorian.security.Pbkdf2Hasher
Default number of PBKDF2 iterations (OWASP 2023 recommendation for SHA-256).
DEFAULT_PROFILE - Static variable in class com.oorian.OorianConfig
The default profile used when no profile is specified.
DEFAULT_STYLE - Enum constant in enum class com.oorian.html.elements.consts.HttpEquiv
Specifies the preferred stylesheet to use.
DefaultErrorPage - Class in com.oorian
Built-in error page that renders a clean, professional error page for any HTTP status code.
DefaultErrorPage() - Constructor for class com.oorian.DefaultErrorPage
Creates a new DefaultErrorPage instance.
DefaultForbiddenPage - Class in com.oorian
Built-in 403 error page that displays a clean "Access Denied" message.
DefaultForbiddenPage() - Constructor for class com.oorian.DefaultForbiddenPage
Creates a new DefaultForbiddenPage instance.
DefaultGroups - Class in com.oorian.validation
Built-in validation groups for common scenarios.
DefaultGroups.Create - Class in com.oorian.validation
Create validation group - for validators when creating new records.
DefaultGroups.Default - Class in com.oorian.validation
Default validation group - validators in this group always run.
DefaultGroups.Draft - Class in com.oorian.validation
Draft validation group - minimal validation for saving drafts.
DefaultGroups.Update - Class in com.oorian.validation
Update validation group - for validators when updating existing records.
DefaultMessages - Class in com.oorian.i18n
Default English messages for all built-in validators.
DefaultMessages() - Constructor for class com.oorian.i18n.DefaultMessages
Creates a new default messages resolver.
DefaultNotFoundPage - Class in com.oorian
Built-in 404 error page that displays a clean "Page Not Found" message.
DefaultNotFoundPage() - Constructor for class com.oorian.DefaultNotFoundPage
Creates a new DefaultNotFoundPage instance.
DefaultServerErrorPage - Class in com.oorian
Built-in 500 error page that displays a clean "Something Went Wrong" message.
DefaultServerErrorPage() - Constructor for class com.oorian.DefaultServerErrorPage
Creates a new DefaultServerErrorPage instance.
defineArea(String, int, int) - Method in class com.oorian.html.layout.ComposableLayout
Defines a named area at the specified grid position.
defineArea(String, int, int, int, int) - Method in class com.oorian.html.layout.ComposableLayout
Defines a named area at the specified grid position with span.
DEFINITION - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a definition.
Del<T> - Class in com.oorian.html.elements
Represents an HTML <del> element for deleted text.
Del() - Constructor for class com.oorian.html.elements.Del
Constructs an empty <del> element.
Del(String) - Constructor for class com.oorian.html.elements.Del
Constructs a <del> element with text content.
delete() - Method in class com.oorian.utils.ServerFile
Deletes this file from the filesystem.
DELETE - Static variable in class com.oorian.apis.ApiHttpRequest
 
DELETE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Delete key.
DeleteRequest - Class in com.oorian.apis
An HTTP DELETE request.
DeleteRequest() - Constructor for class com.oorian.apis.DeleteRequest
Creates a new DELETE request without a URL.
DeleteRequest(String) - Constructor for class com.oorian.apis.DeleteRequest
Creates a new DELETE request for the specified URL.
deleteSnapshot(String) - Method in class com.oorian.testing.SnapshotTester
Deletes a snapshot file.
DENY - Enum constant in enum class com.oorian.security.SecurityHeaders.FrameOption
The page cannot be displayed in a frame.
desc(String) - Static method in class com.oorian.data.SortDescriptor
Creates a descending sort descriptor.
DESC - Enum constant in enum class com.oorian.data.SortDirection
Descending order (Z-A, 9-0, newest first).
DESCENDANT - Enum constant in enum class com.oorian.css.Combinator
Descendant combinator (space) - matches any nested element.
description(Element<?>) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the secondary description element.
description(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the secondary description text.
DESCRIPTION - Enum constant in enum class com.oorian.html.elements.consts.MetaDataName
Provides a brief description of the page content.
DESCRIPTIONS - Enum constant in enum class com.oorian.html.elements.consts.TrackKind
Audio descriptions for visually impaired users.
destroy(AppContext) - Method in class com.oorian.Application
Called during application destruction to perform custom cleanup.
detail(Element<?>) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the detail pane content.
Details<T> - Class in com.oorian.html.elements
Represents an HTML <details> element for collapsible content.
Details() - Constructor for class com.oorian.html.elements.Details
Constructs a <details> element in closed state.
Details(boolean) - Constructor for class com.oorian.html.elements.Details
Constructs a <details> element with specified open state.
detectCardType(String) - Static method in class com.oorian.validation.validators.CreditCardValidator
Detects the card type based on the card number prefix.
Dfn<T> - Class in com.oorian.html.elements
Represents an HTML <dfn> element for defining terms.
Dfn() - Constructor for class com.oorian.html.elements.Dfn
Constructs an empty <dfn> element.
Dfn(String) - Constructor for class com.oorian.html.elements.Dfn
Constructs a <dfn> element with the term text.
Dialog<T> - Class in com.oorian.html.controls.dialog
Abstract base class for modal dialog components with a glass pane overlay.
Dialog<T> - Class in com.oorian.html.elements
Represents an HTML <dialog> element for dialog boxes or modals.
Dialog() - Constructor for class com.oorian.html.controls.dialog.Dialog
Creates a new Dialog with default settings.
Dialog() - Constructor for class com.oorian.html.elements.Dialog
Constructs a <dialog> element in hidden state.
Dialog(boolean) - Constructor for class com.oorian.html.elements.Dialog
Constructs a <dialog> element with specified visibility.
DIALOG - Enum constant in enum class com.oorian.html.aria.AriaPopupType
Indicates a dialog popup.
DIALOG - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a dialog or modal window.
Dialog.Content - Class in com.oorian.html.controls.dialog
 
DIM_GRAY - Static variable in class com.oorian.css.color.Color
 
DINERS_CLUB - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
Direction - Enum Class in com.oorian.css.transitions
Direction for slide transitions.
DirectionResolver - Class in com.oorian.i18n
Resolves text direction (LTR/RTL) from a Locale.
DIRECTORY - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a directory (deprecated, use list).
disable() - Method in class com.oorian.html.VisualElement
Disables this element by setting the disabled attribute.
DISABLED - Static variable in class com.oorian.AjaxPollInterval
Disable polling.
DISC - Enum constant in enum class com.oorian.css.ListStyleType
Filled circle bullet (default for ul).
DISCONNECTED - Enum constant in enum class com.oorian.PageState
Page connection was lost but the client may reconnect.
DISCOVER - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
dispatch() - Method in class com.oorian.messaging.events.server.ApplicationEvent
Dispatches this event to all active sessions in the application.
dispatch() - Method in class com.oorian.messaging.events.server.SessionEvent
Dispatches this event to all pages within the current session.
dispatchApplicationEvent(ApplicationEvent) - Static method in class com.oorian.OorianSession
Dispatches an ApplicationEvent to all active sessions.
dispatchEvent(ClientEvent) - Method in class com.oorian.html.Element
Dispatches a client event to registered listeners.
dispatchEvent(ExtServerEvent) - Method in class com.oorian.html.Element
Dispatches an extended server event to registered listeners.
dispatchEvent(ExtServerEvent) - Method in class com.oorian.html.HtmlPage
Dispatches an extended server event to registered listeners.
dispatchEvent(PageEvent) - Method in class com.oorian.html.Element
Dispatches a page event to the page's event dispatcher.
dispatchEvent(PageEvent) - Method in class com.oorian.html.HtmlPage
Dispatches a page event to registered listeners.
dispatchEvent(ServerEvent) - Method in class com.oorian.html.Element
Dispatches a server event to registered listeners.
dispatchEvent(ServerEvent) - Method in class com.oorian.html.HtmlPage
Dispatches a server event to registered listeners.
dispatchEvent(SessionEvent) - Method in class com.oorian.OorianSession
Dispatches a SessionEvent to all listeners registered on this session for that event type.
dispatchTo(ClipboardListener) - Method in class com.oorian.html.js.clipboard.ClipboardErrorEvent
 
dispatchTo(ClipboardListener) - Method in class com.oorian.html.js.clipboard.ClipboardReadEvent
 
dispatchTo(FullscreenListener) - Method in class com.oorian.html.js.fullscreen.FullscreenChangeEvent
 
dispatchTo(FullscreenListener) - Method in class com.oorian.html.js.fullscreen.FullscreenErrorEvent
 
dispatchTo(GeolocationListener) - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
 
dispatchTo(GeolocationListener) - Method in class com.oorian.html.js.geolocation.GeolocationEvent
 
dispatchTo(MediaDevicesListener) - Method in class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
 
dispatchTo(MediaDevicesListener) - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
 
dispatchTo(NetworkListener) - Method in class com.oorian.html.js.network.NetworkStatusEvent
 
dispatchTo(NotificationListener) - Method in class com.oorian.html.js.notification.NotificationClickEvent
 
dispatchTo(NotificationListener) - Method in class com.oorian.html.js.notification.NotificationCloseEvent
 
dispatchTo(NotificationListener) - Method in class com.oorian.html.js.notification.NotificationErrorEvent
 
dispatchTo(PermissionsListener) - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
 
dispatchTo(ShareListener) - Method in class com.oorian.html.js.share.ShareErrorEvent
 
dispatchTo(ShareListener) - Method in class com.oorian.html.js.share.ShareSuccessEvent
 
dispatchTo(SpeechListener) - Method in class com.oorian.html.js.speech.SpeechErrorEvent
 
dispatchTo(SpeechListener) - Method in class com.oorian.html.js.speech.SpeechResultEvent
 
dispatchTo(StorageListener) - Method in class com.oorian.html.js.storage.StorageEvent
 
dispatchTo(VisibilityListener) - Method in class com.oorian.html.js.visibility.VisibilityChangeEvent
 
dispatchTo(WakeLockListener) - Method in class com.oorian.html.js.wakelock.WakeLockErrorEvent
 
dispatchTo(WakeLockListener) - Method in class com.oorian.html.js.wakelock.WakeLockEvent
 
dispatchTo(AnimationListener) - Method in class com.oorian.messaging.events.client.AnimationCancelEvent
Dispatches this event to the specified listener for processing.
dispatchTo(AnimationListener) - Method in class com.oorian.messaging.events.client.AnimationEndEvent
Dispatches this event to the specified listener for processing.
dispatchTo(AnimationListener) - Method in class com.oorian.messaging.events.client.AnimationIterationEvent
Dispatches this event to the specified listener for processing.
dispatchTo(AnimationListener) - Method in class com.oorian.messaging.events.client.AnimationStartEvent
Dispatches this event to the specified listener for processing.
dispatchTo(ClientFileListener) - Method in class com.oorian.messaging.events.client.ClientFileSelectEvent
Dispatches this event to the specified listener.
dispatchTo(ClientFileListener) - Method in class com.oorian.messaging.events.client.ClientFileUploadEvent
Dispatches this event to the specified listener.
dispatchTo(ClipboardListener) - Method in class com.oorian.messaging.events.client.CopyEvent
Dispatches this event to the specified listener for processing.
dispatchTo(ClipboardListener) - Method in class com.oorian.messaging.events.client.CutEvent
Dispatches this event to the specified listener for processing.
dispatchTo(ClipboardListener) - Method in class com.oorian.messaging.events.client.PasteEvent
Dispatches this event to the specified listener for processing.
dispatchTo(CompositionListener) - Method in class com.oorian.messaging.events.client.CompositionEndEvent
Dispatches this event to the specified listener for processing.
dispatchTo(CompositionListener) - Method in class com.oorian.messaging.events.client.CompositionStartEvent
Dispatches this event to the specified listener for processing.
dispatchTo(CompositionListener) - Method in class com.oorian.messaging.events.client.CompositionUpdateEvent
Dispatches this event to the specified listener for processing.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DragEndEvent
Dispatches this event to the specified listener.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DragEnterEvent
Dispatches this event to the specified listener.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DragExitEvent
Dispatches this event to the specified listener.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DragLeaveEvent
Dispatches this event to the specified listener.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DragOverEvent
Dispatches this event to the specified listener.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DragStartEvent
Dispatches this event to the specified listener.
dispatchTo(DragDropListener) - Method in class com.oorian.messaging.events.client.DropEvent
Dispatches this event to the specified listener.
dispatchTo(FocusListener) - Method in class com.oorian.messaging.events.client.FocusInEvent
Dispatches this event to the specified listener.
dispatchTo(FocusListener) - Method in class com.oorian.messaging.events.client.FocusOutEvent
Dispatches this event to the specified listener.
dispatchTo(FormListener) - Method in class com.oorian.messaging.events.client.FormEvent
Dispatches this event to the specified listener.
dispatchTo(InputListener) - Method in class com.oorian.messaging.events.client.InputChangeEvent
Dispatches this event to the specified listener.
dispatchTo(InputListener) - Method in class com.oorian.messaging.events.client.InputCompleteEvent
Dispatches this event to the specified listener.
dispatchTo(KeyListener) - Method in class com.oorian.messaging.events.client.KeyDownEvent
Dispatches this event to the specified listener.
dispatchTo(KeyListener) - Method in class com.oorian.messaging.events.client.KeyPressedEvent
Deprecated.
Dispatches this event to the specified listener.
dispatchTo(KeyListener) - Method in class com.oorian.messaging.events.client.KeyUpEvent
Dispatches this event to the specified listener.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.ContextMenuEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseClickedEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseDblClickedEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseDownEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseEnterEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseLeaveEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseMoveEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseOutEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseOverEvent
Dispatches this event to the specified listener for processing.
dispatchTo(MouseClickListener) - Method in class com.oorian.messaging.events.client.MouseUpEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerCancelEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerDownEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerEnterEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerLeaveEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerMoveEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerOutEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerOverEvent
Dispatches this event to the specified listener for processing.
dispatchTo(PointerListener) - Method in class com.oorian.messaging.events.client.PointerUpEvent
Dispatches this event to the specified listener for processing.
dispatchTo(ScrollListener) - Method in class com.oorian.messaging.events.client.ScrollEndEvent
Dispatches this event to the specified listener for processing.
dispatchTo(ScrollListener) - Method in class com.oorian.messaging.events.client.ScrollEvent
Dispatches this event to the specified listener.
dispatchTo(ToggleListener) - Method in class com.oorian.messaging.events.client.ToggleEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.ScrollStartEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.ScrollStopEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.SwipeEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.SwipeLeftEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.SwipeRightEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.TapEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.TapHoldEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.TouchCancelEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.TouchEndEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.TouchMoveEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TouchListener) - Method in class com.oorian.messaging.events.client.TouchStartEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TransitionListener) - Method in class com.oorian.messaging.events.client.TransitionCancelEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TransitionListener) - Method in class com.oorian.messaging.events.client.TransitionEndEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TransitionListener) - Method in class com.oorian.messaging.events.client.TransitionRunEvent
Dispatches this event to the specified listener for processing.
dispatchTo(TransitionListener) - Method in class com.oorian.messaging.events.client.TransitionStartEvent
Dispatches this event to the specified listener for processing.
dispatchTo(UserEventListener) - Method in class com.oorian.messaging.events.client.UserEvent
Dispatches this event to the specified listener.
dispatchTo(PageEventListener) - Method in class com.oorian.messaging.events.server.PageEvent
Dispatches this event to the specified listener.
dispatchTo(T) - Method in class com.oorian.messaging.events.Event
Dispatches this event to the specified listener.
dispatchTo(T) - Method in class com.oorian.messaging.events.server.ApplicationEvent
Dispatches this event to the specified listener.
dispatchTo(T) - Method in class com.oorian.messaging.events.server.ServerEvent
Dispatches this event to the specified listener.
dispatchTo(T) - Method in class com.oorian.messaging.events.server.SessionEvent
Dispatches this event to the specified listener.
Display - Enum Class in com.oorian.css
CSS display property values for element rendering behavior.
DISTRIBUTE - Enum constant in enum class com.oorian.css.TextJustify
Even distribution of space.
Div<T> - Class in com.oorian.html.elements
Java representation of the HTML <div> element.
Div() - Constructor for class com.oorian.html.elements.Div
Constructs an empty <div> element.
Div(String) - Constructor for class com.oorian.html.elements.Div
Constructs a <div> element with the specified text content.
Div(String, CssStyle) - Constructor for class com.oorian.html.elements.Div
Constructs a <div> element with styled text content.
Div(String, String) - Constructor for class com.oorian.html.elements.Div
Constructs a <div> element with text content and inline CSS.
DIVIDE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad divide key.
Divider - Class in com.oorian.html.layout
A visual divider line for separating content horizontally or vertically.
Divider() - Constructor for class com.oorian.html.layout.Divider
Constructs a horizontal divider with default styling.
Dl<T> - Class in com.oorian.html.elements
Represents an HTML <dl> element for description lists.
Dl() - Constructor for class com.oorian.html.elements.Dl
Constructs an empty <dl> element.
DOC - Static variable in class com.oorian.utils.MimeTypes
 
DocsLayout - Class in com.oorian.html.layout
A documentation-style layout with left navigation, main content, and right TOC.
DocsLayout() - Constructor for class com.oorian.html.layout.DocsLayout
Constructs a DocsLayout with default column widths.
DOCTYPE - Enum constant in enum class com.oorian.html.parser.HtmlToken.Type
Document type declaration
DOCUMENT - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a document region.
DOCX - Static variable in class com.oorian.utils.MimeTypes
 
DODGER_BLUE - Static variable in class com.oorian.css.color.Color
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.oorian.OorianSseHandler
Handles HTTP GET requests to establish SSE connections.
DOLLAR - Static variable in class com.oorian.messaging.events.client.KeyCodes
Dollar sign key.
DOTTED - Enum constant in enum class com.oorian.css.BorderStyle
A series of round dots.
DOTTED - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Dotted rule.
DOTTED - Enum constant in enum class com.oorian.css.OutlineStyle
Dotted outline.
DOTTED - Enum constant in enum class com.oorian.css.TextDecorationStyle
Dotted line decoration.
DOUBLE - Enum constant in enum class com.oorian.css.BorderStyle
Two parallel solid lines.
DOUBLE - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Double rule.
DOUBLE - Enum constant in enum class com.oorian.css.OutlineStyle
Double outline.
DOUBLE - Enum constant in enum class com.oorian.css.TextDecorationStyle
Double line decoration.
doubleTap() - Static method in class com.oorian.html.js.vibration.VibrationApi
Double tap vibration pattern using the current page context.
doubleTap(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Double tap vibration pattern.
DOWN - Enum constant in enum class com.oorian.css.transitions.Direction
Slide downward.
DOWN - Static variable in class com.oorian.messaging.events.client.KeyCodes
Down arrow key.
Draft() - Constructor for class com.oorian.validation.DefaultGroups.Draft
 
DragDropListener - Interface in com.oorian.messaging.events.client
Listener interface for HTML5 drag and drop events.
DragEndEvent - Class in com.oorian.messaging.events.client
Event fired when a drag operation ends (the user releases the mouse button or presses Escape).
DragEndEvent() - Constructor for class com.oorian.messaging.events.client.DragEndEvent
 
DragEnterEvent - Class in com.oorian.messaging.events.client
Event fired when a dragged element enters a valid drop target.
DragEnterEvent() - Constructor for class com.oorian.messaging.events.client.DragEnterEvent
 
DragExitEvent - Class in com.oorian.messaging.events.client
Event fired when a dragged element exits a valid drop target.
DragExitEvent() - Constructor for class com.oorian.messaging.events.client.DragExitEvent
 
DragLeaveEvent - Class in com.oorian.messaging.events.client
Event fired when a dragged element leaves a valid drop target.
DragLeaveEvent() - Constructor for class com.oorian.messaging.events.client.DragLeaveEvent
 
DragOverEvent - Class in com.oorian.messaging.events.client
Event fired continuously while a dragged element is over a valid drop target.
DragOverEvent(Element) - Constructor for class com.oorian.messaging.events.client.DragOverEvent
Creates a DragOverEvent with the specified payload element.
DragStartEvent - Class in com.oorian.messaging.events.client
Event fired when the user begins dragging an element.
DragStartEvent() - Constructor for class com.oorian.messaging.events.client.DragStartEvent
 
Drawer - Class in com.oorian.html.layout
A slide-out panel for mobile navigation or side content.
Drawer() - Constructor for class com.oorian.html.layout.Drawer
Constructs a left-side drawer with default width.
Drawer(Drawer.Side) - Constructor for class com.oorian.html.layout.Drawer
Constructs a drawer on the specified side.
Drawer.Side - Enum Class in com.oorian.html.layout
 
DropEvent - Class in com.oorian.messaging.events.client
Event fired when a dragged element is dropped onto a valid drop target.
DropEvent() - Constructor for class com.oorian.messaging.events.client.DropEvent
Creates a new DropEvent.
DropPanel - Class in com.oorian.html.containers
An abstract panel that serves as a drop target for drag-and-drop operations.
DropPanel() - Constructor for class com.oorian.html.containers.DropPanel
Creates a new DropPanel configured as a drop target.
dropShadow(int, int, int, Color) - Method in class com.oorian.css.Filter
Adds a drop-shadow() function with pixel values and a Color object.
dropShadow(Units, Units, Units, Color) - Method in class com.oorian.css.Filter
Adds a drop-shadow() function with Units values and a Color object.
dropShadow(String) - Method in class com.oorian.css.Filter
Adds a drop-shadow() function with a raw CSS value.
dropShadow(String, String, String, String) - Method in class com.oorian.css.Filter
Adds a drop-shadow() function with individual parameters.
DSA - Enum constant in enum class com.oorian.html.elements.consts.KeyType
DSA (Digital Signature Algorithm) key type.
Dt<T> - Class in com.oorian.html.elements
Represents an HTML <dt> element for definition terms.
Dt() - Constructor for class com.oorian.html.elements.Dt
Constructs an empty <dt> element.
Dt(String) - Constructor for class com.oorian.html.elements.Dt
Constructs a <dt> element with term text.
DuplicatePagePathException - Exception Class in com.oorian
Unchecked exception thrown when two page classes are mapped to the same URL path.
DuplicatePagePathException(String, String, String) - Constructor for exception class com.oorian.DuplicatePagePathException
Constructs a new DuplicatePagePathException with details about the conflicting classes.

E

E - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter E key.
E_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates east (right) edge resize.
E164 - Enum constant in enum class com.oorian.validation.validators.PhoneValidator.Format
E.164 international standard: +xxxxxxxxxxx (up to 15 digits)
EASE - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Slow start, then fast, then slow end (default).
EASE - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Slow start, fast middle, slow end.
EASE_IN - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Slow start.
EASE_IN - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Slow start, then fast.
EASE_IN_OUT - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Slow start and slow end.
EASE_IN_OUT - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Slow start and slow end.
EASE_OUT - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Slow end.
EASE_OUT - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Fast start, then slow end.
east(Element<?>) - Method in class com.oorian.html.layout.RegionLayout
Sets the east region content.
EC - Enum constant in enum class com.oorian.html.elements.consts.KeyType
EC (Elliptic Curve) key type.
Element<T> - Class in com.oorian.html
Base class for all HTML elements in the Oorian framework.
Element() - Constructor for class com.oorian.html.Element
Constructs a new Element with default initialization.
Element(String) - Constructor for class com.oorian.html.Element
Constructs a new Element with the specified HTML tag name.
Element(String, boolean) - Constructor for class com.oorian.html.Element
Constructs a new Element with the specified HTML tag name and tag type.
ElementException - Exception Class in com.oorian.html
Exception thrown when an error occurs during element processing.
ElementException(String, String, Throwable) - Constructor for exception class com.oorian.html.ElementException
Creates a new ElementException with the specified tag name, element ID, and cause.
ElementRule - Class in com.oorian.css
Represents a CSS rule that targets HTML elements by their tag name.
ElementRule(String...) - Constructor for class com.oorian.css.ElementRule
Constructs an element rule targeting the specified HTML elements.
Elements - Class in com.oorian.html
A thread-safe collection class for managing HTML elements.
Elements() - Constructor for class com.oorian.html.Elements
Constructs an empty Elements collection.
Elements(Elements) - Constructor for class com.oorian.html.Elements
Copy constructor that creates a new Elements collection with all elements from the source.
ellipse(int, int) - Method in class com.oorian.css.ClipPath
Sets an ellipse() clip shape with pixel radii.
ellipse(Units, Units) - Method in class com.oorian.css.ClipPath
Sets an ellipse() clip shape with Units radii.
ellipse(String, String) - Method in class com.oorian.css.ClipPath
Sets an ellipse() clip shape.
ellipseAt(int, int, String) - Method in class com.oorian.css.ClipPath
Sets an ellipse() clip shape with pixel radii and a position.
ellipseAt(Units, Units, String) - Method in class com.oorian.css.ClipPath
Sets an ellipse() clip shape with Units radii and a position.
ellipseAt(String, String, String) - Method in class com.oorian.css.ClipPath
Sets an ellipse() clip shape with a position.
ELLIPSIS - Enum constant in enum class com.oorian.css.TextOverflow
Clipped text is indicated with ellipsis (...).
Em - Class in com.oorian.css.units
CSS em unit value.
Em<T> - Class in com.oorian.html.elements
Represents an HTML <em> (emphasis) element.
Em() - Constructor for class com.oorian.html.elements.Em
Constructs an empty <em> element.
Em(float) - Constructor for class com.oorian.css.units.Em
Constructs an Em unit with the specified value.
Em(String) - Constructor for class com.oorian.html.elements.Em
Constructs an <em> element with the specified text content.
email() - Method in class com.oorian.validation.ValidatedInput
Adds an email validator.
email(String) - Method in class com.oorian.validation.ValidatedInput
Adds an email validator with a custom message.
EMAIL - Static variable in class com.oorian.html.elements.Input
Input type constant for an email address input with built-in validation.
EMAIL - Static variable in class com.oorian.i18n.DefaultMessages
 
EmailInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="email"> element for entering email addresses.
EmailInput() - Constructor for class com.oorian.html.elements.EmailInput
Creates a new EmailInput with no name or initial value.
EmailInput(String) - Constructor for class com.oorian.html.elements.EmailInput
Creates a new EmailInput with the specified name.
EmailInput(String, String) - Constructor for class com.oorian.html.elements.EmailInput
Creates a new EmailInput with the specified name and initial email value.
EmailValidator<T> - Class in com.oorian.validation.validators
Validates email address format.
EmailValidator() - Constructor for class com.oorian.validation.validators.EmailValidator
Creates an EmailValidator with the default message.
EmailValidator(String) - Constructor for class com.oorian.validation.validators.EmailValidator
Creates an EmailValidator with a custom message.
Embed<T> - Class in com.oorian.html.elements
Represents an HTML <embed> element.
Embed() - Constructor for class com.oorian.html.elements.Embed
Constructs an empty <embed> element.
EMBED - Enum constant in enum class com.oorian.css.UnicodeBidi
Creates additional level of embedding.
empty() - Static method in class com.oorian.data.DataResult
Creates an empty data result.
empty() - Static method in class com.oorian.html.layout.responsive.ResponsiveValue
Creates an empty ResponsiveValue.
EmptyCells - Enum Class in com.oorian.css
CSS empty-cells property values for table empty cell display.
EmptyStateLayout - Class in com.oorian.html.layout
A layout for empty state displays with icon, message, and action.
EmptyStateLayout() - Constructor for class com.oorian.html.layout.EmptyStateLayout
Constructs an EmptyStateLayout with default configuration.
enable() - Method in class com.oorian.html.VisualElement
Enables this element by removing the disabled attribute.
encodeUrlParam(String) - Static method in class com.oorian.security.InputSanitizer
Encodes a string for safe use as a URL parameter value.
encrypt(String) - Static method in class com.oorian.security.UrlSecurity
Encrypts a URL path using AES-256-GCM.
ENCRYPTED - Enum constant in enum class com.oorian.security.UrlSecurityMode
AES-GCM encryption of the URL path.
END - Enum constant in enum class com.oorian.css.AlignContent
Lines packed to the end (writing-mode aware).
END - Enum constant in enum class com.oorian.css.AlignItems
Items packed to the end (writing-mode aware).
END - Enum constant in enum class com.oorian.css.AlignSelf
Item packed to the end (writing-mode aware).
END - Enum constant in enum class com.oorian.css.JustifyContent
Items packed to the end (writing-mode aware).
END - Enum constant in enum class com.oorian.css.TextAlign
Aligns to the end of the line direction (writing-mode aware).
END - Enum constant in enum class com.oorian.css.TextAlignLast
Aligns to end based on text direction.
END - Enum constant in enum class com.oorian.html.layout.MasterDetailLayout.MasterPosition
 
END - Static variable in class com.oorian.messaging.events.client.KeyCodes
End key.
END_TAG - Enum constant in enum class com.oorian.html.parser.HtmlToken.Type
Closing/end tag
ENDS_WITH - Enum constant in enum class com.oorian.data.FilterOperator
String ends with (case-insensitive).
ENTER - Static variable in class com.oorian.messaging.events.client.KeyCodes
Enter/Return key.
entrySet() - Method in class com.oorian.AttributeMap
Returns a Set view of the attribute mappings contained in this map.
enumerateDevices(Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Enumerates available media devices using the current page context.
enumerateDevices(HtmlPage, Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Enumerates available media devices.
EOF - Enum constant in enum class com.oorian.html.parser.HtmlToken.Type
End of file/input marker
EOT - Static variable in class com.oorian.utils.MimeTypes
 
EPUB - Static variable in class com.oorian.utils.MimeTypes
 
EQUAL - Enum constant in enum class com.oorian.html.layout.AutoLayout.Mode
Items are sized equally to fill available space.
equals(Object) - Method in class com.oorian.css.Border
Checks if this Border is equal to another object.
equals(Object) - Method in class com.oorian.css.color.Color
Compares this Color to another object for equality.
equals(Object) - Method in class com.oorian.css.color.Rgb
equals(Object) - Method in class com.oorian.html.Element
Compares this element to another object for equality.
equals(Object) - Method in class com.oorian.utils.Day
Checks if this Day is equal to another object.
equals(String, Object) - Static method in class com.oorian.data.FilterDescriptor
Creates an equality filter.
EQUALS - Enum constant in enum class com.oorian.data.FilterOperator
Exact equality comparison.
EQUALS - Enum constant in enum class com.oorian.validation.validators.CompareValidator.Operation
 
EQUALS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Equals key.
equalSplit() - Method in class com.oorian.html.layout.StoryLayout
Sets equal 50/50 split ratio.
error() - Static method in class com.oorian.html.js.vibration.VibrationApi
Error notification vibration pattern using the current page context.
error(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Error notification vibration pattern.
error(String) - Method in class com.oorian.OorianLog
Logs an ERROR-level message.
error(String, Object...) - Method in class com.oorian.OorianLog
Logs an ERROR-level message with parameters using MessageFormat syntax.
error(String, Throwable) - Method in class com.oorian.OorianLog
Logs an ERROR-level message with an associated throwable.
ERROR - Enum constant in enum class com.oorian.validation.ValidationMessage.Severity
Indicates a validation error that prevents form submission.
ERROR_RED - Static variable in class com.oorian.css.color.Color
 
error403() - Method in class com.oorian.html.layout.ErrorLayout
Configures the layout for a 403 Forbidden error.
error404() - Method in class com.oorian.html.layout.ErrorLayout
Configures the layout for a 404 Not Found error.
error500() - Method in class com.oorian.html.layout.ErrorLayout
Configures the layout for a 500 Internal Server Error.
error503() - Method in class com.oorian.html.layout.ErrorLayout
Configures the layout for a 503 Service Unavailable error.
ErrorContext - Class in com.oorian
Holds error information for the current request when rendering an error page.
ErrorContext(int, String, Throwable) - Constructor for class com.oorian.ErrorContext
Creates a new ErrorContext with the specified error details.
ErrorLayout - Class in com.oorian.html.layout
A layout for error pages with status code, message, and recovery actions.
ErrorLayout() - Constructor for class com.oorian.html.layout.ErrorLayout
Constructs an ErrorLayout with default configuration.
ErrorPage - Class in com.oorian
Abstract base class for building custom error pages using Oorian's element-based API.
ErrorPage() - Constructor for class com.oorian.ErrorPage
Creates a new ErrorPage instance.
ESCAPE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Escape key.
escapeCss(String) - Static method in class com.oorian.utils.Sanitizer
Escapes a string for safe use in CSS values.
escapeHtml(String) - Static method in class com.oorian.ErrorPage
Escapes HTML special characters in the given text.
escapeHtml(String) - Static method in class com.oorian.security.InputSanitizer
Escapes HTML special characters to prevent XSS when inserting untrusted data into HTML element content.
escapeHtml(String) - Static method in class com.oorian.utils.Sanitizer
Escapes HTML special characters to prevent XSS attacks in HTML text content.
escapeHtmlAttribute(String) - Static method in class com.oorian.utils.Sanitizer
Escapes a string for safe use in HTML attribute values.
escapeJavaScript(String) - Static method in class com.oorian.security.InputSanitizer
Escapes a string for safe inclusion within a JavaScript string literal.
escapeJavaScript(String) - Static method in class com.oorian.utils.Sanitizer
Escapes a string for safe use in JavaScript string literals.
escapeUrl(String) - Static method in class com.oorian.utils.Sanitizer
URL-encodes a string for safe use in URL parameters.
EURO_SIGN - Static variable in class com.oorian.messaging.events.client.KeyCodes
Euro sign key.
Event<T> - Class in com.oorian.messaging.events
Abstract base class for all events in the Oorian event system.
Event() - Constructor for class com.oorian.messaging.events.Event
Creates a new Event with bubbling enabled by default.
Event(boolean) - Constructor for class com.oorian.messaging.events.Event
Creates a new Event with the specified bubbling behavior.
EventListener - Interface in com.oorian.messaging.events
Marker interface for all event listeners in the Oorian event system.
EW_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates bidirectional east-west resize.
Ex - Class in com.oorian.css.units
CSS ex (x-height) unit value.
Ex(float) - Constructor for class com.oorian.css.units.Ex
Constructs an Ex unit with the specified value.
ExceptionHandler - Interface in com.oorian
Functional interface for centralized exception handling in Oorian applications.
EXCLAMATION_MARK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Exclamation mark key.
excludeId() - Method in class com.oorian.html.Element
Excludes the ID from being rendered in the HTML output.
executeJs(HtmlPage, String) - Static method in class com.oorian.html.js.JavaScriptApi
Executes a JavaScript statement on the client.
executeJs(HtmlPage, String, Object...) - Static method in class com.oorian.html.js.JavaScriptApi
Executes a JavaScript function on the client with the specified parameters.
executeJs(String) - Method in class com.oorian.html.Element
Executes a JavaScript statement on the client.
executeJs(String) - Method in class com.oorian.html.HtmlPage
Executes a JavaScript statement on the client.
executeJs(String) - Static method in class com.oorian.html.js.JavaScriptApi
Executes a JavaScript statement on the client using the current page context.
executeJs(String, Object...) - Method in class com.oorian.html.Element
Executes a JavaScript function on the client with the specified parameters.
executeJs(String, Object...) - Method in class com.oorian.html.HtmlPage
Executes a JavaScript function on the client with the specified parameters.
executeJs(String, Object...) - Static method in class com.oorian.html.js.JavaScriptApi
Executes a JavaScript function on the client with the specified parameters using the current page context.
executeJs(String, List<Object>) - Method in class com.oorian.html.Element
Executes a JavaScript function on the client with parameters from a list.
exists() - Method in class com.oorian.utils.OorianFile
Returns whether this file exists and is accessible.
exists() - Method in class com.oorian.utils.ResourceFile
Returns whether this file exists and is accessible.
exists() - Method in class com.oorian.utils.ServerFile
Returns whether this file exists and is accessible.
exists(String) - Static method in class com.oorian.utils.ResourceFile
Returns whether a classpath resource exists at the given path.
exists(String) - Static method in class com.oorian.utils.ServerFile
Returns whether a file exists at the given filesystem path.
exitFullscreen() - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Exits fullscreen mode using the current page context.
exitFullscreen(HtmlPage) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Exits fullscreen mode.
expand() - Method in class com.oorian.html.layout.AccordionItem
Expands this item to show its content.
expandAll() - Method in class com.oorian.html.layout.Accordion
Expands all items.
EXPANDED - Enum constant in enum class com.oorian.css.FontStretch
Wide width (125% of normal).
expandSidebar() - Method in class com.oorian.html.layout.AppShellLayout
Expands the sidebar to show it.
EXTERNAL - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link references an external resource.
EXTRA_CONDENSED - Enum constant in enum class com.oorian.css.FontStretch
Very narrow width (62.5% of normal).
EXTRA_EXPANDED - Enum constant in enum class com.oorian.css.FontStretch
Very wide (150% of normal).
extraWideForm() - Method in class com.oorian.html.layout.FormLayout
Applies an extra wide form width (800px) - suitable for complex forms.
ExtServerEvent<T> - Class in com.oorian.messaging.events.server
Abstract base class for extended server events that carry an event ID and source element.
ExtServerEvent() - Constructor for class com.oorian.messaging.events.server.ExtServerEvent
Creates a new ExtServerEvent with bubbling enabled.
ExtServerEvent(boolean) - Constructor for class com.oorian.messaging.events.server.ExtServerEvent
Creates a new ExtServerEvent with the specified bubbling behavior.
ExtServerEvent(int) - Constructor for class com.oorian.messaging.events.server.ExtServerEvent
Creates a new ExtServerEvent with the specified ID.
ExtServerEvent(int, boolean) - Constructor for class com.oorian.messaging.events.server.ExtServerEvent
Creates a new ExtServerEvent with the specified ID and bubbling behavior.
ExtServerEventListener<T> - Interface in com.oorian.messaging.events.server
Marker interface for listeners that handle ExtServerEvent instances.

F

F - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter F key.
F1 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F1 function key.
F10 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F10 function key.
F11 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F11 function key.
F12 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F12 function key.
F13 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F13 function key.
F14 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F14 function key.
F15 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F15 function key.
F16 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F16 function key.
F17 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F17 function key.
F18 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F18 function key.
F19 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F19 function key.
F2 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F2 function key.
F20 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F20 function key.
F21 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F21 function key.
F22 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F22 function key.
F23 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F23 function key.
F24 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F24 function key.
F3 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F3 function key.
F4 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F4 function key.
F5 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F5 function key.
F6 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F6 function key.
F7 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F7 function key.
F8 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F8 function key.
F9 - Static variable in class com.oorian.messaging.events.client.KeyCodes
F9 function key.
Fade - Class in com.oorian.css.animations
A looping animation that fades an element's opacity in and out.
Fade - Class in com.oorian.css.transitions
A transition that animates an element's opacity.
Fade() - Constructor for class com.oorian.css.animations.Fade
Constructs a Fade animation with default opacity and speed 1 (1000ms).
Fade() - Constructor for class com.oorian.css.transitions.Fade
Constructs a Fade transition that fades to fully transparent.
FALSE - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Does not represent the current item.
FANTASY - Enum constant in enum class com.oorian.css.FontFamily
Generic decorative/fantasy font family.
FeatureGridLayout - Class in com.oorian.html.layout
A layout for product feature pages with headline, feature cards grid, and CTA section.
FeatureGridLayout() - Constructor for class com.oorian.html.layout.FeatureGridLayout
Constructs a FeatureGridLayout with default configuration.
features(Element<?>...) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets multiple feature cards at once.
featureTourStyle() - Method in class com.oorian.html.layout.StoryLayout
Configures for a feature tour style with large images and compact text.
FEED - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a feed of articles.
fetch(Query) - Method in class com.oorian.data.CallbackDataProvider
 
fetch(Query) - Method in interface com.oorian.data.CallbackDataProvider.FetchCallback
Fetches items matching the query.
fetch(Query) - Method in interface com.oorian.data.DataProvider
Fetches a page of data matching the query parameters.
fetch(Query) - Method in class com.oorian.data.ListDataProvider
 
fetchChildren(T, Query) - Method in interface com.oorian.data.HierarchicalDataProvider
Fetches child items of the given parent.
Fieldset<T> - Class in com.oorian.html.elements
Represents the HTML <fieldset> element for grouping related form controls.
Fieldset() - Constructor for class com.oorian.html.elements.Fieldset
Constructs a new fieldset element without a legend.
Fieldset(String) - Constructor for class com.oorian.html.elements.Fieldset
Constructs a new fieldset element with the specified legend text.
FigCaption<T> - Class in com.oorian.html.elements
Represents an HTML <figcaption> element.
FigCaption() - Constructor for class com.oorian.html.elements.FigCaption
Constructs an empty <figcaption> element.
FigCaption(String) - Constructor for class com.oorian.html.elements.FigCaption
Constructs a <figcaption> element with the specified text content.
Figure<T> - Class in com.oorian.html.elements
Represents an HTML <figure> element.
Figure() - Constructor for class com.oorian.html.elements.Figure
Constructs an empty <figure> element.
FIGURE - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a figure with caption.
FILE - Static variable in class com.oorian.html.elements.Input
Input type constant for a file upload control.
FileInput<T> - Class in com.oorian.html.elements
HTML file input element for file upload functionality.
FileInput() - Constructor for class com.oorian.html.elements.FileInput
Constructs a new FileInput.
FileParameter - Class in com.oorian.apis
Represents a file to be included in a multipart HTTP request.
FileParameter(File) - Constructor for class com.oorian.apis.FileParameter
Creates a file parameter from a file, using the file name as the parameter name.
FileParameter(String, File) - Constructor for class com.oorian.apis.FileParameter
Creates a file parameter with a form field name and file.
FileParameter(String, FileInputStream) - Constructor for class com.oorian.apis.FileParameter
Creates a file parameter with a file name and input stream.
FileParameter(String, String, FileInputStream) - Constructor for class com.oorian.apis.FileParameter
Creates a file parameter with a form field name, file name, and input stream.
FileUploadConfig - Class in com.oorian.security
Configuration for file upload security policies.
FileUploadValidator - Class in com.oorian.security
Validates uploaded files against the configured FileUploadConfig policies.
FileUploadValidator.Result - Class in com.oorian.security
Result of a file upload validation check.
FILL - Enum constant in enum class com.oorian.css.ObjectFit
Stretches content to fill the box, may distort aspect ratio (default).
FILL - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when fill is set (regardless of visibility).
fillParent() - Method in class com.oorian.html.layout.Center
Sets the container to fill its parent element completely.
fillParent() - Method in class com.oorian.html.layout.PageLayout
Sets the layout to fill its parent container (100% x 100%).
fillParent() - Method in class com.oorian.html.layout.SplitLayout
Sets the layout to fill its parent container.
fillViewport() - Method in class com.oorian.html.layout.Center
Sets the container to fill the full viewport height.
fillViewport() - Method in class com.oorian.html.layout.PageLayout
Sets the layout to fill the full viewport (100vw x 100vh).
fillViewport() - Method in class com.oorian.html.layout.SplitLayout
Sets the layout to fill the full viewport.
FILM - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
3:2 classic 35mm film ratio.
FILM_PORTRAIT - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
2:3 portrait film orientation.
Filter - Class in com.oorian.css
A builder for composing CSS filter property values.
Filter() - Constructor for class com.oorian.css.Filter
Constructs an empty Filter.
FilterableTree - Class in com.oorian.html.components
A filterable tree component with expand/collapse groups, search filtering, and item selection.
FilterableTree() - Constructor for class com.oorian.html.components.FilterableTree
Creates a new FilterableTree.
FilterDescriptor - Class in com.oorian.data
Describes a filter operation on a named field.
FilterDescriptor(String, FilterOperator, Object) - Constructor for class com.oorian.data.FilterDescriptor
Creates a filter descriptor.
FilterOperator - Enum Class in com.oorian.data
Filter comparison operators for data provider queries.
find(Class<P>, Class<M>) - Static method in class com.oorian.data.converter.ConverterRegistry
Finds a converter for the given presentation and model type pair.
FIRE_BRICK - Static variable in class com.oorian.css.color.Color
 
FIRST - Enum constant in enum class com.oorian.css.HangingPunctuation
Opening bracket or quote may hang at start.
FIRST - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link to the first document in a series.
FIRST_BASELINE - Enum constant in enum class com.oorian.css.AlignContent
Lines are aligned at the first baseline.
FIRST_BASELINE - Enum constant in enum class com.oorian.css.AlignItems
Items are aligned at the first baseline.
FIRST_BASELINE - Enum constant in enum class com.oorian.css.AlignSelf
Item is aligned at the first baseline.
FIXED - Enum constant in enum class com.oorian.css.BackgroundAttachment
Background is fixed relative to the viewport.
FIXED - Enum constant in enum class com.oorian.css.Position
Positioned relative to the viewport.
FIXED - Enum constant in enum class com.oorian.css.TableLayout
Column widths set by first row or explicit widths.
fixedTop() - Method in class com.oorian.html.layout.NavbarLayout
Configures the navbar as fixed to the top of the viewport.
FLAT - Enum constant in enum class com.oorian.css.TransformStyle
Children are flattened into element's plane (default).
flatStyle() - Method in class com.oorian.html.layout.FormLayout
Applies a flat style (no card appearance, minimal styling).
FLEX - Enum constant in enum class com.oorian.css.Display
Element becomes a block-level flex container.
FLEX_END - Enum constant in enum class com.oorian.css.AlignContent
Lines are packed toward the end.
FLEX_END - Enum constant in enum class com.oorian.css.AlignItems
Items are aligned at the end of the cross-axis.
FLEX_END - Enum constant in enum class com.oorian.css.AlignSelf
Item is aligned at the end of the cross-axis.
FLEX_END - Enum constant in enum class com.oorian.css.JustifyContent
Items packed toward the end of the main axis.
FLEX_START - Enum constant in enum class com.oorian.css.AlignContent
Lines are packed toward the start.
FLEX_START - Enum constant in enum class com.oorian.css.AlignItems
Items are aligned at the start of the cross-axis.
FLEX_START - Enum constant in enum class com.oorian.css.AlignSelf
Item is aligned at the start of the cross-axis.
FLEX_START - Enum constant in enum class com.oorian.css.JustifyContent
Items packed toward the start of the main axis.
FlexDirection - Enum Class in com.oorian.css
CSS flex-direction property values for flexbox main axis direction.
FlexWrap - Enum Class in com.oorian.css
CSS flex-wrap property values for flexbox item wrapping behavior.
Flip - Class in com.oorian.css.animations
A looping animation that flips an element around an axis.
Flip() - Constructor for class com.oorian.css.animations.Flip
Constructs a Flip animation with default Y-axis flip and speed 1 (1000ms).
Float - Enum Class in com.oorian.css
CSS float property values for element floating behavior.
FLORAL_WHITE - Static variable in class com.oorian.css.color.Color
 
FLOW - Enum constant in enum class com.oorian.html.layout.AutoLayout.Mode
Items wrap naturally based on their intrinsic sizes.
FLOW_ROOT - Enum constant in enum class com.oorian.css.Display
Establishes a new block formatting context.
FlowLayout - Class in com.oorian.html.layout
A wrapping flow container that arranges items left-to-right, wrapping to the next line when space runs out.
FlowLayout() - Constructor for class com.oorian.html.layout.FlowLayout
Constructs an empty FlowLayout with wrapping enabled.
FlowLayout(int) - Constructor for class com.oorian.html.layout.FlowLayout
Constructs a FlowLayout with the specified uniform gap.
FlowLayout(int, int) - Constructor for class com.oorian.html.layout.FlowLayout
Constructs a FlowLayout with separate row and column gaps.
FLUID - Enum constant in enum class com.oorian.html.layout.Container.Size
Fluid container - no max-width constraint.
flushBuffer() - Method in class com.oorian.jakarta.JakartaHttpResponse
 
flushBuffer() - Method in interface com.oorian.OorianHttpResponse
Forces any content in the buffer to be written to the client.
flushBuffer() - Method in class com.oorian.test.TestHttpResponse
 
focus() - Method in class com.oorian.html.elements.InputElement
Requests focus on this input element.
focus() - Static method in class com.oorian.html.js.WindowApi
Brings the browser window to the front and gives it focus using the current page context.
focus(Element) - Static method in class com.oorian.html.js.SelectionApi
Sets focus on the specified element using the current page context.
focus(HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Brings the browser window to the front and gives it focus.
focus(HtmlPage, Element) - Static method in class com.oorian.html.js.SelectionApi
Sets focus on the specified element.
focus(HtmlPage, String) - Static method in class com.oorian.html.js.SelectionApi
Sets focus on the element with the specified ID.
focus(String) - Static method in class com.oorian.html.js.SelectionApi
Sets focus on the element with the specified ID using the current page context.
focusAndSelect() - Method in class com.oorian.html.elements.EmailInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.NumberInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.SearchInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.TelephoneInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.TextInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.TimeInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.UrlInput
Sets focus to the input and selects all text.
focusAndSelect() - Method in class com.oorian.html.elements.PasswordInput
Focuses the password input and selects all text.
focusAndSetValue(String) - Method in class com.oorian.html.elements.EmailInput
Sets focus to the input and sets its value.
focusAndSetValue(String) - Method in class com.oorian.html.elements.NumberInput
Sets focus to the input and sets its value.
focusAndSetValue(String) - Method in class com.oorian.html.elements.SearchInput
Sets focus to the input and sets its value.
focusAndSetValue(String) - Method in class com.oorian.html.elements.TelephoneInput
Sets focus to the input and sets its value.
focusAndSetValue(String) - Method in class com.oorian.html.elements.TextInput
Sets focus to the input and sets its value.
focusAndSetValue(String) - Method in class com.oorian.html.elements.TimeInput
Sets focus to the input and sets its value.
focusAndSetValue(String) - Method in class com.oorian.html.elements.UrlInput
Sets focus to the input and sets its value.
FocusEvent - Class in com.oorian.messaging.events.client
Abstract base class for focus-related client events.
FocusEvent() - Constructor for class com.oorian.messaging.events.client.FocusEvent
Constructs a new FocusEvent.
FocusInEvent - Class in com.oorian.messaging.events.client
Event fired when an HTML element receives keyboard focus.
FocusInEvent() - Constructor for class com.oorian.messaging.events.client.FocusInEvent
 
FocusListener - Interface in com.oorian.messaging.events.client
Listener interface for handling focus-related client events.
FocusOutEvent - Class in com.oorian.messaging.events.client
Event fired when an HTML element loses keyboard focus.
FocusOutEvent() - Constructor for class com.oorian.messaging.events.client.FocusOutEvent
 
FocusTrap - Class in com.oorian.html.accessibility
Utility for trapping focus within a container element (for modals/dialogs).
FocusTrap(Element) - Constructor for class com.oorian.html.accessibility.FocusTrap
Creates a focus trap for the specified container.
Font - Class in com.oorian.css
Mutable configuration class for CSS font properties.
Font() - Constructor for class com.oorian.css.Font
Constructs a Font with default inherited values.
Font(FontFamily, float) - Constructor for class com.oorian.css.Font
Constructs a Font with the specified FontFamily and size in points.
Font(FontFamily, float, FontWeight) - Constructor for class com.oorian.css.Font
Constructs a Font with FontFamily, size in points, and FontWeight.
Font(FontFamily, String) - Constructor for class com.oorian.css.Font
Constructs a Font with the specified FontFamily enum and size.
Font(String) - Constructor for class com.oorian.css.Font
Constructs a Font by parsing a CSS font string.
Font(String, float) - Constructor for class com.oorian.css.Font
Constructs a Font with the specified family and size in points.
Font(String, String) - Constructor for class com.oorian.css.Font
Constructs a Font with the specified family and size.
Font(String, String, String) - Constructor for class com.oorian.css.Font
Constructs a Font with family, size, and weight as strings.
FontFamily - Enum Class in com.oorian.css
CSS font-family property values for common web-safe fonts.
FontStretch - Enum Class in com.oorian.css
CSS font-stretch property values for font width selection.
FontStyle - Enum Class in com.oorian.css
CSS font-style property values for text styling.
FontVariant - Enum Class in com.oorian.css
CSS font-variant property values for text variation effects.
FontWeight - Enum Class in com.oorian.css
CSS font-weight property values for text boldness.
footer(Element<?>) - Method in class com.oorian.html.layout.AppShellLayout
Sets the footer content.
Footer<T> - Class in com.oorian.html.elements
Represents the HTML <footer> element for footer content of a section or page.
Footer() - Constructor for class com.oorian.html.elements.Footer
Creates a new Footer element for footer content of a section or page.
FORCE_END - Enum constant in enum class com.oorian.css.HangingPunctuation
End punctuation always hangs.
forCheckbox(Checkbox<?>) - Method in class com.oorian.data.binding.Binder
Starts building a binding for a checkbox field.
forEach(BiConsumer<Breakpoint, T>) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Iterates over all explicitly set breakpoint-value pairs.
forElement(Element<?>) - Static method in class com.oorian.html.layout.responsive.ResponsiveStyle
Creates a ResponsiveStyle builder for the specified element.
FOREST_GREEN - Static variable in class com.oorian.css.color.Color
 
forField(InputElement<?>) - Method in class com.oorian.data.binding.Binder
Starts building a binding for a text-based input field or select.
forField(String) - Method in class com.oorian.validation.ValidationContext
Creates a new context for validating a specific field.
forGroups(Class<? extends ValidationGroup>...) - Method in class com.oorian.validation.GroupedValidator
 
forGroups(Class<? extends ValidationGroup>...) - Method in interface com.oorian.validation.Validator
Creates a new validator with the specified validation groups.
form(Element<?>) - Method in class com.oorian.html.layout.FormLayout
Sets the form content.
Form<T> - Class in com.oorian.html.elements
Represents the HTML <form> element for traditional browser-based form submission.
Form() - Constructor for class com.oorian.html.elements.Form
Constructs a new form element.
FORM - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a region containing a form.
formatCurrency(Number, Currency) - Static method in class com.oorian.i18n.Formatters
Formats a number as currency using the specified currency and the current locale.
formatCurrency(Number, Currency, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a number as currency using the specified currency and locale.
formatDate(LocalDate) - Static method in class com.oorian.i18n.Formatters
Formats a date using the MEDIUM style and the current locale.
formatDate(LocalDate, FormatStyle) - Static method in class com.oorian.i18n.Formatters
Formats a date using the specified style and the current locale.
formatDate(LocalDate, FormatStyle, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a date using the specified style and locale.
formatDateTime(LocalDateTime) - Static method in class com.oorian.i18n.Formatters
Formats a date-time using the MEDIUM style and the current locale.
formatDateTime(LocalDateTime, FormatStyle) - Static method in class com.oorian.i18n.Formatters
Formats a date-time using the specified style and the current locale.
formatDateTime(LocalDateTime, FormatStyle, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a date-time using the specified style and locale.
formatNumber(Number) - Static method in class com.oorian.i18n.Formatters
Formats a number using the current locale's default number format.
formatNumber(Number, int) - Static method in class com.oorian.i18n.Formatters
Formats a number with a fixed number of decimal places using the current locale.
formatNumber(Number, int, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a number with a fixed number of decimal places using the specified locale.
formatNumber(Number, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a number using the specified locale's default number format.
formatPercent(Number) - Static method in class com.oorian.i18n.Formatters
Formats a number as a percentage using the current locale.
formatPercent(Number, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a number as a percentage using the specified locale.
Formatters - Class in com.oorian.i18n
Locale-aware formatting utilities for dates, times, numbers, and currencies.
formatTime(LocalTime) - Static method in class com.oorian.i18n.Formatters
Formats a time using the MEDIUM style and the current locale.
formatTime(LocalTime, FormatStyle) - Static method in class com.oorian.i18n.Formatters
Formats a time using the specified style and the current locale.
formatTime(LocalTime, FormatStyle, Locale) - Static method in class com.oorian.i18n.Formatters
Formats a time using the specified style and locale.
FormEncoding - Enum Class in com.oorian.html.elements.consts
Enumeration defining the MIME encoding types for form data submission.
FormEvent - Class in com.oorian.messaging.events.client
Event fired when a form is submitted from the client side.
FormEvent(Parameters) - Constructor for class com.oorian.messaging.events.client.FormEvent
Constructs a new FormEvent with the specified parameters.
FormLayout - Class in com.oorian.html.layout
A layout for centered forms with title, form content, and action buttons.
FormLayout() - Constructor for class com.oorian.html.layout.FormLayout
Constructs a FormLayout with default configuration.
FormListener - Interface in com.oorian.messaging.events.client
Listener interface for handling form submission events.
FormMethod - Enum Class in com.oorian.html.elements.consts
Enumeration defining the HTTP methods used for form submission.
FormSubmitCommand - Class in com.oorian.messaging.commands
Command to programmatically submit an HTML form.
FormSubmitCommand(String) - Constructor for class com.oorian.messaging.commands.FormSubmitCommand
Constructs a new FormSubmitCommand to submit the specified form.
FormValidator - Interface in com.oorian.validation
Functional interface for form-level validation.
forSelector(String) - Static method in class com.oorian.html.layout.responsive.ResponsiveStyle
Creates a ResponsiveStyle builder for a CSS selector.
forward() - Static method in class com.oorian.html.js.NavigationApi
Navigates forward one page in the browser history using the current page context.
forward(int) - Static method in class com.oorian.html.js.NavigationApi
Navigates forward the specified number of pages in the browser history using the current page context.
forward(HtmlPage) - Static method in class com.oorian.html.js.NavigationApi
Navigates forward one page in the browser history.
forward(HtmlPage, int) - Static method in class com.oorian.html.js.NavigationApi
Navigates forward the specified number of pages in the browser history.
FORWARDS - Enum constant in enum class com.oorian.css.AnimationFillMode
Element retains styles from the last keyframe.
fourColumnGrid() - Method in class com.oorian.html.layout.DashboardLayout
Configures a four-column widget grid.
fourColumnGrid() - Method in class com.oorian.html.layout.FeatureGridLayout
Configures a four-column feature grid.
frameOptions(SecurityHeaders.FrameOption) - Method in class com.oorian.security.SecurityHeaders
Sets the X-Frame-Options header.
from(Breakpoint) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container that hides content at the specified breakpoint and larger.
from(Breakpoint) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container that displays content at the specified breakpoint and larger.
from(Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container with content, hidden at the specified breakpoint and larger.
from(Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container with content, displayed at the specified breakpoint and larger.
fromName(String) - Static method in enum class com.oorian.html.layout.responsive.Breakpoint
Finds a breakpoint by its name.
fromWebApp(String) - Static method in class com.oorian.utils.ServerFile
Creates a ServerFile by resolving a path relative to the web application root.
FUCHSIA - Static variable in class com.oorian.css.color.Color
 
FullscreenApi - Class in com.oorian.html.js.fullscreen
Provides access to the browser's Fullscreen API from server-side Java code.
FullscreenApi() - Constructor for class com.oorian.html.js.fullscreen.FullscreenApi
 
fullscreenCentered() - Method in class com.oorian.html.layout.HeroLayout
Configures a full viewport hero with centered content.
FullscreenChangeEvent - Class in com.oorian.html.js.fullscreen
Event fired when fullscreen state changes.
FullscreenChangeEvent(boolean) - Constructor for class com.oorian.html.js.fullscreen.FullscreenChangeEvent
Constructs a FullscreenChangeEvent.
FullscreenErrorEvent - Class in com.oorian.html.js.fullscreen
Event fired when a fullscreen request fails.
FullscreenErrorEvent(String) - Constructor for class com.oorian.html.js.fullscreen.FullscreenErrorEvent
Constructs a FullscreenErrorEvent.
FullscreenListener - Interface in com.oorian.html.js.fullscreen
Listener interface for fullscreen events.
fullViewportHero() - Method in class com.oorian.html.layout.HeroLayout
Makes the hero section fill the full viewport height.
fullWidth() - Method in class com.oorian.html.layout.FeatureGridLayout
Applies full width content (no max width constraint).
fullWidth() - Method in class com.oorian.html.layout.Sticky
Makes the sticky element full width.
fullWidth() - Method in class com.oorian.html.layout.StoryLayout
Applies full width content (no max width constraint).
future() - Method in class com.oorian.validation.validators.DateValidator
Restricts to dates strictly in the future (excluding today).
futureOrPresent() - Method in class com.oorian.validation.validators.DateValidator
Restricts to dates in the future (including today).

G

g - Variable in class com.oorian.css.color.Rgb
Green color component (0 - 255).
G - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter G key.
GAINSBORO - Static variable in class com.oorian.css.color.Color
 
GENERAL_SIBLING - Enum constant in enum class com.oorian.css.Combinator
General sibling combinator (~) - matches all following siblings.
GENERATOR - Enum constant in enum class com.oorian.html.elements.consts.MetaDataName
Identifies the software used to generate the document.
GENEVA - Enum constant in enum class com.oorian.css.FontFamily
Geneva - Mac sans-serif font.
GEOLOCATION - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
GeolocationApi - Class in com.oorian.html.js.geolocation
Provides access to the browser's Geolocation API from server-side Java code.
GeolocationApi() - Constructor for class com.oorian.html.js.geolocation.GeolocationApi
 
GeolocationCoordinates - Class in com.oorian.html.js.geolocation
Represents geographic coordinates from the Geolocation API.
GeolocationCoordinates(double, double, double, Double, Double, Double, Double) - Constructor for class com.oorian.html.js.geolocation.GeolocationCoordinates
Constructs a GeolocationCoordinates object with all coordinate properties.
GeolocationErrorEvent - Class in com.oorian.html.js.geolocation
Event fired when a geolocation error occurs.
GeolocationErrorEvent(int, String) - Constructor for class com.oorian.html.js.geolocation.GeolocationErrorEvent
Constructs a GeolocationErrorEvent with error details.
GeolocationErrorEvent(int, String, String) - Constructor for class com.oorian.html.js.geolocation.GeolocationErrorEvent
Constructs a GeolocationErrorEvent with error details and watch ID.
GeolocationEvent - Class in com.oorian.html.js.geolocation
Event fired when a geographic position is successfully acquired.
GeolocationEvent(GeolocationPosition) - Constructor for class com.oorian.html.js.geolocation.GeolocationEvent
Constructs a GeolocationEvent with position data.
GeolocationEvent(GeolocationPosition, String) - Constructor for class com.oorian.html.js.geolocation.GeolocationEvent
Constructs a GeolocationEvent with position data and watch ID.
GeolocationListener - Interface in com.oorian.html.js.geolocation
Listener interface for handling geolocation events.
GeolocationOptions - Class in com.oorian.html.js.geolocation
Configuration options for geolocation position requests.
GeolocationOptions() - Constructor for class com.oorian.html.js.geolocation.GeolocationOptions
Constructs a GeolocationOptions with default settings.
GeolocationPosition - Class in com.oorian.html.js.geolocation
Represents a geographic position from the Geolocation API.
GeolocationPosition(GeolocationCoordinates, long) - Constructor for class com.oorian.html.js.geolocation.GeolocationPosition
Constructs a GeolocationPosition with coordinates and timestamp.
GEORGIA - Enum constant in enum class com.oorian.css.FontFamily
Georgia - elegant serif font designed for screens.
GEORGIAN - Enum constant in enum class com.oorian.css.ListStyleType
Georgian numbering.
get() - Static method in class com.oorian.ClientProfile
Returns the ClientProfile for the current OorianSession.
get() - Static method in class com.oorian.i18n.OorianLocale
Returns the locale for the current thread, or Locale.getDefault() if none is set.
get() - Static method in class com.oorian.OorianConfig
Returns the singleton OorianConfig instance.
get() - Static method in class com.oorian.OorianSession
Returns the OorianSession registered to the current thread.
get(int) - Method in class com.oorian.html.Elements
 
get(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index.
get(Breakpoint) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Gets the effective value for a specific breakpoint.
get(Class<T>) - Method in interface com.oorian.inject.ServiceLocator
Resolves a service by its type.
get(Class<T>) - Method in class com.oorian.inject.ServiceRegistry
 
get(Class<T>) - Static method in class com.oorian.inject.Services
Resolves a service by its type.
get(Object) - Method in class com.oorian.AttributeMap
Returns the value of the attribute with the specified name.
get(String) - Method in class com.oorian.html.Cookies
Returns the cookie with the specified name, or null if not found.
get(String) - Method in class com.oorian.json.JsonObject
Returns the raw JsonValue for the specified key.
get(String, Object...) - Static method in class com.oorian.i18n.Messages
Resolves a message from the default bundle using the current locale.
get(String, String) - Method in class com.oorian.html.Cookies
Returns the cookie with the specified name, creating one with the default value if not found.
GET - Enum constant in enum class com.oorian.html.elements.consts.FormMethod
HTTP GET method - form data appended to URL as query parameters.
GET - Static variable in class com.oorian.apis.ApiHttpRequest
 
getAbsoluteTimeoutMillis() - Static method in class com.oorian.ApplicationDefaults
Returns the application-wide absolute session timeout in milliseconds.
getAccept() - Method in class com.oorian.html.Element
Returns the accept attribute value.
getAccessKey() - Method in class com.oorian.html.VisualElement
Returns the accesskey attribute value.
getAccuracy() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the accuracy of the latitude and longitude in meters.
getAccuracy() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Convenience method to get the accuracy.
getAccuracy() - Method in class com.oorian.html.js.geolocation.GeolocationPosition
Convenience method to get the accuracy from the coordinates.
getActionsArea() - Method in class com.oorian.html.layout.EmptyStateLayout
Returns the actions area for advanced customization.
getActionsArea() - Method in class com.oorian.html.layout.ErrorLayout
Returns the actions area for advanced customization.
getActionsArea() - Method in class com.oorian.html.layout.FormLayout
Returns the actions area for advanced customization.
getActionsArea() - Method in class com.oorian.html.layout.NavbarLayout
Provides access to the actions area for advanced customization.
getActiveElement() - Method in class com.oorian.html.containers.HashNavComponent
Returns the currently active element.
getActiveId() - Method in class com.oorian.html.containers.HashNavComponent
Returns the ID of the currently active item.
getActiveIndex() - Method in class com.oorian.html.containers.HashNavComponent
Returns the index of the currently active item.
getActiveIndex() - Method in class com.oorian.html.layout.TabbedLayout
Returns the currently active tab index.
getActiveProfile() - Method in class com.oorian.OorianConfig
Returns the name of the active configuration profile.
getActiveSectionIndex() - Method in class com.oorian.html.layout.AppShellLayout
Returns the currently active section index.
getActiveSectionIndex() - Method in class com.oorian.html.layout.DocsLayout
Returns the currently active section index.
getActiveSectionIndex() - Method in class com.oorian.html.layout.SettingsLayout
Returns the currently active section index.
getActiveSectionIndex() - Method in class com.oorian.html.layout.SplitNavLayout
Returns the currently active section index.
getActiveStepIndex() - Method in class com.oorian.html.layout.WizardLayout
Returns the currently active step index.
getActiveStyle() - Method in class com.oorian.html.StyledElement
Returns the CSS style applied when the element is pressed or active.
getActiveTab() - Method in class com.oorian.html.layout.TabbedLayout
Returns the currently active tab.
getActual() - Method in exception class com.oorian.testing.SnapshotMismatchException
Returns the actual (current) content.
getAll() - Method in class com.oorian.html.Cookies
Returns all cookies from the current request.
getAll() - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Returns all explicitly set breakpoint-value pairs.
getAll() - Static method in class com.oorian.i18n.DefaultMessages
Returns an unmodifiable map of all default message templates.
getAll() - Method in class com.oorian.json.JsonArray
Returns a copy of all elements in this array.
getAllElements() - Method in class com.oorian.html.Element
Returns all elements in this element's subtree.
getAllowedCharacters() - Method in class com.oorian.validation.validators.AlphanumericValidator
Returns the additional allowed characters.
getAllowedExtensions() - Method in class com.oorian.security.FileUploadConfig
Returns the set of allowed file extensions.
getAllowedMimeTypes() - Method in class com.oorian.security.FileUploadConfig
Returns the set of allowed MIME types.
getAllowedOrigins() - Static method in class com.oorian.ApplicationDefaults
Returns the set of allowed origins for WebSocket connections.
getAllowedProtocols() - Method in class com.oorian.validation.validators.UrlValidator
Returns the set of allowed protocols.
getAltitude() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the altitude in meters above the WGS84 ellipsoid.
getAltitudeAccuracy() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the accuracy of the altitude in meters.
getAncestor(int) - Method in class com.oorian.html.Element
Returns an ancestor element at the specified generation distance.
getAngle() - Method in class com.oorian.css.animations.Flip
Returns the flip angle.
getAnimationName() - Method in class com.oorian.messaging.events.client.AnimationEvent
Returns the name of the CSS animation.
getAnnotation() - Method in class com.oorian.PageInfo
Returns the @Page annotation for this page.
getAppContext() - Static method in class com.oorian.OorianSession
Returns the application context.
getAppContext() - Static method in class com.oorian.test.OorianTestHarness
Returns the test application context.
getAsArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a List.
getAsBoolean(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a Boolean.
getAsBoolean(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Boolean.
getAsBoolean(String, boolean) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a boolean, with a default.
getAsBoolean(String, Boolean) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Boolean, with a default.
getAsBooleanArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Booleans.
getAsDouble(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a double.
getAsDouble(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Double.
getAsDouble(String, double) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a double, with a default.
getAsDoubleArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Doubles.
getAsFloat(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a float.
getAsFloat(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Float.
getAsFloat(String, float) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a float, with a default.
getAsFloatArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Floats.
getAsInt(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as an int.
getAsInt(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as an Integer.
getAsInt(String, int) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as an int, with a default.
getAsInt(String, Integer) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as an Integer, with a default.
getAsIntArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Integers.
getAsJsonArray(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a JsonArray.
getAsJsonArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a JsonArray.
getAsJsonObject(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a JsonObject.
getAsJsonObject(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a JsonObject.
getAsLong(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a long.
getAsLong(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Long.
getAsLong(String, long) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a long, with a default.
getAsLongArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Longs.
getAsNumber(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Number.
getAsNumber(String, Number) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Number, with a default.
getAsShort(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a short.
getAsShort(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a Short.
getAsShort(String, short) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a short, with a default.
getAsShortArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Shorts.
getAsString(int) - Method in class com.oorian.json.JsonArray
Returns the element at the specified index as a String.
getAsString(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a String.
getAsString(String, String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a String, with a default.
getAsStringArray(String) - Method in class com.oorian.json.JsonObject
Returns the value for the specified key as a list of Strings.
getAsyncValidators() - Method in class com.oorian.validation.AsyncValidatedInput
Returns the list of async validators.
getAttemptCount(String) - Method in class com.oorian.security.BruteForceProtection
Returns the number of failed attempts for the specified key.
getAttribute(String) - Method in interface com.oorian.AppContext
Returns the value of the named context attribute.
getAttribute(String) - Method in class com.oorian.css.CssStyle
Gets the value of a specific CSS property.
getAttribute(String) - Method in class com.oorian.html.Element
Returns the value of the specified attribute.
getAttribute(String) - Method in class com.oorian.jakarta.JakartaAppContext
 
getAttribute(String) - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getAttribute(String) - Method in class com.oorian.jakarta.JakartaHttpSession
 
getAttribute(String) - Method in interface com.oorian.OorianHttpRequest
Returns the value of the specified request attribute.
getAttribute(String) - Method in interface com.oorian.OorianHttpSession
Returns the session attribute with the specified name.
getAttribute(String) - Method in class com.oorian.OorianSession
Returns the session attribute with the specified name.
getAttribute(String) - Method in class com.oorian.test.TestAppContext
 
getAttribute(String) - Method in class com.oorian.test.TestHttpRequest
 
getAttribute(String) - Method in class com.oorian.test.TestHttpSession
 
getAttribute(String) - Method in class com.oorian.testing.MockOorianHttpRequest
 
getAttribute(String) - Method in class com.oorian.testing.MockOorianHttpSession
 
getAttribute(String) - Method in class com.oorian.xml.XmlElement
Returns the value of the specified attribute, or null if not found.
getAttributeAsBoolean(String) - Method in class com.oorian.OorianSession
Returns an attribute as a Boolean.
getAttributeAsBoolean(String, Boolean) - Method in class com.oorian.OorianSession
Returns an attribute as a Boolean with a default value.
getAttributeAsDouble(String) - Method in class com.oorian.OorianSession
Returns an attribute as a Double.
getAttributeAsDouble(String, Double) - Method in class com.oorian.OorianSession
Returns an attribute as a Double with a default value.
getAttributeAsFloat(String) - Method in class com.oorian.OorianSession
Returns an attribute as a Float.
getAttributeAsFloat(String, Float) - Method in class com.oorian.OorianSession
Returns an attribute as a Float with a default value.
getAttributeAsInt(String) - Method in class com.oorian.OorianSession
Returns an attribute as an Integer.
getAttributeAsInt(String, Integer) - Method in class com.oorian.OorianSession
Returns an attribute as an Integer with a default value.
getAttributeAsLong(String) - Method in class com.oorian.OorianSession
Returns an attribute as a Long.
getAttributeAsLong(String, Long) - Method in class com.oorian.OorianSession
Returns an attribute as a Long with a default value.
getAttributeAsShort(String) - Method in class com.oorian.OorianSession
Returns an attribute as a Short.
getAttributeAsShort(String, Short) - Method in class com.oorian.OorianSession
Returns an attribute as a Short with a default value.
getAttributeAsString(String) - Method in class com.oorian.OorianSession
Returns an attribute as a String.
getAttributeAsString(String, String) - Method in class com.oorian.OorianSession
Returns an attribute as a String with a default value.
getAttributeMap() - Method in class com.oorian.testing.MockOorianHttpSession
Returns the underlying attribute map for direct inspection in tests.
getAttributeNames() - Method in class com.oorian.jakarta.JakartaHttpSession
 
getAttributeNames() - Method in interface com.oorian.OorianHttpSession
Returns an enumeration of all attribute names in this session.
getAttributeNames() - Method in class com.oorian.OorianSession
Returns an enumeration of all attribute names in this session.
getAttributeNames() - Method in class com.oorian.test.TestHttpSession
 
getAttributeNames() - Method in class com.oorian.testing.MockOorianHttpSession
 
getAttributes() - Method in class com.oorian.css.CssStyle
Returns a copy of all CSS properties as an AttributeMap.
getAttributes() - Method in class com.oorian.html.Element
Returns a copy of all attributes on this element.
getAttributes() - Method in class com.oorian.xml.XmlElement
Returns the attribute map of this element.
getAttributesString() - Method in class com.oorian.css.CssStyle
Returns all CSS properties as a semicolon-separated string.
getAttributesString(boolean) - Method in class com.oorian.css.CssStyle
Returns all CSS properties as a formatted string.
getAudioInputDevices() - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
Returns a list of audio input devices (microphones).
getAudioOutputDevices() - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
Returns a list of audio output devices (speakers/headphones).
getAuthenticator() - Static method in class com.oorian.Application
Returns the configured authenticator.
getAuthenticator() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide authenticator.
getAuthority() - Method in class com.oorian.utils.Url
Returns the authority portion of the URL.
getAutoCapitalize() - Method in class com.oorian.html.VisualElement
Returns the autocapitalize attribute value.
getAutoComplete() - Method in class com.oorian.html.elements.InputElement
Returns the autocomplete attribute value.
getAxis() - Method in class com.oorian.css.transitions.Collapse
Returns the collapse axis.
getBackdrop() - Method in class com.oorian.html.layout.Drawer
Returns the backdrop element for customization.
getBase() - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Gets the base (XS) value.
getBaseDelayMillis() - Method in class com.oorian.security.BruteForceConfig
Returns the base delay in milliseconds.
getBeanClass() - Method in class com.oorian.validation.bean.BeanValidator
Returns the bean class this validator was created for.
getBindings() - Method in class com.oorian.data.binding.Binder
Returns an unmodifiable list of all bindings.
getBlue() - Method in class com.oorian.css.color.Color
Returns the blue component of this Color object.
getBody() - Method in class com.oorian.html.elements.Table
Returns the table body (tbody) section.
getBody() - Method in class com.oorian.html.HtmlPage
Returns the body element of this page.
getBoolean(String, boolean) - Method in class com.oorian.OorianConfig
Returns the boolean value for the given key, or the default if not found.
getBooleanArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Booleans.
getBorderRadius() - Method in class com.oorian.css.transitions.Reshape
Returns the target border-radius value.
getBrandArea() - Method in class com.oorian.html.layout.NavbarLayout
Provides access to the brand area for advanced customization.
getBrightness() - Method in class com.oorian.css.color.Color
Returns the brightness component of this Color object.
getBytes() - Method in class com.oorian.html.multipartrequest.ClientFile
Reads and returns the entire contents of the uploaded file as a byte array.
getCacheControl() - Method in class com.oorian.HttpFile
Returns the custom CacheControl policy set for this file, if any.
getCaption() - Method in class com.oorian.html.elements.Table
Returns the table caption, or null if no caption has been set.
getCell(int) - Method in class com.oorian.html.elements.Tr
Returns the cell at the specified column index.
getCells() - Method in class com.oorian.html.elements.Tr
Returns all cells in this row.
getCenterRegion() - Method in class com.oorian.html.layout.RegionLayout
Returns the center region for advanced customization.
getCharacterEncoding() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getCharacterEncoding() - Method in interface com.oorian.OorianHttpRequest
Returns the character encoding of the request body.
getCharacterEncoding() - Method in class com.oorian.test.TestHttpRequest
 
getCharacterEncoding() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getCharCode() - Method in class com.oorian.messaging.events.client.KeyEvent
Returns the character code of the pressed key.
getCharset() - Method in class com.oorian.apis.ApiHttpRequest
Returns the character encoding for this request.
getChildCount(T, Query) - Method in interface com.oorian.data.HierarchicalDataProvider
Returns the number of children for the given parent.
getCleanText() - Method in class com.oorian.html.elements.EmailInput
Returns the trimmed text content of the input.
getCleanText() - Method in class com.oorian.html.elements.NumberInput
Returns the trimmed text content of the input.
getCleanText() - Method in class com.oorian.html.elements.SearchInput
Returns the trimmed text content of the input.
getCleanText() - Method in class com.oorian.html.elements.TelephoneInput
Returns the trimmed text content of the input.
getCleanText() - Method in class com.oorian.html.elements.TextInput
Returns the trimmed text content of the input.
getCleanText() - Method in class com.oorian.html.elements.TimeInput
Returns the trimmed text content of the input.
getCleanText() - Method in class com.oorian.html.elements.UrlInput
Returns the trimmed text content of the input.
getClientProfile() - Method in class com.oorian.OorianSession
Returns the client profile for this session.
getClientX() - Method in class com.oorian.messaging.events.client.MouseClickedEvent
Returns the X coordinate of the mouse pointer relative to the client viewport.
getClientX() - Method in class com.oorian.messaging.events.client.MouseEvent
Returns the X coordinate of the mouse pointer relative to the client viewport.
getClientX() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the X coordinate of the pointer relative to the client viewport.
getClientX() - Method in class com.oorian.messaging.events.client.TouchEvent
Returns the X coordinate of the first changed touch relative to the client viewport.
getClientY() - Method in class com.oorian.messaging.events.client.MouseClickedEvent
Returns the Y coordinate of the mouse pointer relative to the client viewport.
getClientY() - Method in class com.oorian.messaging.events.client.MouseEvent
Returns the Y coordinate of the mouse pointer relative to the client viewport.
getClientY() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the Y coordinate of the pointer relative to the client viewport.
getClientY() - Method in class com.oorian.messaging.events.client.TouchEvent
Returns the Y coordinate of the first changed touch relative to the client viewport.
getCloseCode() - Method in class com.oorian.ConnectionCloseInfo
Returns the WebSocket close status code.
getCode() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Returns the error code.
getCodeDescription() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Returns a description of the error code.
getColor() - Method in class com.oorian.html.components.Spinner
Returns the color of the spinning arc.
getColor(int) - Method in class com.oorian.css.color.Pallete
Returns the color at the specified index.
getColors() - Method in class com.oorian.css.color.Pallete
Returns the list of all colors in this palette.
getColumn() - Method in exception class com.oorian.html.parser.HtmlParseException
Gets the column number where the parsing error occurred.
getColumn() - Method in exception class com.oorian.xml.XmlParseException
Returns the column number where the parse error occurred.
getCommunicationMode() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide default communication mode.
getCommunicationMode() - Method in class com.oorian.html.HtmlPage
Gets the asynchronous communication mode for this page.
getComponent() - Method in class com.oorian.html.Element
Returns the data-component attribute value that identifies this element as a custom component.
getCondition() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns a CSS media query condition (without @media prefix).
getConfidence() - Method in class com.oorian.html.js.speech.SpeechResultEvent
Returns the confidence score.
getConfig() - Static method in class com.oorian.Application
Returns the application configuration loaded from oorian.properties.
getConfig() - Static method in class com.oorian.security.FileUploadValidator
Returns the current file upload configuration.
getConnection(String) - Static method in class com.oorian.apis.WebApi
 
getConstrainedFields() - Method in class com.oorian.validation.bean.BeanValidator
Returns all field names that have at least one constraint annotation.
getContainer() - Method in class com.oorian.html.layout.EmptyStateLayout
Returns the container for advanced customization.
getContainer() - Method in class com.oorian.html.layout.ErrorLayout
Returns the container for advanced customization.
getContainer() - Method in class com.oorian.html.layout.FeatureGridLayout
Returns the container for advanced customization.
getContainer() - Method in class com.oorian.html.layout.LoadingLayout
Returns the container for advanced customization.
getContent() - Method in class com.oorian.html.layout.AccordionItem
Returns the content element for customization.
getContent() - Method in class com.oorian.html.layout.Tab
Returns the content element.
getContent() - Method in class com.oorian.test.TestHttpResponse
Returns the content written to this response via TestHttpResponse.getWriter().
getContent() - Method in class com.oorian.xml.CData
Returns the CDATA content.
getContent() - Method in class com.oorian.xml.Comment
Returns the comment content.
getContentArea() - Method in class com.oorian.html.layout.HeroLayout
Returns the content area element for advanced customization.
getContentArea() - Method in class com.oorian.html.layout.TabbedLayout
Returns the content area element for customization.
getContentArea() - Method in class com.oorian.html.layout.WizardLayout
Returns the content area for advanced customization.
getContentContainer() - Method in class com.oorian.html.layout.WizardLayout
Returns the content container for advanced customization.
getContentDeck() - Method in class com.oorian.html.layout.AppShellLayout
Returns the content deck for advanced customization.
getContentDeck() - Method in class com.oorian.html.layout.DocsLayout
Returns the content deck for advanced customization.
getContentDeck() - Method in class com.oorian.html.layout.SettingsLayout
Returns the content deck for advanced customization.
getContentDeck() - Method in class com.oorian.html.layout.SplitNavLayout
Returns the content deck for advanced customization.
getContentLength() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getContentLength() - Method in interface com.oorian.OorianHttpRequest
Returns the length of the request body in bytes, or -1 if not known.
getContentLength() - Method in class com.oorian.test.TestHttpRequest
 
getContentLength() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getContentPane() - Method in class com.oorian.html.layout.AppShellLayout
Returns the content pane for advanced customization.
getContentPane() - Method in class com.oorian.html.layout.DocsLayout
Returns the content pane for advanced customization.
getContentPane() - Method in class com.oorian.html.layout.MediaLayout
Returns the content pane for advanced customization.
getContentPane() - Method in class com.oorian.html.layout.SplitNavLayout
Returns the content pane for advanced customization.
getContentPanel() - Method in class com.oorian.html.layout.SettingsLayout
Returns the content panel for advanced customization.
getContentSecurityPolicy() - Method in class com.oorian.Application
Gets the application-wide Content Security Policy.
getContentSecurityPolicy() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide Content Security Policy.
getContentType() - Method in class com.oorian.apis.FileParameter
Returns the MIME content type of the file.
getContentType() - Method in class com.oorian.html.multipartrequest.ClientFile
Gets the MIME content type of the uploaded file.
getContentType() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getContentType() - Method in class com.oorian.jakarta.JakartaUploadPart
 
getContentType() - Method in interface com.oorian.OorianHttpRequest
Returns the content type of the request body.
getContentType() - Method in interface com.oorian.OorianUploadPart
Returns the content type of this part.
getContentType() - Method in class com.oorian.test.TestHttpRequest
 
getContentType() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getContextPath() - Method in interface com.oorian.AppContext
Returns the context path of the web application.
getContextPath() - Method in class com.oorian.jakarta.JakartaAppContext
 
getContextPath() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getContextPath() - Method in interface com.oorian.OorianHttpRequest
Returns the context path of the web application.
getContextPath() - Method in class com.oorian.OorianSession
Returns the context path of the web application.
getContextPath() - Method in class com.oorian.test.TestAppContext
 
getContextPath() - Method in class com.oorian.test.TestHttpRequest
 
getContextPath() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getCookie(String) - Method in class com.oorian.html.HtmlPage
Returns a cookie by name.
getCookie(String, String) - Method in class com.oorian.html.HtmlPage
Returns a cookie by name, or a cookie with the default value if not found.
getCookieDefaults() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide secure cookie defaults.
getCookies() - Method in class com.oorian.html.HtmlPage
Returns the cookies collection for this page's request.
getCookies() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getCookies() - Method in interface com.oorian.OorianHttpRequest
Returns the cookies sent with this request.
getCookies() - Method in class com.oorian.test.TestHttpRequest
 
getCookies() - Method in class com.oorian.test.TestHttpResponse
Returns all cookies added to this response.
getCookies() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getCoords() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Convenience method to get the coordinates.
getCoords() - Method in class com.oorian.html.js.geolocation.GeolocationPosition
Returns the geographic coordinates of this position.
getCopy() - Method in class com.oorian.html.Elements
Creates and returns an independent copy of this Elements collection.
getCost() - Method in class com.oorian.security.BcryptHasher
Returns the cost parameter used by this hasher.
getCreationTime() - Method in class com.oorian.jakarta.JakartaHttpSession
 
getCreationTime() - Method in interface com.oorian.OorianHttpSession
Returns the time the session was created.
getCreationTime() - Method in class com.oorian.OorianSession
Returns the time the session was created.
getCreationTime() - Method in class com.oorian.test.TestHttpSession
 
getCreationTime() - Method in class com.oorian.testing.MockOorianHttpSession
 
getCrossOrigin() - Method in class com.oorian.html.elements.Audio
Returns the crossorigin attribute value.
getCrossOrigin() - Method in class com.oorian.html.elements.Video
Returns the crossorigin attribute value.
getCsrfToken() - Method in class com.oorian.OorianSession
Returns the CSRF token for this session, creating one if it doesn't exist.
getCssClass() - Method in class com.oorian.html.StyledElement
Returns the class attribute value.
getCssCode() - Method in class com.oorian.css.color.Color
Returns the CSS code for this color.
getCssString() - Method in class com.oorian.css.color.Color
Returns the color as a CSS compatible string.
getCssString(float) - Method in class com.oorian.css.color.Color
Returns the color as a CSS rgba() string with the specified alpha value.
getCtaArea() - Method in class com.oorian.html.layout.FeatureGridLayout
Returns the CTA area for advanced customization.
getCurrentFieldName() - Method in class com.oorian.validation.ValidationContext
Returns the name of the field currently being validated.
getCurrentPage() - Method in class com.oorian.OorianSession
Returns the current page for this session.
getCurrentPosition() - Method in class com.oorian.html.HtmlPage
Requests the current geographic position.
getCurrentPosition(Element) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Requests the current geographic position using the current page context.
getCurrentPosition(Element, GeolocationOptions) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Requests the current geographic position with options using the current page context.
getCurrentPosition(HtmlPage, Element) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Requests the current geographic position.
getCurrentPosition(HtmlPage, Element, GeolocationOptions) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Requests the current geographic position with options.
getCurrentPosition(GeolocationOptions) - Method in class com.oorian.html.HtmlPage
Requests the current geographic position with options.
getData() - Method in class com.oorian.apis.ApiHttpRequest
 
getData() - Method in class com.oorian.apis.DeleteRequest
 
getData() - Method in class com.oorian.apis.GetRequest
 
getData() - Method in class com.oorian.apis.MultipartRequest
 
getData() - Method in class com.oorian.apis.PutRequest
 
getData() - Method in class com.oorian.apis.RawDataRequest
 
getData() - Method in class com.oorian.apis.UrlEncodedRequest
 
getData() - Method in class com.oorian.messaging.events.client.CompositionEvent
Returns the composed text data from the IME.
getData(HttpURLConnection) - Static method in class com.oorian.apis.WebApi
 
getDataCells() - Method in class com.oorian.html.elements.Tr
Returns all data cells in this row.
getDayOfMonth() - Method in class com.oorian.utils.Day
Returns the day of month component of this Day.
getDayOfWeek() - Method in class com.oorian.utils.Day
Returns the day of week for this Day.
getDayOfWeekAbbr() - Method in class com.oorian.utils.Day
Returns the two-letter abbreviation of the day of week name.
getDayOfWeekName() - Method in class com.oorian.utils.Day
Returns the full name of the day of week.
getDayOfWeekString(int) - Static method in class com.oorian.utils.Day
Returns the day of week name for a given day number.
getDebounceMs() - Method in class com.oorian.validation.AsyncValidatedInput
Returns the debounce delay.
getDebounceMs() - Method in interface com.oorian.validation.AsyncValidator
Returns the debounce delay in milliseconds.
getDebounceMs() - Method in class com.oorian.validation.validators.UniqueValidator
 
getDefaultBundle() - Static method in class com.oorian.i18n.Messages
Returns the name of the default bundle, or null if none has been set.
getDefaultCommunicationMode() - Method in class com.oorian.Application
Gets the default communication mode for all pages in the application.
getDefaultLocale() - Static method in class com.oorian.i18n.LocaleConfiguration
Returns the application's default locale.
getDefaultPollInterval() - Method in class com.oorian.Application
Gets the default poll interval for AJAX_ONLY mode.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Animation
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Beat
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.BeatFade
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Bounce
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Fade
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Flip
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Shake
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.Spin
Returns the default timing function for this animation.
getDefaultTimingFunction() - Method in class com.oorian.css.animations.SpinPulse
Returns the default timing function for this animation.
getDelay() - Method in class com.oorian.html.SimpleTimer
Returns the initial delay before the timer first fires.
getDelayMillis(String) - Method in class com.oorian.security.BruteForceProtection
Returns the progressive delay in milliseconds that should be applied before the next attempt for the specified key.
getDelegate() - Method in class com.oorian.jakarta.JakartaAppContext
Returns the underlying Jakarta servlet context.
getDelegate() - Method in class com.oorian.jakarta.JakartaHttpRequest
Returns the underlying Jakarta servlet request.
getDelegate() - Method in class com.oorian.jakarta.JakartaHttpResponse
Returns the underlying Jakarta servlet response.
getDelegate() - Method in class com.oorian.jakarta.JakartaHttpSession
Returns the underlying Jakarta HTTP session.
getDelegate() - Method in class com.oorian.jakarta.JakartaUploadPart
Returns the underlying Jakarta servlet part.
getDelegate() - Method in class com.oorian.validation.GroupedValidator
Returns the wrapped validator.
getDescr() - Method in class com.oorian.utils.MimeType
Returns the human-readable description.
getDescriptionArea() - Method in class com.oorian.html.layout.EmptyStateLayout
Returns the description area for advanced customization.
getDescriptionPane() - Method in class com.oorian.html.layout.ReferenceLayout
Returns the description pane for customization.
getDetailDeck() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the detail deck for advanced customization.
getDetailItems() - Method in class com.oorian.html.layout.ReferenceLayout
Returns the detail items container.
getDetailPane() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the detail pane for advanced customization.
getDetailPane() - Method in class com.oorian.html.layout.ReferenceLayout
Returns the detail pane for customization.
getDeviceCount() - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
Returns the number of available devices.
getDeviceId() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns the unique identifier for this device.
getDevices() - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
Returns the list of all available media devices.
getDir() - Method in class com.oorian.html.Element
Returns the dir attribute value.
getDirection() - Method in class com.oorian.css.transitions.Slide
Returns the slide direction.
getDirection() - Method in class com.oorian.data.SortDescriptor
Returns the sort direction.
getDirName() - Method in class com.oorian.html.elements.InputElement
Returns the dirname attribute value.
getDisabledStyle() - Method in class com.oorian.html.StyledElement
Returns the CSS style applied when the element is disabled.
getDisconnectedTime() - Method in class com.oorian.html.HtmlPage
Returns the time when the page became disconnected.
getDisplayedElement() - Method in class com.oorian.html.containers.Deck
Returns the currently displayed element.
getDisplayedId() - Method in class com.oorian.html.containers.Deck
Returns the ID of the currently displayed element.
getDisplayedIndex() - Method in class com.oorian.html.containers.Deck
Returns the index of the currently displayed element.
getDistance() - Method in class com.oorian.css.transitions.Slide
Returns the slide distance.
getDivider() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the divider element for customization.
getDocumentUrl() - Method in class com.oorian.HttpFile
Returns the document URL without query parameters.
getDomain() - Method in class com.oorian.OorianCookie
Returns the domain for which the cookie is valid.
getDouble(String, double) - Method in class com.oorian.OorianConfig
Returns the double value for the given key, or the default if not found or not a valid double.
getDoubleArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Doubles.
getDownload() - Method in class com.oorian.html.elements.A
Returns the download attribute value.
getDownload() - Method in class com.oorian.html.elements.Area
Returns the download attribute value.
getDroppedElement() - Method in class com.oorian.messaging.events.client.DropEvent
Returns the element that was dropped.
getDurationMs() - Method in class com.oorian.css.animations.Animation
Returns the animation duration in milliseconds.
getDurationMs() - Method in class com.oorian.css.transitions.Transition
Returns the transition duration in milliseconds.
getDurationMs() - Method in class com.oorian.css.transitions.TransitionGroup
Returns the total duration of this step in milliseconds.
getDurationMs() - Method in interface com.oorian.css.transitions.TransitionStep
Returns the total duration of this step in milliseconds.
getEastRegion() - Method in class com.oorian.html.layout.RegionLayout
Returns the east region for advanced customization.
getElapsedTime() - Method in class com.oorian.messaging.events.client.AnimationEvent
Returns the elapsed time in seconds since the animation started.
getElapsedTime() - Method in class com.oorian.messaging.events.client.TransitionEvent
Returns the elapsed time in seconds since the transition started.
getElement(int) - Method in class com.oorian.html.containers.HPanel
 
getElement(int) - Method in class com.oorian.html.containers.VPanel
 
getElement(int) - Method in class com.oorian.html.Element
Returns the child element at the specified index.
getElement(int, int) - Method in class com.oorian.html.containers.HPanel
Returns an element from a specific cell at a specific index.
getElementById(String) - Method in class com.oorian.html.Element
Finds a descendant element by its ID.
getElementById(String) - Method in class com.oorian.html.HtmlPage
Finds and returns an element on this page by its ID.
getElementById(String) - Method in class com.oorian.xml.XmlElement
Returns the first descendant element with the specified id attribute, or null if not found.
getElementByTagName(String) - Method in class com.oorian.xml.XmlElement
Returns the first direct child element with the specified tag name, or null if not found.
getElementByTagName(String, boolean) - Method in class com.oorian.xml.XmlElement
Returns the first child element with the specified tag name, or null if not found.
getElementCount() - Method in class com.oorian.html.Element
Returns the number of child elements.
getElementCount(boolean) - Method in class com.oorian.html.Element
Returns the number of child elements, optionally including all descendants.
getElementId() - Method in exception class com.oorian.html.ElementException
Returns the unique ID of the element that caused the exception.
getElementId() - Method in class com.oorian.messaging.commands.Command
Gets the ID of the DOM element associated with this command.
getElementId() - Method in class com.oorian.messaging.commands.ClientFileUploadStatusResponse
Returns the unique identifier of the HTML element referenced by this response.
getElements() - Method in class com.oorian.html.containers.HPanel
 
getElements() - Method in class com.oorian.html.containers.VPanel
 
getElements() - Method in class com.oorian.html.Element
Returns the direct children of this element.
getElements() - Method in class com.oorian.xml.XmlElement
Returns the child nodes of this element.
getElements(boolean) - Method in class com.oorian.html.Element
Returns the children of this element, optionally including all descendants.
getElements(int) - Method in class com.oorian.html.containers.HPanel
Returns all elements from a specific cell.
getElementsByComponentName(String, boolean) - Method in class com.oorian.html.Element
Returns all descendant elements that have the specified data-component attribute value.
getElementsByTagName(String) - Method in class com.oorian.xml.XmlElement
Returns all direct child elements with the specified tag name.
getElementsByTagName(String, boolean) - Method in class com.oorian.html.Element
Finds all descendant elements with the specified tag name.
getElementsByTagName(String, boolean) - Method in class com.oorian.html.HtmlPage
Returns all elements on this page that match the specified HTML tag name.
getElementsByTagName(String, boolean) - Method in class com.oorian.xml.XmlElement
Returns all child elements with the specified tag name.
getEnableHighAccuracy() - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Returns whether high accuracy is enabled.
getEncodedName() - Method in class com.oorian.apis.RequestParameter
Returns the URL-encoded parameter name.
getEncodedValue() - Method in class com.oorian.apis.RequestParameter
Returns the URL-encoded parameter value.
getEncoding() - Method in class com.oorian.xml.XmlDocument
Returns the XML encoding declaration.
getEndFieldName() - Method in class com.oorian.validation.validators.DateRangeValidator
Returns the name of the end date field.
getEnterKeyHint() - Method in class com.oorian.html.VisualElement
Returns the enterkeyhint attribute value.
getEntries() - Method in class com.oorian.css.transitions.TransitionGroup
Returns the element/transition pairs in this step.
getEntries() - Method in interface com.oorian.css.transitions.TransitionStep
Returns the element/transition pairs in this step.
getErrorDisplay() - Method in class com.oorian.validation.ValidatedInput
Returns the error display element.
getErrors() - Method in class com.oorian.validation.ValidationResult
Returns all error messages.
getErrorType() - Method in class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
Returns the error type.
getErrorType() - Method in class com.oorian.html.js.share.ShareErrorEvent
Returns the error type.
getErrorType() - Method in class com.oorian.html.js.speech.SpeechErrorEvent
Returns the error type.
getErrorType() - Method in class com.oorian.html.js.wakelock.WakeLockErrorEvent
Returns the error type.
getException() - Method in class com.oorian.ErrorContext
Returns the exception that caused the error, if any.
getException() - Method in class com.oorian.ErrorPage
Returns the exception that caused the error, if any.
getExceptionHandler() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide exception handler.
getExpandIcon() - Method in class com.oorian.html.components.TreeGroup
Gets the expand icon element for custom styling.
getExpected() - Method in exception class com.oorian.testing.SnapshotMismatchException
Returns the expected (saved) content.
getExplicit(Breakpoint) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Gets the explicitly set value for a breakpoint (no cascading).
getFamily() - Method in class com.oorian.css.Font
Returns the font family name.
getFeatureGrid() - Method in class com.oorian.html.layout.FeatureGridLayout
Returns the feature grid for advanced customization.
getField() - Method in class com.oorian.data.binding.Binding
Returns the bound form field.
getField() - Method in class com.oorian.data.FilterDescriptor
Returns the field name.
getField() - Method in class com.oorian.data.SortDescriptor
Returns the field name.
getField1Name() - Method in class com.oorian.validation.validators.CompareValidator
Returns the name of the first field.
getField2Name() - Method in class com.oorian.validation.validators.CompareValidator
Returns the name of the second field.
getFieldErrors() - Method in exception class com.oorian.data.binding.BindingValidationException
Returns the validation errors keyed by the bound field.
getFieldName() - Method in class com.oorian.validation.ValidationMessage
Returns the field name this message relates to, if any.
getFieldNames() - Method in class com.oorian.validation.ValidationContext
Returns all field names in this context.
getFieldValidators(String) - Method in class com.oorian.validation.bean.BeanValidator
Returns the Oorian validators discovered for the specified field.
getFieldValue(String) - Method in class com.oorian.validation.ValidationContext
Gets the value of a field by name.
getFieldValue(String, Class<T>) - Method in class com.oorian.validation.ValidationContext
Gets the value of a field as a specific type.
getFieldValueAsString(String) - Method in class com.oorian.validation.ValidationContext
Gets the value of a field as a String.
getFile() - Method in class com.oorian.apis.FileParameter
Returns the file object, if one was provided.
getFile() - Method in class com.oorian.utils.Url
Returns the file portion of the URL (path plus query string).
getFileExt() - Method in class com.oorian.utils.MimeType
Returns the file extension.
getFileExt(String) - Static method in class com.oorian.utils.MimeTypes
Extracts the file extension from a filename.
getFileInputStream() - Method in class com.oorian.apis.FileParameter
Returns the input stream for reading the file data.
getFileName() - Method in class com.oorian.apis.FileParameter
Returns the file name.
getFileNames() - Method in class com.oorian.messaging.events.client.ClientFileSelectEvent
Returns the list of selected file names.
getFiles() - Method in class com.oorian.messaging.events.client.ClientFileUploadEvent
Returns the list of uploaded files.
getFilters() - Method in class com.oorian.data.Query
Returns the filter descriptors.
getFilterText() - Method in class com.oorian.html.components.TreeItem
Gets the filter text for the item.
getFirstError() - Method in class com.oorian.validation.ValidationResult
Returns the first error message, or null if there are no errors.
getFirstWarning() - Method in class com.oorian.validation.ValidationResult
Returns the first warning message, or null if there are no warnings.
getFirstWeekdayOfMonth() - Method in class com.oorian.utils.Day
Returns the day of week for the first day of this month.
getFlipAxis() - Method in class com.oorian.css.animations.Flip
Returns the flip axis.
getFloatArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Floats.
getFocusStyle() - Method in class com.oorian.html.StyledElement
Returns the CSS style applied when the element has focus.
getFocusVisibleStyle() - Method in class com.oorian.html.StyledElement
Returns the CSS style applied when focus should be visibly indicated.
getFooter() - Method in class com.oorian.html.elements.Table
Returns the table footer (tfoot) section.
getFooterPane() - Method in class com.oorian.html.layout.AppShellLayout
Returns the footer pane for advanced customization.
getForExt(String) - Method in class com.oorian.utils.MimeTypes
Returns the MimeType for the specified file extension.
getForFile(String) - Method in class com.oorian.utils.MimeTypes
Returns the MimeType for a filename by extracting and looking up its extension.
getForm() - Method in class com.oorian.html.elements.Button
Returns the form attribute value.
getForm() - Method in class com.oorian.html.elements.Fieldset
Returns the form attribute value.
getForm() - Method in class com.oorian.html.elements.Output
Returns the form attribute value.
getFormAction() - Method in class com.oorian.html.elements.Button
Returns the formaction attribute value.
getFormAction() - Method in class com.oorian.html.elements.Fieldset
Returns the formaction attribute value.
getFormAction() - Method in class com.oorian.html.elements.Output
Returns the formaction attribute value.
getFormAction() - Method in class com.oorian.html.elements.InputElement
Returns the formaction attribute value.
getFormArea() - Method in class com.oorian.html.layout.FormLayout
Returns the form content area for advanced customization.
getFormat() - Static method in class com.oorian.security.AccessLogger
Returns the current access log format.
getFormat() - Method in class com.oorian.validation.validators.DateValidator
Returns the date format pattern.
getFormat() - Method in class com.oorian.validation.validators.PhoneValidator
Returns the phone format being validated.
getFormCard() - Method in class com.oorian.html.layout.FormLayout
Returns the form card container for advanced customization.
getFormEncType() - Method in class com.oorian.html.elements.Button
Returns the formenctype attribute value.
getFormEncType() - Method in class com.oorian.html.elements.Fieldset
Returns the formenctype attribute value.
getFormEncType() - Method in class com.oorian.html.elements.Output
Returns the formenctype attribute value.
getFormEncType() - Method in class com.oorian.html.elements.InputElement
Returns the formenctype attribute value.
getFormMethod() - Method in class com.oorian.html.elements.Button
Returns the formmethod attribute value.
getFormMethod() - Method in class com.oorian.html.elements.Fieldset
Returns the formmethod attribute value.
getFormMethod() - Method in class com.oorian.html.elements.Output
Returns the formmethod attribute value.
getFormMethod() - Method in class com.oorian.html.elements.InputElement
Returns the formmethod attribute value.
getFormTarget() - Method in class com.oorian.html.elements.Button
Returns the formtarget attribute value.
getFormTarget() - Method in class com.oorian.html.elements.Fieldset
Returns the formtarget attribute value.
getFormTarget() - Method in class com.oorian.html.elements.Output
Returns the formtarget attribute value.
getFormTarget() - Method in class com.oorian.html.elements.InputElement
Returns the formtarget attribute value.
getFormValidators() - Method in class com.oorian.html.elements.OorianForm
Returns the list of form-level validators.
getForType(String) - Method in class com.oorian.utils.MimeTypes
Returns the MimeType for the specified MIME type string.
getForUtcOffset(int) - Static method in class com.oorian.utils.Day
Creates a Day for the current date adjusted by a UTC offset.
getFrom(String, String, Object...) - Static method in class com.oorian.i18n.Messages
Resolves a message from a named bundle using the current locale.
getFullSelectors() - Method in class com.oorian.css.CssRule
Returns the list of fully qualified selectors, including any parent selector and combinator prefix.
getFullUrl() - Method in class com.oorian.HttpFile
Returns the complete URL including query string parameters.
getGrayScale(int) - Static method in class com.oorian.css.color.Color
Generates a list of grayscale colors from white to black.
getGreen() - Method in class com.oorian.css.color.Color
Returns the green component of this Color object.
getGroupId() - Method in class com.oorian.html.components.TreeGroup
Gets the group ID.
getGroupId() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns the group identifier.
getGroupSet() - Method in class com.oorian.validation.GroupedValidator
Returns the validation groups as a set.
getHash() - Method in class com.oorian.html.HtmlPage
Returns the current URL hash fragment, without the leading # character.
getHead() - Method in class com.oorian.html.HtmlPage
Returns the head element of this page.
getHeader() - Method in class com.oorian.html.components.TreeGroup
Gets the header element for custom styling.
getHeader() - Method in class com.oorian.html.elements.Table
Returns the table header (thead) section.
getHeader() - Method in class com.oorian.html.layout.AccordionItem
Returns the header element for customization.
getHeader() - Method in class com.oorian.html.layout.Tab
Returns the header element.
getHeader(String) - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getHeader(String) - Method in class com.oorian.jakarta.JakartaUploadPart
 
getHeader(String) - Method in interface com.oorian.OorianHttpRequest
Returns the value of the specified request header.
getHeader(String) - Method in interface com.oorian.OorianUploadPart
Returns the value of the specified header for this part.
getHeader(String) - Method in class com.oorian.test.TestHttpRequest
 
getHeader(String) - Method in class com.oorian.testing.MockOorianHttpRequest
 
getHeaderArea() - Method in class com.oorian.html.layout.StoryLayout
Returns the header area for advanced customization.
getHeaderCells() - Method in class com.oorian.html.elements.Tr
Returns all header cells in this row.
getHeaderNames() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getHeaderNames() - Method in interface com.oorian.OorianHttpRequest
Returns an enumeration of all header names in this request.
getHeaderNames() - Method in class com.oorian.test.TestHttpRequest
 
getHeaderNames() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getHeaderPane() - Method in class com.oorian.html.layout.AppShellLayout
Returns the header pane for advanced customization.
getHeaderPane() - Method in class com.oorian.html.layout.DashboardLayout
Returns the header pane for advanced customization.
getHeaderPane() - Method in class com.oorian.html.layout.DocsLayout
Returns the header pane for advanced customization.
getHeaderPane() - Method in class com.oorian.html.layout.ReferenceLayout
Returns the header pane for customization.
getHeaderPane() - Method in class com.oorian.html.layout.SettingsLayout
Returns the header pane for advanced customization.
getHeaderPane() - Method in class com.oorian.html.layout.WizardLayout
Returns the header pane for advanced customization.
getHeaders() - Method in class com.oorian.apis.ApiHttpRequest
Returns the list of custom headers added to this request.
getHeaders(String) - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getHeaders(String) - Method in interface com.oorian.OorianHttpRequest
Returns all values of the specified request header as an enumeration.
getHeaders(String) - Method in class com.oorian.test.TestHttpRequest
 
getHeaders(String) - Method in class com.oorian.testing.MockOorianHttpRequest
 
getHeaderValues(String) - Method in class com.oorian.test.TestHttpResponse
Returns all values for a response header.
getHeading() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the direction of travel in degrees clockwise from true north.
getHeadlineArea() - Method in class com.oorian.html.layout.FeatureGridLayout
Returns the headline area for advanced customization.
getHeight() - Method in class com.oorian.css.animations.Bounce
Returns the bounce height.
getHeight() - Method in enum class com.oorian.html.layout.AspectRatio.Ratio
Returns the height component of the ratio.
getHeight() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the height of the pointer contact geometry.
getHeight() - Method in class com.oorian.Size
Returns the height dimension.
getHeroContent() - Method in class com.oorian.html.layout.HeroLayout
Returns the hero content element for advanced customization.
getHeroOverlay() - Method in class com.oorian.html.layout.HeroLayout
Returns the hero overlay element for advanced customization.
getHeroSection() - Method in class com.oorian.html.layout.HeroLayout
Returns the hero section element for advanced customization.
getHexString() - Method in class com.oorian.css.color.Color
Returns the color as a lowercase hexadecimal string without the leading hash.
getHost() - Method in class com.oorian.HttpFile
Returns the host header from the HTTP request.
getHost() - Method in class com.oorian.utils.Url
Returns the host of the URL.
getHostAndPort() - Method in class com.oorian.utils.Url
Returns the host and port as a combined string.
getHoverStyle() - Method in class com.oorian.html.StyledElement
Returns the CSS style applied when the mouse hovers over the element.
getHref() - Method in class com.oorian.html.elements.A
Returns the href attribute value.
getHref() - Method in class com.oorian.html.elements.Area
Returns the href attribute value.
getHrefLang() - Method in class com.oorian.html.elements.A
Returns the hreflang attribute value.
getHrefLang() - Method in class com.oorian.html.elements.Area
Returns the hreflang attribute value.
getHsb() - Method in class com.oorian.css.color.Color
Returns the color of this Color object as an HSB object.
getHtml() - Method in class com.oorian.html.Element
Returns the complete HTML of this element including its tags and children.
getHtml(StringBuilder) - Method in class com.oorian.html.containers.Deck
 
getHtml(StringBuilder) - Method in class com.oorian.html.containers.HPanel
 
getHtml(StringBuilder) - Method in class com.oorian.html.containers.VPanel
 
getHtml(StringBuilder) - Method in class com.oorian.html.Element
Appends this element's HTML to the provided StringBuilder.
getHtml(StringBuilder) - Method in class com.oorian.html.elements.RawHtml
Appends the raw HTML content to the provided StringBuilder without escaping.
getHtml(StringBuilder) - Method in class com.oorian.html.elements.Text
Appends the HTML-escaped text content to the provided StringBuilder.
getHtml(StringBuilder) - Method in class com.oorian.html.StyledElement
Generates the HTML representation of this element, including state-based styles and interactive cursor attributes.
getHtmlDir(Locale) - Static method in class com.oorian.i18n.DirectionResolver
Returns the HTML dir attribute value for the given locale.
getHtmlString() - Method in class com.oorian.css.color.Color
Returns the color as an HTML/CSS compatible string.
getHttpRequest() - Method in class com.oorian.HttpFile
Returns the web request for this file.
getHttpSession() - Method in class com.oorian.testing.OorianTestContext
Returns the mock HTTP session.
getHue() - Method in class com.oorian.css.color.Color
Returns the hue component of this Color object.
getIconArea() - Method in class com.oorian.html.layout.EmptyStateLayout
Returns the icon area for advanced customization.
getIconArea() - Method in class com.oorian.html.layout.ErrorLayout
Returns the icon area for advanced customization.
getId() - Method in class com.oorian.html.Element
Returns the unique identifier for this element.
getId() - Method in class com.oorian.html.SimpleTimer
Returns the identifier for this timer.
getId() - Method in class com.oorian.html.Timer
Gets the unique identifier for this timer.
getId() - Method in class com.oorian.jakarta.JakartaHttpSession
 
getId() - Method in class com.oorian.messaging.commands.Command
Gets the unique identifier for this command type.
getId() - Method in class com.oorian.messaging.events.client.ClientFileUploadEvent
Returns the upload request identifier.
getId() - Method in class com.oorian.messaging.events.server.ApplicationEvent
Returns the event identifier.
getId() - Method in class com.oorian.messaging.events.server.ExtServerEvent
Returns the event identifier.
getId() - Method in class com.oorian.messaging.events.server.PageEvent
Returns the event identifier.
getId() - Method in class com.oorian.messaging.events.server.ServerEvent
Returns the event identifier.
getId() - Method in class com.oorian.messaging.events.server.SessionEvent
Returns the event identifier.
getId() - Method in interface com.oorian.OorianHttpSession
Returns the unique session identifier.
getId() - Method in class com.oorian.OorianSession
Returns the unique session identifier.
getId() - Method in interface com.oorian.security.UserPrincipal
Returns the unique identifier for this user.
getId() - Method in class com.oorian.test.TestHttpSession
 
getId() - Method in class com.oorian.testing.MockOorianHttpSession
 
getIdentifier() - Method in class com.oorian.messaging.events.client.TouchEvent
Returns the unique identifier of the touch point.
getIdleTimeoutMillis() - Static method in class com.oorian.ApplicationDefaults
Returns the application-wide idle session timeout in milliseconds.
getIndexItems() - Method in class com.oorian.html.layout.ReferenceLayout
Returns the index items container.
getIndexPane() - Method in class com.oorian.html.layout.ReferenceLayout
Returns the index pane for customization.
getInitParameter(String) - Method in interface com.oorian.AppContext
Returns the value of the named context initialization parameter.
getInitParameter(String) - Method in class com.oorian.jakarta.JakartaAppContext
 
getInitParameter(String) - Method in class com.oorian.test.TestAppContext
 
getInnerHtml() - Method in class com.oorian.html.Element
Returns the inner HTML content of this element (excluding the element's own tags).
getInnerHtml() - Method in class com.oorian.html.HtmlPage
Returns the inner HTML content of this page as a string.
getInnerHtml(StringBuilder) - Method in class com.oorian.html.Element
Appends the inner HTML of this element to the specified StringBuilder.
getInnerHtml(StringBuilder) - Method in class com.oorian.html.elements.TextArea
 
getInput() - Method in class com.oorian.validation.ValidatedInput
Returns the underlying input element.
getInputMode() - Method in class com.oorian.html.VisualElement
Returns the inputmode attribute value.
getInputStream() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getInputStream() - Method in class com.oorian.jakarta.JakartaUploadPart
 
getInputStream() - Method in interface com.oorian.OorianHttpRequest
Returns an input stream for reading the request body as binary data.
getInputStream() - Method in interface com.oorian.OorianUploadPart
Returns an input stream for reading the content of this part.
getInputStream() - Method in class com.oorian.test.TestHttpRequest
 
getInputStream() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getInputStream() - Method in class com.oorian.utils.OorianFile
Returns an InputStream for reading this file's contents.
getInputStream() - Method in class com.oorian.utils.ResourceFile
Returns an InputStream for reading this file's contents.
getInputStream() - Method in class com.oorian.utils.ServerFile
Returns an InputStream for reading this file's contents.
getInstance() - Static method in class com.oorian.Application
Gets the singleton instance of the Application.
getInstance() - Static method in class com.oorian.security.BruteForceProtection
Returns the singleton BruteForceProtection instance.
getInstance() - Static method in class com.oorian.security.SecurityHeaders
Returns the global SecurityHeaders instance.
getInt(String, int) - Method in class com.oorian.OorianConfig
Returns the integer value for the given key, or the default if not found or not a valid integer.
getIntArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Integers.
getIntensity() - Method in class com.oorian.css.color.Color
Returns the intensity of the current color.
getInterval() - Method in class com.oorian.html.SimpleTimer
Returns the interval between periodic executions.
getInterval() - Method in class com.oorian.html.Timer
Gets the interval between timer executions.
getInterval() - Method in class com.oorian.OorianTimer
Returns the interval in milliseconds.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Audio
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Canvas
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Embed
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.IFrame
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Image
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Img
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Object
Returns the HTML height attribute value.
getIntrinsicHeight() - Method in class com.oorian.html.elements.Video
Returns the HTML height attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Audio
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Canvas
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Embed
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.IFrame
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Image
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Img
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Object
Returns the HTML width attribute value.
getIntrinsicWidth() - Method in class com.oorian.html.elements.Video
Returns the HTML width attribute value.
getInvalidValue() - Method in exception class com.oorian.data.converter.ConversionException
Returns the value that could not be converted.
getIpAddress() - Method in class com.oorian.ClientProfile
Returns the client's IP address.
getIpAddress() - Method in class com.oorian.html.HtmlPage
Returns the client's IP address.
getIpAddress() - Static method in class com.oorian.html.js.ScreenApi
Returns the client's IP address.
getIpConnectionCount(String) - Static method in class com.oorian.security.ConnectionTracker
Returns the current number of active connections from the given IP address.
getIs() - Method in class com.oorian.html.Element
Returns the is attribute value.
getItem(int) - Method in class com.oorian.html.containers.HashNavComponent
Returns the element at the specified index.
getItem(int) - Method in class com.oorian.html.layout.Accordion
Returns the item at the specified index.
getItemCount() - Method in class com.oorian.html.containers.HashNavComponent
Returns the number of items registered with this component.
getItemCount() - Method in class com.oorian.html.layout.Accordion
Returns the number of items in the accordion.
getItemCount() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the number of items.
getItemId() - Method in class com.oorian.html.Element
Returns the itemid attribute value.
getItemId(int) - Method in class com.oorian.html.containers.HashNavComponent
Returns the ID at the specified index.
getItemProp() - Method in class com.oorian.html.Element
Returns the itemprop attribute value.
getItemRef() - Method in class com.oorian.html.Element
Returns the itemref attribute value.
getItems() - Method in class com.oorian.data.DataResult
Returns the fetched items.
getItems() - Method in class com.oorian.data.ListDataProvider
Returns the underlying items (unmodifiable view).
getItems() - Method in class com.oorian.html.layout.Accordion
Returns all items in the accordion.
getItemsContainer() - Method in class com.oorian.html.components.TreeGroup
Gets the items container element for custom styling.
getItemType() - Method in class com.oorian.html.Element
Returns the itemtype attribute value.
getIterations() - Method in class com.oorian.security.Pbkdf2Hasher
Returns the iteration count used by this hasher.
getKey() - Method in class com.oorian.html.js.storage.StorageEvent
Returns the storage key that was requested.
getKeyCode() - Method in class com.oorian.messaging.events.client.KeyEvent
Returns the key code of the pressed key.
getKeyFramesId() - Method in class com.oorian.css.animations.Animation
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.Beat
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.BeatFade
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.Bounce
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.Fade
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.Flip
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.Shake
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.Spin
Returns the unique ID for this animation's keyframes style element.
getKeyFramesId() - Method in class com.oorian.css.animations.SpinPulse
Returns the unique ID for this animation's keyframes style element.
getKeys() - Method in class com.oorian.json.JsonObject
Returns a list of all keys in this object.
getKind() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns the kind of device.
getLabel() - Method in class com.oorian.html.components.TreeGroup
Gets the group label.
getLabel() - Method in class com.oorian.html.components.TreeItem
Gets the display label for the item.
getLabel() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns the human-readable label for the device.
getLabelSpan() - Method in class com.oorian.html.components.TreeItem
Gets the label element for custom styling.
getLang() - Method in class com.oorian.html.Element
Returns the lang attribute value.
getLastAccessedTime() - Method in class com.oorian.jakarta.JakartaHttpSession
 
getLastAccessedTime() - Method in interface com.oorian.OorianHttpSession
Returns the time of last client access.
getLastAccessedTime() - Method in class com.oorian.OorianSession
Returns the time of last client access.
getLastAccessedTime() - Method in class com.oorian.test.TestHttpSession
 
getLastAccessedTime() - Method in class com.oorian.testing.MockOorianHttpSession
 
getLastActivityTime() - Method in class com.oorian.html.HtmlPage
Returns the time of the last activity on this page.
getLastDayOfMonth() - Method in class com.oorian.utils.Day
Returns the last day of this month.
getLastMessage() - Method in class com.oorian.testing.MockWebsocketConnection
Returns the most recently sent message, or null if no messages have been sent.
getLastResult() - Method in class com.oorian.validation.ValidatedInput
Returns the result of the last validation.
getLastScreenSize() - Method in class com.oorian.ClientProfile
Returns the previous screen size before the last update.
getLastScreenSize() - Static method in class com.oorian.html.js.ScreenApi
Returns the previous screen size before the last update.
getLastWindowSize() - Method in class com.oorian.ClientProfile
Returns the previous window size before the last update.
getLastWindowSize() - Static method in class com.oorian.html.js.ScreenApi
Returns the previous window size before the last update.
getLatitude() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the latitude in decimal degrees.
getLatitude() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Convenience method to get the latitude.
getLatitude() - Method in class com.oorian.html.js.geolocation.GeolocationPosition
Convenience method to get the latitude from the coordinates.
getLimit() - Method in class com.oorian.data.Query
Returns the maximum number of items to return.
getLine() - Method in exception class com.oorian.html.parser.HtmlParseException
Gets the line number where the parsing error occurred.
getLine() - Method in exception class com.oorian.xml.XmlParseException
Returns the line number where the parse error occurred.
getLoadingIndicator() - Method in class com.oorian.validation.AsyncValidatedInput
Returns the loading indicator element.
getLocalDate() - Method in class com.oorian.utils.Day
Converts this Day to a Java LocalDate.
getLocale() - Static method in class com.oorian.i18n.SessionLocaleResolver
Returns the locale stored in the current session.
getLocale() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getLocale() - Method in interface com.oorian.OorianHttpRequest
Returns the preferred locale of the client, based on the Accept-Language header.
getLocale() - Method in class com.oorian.test.TestHttpRequest
 
getLocale() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getLocaleResolver() - Static method in class com.oorian.i18n.LocaleConfiguration
Returns the active locale resolver.
getLocalFilename() - Method in class com.oorian.html.multipartrequest.ClientFile
Gets the local filesystem path where the uploaded file is stored.
getLocalItem(HtmlPage, String, Element) - Static method in class com.oorian.html.js.storage.StorageApi
Gets an item from localStorage.
getLocalItem(String, Element) - Static method in class com.oorian.html.js.storage.StorageApi
Gets an item from localStorage using the current page context.
getLockoutDurationMillis() - Method in class com.oorian.security.BruteForceConfig
Returns the lockout duration in milliseconds.
getLogger(Class<?>) - Static method in class com.oorian.OorianLog
Creates a new OorianLog instance for the specified class.
getLogicalDocumentHeight() - Method in class com.oorian.html.HtmlPage
Returns the document height in logical (CSS) pixels.
getLogicalDocumentWidth() - Method in class com.oorian.html.HtmlPage
Returns the document width in logical (CSS) pixels.
getLogicalScreenHeight() - Method in class com.oorian.ClientProfile
Returns the logical screen height in CSS pixels.
getLogicalScreenWidth() - Method in class com.oorian.ClientProfile
Returns the logical screen width in CSS pixels.
getLogicalWindowHeight() - Method in class com.oorian.ClientProfile
Returns the logical browser window height in CSS pixels.
getLogicalWindowWidth() - Method in class com.oorian.ClientProfile
Returns the logical browser window width in CSS pixels.
getLoginPage() - Static method in class com.oorian.Application
Returns the configured login page path.
getLoginPagePath() - Static method in class com.oorian.ApplicationDefaults
Gets the login page path for authentication redirects.
getLoginUrl() - Method in interface com.oorian.security.SecurityHandler
Returns the URL to redirect to when authentication is required but the user is not authenticated.
getLong(String, long) - Method in class com.oorian.OorianConfig
Returns the long value for the given key, or the default if not found or not a valid long.
getLongArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Longs.
getLongitude() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the longitude in decimal degrees.
getLongitude() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Convenience method to get the longitude.
getLongitude() - Method in class com.oorian.html.js.geolocation.GeolocationPosition
Convenience method to get the longitude from the coordinates.
getMainContainer() - Method in class com.oorian.html.layout.SettingsLayout
Returns the main container for advanced customization.
getMainPane() - Method in class com.oorian.html.layout.SplitLayout
Returns the main pane for direct styling or element addition.
getMasterItems() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the master items container for customization.
getMasterPane() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the master pane for advanced customization.
getMax() - Method in class com.oorian.html.elements.InputElement
Returns the max attribute value.
getMax() - Method in class com.oorian.validation.validators.RangeValidator
Returns the maximum value constraint, if set.
getMaxAge() - Method in class com.oorian.OorianCookie
Returns the maximum age of the cookie in seconds.
getMaxAttempts() - Method in class com.oorian.security.BruteForceConfig
Returns the maximum number of failed attempts before lockout.
getMaxConcurrentSessions() - Static method in class com.oorian.ApplicationDefaults
Returns the maximum number of concurrent sessions allowed per user.
getMaxConnectionsPerIp() - Static method in class com.oorian.ApplicationDefaults
Returns the maximum number of concurrent WebSocket connections allowed per IP address.
getMaxConnectionsPerSession() - Static method in class com.oorian.ApplicationDefaults
Returns the maximum number of concurrent WebSocket connections allowed per session.
getMaxDate() - Method in class com.oorian.validation.validators.DateValidator
Returns the maximum allowed date.
getMaxFileSize() - Method in class com.oorian.security.FileUploadConfig
Returns the maximum allowed file size in bytes.
getMaximumAge() - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Returns the maximum age value.
getMaxInactiveInterval() - Method in class com.oorian.jakarta.JakartaHttpSession
 
getMaxInactiveInterval() - Method in interface com.oorian.OorianHttpSession
Returns the maximum inactive interval for this session.
getMaxInactiveInterval() - Method in class com.oorian.OorianSession
Returns the maximum inactive interval for this session.
getMaxInactiveInterval() - Method in class com.oorian.test.TestHttpSession
 
getMaxInactiveInterval() - Method in class com.oorian.testing.MockOorianHttpSession
 
getMaxLength() - Method in class com.oorian.html.elements.InputElement
Returns the maxlength attribute value.
getMaxLength() - Method in class com.oorian.validation.validators.LengthValidator
Returns the maximum length constraint, if set.
getMaxRequestBodySize() - Static method in class com.oorian.ApplicationDefaults
Returns the maximum request body size in bytes.
getMaxWebSocketMessageSize() - Static method in class com.oorian.ApplicationDefaults
Returns the maximum WebSocket text message size in bytes.
getMaxWidthCondition() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns a CSS media query condition for smaller screens (without @media prefix).
getMaxWidthMediaQuery() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns a CSS media query for screens smaller than this breakpoint (max-width).
getMediaPane() - Method in class com.oorian.html.layout.MediaLayout
Returns the media pane for advanced customization.
getMediaQuery() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns a CSS media query for this breakpoint (min-width).
getMenuArea() - Method in class com.oorian.html.layout.NavbarLayout
Provides access to the menu area for advanced customization.
getMessage() - Method in class com.oorian.ErrorPage
Returns the descriptive message for the current status code.
getMessage() - Method in class com.oorian.html.js.clipboard.ClipboardErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.fullscreen.FullscreenErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.notification.NotificationErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.share.ShareErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.speech.SpeechErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.html.js.wakelock.WakeLockErrorEvent
Returns the error message.
getMessage() - Method in class com.oorian.security.FileUploadValidator.Result
Returns the validation error message.
getMessage() - Method in interface com.oorian.validation.AsyncValidator
Returns the error message for this validator.
getMessage() - Method in class com.oorian.validation.GroupedValidator
 
getMessage() - Method in interface com.oorian.validation.Validator
Returns the default error message for this validator.
getMessage() - Method in class com.oorian.validation.validators.AlphanumericValidator
 
getMessage() - Method in class com.oorian.validation.validators.CompareValidator
Returns the error message for this validator.
getMessage() - Method in class com.oorian.validation.validators.CreditCardValidator
 
getMessage() - Method in class com.oorian.validation.validators.DateRangeValidator
Returns the error message for this validator.
getMessage() - Method in class com.oorian.validation.validators.DateValidator
 
getMessage() - Method in class com.oorian.validation.validators.EmailValidator
 
getMessage() - Method in class com.oorian.validation.validators.LengthValidator
 
getMessage() - Method in class com.oorian.validation.validators.NumericValidator
 
getMessage() - Method in class com.oorian.validation.validators.PatternValidator
 
getMessage() - Method in class com.oorian.validation.validators.PhoneValidator
 
getMessage() - Method in class com.oorian.validation.validators.RangeValidator
 
getMessage() - Method in class com.oorian.validation.validators.RequiredValidator
 
getMessage() - Method in class com.oorian.validation.validators.UniqueValidator
 
getMessage() - Method in class com.oorian.validation.validators.UrlValidator
 
getMessage(int) - Method in class com.oorian.ErrorPage
Returns the descriptive message for the given HTTP status code.
getMessageArea() - Method in class com.oorian.html.layout.EmptyStateLayout
Returns the message area for advanced customization.
getMessageArea() - Method in class com.oorian.html.layout.ErrorLayout
Returns the message area for advanced customization.
getMessageArea() - Method in class com.oorian.html.layout.LoadingLayout
Returns the message area for advanced customization.
getMessageCount() - Method in class com.oorian.testing.MockWebsocketConnection
Returns the number of messages sent through this connection.
getMessageResolver() - Static method in class com.oorian.i18n.MessageConfiguration
Returns the active message resolver.
getMessages() - Method in class com.oorian.testing.MockWebsocketConnection
Returns an unmodifiable list of all messages sent through this connection.
getMessages() - Method in class com.oorian.validation.ValidationResult
Returns the list of validation messages.
getMethod() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getMethod() - Method in interface com.oorian.OorianHttpRequest
Returns the HTTP method of this request (GET, POST, PUT, DELETE, etc.).
getMethod() - Method in class com.oorian.test.TestHttpRequest
 
getMethod() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getMiddleContainer() - Method in class com.oorian.html.layout.RegionLayout
Returns the middle row container for advanced customization.
getMimeType() - Method in class com.oorian.utils.MimeType
Returns the MIME type string.
getMimeType(String) - Method in interface com.oorian.AppContext
Returns the MIME type of the specified file, or null if unknown.
getMimeType(String) - Method in class com.oorian.jakarta.JakartaAppContext
 
getMimeType(String) - Method in class com.oorian.test.TestAppContext
 
getMin() - Method in class com.oorian.html.elements.InputElement
Returns the min attribute value.
getMin() - Method in class com.oorian.validation.validators.RangeValidator
Returns the minimum value constraint, if set.
getMinDate() - Method in class com.oorian.validation.validators.DateValidator
Returns the minimum allowed date.
getMinLength() - Method in class com.oorian.html.elements.InputElement
Returns the minlength attribute value.
getMinLength() - Method in class com.oorian.validation.validators.LengthValidator
Returns the minimum length constraint, if set.
getMinOpacity() - Method in class com.oorian.css.animations.BeatFade
Returns the minimum opacity.
getMinOpacity() - Method in class com.oorian.css.animations.Fade
Returns the minimum opacity.
getMinWidth() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns the minimum width in pixels for this breakpoint.
getMode() - Method in class com.oorian.html.layout.AutoLayout
Gets the current layout mode.
getMonth() - Method in class com.oorian.utils.Day
Returns the month component of this Day.
getMonthAbbr() - Method in class com.oorian.utils.Day
Returns the three-letter abbreviation of the month name.
getMonthName() - Method in class com.oorian.utils.Day
Returns the full name of the month.
getName() - Method in class com.oorian.apis.RequestHeader
Returns the header name.
getName() - Method in class com.oorian.apis.RequestParameter
Returns the parameter name.
getName() - Method in class com.oorian.css.ClassRule
Returns the CSS class name for this rule.
getName() - Method in class com.oorian.css.color.Color
Returns the name of this color if it is a named HTML color.
getName() - Method in class com.oorian.html.elements.Button
Returns the name attribute value.
getName() - Method in class com.oorian.html.elements.Fieldset
Returns the name attribute value.
getName() - Method in class com.oorian.html.elements.Output
Returns the name attribute value.
getName() - Method in class com.oorian.html.elements.InputElement
Returns the name attribute value.
getName() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns the short name of this breakpoint.
getName() - Method in class com.oorian.jakarta.JakartaUploadPart
 
getName() - Method in class com.oorian.OorianCookie
Returns the cookie name.
getName() - Method in interface com.oorian.OorianUploadPart
Returns the name of this part (the form field name).
getName() - Method in class com.oorian.Parameter
Returns the parameter name.
getName() - Method in interface com.oorian.security.UserPrincipal
Returns the display name for this user.
getName() - Method in class com.oorian.utils.OorianFile
Returns the filename extracted from the path, handling both forward and back slashes.
getName() - Method in class com.oorian.utils.ServerFile
Returns the filename extracted from the path, handling both forward and back slashes.
getNavigationArea() - Method in class com.oorian.html.layout.WizardLayout
Returns the navigation area for advanced customization.
getNavItems() - Method in class com.oorian.html.layout.AppShellLayout
Returns the nav items container for customization.
getNavItems() - Method in class com.oorian.html.layout.DocsLayout
Returns the nav items container for customization.
getNavItems() - Method in class com.oorian.html.layout.SettingsLayout
Returns the nav items container for customization.
getNavItems() - Method in class com.oorian.html.layout.SplitNavLayout
Returns the nav items container for customization.
getNavPane() - Method in class com.oorian.html.layout.DocsLayout
Returns the navigation pane for advanced customization.
getNavPane() - Method in class com.oorian.html.layout.SplitNavLayout
Returns the nav pane for advanced customization.
getNewLocale() - Method in class com.oorian.messaging.events.server.LocaleChangeEvent
Returns the new locale that is now active.
getNewParent() - Method in class com.oorian.messaging.events.client.DropEvent
Returns the new parent where the element was dropped.
getNewParentChildIds() - Method in class com.oorian.messaging.events.client.DropEvent
Returns the child IDs of the new parent after the drop.
getNewState() - Method in class com.oorian.messaging.events.client.ToggleEvent
Returns the new state of the toggled element.
getNextSibling() - Method in class com.oorian.html.Element
Returns the next sibling element (the element immediately after this one in the parent's children).
getNextSibling() - Method in class com.oorian.xml.XmlElement
Returns the next sibling element, or null if this is the last child or has no parent.
getNorthRegion() - Method in class com.oorian.html.layout.RegionLayout
Returns the north region for advanced customization.
getNumberOfCells() - Method in class com.oorian.html.containers.HPanel
Returns the number of cells in the panel.
getNumberOfCells() - Method in class com.oorian.html.containers.VPanel
 
getNumberOfCells() - Method in class com.oorian.html.elements.Tr
Returns the number of cells in this row.
getNumberOfOptions() - Method in class com.oorian.html.elements.Select
Returns the number of options in this select element.
getObjectArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of JsonObjects.
getOffset() - Method in class com.oorian.data.Query
Returns the starting index.
getOldParent() - Method in class com.oorian.messaging.events.client.DropEvent
Returns the original parent of the dropped element.
getOldParentChildIds() - Method in class com.oorian.messaging.events.client.DropEvent
Returns the child IDs of the original parent after the drop.
getOldState() - Method in class com.oorian.messaging.events.client.ToggleEvent
Returns the previous state of the toggled element.
getOorianScript() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide path to the Oorian client-side JavaScript file.
getOorianSession() - Method in class com.oorian.testing.OorianTestContext
Returns the registered OorianSession.
getOperation() - Method in class com.oorian.html.js.clipboard.ClipboardErrorEvent
Returns the operation that failed.
getOperation() - Method in class com.oorian.validation.validators.CompareValidator
Returns the comparison operation.
getOperator() - Method in class com.oorian.data.FilterDescriptor
Returns the filter operator.
getOptions() - Method in class com.oorian.html.elements.Select
Returns all options in this select element, including options within option groups.
getOrientation() - Method in class com.oorian.ClientProfile
Returns the device orientation.
getOrientation() - Static method in class com.oorian.html.js.ScreenApi
Returns the current screen orientation.
getOriginalFilename() - Method in class com.oorian.html.multipartrequest.ClientFile
Gets the original filename as provided by the client's browser.
getOriginalParameters() - Method in class com.oorian.HttpFile
Returns the original request parameters captured at initialization.
getOriginX() - Method in class com.oorian.css.transitions.Grow
Returns the horizontal transform origin.
getOriginY() - Method in class com.oorian.css.transitions.Grow
Returns the vertical transform origin.
getOuterContainer() - Method in class com.oorian.html.layout.FormLayout
Returns the outer container for advanced customization.
getOutputContent() - Method in class com.oorian.test.TestHttpResponse
Returns the content written to this response via TestHttpResponse.getOutputStream().
getOutputStream() - Method in class com.oorian.jakarta.JakartaHttpResponse
 
getOutputStream() - Method in interface com.oorian.OorianHttpResponse
Returns the output stream for writing binary response data.
getOutputStream() - Method in class com.oorian.test.TestHttpResponse
 
getOutputStream() - Method in class com.oorian.utils.ServerFile
Returns an OutputStream for writing to this file.
getPage() - Method in class com.oorian.html.Element
Returns the page this element is attached to.
getPage() - Static method in class com.oorian.html.HtmlPage
 
getPage() - Static method in class com.oorian.html.js.JavaScriptApi
Returns the current page from the thread-local session context.
getPage() - Method in class com.oorian.OorianSseConnection
Gets the HtmlPage associated with this connection.
getPage(String) - Method in class com.oorian.OorianSession
Returns a cached page by its unique identifier.
getPageClass() - Method in class com.oorian.PageInfo
Returns the page class.
getPageId() - Method in class com.oorian.html.HtmlPage
Returns the unique identifier for this page instance.
getPageInfo(Class) - Static method in class com.oorian.Application
Gets the PageInfo object for a specific page class.
getPageInfo(Class) - Static method in class com.oorian.PageRegistry
Returns the PageInfo for the specified page class.
getPages() - Static method in class com.oorian.Application
Gets the list of all registered page information.
getPageState() - Method in class com.oorian.html.HtmlPage
Returns the current lifecycle state of this page.
getPane() - Method in class com.oorian.html.controls.dialog.Dialog
Returns the glass pane overlay element.
getPanel() - Method in class com.oorian.html.layout.Drawer
Returns the drawer panel for adding content.
getParameter(int) - Method in class com.oorian.UrlParameters
Returns the parameter value by index (order of appearance in URL).
getParameter(String) - Method in class com.oorian.HttpFile
Returns the value of the specified request parameter.
getParameter(String) - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getParameter(String) - Method in interface com.oorian.OorianHttpRequest
Returns the value of a request parameter.
getParameter(String) - Method in class com.oorian.Parameters
Returns the Parameter object for the specified name.
getParameter(String) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter.
getParameter(String) - Method in class com.oorian.test.TestHttpRequest
 
getParameter(String) - Method in class com.oorian.testing.MockOorianHttpRequest
 
getParameter(String) - Method in class com.oorian.UrlParameters
Returns the parameter value by name.
getParameter(String, String) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter, or a default if not found.
getParameterAsBoolean(String) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as a Boolean.
getParameterAsBoolean(String, boolean) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as a Boolean, or a default.
getParameterAsDouble(int) - Method in class com.oorian.UrlParameters
Returns the parameter value as a Double by index.
getParameterAsDouble(String) - Method in class com.oorian.UrlParameters
Returns the parameter value as a Double by name.
getParameterAsFloat(String) - Method in class com.oorian.HttpFile
Returns the value of the specified request parameter as a Float.
getParameterAsFloat(String) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as a Float.
getParameterAsFloat(String, float) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as a Float, or a default.
getParameterAsInt(int) - Method in class com.oorian.UrlParameters
Returns the parameter value as an Integer by index.
getParameterAsInt(String) - Method in class com.oorian.HttpFile
Returns the value of the specified request parameter as an Integer.
getParameterAsInt(String) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as an Integer.
getParameterAsInt(String) - Method in class com.oorian.UrlParameters
Returns the parameter value as an Integer by name.
getParameterAsInt(String, int) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as an Integer, or a default.
getParameterAsLong(int) - Method in class com.oorian.UrlParameters
Returns the parameter value as a Long by index.
getParameterAsLong(String) - Method in class com.oorian.HttpFile
Returns the value of the specified request parameter as a Long.
getParameterAsLong(String) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as a Long.
getParameterAsLong(String) - Method in class com.oorian.UrlParameters
Returns the parameter value as a Long by name.
getParameterAsLong(String, long) - Method in class com.oorian.RequestParameters
Returns the first value of the specified parameter as a Long, or a default.
getParameterAsShort(String) - Method in class com.oorian.HttpFile
Returns the value of the specified request parameter as a Short.
getParameterMap() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getParameterMap() - Method in interface com.oorian.OorianHttpRequest
Returns a map of all request parameters.
getParameterMap() - Method in class com.oorian.test.TestHttpRequest
 
getParameterMap() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getParameterNames() - Method in class com.oorian.Parameters
Returns a list of all parameter names.
getParameterNames() - Method in class com.oorian.RequestParameters
Returns an array of all parameter names.
getParameters() - Method in class com.oorian.HttpFile
Returns the current request parameters.
getParameters() - Method in class com.oorian.messaging.events.client.FormEvent
Returns the parameters collection for this form event.
getParameters() - Method in class com.oorian.messaging.events.client.UserEvent
Returns the parameters collection for this user event.
getParameters() - Method in class com.oorian.Parameters
Returns a list of all Parameter objects.
getParametersAFloat(String) - Method in class com.oorian.HttpFile
Returns all values for the specified request parameter as a list of Floats.
getParametersAsInt(String) - Method in class com.oorian.HttpFile
Returns all values for the specified request parameter as a list of Integers.
getParametersAsLong(String) - Method in class com.oorian.HttpFile
Returns all values for the specified request parameter as a list of Longs.
getParametersAsShort(String) - Method in class com.oorian.HttpFile
Returns all values for the specified request parameter as a list of Shorts.
getParameterValue(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter.
getParameterValueAsBoolean(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter as a Boolean.
getParameterValueAsDouble(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter as a Double.
getParameterValueAsFloat(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter as a Float.
getParameterValueAsInt(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter as an Integer.
getParameterValueAsLong(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter as a Long.
getParameterValueAsShort(String) - Method in class com.oorian.Parameters
Returns the first value of the specified parameter as a Short.
getParameterValues(String) - Method in class com.oorian.HttpFile
Returns all values for the specified request parameter.
getParameterValues(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter.
getParameterValues(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter.
getParameterValuesAsBoolean(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter as a list of Booleans.
getParameterValuesAsBooleans(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter as Booleans.
getParameterValuesAsDoubles(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter as Doubles.
getParameterValuesAsFloat(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter as a list of Floats.
getParameterValuesAsFloats(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter as Floats.
getParameterValuesAsInt(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter as a list of Integers.
getParameterValuesAsInts(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter as Integers.
getParameterValuesAsLong(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter as a list of Longs.
getParameterValuesAsLongs(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter as Longs.
getParameterValuesAsShort(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter as a list of Shorts.
getParameterValuesAsShorts(String) - Method in class com.oorian.Parameters
Returns all values for the specified parameter as Shorts.
getParameterValuesAsString(String) - Method in class com.oorian.RequestParameters
Returns all values for the specified parameter as a list of Strings.
getParamName() - Method in class com.oorian.apis.FileParameter
Returns the form field name for this file parameter.
getParent() - Method in class com.oorian.html.Element
Returns the parent element.
getParent() - Method in class com.oorian.xml.XmlElement
Returns the parent element, or null if this is the root element.
getPart() - Method in class com.oorian.html.Element
Returns the part attribute value.
getParts() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getParts() - Method in interface com.oorian.OorianHttpRequest
Returns the multipart parts of this request.
getParts() - Method in class com.oorian.test.TestHttpRequest
 
getParts() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getPath() - Method in class com.oorian.OorianCookie
Returns the path for which the cookie is valid.
getPath() - Method in class com.oorian.utils.OorianFile
Returns the path of this file as provided at construction time.
getPath() - Method in class com.oorian.utils.ResourceFile
Returns the path of this file as provided at construction time.
getPath() - Method in class com.oorian.utils.ServerFile
Returns the path of this file as provided at construction time.
getPath() - Method in class com.oorian.utils.Url
Returns the path portion of the URL.
getPath(Class<? extends HttpFile>) - Static method in class com.oorian.HttpFile
Extracts the path from a page class's @Page annotation.
getPathInfo() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getPathInfo() - Method in interface com.oorian.OorianHttpRequest
Returns the path info portion of the request URL.
getPathInfo() - Method in class com.oorian.test.TestHttpRequest
 
getPathInfo() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getPattern() - Method in class com.oorian.validation.validators.PatternValidator
Returns the pattern used by this validator.
getPayload() - Method in class com.oorian.messaging.events.client.DragOverEvent
Returns the element being dragged.
getPermissionName() - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
Returns the name of the permission.
getPhysicalDocumentHeight() - Method in class com.oorian.html.HtmlPage
Returns the document height in physical (device) pixels.
getPhysicalDocumentWidth() - Method in class com.oorian.html.HtmlPage
Returns the document width in physical (device) pixels.
getPhysicalScreenHeight() - Method in class com.oorian.ClientProfile
Returns the physical screen height in device pixels.
getPhysicalScreenHeight() - Method in class com.oorian.html.HtmlPage
Returns the screen height in physical (device) pixels.
getPhysicalScreenHeight() - Static method in class com.oorian.html.js.ScreenApi
Returns the screen height in physical (device) pixels.
getPhysicalScreenWidth() - Method in class com.oorian.ClientProfile
Returns the physical screen width in device pixels.
getPhysicalScreenWidth() - Method in class com.oorian.html.HtmlPage
Returns the screen width in physical (device) pixels.
getPhysicalScreenWidth() - Static method in class com.oorian.html.js.ScreenApi
Returns the screen width in physical (device) pixels.
getPhysicalWindowHeight() - Method in class com.oorian.ClientProfile
Returns the physical browser window height in device pixels.
getPhysicalWindowHeight() - Method in class com.oorian.html.HtmlPage
Returns the browser window height in physical (device) pixels.
getPhysicalWindowHeight() - Static method in class com.oorian.html.js.ScreenApi
Returns the browser window height in physical (device) pixels.
getPhysicalWindowWidth() - Method in class com.oorian.ClientProfile
Returns the physical browser window width in device pixels.
getPhysicalWindowWidth() - Method in class com.oorian.html.HtmlPage
Returns the browser window width in physical (device) pixels.
getPhysicalWindowWidth() - Static method in class com.oorian.html.js.ScreenApi
Returns the browser window width in physical (device) pixels.
getPing() - Method in class com.oorian.html.elements.A
Returns the ping attribute value.
getPing() - Method in class com.oorian.html.elements.Area
Returns the ping attribute value.
getPixelRatio() - Method in class com.oorian.ClientProfile
Returns the device pixel ratio.
getPixelRatio() - Method in class com.oorian.html.HtmlPage
Returns the device pixel ratio.
getPixelRatio() - Static method in class com.oorian.html.js.ScreenApi
Returns the device pixel ratio.
getPlaceholder() - Method in class com.oorian.html.elements.InputElement
Returns the placeholder attribute value.
getPointerId() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the unique identifier for the pointer.
getPointerType() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the type of pointer (mouse, pen, or touch).
getPollInterval() - Static method in class com.oorian.ApplicationDefaults
Gets the application-wide default poll interval for AJAX_ONLY mode.
getPollInterval() - Method in class com.oorian.html.HtmlPage
Gets the polling interval for AJAX_ONLY mode.
getPopover() - Method in class com.oorian.html.VisualElement
Returns the popover attribute value.
getPort() - Method in class com.oorian.utils.Url
Returns the port number of the URL.
getPosition() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Returns the geographic position.
getPreload() - Method in class com.oorian.html.elements.Audio
Returns the preload attribute value.
getPreload() - Method in class com.oorian.html.elements.Video
Returns the preload attribute value.
getPressure() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the normalized pressure of the pointer input (0.0 to 1.0).
getPreviousFullUrl() - Method in class com.oorian.html.HtmlPage
Returns the full URL of the previous page in the browser history.
getPreviousLocale() - Method in class com.oorian.messaging.events.server.LocaleChangeEvent
Returns the locale that was active before the change.
getPrevSibling() - Method in class com.oorian.html.Element
Returns the previous sibling element (the element immediately before this one in the parent's children).
getPrevSibling() - Method in class com.oorian.xml.XmlElement
Returns the previous sibling element, or null if this is the first child or has no parent.
getPrincipal() - Method in class com.oorian.OorianSession
Returns the authenticated user principal for this session.
getProgressArea() - Method in class com.oorian.html.layout.LoadingLayout
Returns the progress area for advanced customization.
getProgressArea() - Method in class com.oorian.html.layout.WizardLayout
Returns the progress area for advanced customization.
getPropertyCount() - Method in class com.oorian.OorianConfig
Returns the number of configuration properties currently loaded.
getPropertyName() - Method in class com.oorian.messaging.events.client.TransitionEvent
Returns the name of the CSS property being transitioned.
getProtocol() - Method in class com.oorian.utils.Url
Returns the protocol (scheme) of the URL.
getPseudoElement() - Method in class com.oorian.messaging.events.client.AnimationEvent
Returns the pseudo-element the animation runs on, or an empty string if none.
getPseudoElement() - Method in class com.oorian.messaging.events.client.TransitionEvent
Returns the pseudo-element the transition runs on, or an empty string if none.
getQuery() - Method in class com.oorian.utils.Url
Returns the query string portion of the URL.
getQueryString() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getQueryString() - Method in interface com.oorian.OorianHttpRequest
Returns the query string portion of the request URL.
getQueryString() - Method in class com.oorian.test.TestHttpRequest
 
getQueryString() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getRandomColor() - Static method in class com.oorian.css.color.Color
Returns a random color from the standard color palette.
getRateLimitMaxRequests() - Static method in class com.oorian.ApplicationDefaults
Returns the maximum number of requests allowed per rate limit window.
getRateLimitWindowMillis() - Static method in class com.oorian.ApplicationDefaults
Returns the rate limit time window in milliseconds.
getReader() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getReader() - Method in interface com.oorian.OorianHttpRequest
Returns a BufferedReader for reading the request body as character data.
getReader() - Method in class com.oorian.test.TestHttpRequest
 
getReader() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getRealPath(String) - Method in interface com.oorian.AppContext
Returns the real filesystem path for the specified virtual path.
getRealPath(String) - Method in class com.oorian.jakarta.JakartaAppContext
 
getRealPath(String) - Method in class com.oorian.OorianSession
Returns the real filesystem path for the specified virtual path.
getRealPath(String) - Method in class com.oorian.test.TestAppContext
 
getReasonPhrase() - Method in class com.oorian.ConnectionCloseInfo
Returns the human-readable reason for the close.
getRed() - Method in class com.oorian.css.color.Color
Returns the red component of this Color object.
getRedirectUrl() - Method in class com.oorian.test.TestHttpResponse
Returns the redirect URL if TestHttpResponse.sendRedirect(String) was called.
getRef() - Method in class com.oorian.utils.Url
Returns the fragment (anchor) portion of the URL.
getReferrer() - Method in class com.oorian.html.HtmlPage
Returns the HTTP referrer header.
getReferrerPolicy() - Method in class com.oorian.html.elements.A
Returns the referrerpolicy attribute value.
getReferrerPolicy() - Method in class com.oorian.html.elements.Area
Returns the referrerpolicy attribute value.
getReferringPage() - Method in class com.oorian.html.HtmlPage
Returns the referring page path.
getRel() - Method in class com.oorian.html.elements.A
Returns the rel attribute value.
getRel() - Method in class com.oorian.html.elements.Area
Returns the rel attribute value.
getRemainingLockoutMillis(String) - Method in class com.oorian.security.BruteForceProtection
Returns the remaining lockout time in milliseconds for the specified key.
getRemainingRequests() - Method in class com.oorian.security.RateLimiter
Returns the number of remaining requests allowed in the current window.
getRemoteAddr() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getRemoteAddr() - Method in interface com.oorian.OorianHttpRequest
Returns the IP address of the client that sent the request.
getRemoteAddr() - Method in class com.oorian.test.TestHttpRequest
 
getRemoteAddr() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getRequest() - Method in class com.oorian.testing.OorianTestContext
Returns the mock HTTP request.
GetRequest - Class in com.oorian.apis
An HTTP GET request.
GetRequest() - Constructor for class com.oorian.apis.GetRequest
Creates a new GET request without a URL.
GetRequest(String) - Constructor for class com.oorian.apis.GetRequest
Creates a new GET request for the specified URL.
getRequestHost() - Method in class com.oorian.html.HtmlPage
Returns the request host.
getRequestPath() - Method in class com.oorian.ErrorContext
Returns the original request path that triggered the error.
getRequestPath() - Method in class com.oorian.ErrorPage
Returns the original request path that triggered the error.
getRequestURI() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getRequestURI() - Method in interface com.oorian.OorianHttpRequest
Returns the request URI.
getRequestURI() - Method in class com.oorian.test.TestHttpRequest
 
getRequestURI() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getRequestUrl() - Method in exception class com.oorian.OorianRuntimeException
Returns the URL of the request that caused this exception.
getRequestURL() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getRequestURL() - Method in interface com.oorian.OorianHttpRequest
Returns the request URL as a StringBuffer.
getRequestURL() - Method in class com.oorian.test.TestHttpRequest
 
getRequestURL() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getResourceAsStream(String) - Method in interface com.oorian.AppContext
Returns an input stream for reading the specified resource.
getResourceAsStream(String) - Method in class com.oorian.jakarta.JakartaAppContext
 
getResourceAsStream(String) - Method in class com.oorian.OorianSession
Returns an input stream for reading the specified application resource.
getResourceAsStream(String) - Method in class com.oorian.test.TestAppContext
 
getResponse() - Method in class com.oorian.apis.ApiHttpRequest
 
getResponseId() - Method in class com.oorian.messaging.responses.Response
Returns the unique identifier for this response.
getRgb() - Method in class com.oorian.css.color.Color
Returns this color as an integer RGB value.
getRgb() - Method in class com.oorian.css.color.Rgb
Returns the RGB value as a single integer with components packed as 0xRRGGBB.
getRole() - Method in class com.oorian.html.VisualElement
Returns the role attribute value.
getRoles() - Method in interface com.oorian.security.UserPrincipal
Returns the set of roles assigned to this user.
getRoot() - Method in class com.oorian.xml.XmlDocument
Returns the root element of this document.
getRotation() - Method in class com.oorian.css.transitions.Move
Returns the rotation value.
getRow(int) - Method in class com.oorian.html.elements.Table
Returns the row at the specified index in the table body.
getRow(int) - Method in class com.oorian.html.elements.Tbody
Returns the row at the specified index.
getRow(int) - Method in class com.oorian.html.elements.Tfoot
Returns the row at the specified index.
getRow(int) - Method in class com.oorian.html.elements.Thead
Returns the row at the specified index.
getRows() - Method in class com.oorian.html.elements.Tbody
Returns all rows contained in this table section.
getRows() - Method in class com.oorian.html.elements.Tfoot
Returns all rows contained in this table section.
getRows() - Method in class com.oorian.html.elements.Thead
Returns all rows contained in this table section.
getRows() - Method in class com.oorian.html.elements.TextArea
Returns the rows attribute value.
getRowSpan() - Method in class com.oorian.html.elements.TableCell
Returns the rowspan attribute value.
getRtlLanguages() - Static method in class com.oorian.i18n.DirectionResolver
Returns an unmodifiable set of all known RTL language codes.
getSameSite() - Method in class com.oorian.OorianCookie
Returns the SameSite attribute value.
getSameSite() - Method in class com.oorian.security.CookieDefaults
Returns the default SameSite attribute value.
getSaturation() - Method in class com.oorian.css.color.Color
Returns the saturation component of this Color object.
getScale() - Method in class com.oorian.css.animations.Beat
Returns the maximum scale factor.
getScale() - Method in class com.oorian.css.animations.BeatFade
Returns the maximum scale factor.
getScale() - Method in class com.oorian.css.transitions.Grow
Returns the target scale factor.
getScale() - Method in class com.oorian.css.transitions.Move
Returns the scale factor.
getScheme() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getScheme() - Method in interface com.oorian.OorianHttpRequest
Returns the scheme (protocol) used for the request (e.g., "http" or "https").
getScheme() - Method in class com.oorian.test.TestHttpRequest
 
getScheme() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getScreenHeight() - Method in class com.oorian.html.HtmlPage
Returns the screen height in logical (CSS) pixels.
getScreenHeight() - Static method in class com.oorian.html.js.ScreenApi
Returns the screen height in logical (CSS) pixels.
getScreenOrientation() - Method in class com.oorian.ClientProfile
Calculates the screen orientation based on screen dimensions.
getScreenOrientation() - Method in class com.oorian.html.HtmlPage
Returns the current screen orientation.
getScreenSize() - Method in class com.oorian.ClientProfile
Returns the current screen size.
getScreenSize() - Method in class com.oorian.html.HtmlPage
Returns the screen size in logical (CSS) pixels.
getScreenSize() - Static method in class com.oorian.html.js.ScreenApi
Returns the screen size in logical (CSS) pixels.
getScreenWidth() - Method in class com.oorian.html.HtmlPage
Returns the screen width in logical (CSS) pixels.
getScreenWidth() - Static method in class com.oorian.html.js.ScreenApi
Returns the screen width in logical (CSS) pixels.
getScrollBottom() - Method in class com.oorian.messaging.events.client.ScrollbarEvent
Returns the distance from the bottom of the scrollable area.
getScrollContainer() - Method in class com.oorian.html.layout.DashboardLayout
Returns the scroll container for advanced customization.
getScrollHeight() - Method in class com.oorian.messaging.events.client.ScrollbarEvent
Returns the total scrollable height.
getScrollLeft() - Method in class com.oorian.messaging.events.client.ScrollbarEvent
Returns the distance scrolled from the left.
getScrollRight() - Method in class com.oorian.messaging.events.client.ScrollbarEvent
Returns the distance from the right of the scrollable area.
getScrollTop() - Method in class com.oorian.messaging.events.client.ScrollbarEvent
Returns the distance scrolled from the top.
getScrollWidth() - Method in class com.oorian.messaging.events.client.ScrollbarEvent
Returns the total scrollable width.
getSectionCount() - Method in class com.oorian.html.layout.AppShellLayout
Returns the number of sections.
getSectionCount() - Method in class com.oorian.html.layout.DocsLayout
Returns the number of sections.
getSectionCount() - Method in class com.oorian.html.layout.SettingsLayout
Returns the number of sections.
getSectionCount() - Method in class com.oorian.html.layout.SplitNavLayout
Returns the number of sections.
getSectionCount() - Method in class com.oorian.html.layout.StoryLayout
Returns the number of sections added.
getSectionsContainer() - Method in class com.oorian.html.layout.StoryLayout
Returns the sections container for advanced customization.
getSecureCookieDefaults() - Method in class com.oorian.Application
Gets the application-wide secure cookie defaults.
getSelectedIndex() - Method in class com.oorian.html.elements.Select
Returns the index of the currently selected option.
getSelectedItemIndex() - Method in class com.oorian.html.layout.MasterDetailLayout
Returns the currently selected item index.
getSelectedOption() - Method in class com.oorian.html.elements.Select
Returns the currently selected Option.
getSelectedOptions() - Method in class com.oorian.html.elements.Select
Returns all selected options (for multiple select).
getSelectedText() - Method in class com.oorian.html.elements.Select
Returns the display text of the selected option.
getSelectedValue() - Method in class com.oorian.html.elements.RadioButton
Returns the value of the currently selected radio button in this button's group.
getSelectedValue() - Method in class com.oorian.html.elements.Select
Returns the value of the selected option.
getSelectedValueAsBoolean() - Method in class com.oorian.html.elements.Select
Returns the selected value as a boolean.
getSelectedValueAsDouble() - Method in class com.oorian.html.elements.Select
Returns the selected value as a double.
getSelectedValueAsFloat() - Method in class com.oorian.html.elements.Select
Returns the selected value as a float.
getSelectedValueAsInt() - Method in class com.oorian.html.elements.Select
Returns the selected value as an integer.
getSelectedValueAsLong() - Method in class com.oorian.html.elements.Select
Returns the selected value as a long.
getSelectedValueAsShort() - Method in class com.oorian.html.elements.Select
Returns the selected value as a short.
getSelectors() - Method in class com.oorian.css.CssRule
Returns the list of selectors for this rule.
getServerName() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getServerName() - Method in interface com.oorian.OorianHttpRequest
Returns the name of the server that received the request.
getServerName() - Method in class com.oorian.test.TestHttpRequest
 
getServerName() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getServerPort() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getServerPort() - Method in interface com.oorian.OorianHttpRequest
Returns the port number on which the request was received.
getServerPort() - Method in class com.oorian.test.TestHttpRequest
 
getServerPort() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getServiceLocator() - Static method in class com.oorian.inject.Services
Returns the active service locator.
getServletInfo() - Method in class com.oorian.OorianSseHandler
Returns a short description of the servlet.
getServletPath() - Method in class com.oorian.HttpFile
Returns the servlet path portion of the request URL.
getServletPath() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getServletPath() - Method in interface com.oorian.OorianHttpRequest
Returns the servlet path portion of the request URL.
getServletPath() - Method in class com.oorian.test.TestHttpRequest
 
getServletPath() - Method in class com.oorian.testing.MockOorianHttpRequest
 
getSession() - Method in class com.oorian.html.HtmlPage
Returns the current Oorian session.
getSession() - Static method in class com.oorian.test.OorianTestHarness
Returns the shared test session.
getSession(boolean) - Method in class com.oorian.jakarta.JakartaHttpRequest
 
getSession(boolean) - Method in interface com.oorian.OorianHttpRequest
Returns the session associated with this request.
getSession(boolean) - Method in class com.oorian.test.TestHttpRequest
 
getSession(boolean) - Method in class com.oorian.testing.MockOorianHttpRequest
 
getSessionConnectionCount(String) - Static method in class com.oorian.security.ConnectionTracker
Returns the current number of active connections for the given session.
getSessionId() - Method in class com.oorian.HttpFile
Returns the session identifier for the current request.
getSessionItem(HtmlPage, String, Element) - Static method in class com.oorian.html.js.storage.StorageApi
Gets an item from sessionStorage.
getSessionItem(String, Element) - Static method in class com.oorian.html.js.storage.StorageApi
Gets an item from sessionStorage using the current page context.
getSessions() - Static method in class com.oorian.OorianSession
Returns all active OorianSessions.
getSeverity() - Method in class com.oorian.validation.ValidationMessage
Returns the severity level of this message.
getShadeOf(int) - Method in class com.oorian.css.color.Color
Returns a shade of the original color (darkened by mixing with black).
getShortArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Shorts.
getSidebar() - Method in class com.oorian.html.layout.SettingsLayout
Returns the sidebar for advanced customization.
getSidebarPane() - Method in class com.oorian.html.layout.AppShellLayout
Returns the sidebar pane for advanced customization.
getSidebarPane() - Method in class com.oorian.html.layout.SplitLayout
Returns the sidebar pane for direct styling or element addition.
getSize() - Method in class com.oorian.css.Font
Returns the font size with units.
getSize() - Method in class com.oorian.data.DataResult
Returns the number of items in this result page.
getSize() - Method in class com.oorian.html.components.Spinner
Returns the diameter of the spinner in pixels.
getSize() - Method in class com.oorian.html.elements.InputElement
Returns the size attribute value.
getSize() - Method in class com.oorian.html.multipartrequest.ClientFile
Gets the size of the uploaded file in bytes.
getSlot() - Method in class com.oorian.html.Element
Returns the slot attribute value.
getSlot(String) - Method in class com.oorian.html.layout.ComposableLayout
Returns the slot container for the given name.
getSnapshotDirectory() - Method in class com.oorian.testing.SnapshotTester
Returns the path to the snapshot directory.
getSnapshotName() - Method in exception class com.oorian.testing.SnapshotMismatchException
Returns the snapshot name.
getSorts() - Method in class com.oorian.data.Query
Returns the sort descriptors.
getSource() - Method in class com.oorian.messaging.events.client.ClientEvent
Returns the source element of this event.
getSource() - Method in class com.oorian.messaging.events.server.ExtServerEvent
Returns the source element that originated this event.
getSource() - Method in class com.oorian.messaging.events.server.ServerEvent
Returns the source element that originated this event.
getSouthRegion() - Method in class com.oorian.html.layout.RegionLayout
Returns the south region for advanced customization.
getSpacing() - Method in class com.oorian.html.containers.HPanel
 
getSpacing() - Method in class com.oorian.html.containers.VPanel
 
getSpeed() - Method in class com.oorian.html.components.Spinner
Returns the animation speed in seconds per full rotation.
getSpeed() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Returns the speed in meters per second.
getSpinnerArea() - Method in class com.oorian.html.layout.LoadingLayout
Returns the spinner area for advanced customization.
getSrc() - Method in class com.oorian.html.elements.Audio
Returns the src attribute value.
getSrc() - Method in class com.oorian.html.elements.Video
Returns the src attribute value.
getStandardColors() - Static method in class com.oorian.css.color.Color
Returns a list of standard colors generated algorithmically.
getStartFieldName() - Method in class com.oorian.validation.validators.DateRangeValidator
Returns the name of the start date field.
getState() - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
Returns the permission state.
getState() - Method in class com.oorian.html.js.visibility.VisibilityChangeEvent
Returns the visibility state.
getState() - Method in class com.oorian.messaging.events.client.InputChangeEvent
Returns the optional state object associated with this event.
getStatsBar() - Method in class com.oorian.html.layout.DashboardLayout
Returns the stats bar for advanced customization.
getStatus() - Method in class com.oorian.jakarta.JakartaHttpResponse
 
getStatus() - Method in interface com.oorian.OorianHttpResponse
Returns the current HTTP status code of this response.
getStatus() - Method in class com.oorian.test.TestHttpResponse
 
getStatusArea() - Method in class com.oorian.html.layout.ErrorLayout
Returns the status area for advanced customization.
getStatusCode() - Method in class com.oorian.ErrorContext
Returns the HTTP status code for this error.
getStatusCode() - Method in class com.oorian.ErrorPage
Returns the HTTP status code for this error.
getStepCount() - Method in class com.oorian.html.layout.WizardLayout
Returns the number of steps.
getStepIndicators() - Method in class com.oorian.html.layout.WizardLayout
Returns the step indicators container for customization.
getStepsDeck() - Method in class com.oorian.html.layout.WizardLayout
Returns the steps deck for advanced customization.
getStorageType() - Method in class com.oorian.html.js.storage.StorageEvent
Returns the type of storage that was accessed.
getString(String) - Method in class com.oorian.OorianConfig
Returns the string value for the given key, or null if not found.
getString(String) - Method in class com.oorian.utils.Day
Returns a formatted string representation of this Day.
getString(String, String) - Method in class com.oorian.OorianConfig
Returns the string value for the given key, or the default if not found.
getStringArray() - Method in class com.oorian.json.JsonArray
Returns all elements as a list of Strings.
getStyle() - Method in class com.oorian.css.CssRule
Returns the underlying CssStyle object for this rule.
getStyle() - Method in class com.oorian.css.Font
Returns the font style value.
getStyle() - Method in class com.oorian.html.StyledElement
Returns the inline CssStyle object for this element.
getStyleAttribute(String) - Method in class com.oorian.html.StyledElement
Returns the value of a single CSS property from the current inline style.
getStyleSheet() - Method in class com.oorian.css.animations.Animation
Returns a CssStyleSheet containing this animation's keyframes.
getSymbol() - Method in enum class com.oorian.css.Combinator
Returns the CSS symbol for this combinator.
getTab(int) - Method in class com.oorian.html.layout.TabbedLayout
Returns the tab at the specified index.
getTabBar() - Method in class com.oorian.html.layout.TabbedLayout
Returns the tab bar element for customization.
getTabCount() - Method in class com.oorian.html.layout.TabbedLayout
Returns the number of tabs.
getTabIndex() - Method in class com.oorian.html.VisualElement
Returns the tabindex attribute value.
getTabs() - Method in class com.oorian.html.layout.TabbedLayout
Returns all tabs.
getTag() - Method in class com.oorian.html.js.notification.NotificationClickEvent
Returns the notification tag.
getTag() - Method in class com.oorian.html.js.notification.NotificationCloseEvent
Returns the notification tag.
getTagName() - Method in class com.oorian.html.Element
Returns the HTML tag name for this element.
getTagName() - Method in exception class com.oorian.html.ElementException
Returns the HTML tag name of the element that caused the exception.
getTagName() - Method in class com.oorian.xml.XmlElement
Returns the tag name of this element.
getTarget() - Method in class com.oorian.html.elements.A
Returns the target attribute value.
getTarget() - Method in class com.oorian.html.elements.Area
Returns the target attribute value.
getTarget() - Method in class com.oorian.messaging.events.client.ClientEvent
Returns the target element of this event.
getTempFileDir() - Method in class com.oorian.html.HtmlPage
Returns the temporary file directory for uploads.
getTemplate(String) - Static method in class com.oorian.i18n.DefaultMessages
Returns the default English template for the given message key.
getText() - Method in class com.oorian.html.elements.EmailInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.NumberInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.SearchInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.TelephoneInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.TextInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.TimeInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.UrlInput
Returns the text content of the input.
getText() - Method in class com.oorian.html.elements.Option
Returns the display text for this option.
getText() - Method in class com.oorian.html.elements.PasswordInput
Returns the current text value of the password input.
getText() - Method in class com.oorian.html.elements.Text
Gets the text content of this text node.
getText() - Method in class com.oorian.html.elements.TextArea
Returns the text content of the textarea.
getText() - Method in class com.oorian.html.js.clipboard.ClipboardReadEvent
Returns the text read from the clipboard.
getText() - Method in class com.oorian.validation.ValidationMessage
Returns the message text.
getText() - Method in class com.oorian.xml.TextNode
Returns the text content.
getText() - Method in class com.oorian.xml.XmlElement
Returns the combined text content of all TextNode children.
getTextContent() - Method in class com.oorian.html.Element
Returns the text content of this element and all its descendants.
getThickness() - Method in class com.oorian.html.components.Spinner
Returns the border thickness of the spinner ring in pixels.
getTickCount() - Method in class com.oorian.messaging.events.server.TimerEvent
Returns the cumulative number of times the timer has fired.
getTickCount() - Method in class com.oorian.OorianTimer
Returns the number of times this timer has fired.
getTiltX() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the tilt angle along the X axis in degrees (-90 to 90).
getTiltY() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the tilt angle along the Y axis in degrees (-90 to 90).
getTime() - Method in class com.oorian.utils.Day
Returns this Day as milliseconds since epoch.
getTimeout() - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Returns the timeout value.
getTimer() - Method in class com.oorian.messaging.events.server.TimerEvent
Returns the timer that fired this event.
getTimestamp() - Method in class com.oorian.html.js.geolocation.GeolocationPosition
Returns the timestamp when this position was acquired.
getTimingFunction() - Method in class com.oorian.css.transitions.Collapse
Returns the timing function for this transition.
getTimingFunction() - Method in class com.oorian.css.transitions.Transition
Returns the timing function for this transition.
getTimingFunctionValue() - Method in class com.oorian.css.animations.Animation
Returns the CSS timing function value as a string.
getTimingFunctionValue() - Method in class com.oorian.css.animations.BeatFade
Returns the CSS timing function value as a string.
getTimingFunctionValue() - Method in class com.oorian.css.animations.Bounce
Returns the CSS timing function value as a string.
getTimingFunctionValue() - Method in class com.oorian.css.animations.Fade
Returns the CSS timing function value as a string.
getTimingFunctionValue() - Method in class com.oorian.css.animations.SpinPulse
Returns the CSS timing function value as a string.
getTintOf(int) - Method in class com.oorian.css.color.Color
Returns a tint of the original color (lightened by mixing with white).
getTitle() - Method in class com.oorian.ErrorPage
Returns the human-readable title for the current status code.
getTitle() - Method in class com.oorian.html.VisualElement
Returns the title attribute value.
getTitle(int) - Method in class com.oorian.ErrorPage
Returns the human-readable title for the given HTTP status code.
getTitleArea() - Method in class com.oorian.html.layout.ErrorLayout
Returns the title area for advanced customization.
getTitleArea() - Method in class com.oorian.html.layout.FormLayout
Returns the title area for advanced customization.
getTitlebar() - Method in class com.oorian.html.controls.dialog.Dialog
Returns the titlebar element for customization.
getTo() - Method in class com.oorian.css.transitions.ColorShift
Returns the target background color.
getTo() - Method in class com.oorian.css.transitions.Fade
Returns the target opacity.
getTocItems() - Method in class com.oorian.html.layout.DocsLayout
Returns the TOC items container for customization.
getTocPane() - Method in class com.oorian.html.layout.DocsLayout
Returns the TOC pane for advanced customization.
getToday() - Method in class com.oorian.ClientProfile
Returns the current day adjusted for the client's timezone.
getTodayTime() - Method in class com.oorian.ClientProfile
Returns the current time in milliseconds for the client's timezone.
getTotalCount() - Method in class com.oorian.data.DataResult
Returns the total count of items matching the query.
getTouchCount() - Method in class com.oorian.messaging.events.client.TouchEvent
Returns the number of currently active touch points on the touch surface.
getTrackColor() - Method in class com.oorian.html.components.Spinner
Returns the color of the background track circle.
getTranscript() - Method in class com.oorian.html.js.speech.SpeechResultEvent
Returns the recognized text.
getTransitionProperties() - Method in class com.oorian.css.transitions.Collapse
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.ColorShift
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Fade
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Grow
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Morph
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Move
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Reshape
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Slide
Returns the CSS property names that this transition animates.
getTransitionProperties() - Method in class com.oorian.css.transitions.Transition
Returns the CSS property names that this transition animates.
getTrigger() - Method in class com.oorian.validation.ValidatedInput
Returns the validation trigger.
getType() - Method in class com.oorian.html.elements.Input
Returns the input type attribute.
getType() - Method in class com.oorian.schema.SchemaType
Returns the Schema.org type name.
getTypeIndicator() - Method in class com.oorian.html.components.TreeItem
Gets the type indicator element for custom styling.
getUrl() - Method in class com.oorian.apis.ApiHttpRequest
Returns the target URL for this request.
getUrl() - Method in class com.oorian.html.components.TreeItem
Gets the URL to navigate to when the item is selected.
getUrl(Class<? extends HttpFile>, Object...) - Method in class com.oorian.html.Element
Constructs a URL for the specified page class with optional parameters.
getUrl(Class<? extends HttpFile>, Object...) - Static method in class com.oorian.HttpFile
Generates a URL for the specified page class with the given URL parameters.
getUrlConnection() - Method in class com.oorian.apis.ApiHttpRequest
 
getUrlParameters() - Method in class com.oorian.HttpFile
Returns the URL parameters extracted from RESTful routing patterns.
getUrlParams() - Method in class com.oorian.PageInfo
Returns the list of URL parameter names.
getUserAgent() - Method in class com.oorian.ClientProfile
Returns the client's user agent string.
getUserAgent() - Method in class com.oorian.html.HtmlPage
Returns the client's user agent string.
getUserAgent() - Static method in class com.oorian.html.js.ScreenApi
Returns the client's user agent string.
getUserId() - Method in class com.oorian.OorianSession
Returns the user identifier associated with this session.
getUserInfo() - Method in class com.oorian.utils.Url
Returns the user info portion of the URL.
getUserMedia(Element, boolean, boolean) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to user media (camera and/or microphone) using the current page context.
getUserMedia(HtmlPage, Element, boolean, boolean) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to user media (camera and/or microphone).
getUtcOffset() - Method in class com.oorian.ClientProfile
Returns the client's UTC timezone offset in minutes.
getUtcOffset() - Method in class com.oorian.html.HtmlPage
Returns the client's UTC timezone offset in minutes.
getUtcOffset() - Static method in class com.oorian.html.js.ScreenApi
Returns the client's UTC timezone offset in minutes.
getValidatedInput(String) - Method in class com.oorian.html.elements.OorianForm
Returns the ValidatedInput for the specified field name.
getValidatedInputs() - Method in class com.oorian.html.elements.OorianForm
Returns a list of all registered ValidatedInputs.
getValidators() - Method in class com.oorian.validation.ValidatedInput
Returns the list of validators.
getValue() - Method in class com.oorian.AjaxPollInterval
Gets the poll interval value.
getValue() - Method in class com.oorian.apis.RequestHeader
Returns the header value.
getValue() - Method in class com.oorian.apis.RequestParameter
Returns the parameter value.
getValue() - Method in enum class com.oorian.css.AlignContent
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AlignItems
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AlignSelf
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AnimationDirection
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AnimationFillMode
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AnimationIterationCount
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AnimationPlayState
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AnimationTimingFunction
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.AspectRatio
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackfaceVisibility
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundAttachment
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundBlendMode
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundClip
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundColor
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundOrigin
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundPosition
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundRepeat
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BackgroundSize
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BorderCollapse
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BorderStyle
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BorderWidth
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.BoxSizing
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.CaptionSide
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Clear
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ColumnFill
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ColumnRuleStyle
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ColumnRuleWidth
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Cursor
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Display
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.EmptyCells
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FlexDirection
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FlexWrap
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Float
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FontFamily
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FontStretch
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FontStyle
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FontVariant
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.FontWeight
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.HangingPunctuation
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.JustifyContent
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ListStylePosition
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ListStyleType
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ObjectFit
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Origin
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.OutlineStyle
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.OutlineWidth
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Overflow
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.PageBreakAfter
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.PageBreakBefore
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.PageBreakInside
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.PointerEvents
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Position
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Resize
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.ScrollBehavior
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TableLayout
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextAlign
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextAlignLast
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextDecoration
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextDecorationLine
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextDecorationStyle
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextDirection
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextJustify
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextOverflow
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TextTransform
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TransformStyle
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.TransitionTimingFunction
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.UnicodeBidi
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.UserSelect
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.VerticalAlign
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.Visibility
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.WhiteSpace
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.WordBreak
Returns the CSS value string.
getValue() - Method in enum class com.oorian.css.WordWrap
Returns the CSS value string.
getValue() - Method in class com.oorian.data.FilterDescriptor
Returns the filter value.
getValue() - Method in enum class com.oorian.html.aria.AriaCurrent
Returns the aria-current attribute value.
getValue() - Method in enum class com.oorian.html.aria.AriaLive
Returns the aria-live attribute value.
getValue() - Method in enum class com.oorian.html.aria.AriaPopupType
Returns the aria-haspopup attribute value.
getValue() - Method in enum class com.oorian.html.aria.AriaRole
Returns the ARIA role string value.
getValue() - Method in enum class com.oorian.html.elements.consts.ButtonType
Gets the HTML attribute value representation of this button type.
getValue() - Method in enum class com.oorian.html.elements.consts.CrossOrigin
Gets the CORS mode value for use in crossorigin attribute.
getValue() - Method in enum class com.oorian.html.elements.consts.FormEncoding
Gets the MIME type string for this encoding type.
getValue() - Method in enum class com.oorian.html.elements.consts.FormMethod
Gets the HTTP method name for this form method.
getValue() - Method in enum class com.oorian.html.elements.consts.HttpEquiv
Gets the HTTP-equiv value for use in meta elements.
getValue() - Method in enum class com.oorian.html.elements.consts.KeyType
Gets the key type value for use in keygen elements.
getValue() - Method in enum class com.oorian.html.elements.consts.MetaDataName
Gets the metadata name value for use in meta elements.
getValue() - Method in enum class com.oorian.html.elements.consts.OlMarkerType
Gets the marker type value for use in ordered list elements.
getValue() - Method in enum class com.oorian.html.elements.consts.Preload
Gets the preload strategy value for use in media elements.
getValue() - Method in enum class com.oorian.html.elements.consts.Relationship
Gets the relationship type value for use in HTML rel attribute.
getValue() - Method in enum class com.oorian.html.elements.consts.Sandbox
Gets the sandbox permission value for use in iframe elements.
getValue() - Method in enum class com.oorian.html.elements.consts.Shape
Gets the shape type value for use in area elements.
getValue() - Method in enum class com.oorian.html.elements.consts.Target
Gets the target name for this browsing context.
getValue() - Method in enum class com.oorian.html.elements.consts.TextDirection
Gets the text direction value for use in HTML dir attribute.
getValue() - Method in enum class com.oorian.html.elements.consts.ThScope
Gets the scope value for use in th elements.
getValue() - Method in enum class com.oorian.html.elements.consts.TrackKind
Gets the track kind value for use in track elements.
getValue() - Method in class com.oorian.html.elements.InputElement
Returns the current value of the input.
getValue() - Method in class com.oorian.html.elements.Option
Returns the value attribute for this option.
getValue() - Method in class com.oorian.html.js.storage.StorageEvent
Returns the value retrieved from storage.
getValue() - Method in enum class com.oorian.html.layout.AspectRatio.Ratio
Returns the CSS aspect-ratio value.
getValue() - Method in enum class com.oorian.html.layout.CenteredContentLayout.Width
Returns the CSS max-width value for this width preset.
getValue() - Method in enum class com.oorian.html.layout.Container.Size
Returns the CSS max-width value for this size.
getValue() - Method in enum class com.oorian.html.layout.PageSection.Spacing
Returns the CSS value for this spacing.
getValue() - Method in enum class com.oorian.i18n.TextDirection
Returns the HTML dir attribute value.
getValue() - Method in class com.oorian.json.JsonBoolean
Returns the underlying boolean value.
getValue() - Method in class com.oorian.json.JsonNumber
Returns the underlying numeric value.
getValue() - Method in class com.oorian.json.JsonString
Returns the underlying string value.
getValue() - Method in class com.oorian.messaging.events.client.InputChangeEvent
Returns the current value of the input element.
getValue() - Method in class com.oorian.messaging.events.client.InputCompleteEvent
Returns the final value of the input element.
getValue() - Method in class com.oorian.OorianCookie
Returns the cookie value.
getValue() - Method in class com.oorian.Parameter
Returns the first value of this parameter.
getValue() - Method in enum class com.oorian.security.CookieDefaults.SameSite
Returns the attribute value string for this SameSite option.
getValue() - Method in enum class com.oorian.security.SecurityHeaders.FrameOption
Returns the header value string.
getValue() - Method in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Returns the header value string.
getValue(int) - Method in class com.oorian.html.elements.Select
Returns the value of the option at the specified index.
getValueAsBoolean() - Method in class com.oorian.Parameter
Returns the first value as a Boolean.
getValueAsDouble() - Method in class com.oorian.Parameter
Returns the first value as a Double.
getValueAsFloat() - Method in class com.oorian.Parameter
Returns the first value as a Float.
getValueAsInt() - Method in class com.oorian.Parameter
Returns the first value as an Integer.
getValueAsLong() - Method in class com.oorian.Parameter
Returns the first value as a Long.
getValueAsShort() - Method in class com.oorian.Parameter
Returns the first value as a Short.
getValues() - Method in class com.oorian.Parameter
Returns all values as strings.
getValuesAsBooleans() - Method in class com.oorian.Parameter
Returns all values converted to Booleans.
getValuesAsDoubles() - Method in class com.oorian.Parameter
Returns all values converted to Doubles.
getValuesAsFloats() - Method in class com.oorian.Parameter
Returns all values converted to Floats.
getValuesAsInts() - Method in class com.oorian.Parameter
Returns all values converted to Integers.
getValuesAsLongs() - Method in class com.oorian.Parameter
Returns all values converted to Longs.
getValuesAsShorts() - Method in class com.oorian.Parameter
Returns all values converted to Shorts.
getVariant() - Method in class com.oorian.css.Font
Returns the font variant value.
getVersion() - Method in class com.oorian.xml.XmlDocument
Returns the XML version declaration.
getVideoInputDevices() - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
Returns a list of video input devices (cameras).
getWarnings() - Method in class com.oorian.validation.ValidationResult
Returns all warning messages.
getWatchId() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Returns the watch ID if this error is from a watchPosition call.
getWatchId() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Returns the watch ID if this event is from a watchPosition call.
getWebResponse() - Method in class com.oorian.HttpFile
Returns the web response for this file.
getWebsocketConnection() - Method in class com.oorian.testing.OorianTestContext
Returns the mock WebSocket connection.
getWeek() - Method in class com.oorian.utils.Day
Returns the week of year for this Day.
getWeight() - Method in class com.oorian.css.Font
Returns the font weight value.
getWestRegion() - Method in class com.oorian.html.layout.RegionLayout
Returns the west region for advanced customization.
getWhich() - Method in class com.oorian.messaging.events.client.KeyEvent
Returns the which key value.
getWidgetArea() - Method in class com.oorian.html.layout.DashboardLayout
Returns the widget area for advanced customization.
getWidth() - Method in enum class com.oorian.html.layout.AspectRatio.Ratio
Returns the width component of the ratio.
getWidth() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns the width of the pointer contact geometry.
getWidth() - Method in class com.oorian.Size
Returns the width dimension.
getWindowHeight() - Method in class com.oorian.html.HtmlPage
Returns the browser window (viewport) height in logical (CSS) pixels.
getWindowHeight() - Static method in class com.oorian.html.js.ScreenApi
Returns the browser window (viewport) height in logical (CSS) pixels.
getWindowOrientation() - Method in class com.oorian.ClientProfile
Calculates the window orientation based on window dimensions.
getWindowOrientation() - Method in class com.oorian.html.HtmlPage
Returns the current window orientation.
getWindowOrientation() - Static method in class com.oorian.html.js.ScreenApi
Returns the current window orientation.
getWindowSize() - Method in class com.oorian.ClientProfile
Returns the current browser window size.
getWindowSize() - Method in class com.oorian.html.HtmlPage
Returns the browser window size in logical (CSS) pixels.
getWindowSize() - Static method in class com.oorian.html.js.ScreenApi
Returns the browser window size in logical (CSS) pixels.
getWindowWidth() - Method in class com.oorian.html.HtmlPage
Returns the browser window (viewport) width in logical (CSS) pixels.
getWindowWidth() - Static method in class com.oorian.html.js.ScreenApi
Returns the browser window (viewport) width in logical (CSS) pixels.
getWriter() - Method in class com.oorian.jakarta.JakartaHttpResponse
 
getWriter() - Method in interface com.oorian.OorianHttpResponse
Returns a PrintWriter for writing character response data.
getWriter() - Method in class com.oorian.test.TestHttpResponse
 
getX() - Method in class com.oorian.css.transitions.Move
Returns the horizontal translation value.
getY() - Method in class com.oorian.css.transitions.Move
Returns the vertical translation value.
getYear() - Method in class com.oorian.utils.Day
Returns the year component of this Day.
GHOST_WHITE - Static variable in class com.oorian.css.color.Color
 
GIF - Static variable in class com.oorian.utils.MimeTypes
 
GlassPane - Class in com.oorian.html.containers
A container that provides a glass pane overlay effect with a background tint layer.
GlassPane() - Constructor for class com.oorian.html.containers.GlassPane
Creates a new GlassPane with no tint or opacity applied.
GlassPane(int, Color) - Constructor for class com.oorian.html.containers.GlassPane
Creates a new GlassPane with the specified opacity and tint color.
go(int) - Static method in class com.oorian.html.js.NavigationApi
Navigates the browser history by the specified delta using the current page context.
go(HtmlPage, int) - Static method in class com.oorian.html.js.NavigationApi
Navigates the browser history by the specified delta.
GOLD - Static variable in class com.oorian.css.color.Color
 
GOLDENROD - Static variable in class com.oorian.css.color.Color
 
GRAB - Enum constant in enum class com.oorian.css.Cursor
Open hand indicating grabbable content.
GRABBING - Enum constant in enum class com.oorian.css.Cursor
Closed hand indicating content is being grabbed.
Gradient - Class in com.oorian.css
A builder for composing CSS gradient values.
GRAY - Static variable in class com.oorian.css.color.Color
 
GRAY_01 - Static variable in class com.oorian.css.color.Color
 
GRAY_02 - Static variable in class com.oorian.css.color.Color
 
GRAY_03 - Static variable in class com.oorian.css.color.Color
 
GRAY_04 - Static variable in class com.oorian.css.color.Color
 
GRAY_05 - Static variable in class com.oorian.css.color.Color
 
GRAY_06 - Static variable in class com.oorian.css.color.Color
 
GRAY_07 - Static variable in class com.oorian.css.color.Color
 
GRAY_08 - Static variable in class com.oorian.css.color.Color
 
GRAY_09 - Static variable in class com.oorian.css.color.Color
 
GRAY_10 - Static variable in class com.oorian.css.color.Color
 
GRAY_11 - Static variable in class com.oorian.css.color.Color
 
GRAY_12 - Static variable in class com.oorian.css.color.Color
 
GRAY_13 - Static variable in class com.oorian.css.color.Color
 
GRAY_14 - Static variable in class com.oorian.css.color.Color
 
GRAY_15 - Static variable in class com.oorian.css.color.Color
 
GRAY_16 - Static variable in class com.oorian.css.color.Color
 
GRAY_17 - Static variable in class com.oorian.css.color.Color
 
GRAY_18 - Static variable in class com.oorian.css.color.Color
 
GRAY_19 - Static variable in class com.oorian.css.color.Color
 
GRAY_20 - Static variable in class com.oorian.css.color.Color
 
GRAY_21 - Static variable in class com.oorian.css.color.Color
 
GRAY_22 - Static variable in class com.oorian.css.color.Color
 
GRAY_23 - Static variable in class com.oorian.css.color.Color
 
GRAY_24 - Static variable in class com.oorian.css.color.Color
 
GRAY_25 - Static variable in class com.oorian.css.color.Color
 
GRAY_26 - Static variable in class com.oorian.css.color.Color
 
GRAY_27 - Static variable in class com.oorian.css.color.Color
 
GRAY_28 - Static variable in class com.oorian.css.color.Color
 
GRAY_29 - Static variable in class com.oorian.css.color.Color
 
GRAY_30 - Static variable in class com.oorian.css.color.Color
 
GRAY_31 - Static variable in class com.oorian.css.color.Color
 
GRAY_32 - Static variable in class com.oorian.css.color.Color
 
GRAY_33 - Static variable in class com.oorian.css.color.Color
 
GRAY_34 - Static variable in class com.oorian.css.color.Color
 
grayscale(float) - Method in class com.oorian.css.Filter
Adds a grayscale() function.
GREATER - Static variable in class com.oorian.messaging.events.client.KeyCodes
Greater than key.
GREATER_THAN - Enum constant in enum class com.oorian.data.FilterOperator
Greater than comparison.
GREATER_THAN - Enum constant in enum class com.oorian.validation.validators.CompareValidator.Operation
 
GREATER_THAN_OR_EQUALS - Enum constant in enum class com.oorian.data.FilterOperator
Greater than or equal comparison.
GREATER_THAN_OR_EQUALS - Enum constant in enum class com.oorian.validation.validators.CompareValidator.Operation
 
GREEN - Static variable in class com.oorian.css.color.Color
 
GREEN_YELLOW - Static variable in class com.oorian.css.color.Color
 
Grid - Class in com.oorian.html.layout
A CSS Grid layout container for two-dimensional layouts.
Grid() - Constructor for class com.oorian.html.layout.Grid
Constructs an empty grid container.
Grid(int) - Constructor for class com.oorian.html.layout.Grid
Constructs a grid with the specified number of equal-width columns.
Grid(int, int) - Constructor for class com.oorian.html.layout.Grid
Constructs a grid with the specified number of columns and gap.
GRID - Enum constant in enum class com.oorian.css.Display
Element becomes a block-level grid container.
GRID - Enum constant in enum class com.oorian.html.aria.AriaPopupType
Indicates a grid popup.
GRID - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a grid (interactive table).
GRIDCELL - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a cell in a grid.
GridItem - Class in com.oorian.html.layout
A grid item wrapper for controlling placement and spanning within a CSS Grid.
GridItem() - Constructor for class com.oorian.html.layout.GridItem
Constructs an empty grid item.
GridItem(Element<?>) - Constructor for class com.oorian.html.layout.GridItem
Constructs a grid item containing the specified element.
GROOVE - Enum constant in enum class com.oorian.css.BorderStyle
3D grooved effect (appears carved into the page).
GROOVE - Enum constant in enum class com.oorian.css.ColumnRuleStyle
3D grooved rule.
GROOVE - Enum constant in enum class com.oorian.css.OutlineStyle
3D grooved outline.
GROUP - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a group of related elements.
GroupedValidator<T> - Class in com.oorian.validation
A wrapper that adds validation group support to any validator.
GroupedValidator(Validator<T>, Class<? extends ValidationGroup>...) - Constructor for class com.oorian.validation.GroupedValidator
Creates a GroupedValidator wrapping the specified validator with the given groups.
groups() - Method in class com.oorian.validation.GroupedValidator
 
groups() - Method in interface com.oorian.validation.Validator
Returns the validation groups this validator belongs to.
Grow - Class in com.oorian.css.transitions
A transition that scales an element using CSS transform.
Grow() - Constructor for class com.oorian.css.transitions.Grow
Constructs a Grow transition that scales to 1.5x from center with fade.
GZ - Static variable in class com.oorian.utils.MimeTypes
 

H

h - Variable in class com.oorian.css.color.Hsb
Hue component (0 - 360).
H - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter H key.
H1<T> - Class in com.oorian.html.elements
Java representation of the HTML <h1> element.
H1() - Constructor for class com.oorian.html.elements.H1
Constructs an empty <h1> element.
H1(String) - Constructor for class com.oorian.html.elements.H1
Constructs an <h1> element with the specified text content.
H2<T> - Class in com.oorian.html.elements
Java representation of the HTML <h2> element.
H2() - Constructor for class com.oorian.html.elements.H2
Constructs an empty <h2> element.
H2(String) - Constructor for class com.oorian.html.elements.H2
Constructs an <h2> element with the specified text content.
H3<T> - Class in com.oorian.html.elements
Represents the HTML <h3> element for third-level headings.
H3() - Constructor for class com.oorian.html.elements.H3
Creates a new empty H3 heading element.
H3(String) - Constructor for class com.oorian.html.elements.H3
Creates a new H3 heading element with the specified text.
H4<T> - Class in com.oorian.html.elements
Represents an HTML <h4> (level 4 heading) element.
H4() - Constructor for class com.oorian.html.elements.H4
Constructs an empty <h4> element.
H4(String) - Constructor for class com.oorian.html.elements.H4
Constructs an <h4> element with the specified text content.
H5<T> - Class in com.oorian.html.elements
Represents an HTML <h5> (level 5 heading) element.
H5() - Constructor for class com.oorian.html.elements.H5
Constructs an empty <h5> element.
H5(String) - Constructor for class com.oorian.html.elements.H5
Constructs an <h5> element with the specified text content.
H6<T> - Class in com.oorian.html.elements
Represents an HTML <h6> (level 6 heading) element.
H6() - Constructor for class com.oorian.html.elements.H6
Constructs an empty <h6> element.
H6(String) - Constructor for class com.oorian.html.elements.H6
Constructs an <h6> element with the specified text content.
halfViewportHero() - Method in class com.oorian.html.layout.HeroLayout
Configures a half-viewport hero (50vh).
handle(Exception, HtmlPage) - Method in interface com.oorian.ExceptionHandler
Handles an uncaught exception from the Oorian framework.
handleAjaxRequest(OorianHttpRequest, OorianHttpResponse) - Method in class com.oorian.html.HtmlPage
Handles an incoming AJAX request from the client.
handleSseClose() - Method in class com.oorian.html.HtmlPage
Called when the SSE connection for this page is closed.
handleSseOpen(SseConnection) - Method in class com.oorian.html.HtmlPage
Called when an SSE connection is opened for this page.
handleWebsocketClose(ConnectionCloseInfo) - Method in class com.oorian.html.HtmlPage
Handles a WebSocket close event for this page.
handleWebsocketError(Throwable) - Method in class com.oorian.html.HtmlPage
Handles a WebSocket error for this page.
handleWebsocketMessage(OorianHttpSession, String) - Method in class com.oorian.html.HtmlPage
Handles an incoming WebSocket message.
handleWebsocketOpen(WebsocketConnection) - Method in class com.oorian.html.HtmlPage
Called when a WebSocket connection is opened for this page.
handleWebSocketRequest(Parameters) - Method in class com.oorian.html.HtmlPage
Handles an incoming WebSocket request from the client.
HangingPunctuation - Enum Class in com.oorian.css
CSS hanging-punctuation property values for punctuation placement.
has(Class<T>) - Method in interface com.oorian.inject.ServiceLocator
Checks whether a service is available for the given type.
has(Class<T>) - Method in class com.oorian.inject.ServiceRegistry
 
has(Class<T>) - Static method in class com.oorian.inject.Services
Checks whether a service is available for the given type.
hasAltitude() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Checks if altitude data is available.
hasAnyValue() - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Checks if any values are set.
hasAttribute(String) - Method in class com.oorian.html.Element
Checks if this element has the specified attribute.
hasAttribute(String) - Method in class com.oorian.xml.XmlElement
Checks if the element has the specified attribute.
hasChildren(T) - Method in interface com.oorian.data.HierarchicalDataProvider
Returns whether the given item has any children.
hasElements() - Method in class com.oorian.html.containers.HPanel
 
hasElements() - Method in class com.oorian.html.containers.VPanel
 
hasElements() - Method in class com.oorian.html.Element
Checks if this element has any child elements.
hasElements() - Method in class com.oorian.xml.XmlElement
Checks if this element has any child nodes.
hasField(String) - Method in class com.oorian.validation.ValidationContext
Returns whether this context contains a value for the specified field.
hasFilters() - Method in class com.oorian.data.Query
Returns whether this query has any filter descriptors.
hash(String) - Method in class com.oorian.security.BcryptHasher
Hashes a plaintext password.
hash(String) - Method in interface com.oorian.security.PasswordHasher
Hashes a plaintext password.
hash(String) - Method in class com.oorian.security.Pbkdf2Hasher
Hashes a plaintext password.
hashCode() - Method in class com.oorian.css.color.Color
Returns a hash code for this Color based on its RGB value.
hashCode() - Method in class com.oorian.css.color.Rgb
hashCode() - Method in class com.oorian.utils.Day
Returns a hash code for this Day.
hasHeading() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Checks if heading data is available.
HashNavComponent - Class in com.oorian.html.containers
Abstract base class for components that synchronize their active element with the browser's URL hash.
HashNavComponent() - Constructor for class com.oorian.html.containers.HashNavComponent
Creates a new HashNavComponent.
hasKey(String) - Static method in class com.oorian.i18n.Messages
Checks if the default bundle contains the given key for the current locale.
hasKey(String, String) - Static method in class com.oorian.i18n.Messages
Checks if a named bundle contains the given key for the current locale.
hasMessages() - Method in class com.oorian.validation.ValidationResult
Returns whether this result has any messages.
hasParameter(String) - Method in class com.oorian.HttpFile
Checks if a request parameter with the specified name exists.
hasPermission(OorianSession, String) - Method in interface com.oorian.security.SecurityHandler
Checks whether the current user has the specified permission.
hasRole(OorianSession, String) - Method in interface com.oorian.security.SecurityHandler
Checks whether the current user has the specified role.
hasRole(String) - Method in interface com.oorian.security.UserPrincipal
Checks whether this user has the specified role.
hasSlot(String) - Method in class com.oorian.html.layout.ComposableLayout
Checks if a slot with the given name exists.
hasSorts() - Method in class com.oorian.data.Query
Returns whether this query has any sort descriptors.
hasSpeed() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
Checks if speed data is available.
hasText() - Method in class com.oorian.html.elements.EmailInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.NumberInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.SearchInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.TelephoneInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.TextInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.TimeInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.UrlInput
Checks whether the input contains non-empty text.
hasText() - Method in class com.oorian.html.elements.PasswordInput
Returns whether the password input contains any text.
hasUrlParams() - Method in class com.oorian.HttpFile
Checks if this HttpFile has URL parameters from RESTful routing.
hasValue() - Method in class com.oorian.html.js.storage.StorageEvent
Checks if a value was found for the requested key.
hasValue(Breakpoint) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Checks if a value is explicitly set for a breakpoint.
Head - Class in com.oorian.html.elements
Represents an HTML <head> element.
Head() - Constructor for class com.oorian.html.elements.Head
Constructs an empty <head> element.
HeadElement - Interface in com.oorian.html.elements
Marker interface for elements that are valid children of the <head> element.
header(Element<?>) - Method in class com.oorian.html.layout.AppShellLayout
Sets the header content.
header(Element<?>) - Method in class com.oorian.html.layout.DashboardLayout
Sets the header content.
header(Element<?>) - Method in class com.oorian.html.layout.DocsLayout
Sets the header content (shown above the main content).
header(Element<?>) - Method in class com.oorian.html.layout.SettingsLayout
Sets the header content.
header(Element<?>) - Method in class com.oorian.html.layout.StoryLayout
Sets the header content.
header(Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Sets the header content.
header(String, String) - Method in class com.oorian.security.SecurityHeaders
Sets a custom security header.
Header<T> - Class in com.oorian.html.elements
Represents the HTML <header> element for introductory content or navigation.
Header() - Constructor for class com.oorian.html.elements.Header
Creates a new Header element for introductory content or navigation.
HEADING - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a heading.
headline(Element<?>) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the headline content (title and optional subtitle).
headline(Element<?>, Element<?>) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the headline content with title and subtitle.
headlineContent(Element<?>) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets custom headline content.
HEBREW - Enum constant in enum class com.oorian.css.ListStyleType
Hebrew numbering.
HELP - Enum constant in enum class com.oorian.css.Cursor
Indicates help is available.
HELP - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a link to help documentation.
HELP - Static variable in class com.oorian.messaging.events.client.KeyCodes
Help key.
HELVETICA - Enum constant in enum class com.oorian.css.FontFamily
Helvetica - popular sans-serif font.
hero(Element<?>) - Method in class com.oorian.html.layout.HeroLayout
Sets the hero section content.
HeroLayout - Class in com.oorian.html.layout
A layout with a prominent hero section followed by content sections.
HeroLayout() - Constructor for class com.oorian.html.layout.HeroLayout
Constructs a HeroLayout with default configuration.
hexToDec(String) - Static method in class com.oorian.css.color.Color
Converts a hexadecimal string to its decimal integer value.
hexToRgb(int) - Static method in class com.oorian.css.color.Color
Converts an RGB hexadecimal integer value to an RGB object containing red, green, and blue integer values.
Hgroup<T> - Class in com.oorian.html.elements
Represents an HTML <hgroup> element for grouping heading elements.
Hgroup() - Constructor for class com.oorian.html.elements.Hgroup
Creates a new Hgroup element.
HgroupElement - Interface in com.oorian.html.elements
Marker interface for elements that are valid children of the <hgroup> element.
hidden() - Method in class com.oorian.html.Element
Called when this element has been hidden due to a parent's visibility change.
hidden() - Method in class com.oorian.html.StyledElement
Handles the visibility cascade when this element becomes hidden.
HIDDEN - Enum constant in enum class com.oorian.css.BackfaceVisibility
Back face is hidden.
HIDDEN - Enum constant in enum class com.oorian.css.BorderStyle
Same as none, but affects table border conflict resolution.
HIDDEN - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Same as none.
HIDDEN - Enum constant in enum class com.oorian.css.OutlineStyle
Same as none.
HIDDEN - Enum constant in enum class com.oorian.css.Overflow
Overflow is clipped and hidden.
HIDDEN - Enum constant in enum class com.oorian.css.Visibility
Element is invisible but occupies layout space.
HIDDEN - Static variable in class com.oorian.html.elements.Input
Input type constant for a hidden form field.
HiddenInput<T> - Class in com.oorian.html.elements
HTML hidden input element for storing data not displayed to users.
HiddenInput() - Constructor for class com.oorian.html.elements.HiddenInput
Creates a new HiddenInput with no name or value.
HiddenInput(String) - Constructor for class com.oorian.html.elements.HiddenInput
Creates a new HiddenInput with the specified name.
HiddenInput(String, String) - Constructor for class com.oorian.html.elements.HiddenInput
Creates a new HiddenInput with the specified name and value.
hide() - Method in class com.oorian.html.StyledElement
Hides this element by setting its CSS display to none.
Hide - Class in com.oorian.html.layout.responsive
A container that hides its content at specified breakpoints.
HIDE - Enum constant in enum class com.oorian.css.EmptyCells
Hide borders on empty cells.
hideDivider() - Method in class com.oorian.html.layout.MasterDetailLayout
Hides the divider between panes.
hideX() - Method in class com.oorian.html.layout.ScrollBox
Disables horizontal scrolling (hides overflow).
hideY() - Method in class com.oorian.html.layout.ScrollBox
Disables vertical scrolling (hides overflow).
HierarchicalDataProvider<T> - Interface in com.oorian.data
Extension of DataProvider for tree-structured data.
highAccuracy() - Static method in class com.oorian.html.js.geolocation.GeolocationOptions
Creates a GeolocationOptions configured for high accuracy positioning.
HIRAGANA - Enum constant in enum class com.oorian.css.ListStyleType
Japanese hiragana numbering.
HIRAGANA_IROHA - Enum constant in enum class com.oorian.css.ListStyleType
Japanese hiragana-iroha numbering.
historyPushState(String, String) - Method in class com.oorian.html.HtmlPage
Pushes a new state onto the browser history stack.
historyReplaceState(String, String) - Method in class com.oorian.html.HtmlPage
Replaces the current state in the browser history.
HOME - Static variable in class com.oorian.messaging.events.client.KeyCodes
Home key.
HONEY_DEW - Static variable in class com.oorian.css.color.Color
 
horizontal() - Static method in class com.oorian.html.layout.Center
Creates a container that centers content horizontally only.
horizontal() - Static method in class com.oorian.html.layout.Divider
Creates a horizontal divider (same as default constructor).
horizontal() - Static method in class com.oorian.html.layout.ScrollBox
Creates a horizontal scrolling container.
horizontal() - Static method in class com.oorian.html.layout.TabbedLayout
Creates a TabbedLayout with horizontal tabs.
HORIZONTAL - Enum constant in enum class com.oorian.css.Resize
Resizable only horizontally.
HORIZONTAL - Enum constant in enum class com.oorian.css.transitions.Axis
Collapse horizontally using max-width.
HORIZONTAL - Enum constant in enum class com.oorian.html.layout.MasterDetailLayout.Orientation
 
HORIZONTAL - Enum constant in enum class com.oorian.html.layout.TabbedLayout.Orientation
 
HOT_PINK - Static variable in class com.oorian.css.color.Color
 
HPanel - Class in com.oorian.html.containers
A horizontal panel container that arranges elements in a single row with multiple cells.
HPanel() - Constructor for class com.oorian.html.containers.HPanel
Creates a new horizontal panel with a single empty row.
HPanel(int) - Constructor for class com.oorian.html.containers.HPanel
Creates a new horizontal panel with the specified number of cells.
Hr<T> - Class in com.oorian.html.elements
HTML <hr> element for horizontal rules/dividers.
Hr() - Constructor for class com.oorian.html.elements.Hr
Constructs a new Hr element.
Hsb - Class in com.oorian.css.color
Encapsulates the attributes used for setting an HSB color.
Hsb() - Constructor for class com.oorian.css.color.Hsb
Creates a default HSB object with HSB = 0, 0, 0.
Hsb(int, int, int) - Constructor for class com.oorian.css.color.Hsb
Creates an HSB object with the specified HSB values.
Hsb(Hsb) - Constructor for class com.oorian.css.color.Hsb
Copy constructor.
HStack - Class in com.oorian.html.layout
A horizontal stack layout container that arranges children in a row.
HStack() - Constructor for class com.oorian.html.layout.HStack
Constructs an empty horizontal stack.
HStack(int) - Constructor for class com.oorian.html.layout.HStack
Constructs a horizontal stack with the specified gap between children.
HStack(String) - Constructor for class com.oorian.html.layout.HStack
Constructs a horizontal stack with the specified gap between children.
hstsMaxAge(long) - Method in class com.oorian.security.SecurityHeaders
Sets the Strict-Transport-Security header (HSTS).
hstsMaxAge(long, boolean) - Method in class com.oorian.security.SecurityHeaders
Sets the Strict-Transport-Security header with includeSubDomains.
HTM - Static variable in class com.oorian.utils.MimeTypes
 
Html - Class in com.oorian.html.elements
Represents an HTML <html> (root) element.
Html() - Constructor for class com.oorian.html.elements.Html
Constructs an empty <html> root element.
HTML - Static variable in class com.oorian.utils.MimeTypes
 
HtmlDocument - Class in com.oorian.html
Abstract base class for generating complete HTML documents.
HtmlDocument() - Constructor for class com.oorian.html.HtmlDocument
Creates a new HtmlDocument with empty page attributes and child elements.
HtmlFragment - Class in com.oorian.html.containers
A container for loading and displaying HTML content from external files.
HtmlFragment(String) - Constructor for class com.oorian.html.containers.HtmlFragment
Creates a new HtmlFragment that loads HTML content from the specified file.
HtmlPage - Class in com.oorian.html
Abstract base class for all Oorian HTML pages.
HtmlPage() - Constructor for class com.oorian.html.HtmlPage
Creates a new HtmlPage with default settings.
HtmlPageReference - Class in com.oorian
A soft reference wrapper for HtmlPage objects that allows garbage collection under memory pressure.
HtmlPageReference(HtmlPage) - Constructor for class com.oorian.HtmlPageReference
Constructs a new HtmlPageReference wrapping the specified HTML page.
HtmlParseException - Exception Class in com.oorian.html.parser
Exception thrown when HTML5 parsing fails.
HtmlParseException(String) - Constructor for exception class com.oorian.html.parser.HtmlParseException
Creates a new parse exception with an error message.
HtmlParseException(String, int, int) - Constructor for exception class com.oorian.html.parser.HtmlParseException
Creates a new parse exception with message and position information.
HtmlParseException(String, int, int, Throwable) - Constructor for exception class com.oorian.html.parser.HtmlParseException
Creates a new parse exception with message, position, and underlying cause.
HtmlParseException(String, Throwable) - Constructor for exception class com.oorian.html.parser.HtmlParseException
Creates a new parse exception with an error message and underlying cause.
HtmlParser - Class in com.oorian.html.parser
HTML5 Parser that parses HTML strings and creates a DOM using Oorian element classes.
HtmlParser() - Constructor for class com.oorian.html.parser.HtmlParser
Creates a new HTML5 parser instance with default configuration.
HtmlTemplateException - Exception Class in com.oorian.html
Exception thrown when an unrecognized HTML element tag is encountered during template parsing.
HtmlTemplateException(String) - Constructor for exception class com.oorian.html.HtmlTemplateException
Creates a new HtmlTemplateException for the specified unrecognized tag name.
HtmlTemplatePage - Class in com.oorian.html
An HtmlPage that builds its content by parsing an HTML template file.
HtmlTemplatePage(String) - Constructor for class com.oorian.html.HtmlTemplatePage
Creates a new template page that will load the specified HTML file.
HtmlToken.Type - Enum Class in com.oorian.html.parser
Enumeration of HTML5 token types.
HttpEquiv - Enum Class in com.oorian.html.elements.consts
Enumeration defining the HTTP-equivalent meta tag values.
HttpFile - Class in com.oorian
Abstract base class for HTTP-based content generation in the Oorian framework.
HttpFile() - Constructor for class com.oorian.HttpFile
Default constructor for HttpFile.
HttpFileException - Exception Class in com.oorian
Unchecked exception thrown when an error occurs during HTTP file processing.
HttpFileException(String, Throwable) - Constructor for exception class com.oorian.HttpFileException
Constructs a new HttpFileException with the request URL and underlying cause.
HttpRequestException - Exception Class in com.oorian.apis
Exception thrown when an HTTP request fails due to a network error, timeout, or non-successful response status code.
HttpRequestException(String) - Constructor for exception class com.oorian.apis.HttpRequestException
Creates a new exception with the specified error message.
HttpRequestException(Throwable) - Constructor for exception class com.oorian.apis.HttpRequestException
Creates a new exception wrapping the specified cause.
hueRotate(float) - Method in class com.oorian.css.Filter
Adds a hue-rotate() function.
hueRotate(String) - Method in class com.oorian.css.Filter
Adds a hue-rotate() function with a raw CSS angle value.
Hyperlink<T> - Class in com.oorian.html.elements
Represents an HTML hyperlink, extending the <a> (anchor) element.
Hyperlink() - Constructor for class com.oorian.html.elements.Hyperlink
Constructs an empty hyperlink element.
Hyperlink(String) - Constructor for class com.oorian.html.elements.Hyperlink
Constructs a hyperlink with the specified URL.
Hyperlink(String, Target, String) - Constructor for class com.oorian.html.elements.Hyperlink
Constructs a hyperlink with URL, typed target constant, and link text.
Hyperlink(String, String) - Constructor for class com.oorian.html.elements.Hyperlink
Constructs a hyperlink with URL and link text.
Hyperlink(String, String, String) - Constructor for class com.oorian.html.elements.Hyperlink
Constructs a hyperlink with URL, target, and link text.

I

i - Enum constant in enum class com.oorian.html.elements.consts.OlMarkerType
Lowercase Roman numerals (i, ii, iii, iv...).
I<T> - Class in com.oorian.html.elements
Java representation of the HTML <i> element.
I - Enum constant in enum class com.oorian.html.elements.consts.OlMarkerType
Uppercase Roman numerals (I, II, III, IV...).
I - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter I key.
I() - Constructor for class com.oorian.html.elements.I
Constructs an empty <i> element.
I(String) - Constructor for class com.oorian.html.elements.I
Constructs an <i> element with the specified text content.
ICO - Static variable in class com.oorian.utils.MimeTypes
 
icon(Element<?>) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the icon or illustration.
icon(Element<?>) - Method in class com.oorian.html.layout.ErrorLayout
Sets an icon or illustration.
ICON - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Specifies an icon representing the document.
ICON - Static variable in class com.oorian.css.Font
System font for icon labels.
ICS - Static variable in class com.oorian.utils.MimeTypes
 
IdRule - Class in com.oorian.css
Represents a CSS rule that targets elements by their ID attribute.
IdRule(String...) - Constructor for class com.oorian.css.IdRule
Constructs an ID rule targeting elements with the specified IDs.
IFrame<T> - Class in com.oorian.html.elements
Represents the HTML <iframe> element for embedding external content.
IFrame() - Constructor for class com.oorian.html.elements.IFrame
Creates a new empty IFrame element.
IFrame(String) - Constructor for class com.oorian.html.elements.IFrame
Creates a new IFrame element with the specified source URL.
Image<T> - Class in com.oorian.html.elements
Represents an HTML image, extending the <img> element.
Image() - Constructor for class com.oorian.html.elements.Image
Constructs an empty image element.
Image(String) - Constructor for class com.oorian.html.elements.Image
Constructs an image with the specified source URL.
Image(String, int) - Constructor for class com.oorian.html.elements.Image
Constructs an image with source URL and fixed pixel width.
Image(String, String) - Constructor for class com.oorian.html.elements.Image
Constructs an image with source URL and alternative text.
Image(String, String, int) - Constructor for class com.oorian.html.elements.Image
Constructs an image with source URL, alternative text, and fixed pixel width.
Image(String, String, String) - Constructor for class com.oorian.html.elements.Image
Constructs an image with source URL, alternative text, and CSS width.
IMAGE - Static variable in class com.oorian.html.elements.Input
Input type constant for an image submit button.
ImageInput<T> - Class in com.oorian.html.elements
HTML image input element for graphical submit buttons.
ImageInput() - Constructor for class com.oorian.html.elements.ImageInput
Constructs a new image input element.
ImageInput(String) - Constructor for class com.oorian.html.elements.ImageInput
Constructs a new image input with the specified name.
ImageInput(String, String) - Constructor for class com.oorian.html.elements.ImageInput
Constructs a new image input with the specified name and value.
Img<T> - Class in com.oorian.html.elements
HTML <img> element for embedding images.
Img() - Constructor for class com.oorian.html.elements.Img
Constructs a new image element.
Img(String) - Constructor for class com.oorian.html.elements.Img
Constructs a new image element with the specified source URL.
Img(String, String) - Constructor for class com.oorian.html.elements.Img
Constructs a new image element with source URL and alt text.
IMG - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an image.
immutable() - Method in class com.oorian.security.CacheControl
Sets the immutable directive.
IMPACT - Enum constant in enum class com.oorian.css.FontFamily
Impact - bold condensed display font.
In - Class in com.oorian.css.units
CSS in (inch) unit value.
In(float) - Constructor for class com.oorian.css.units.In
Constructs an In unit with the specified value.
indexOf(Object) - Method in class com.oorian.html.Elements
 
INDIAN_RED - Static variable in class com.oorian.css.color.Color
 
INDIGO - Static variable in class com.oorian.css.color.Color
 
INFINITE - Enum constant in enum class com.oorian.css.AnimationIterationCount
Animation repeats indefinitely.
info(String) - Method in class com.oorian.OorianLog
Logs an INFO-level message.
info(String) - Static method in class com.oorian.validation.ValidationResult
Returns a valid result with an informational message.
info(String, Object...) - Method in class com.oorian.OorianLog
Logs an INFO-level message with parameters using MessageFormat syntax.
info(String, Throwable) - Method in class com.oorian.OorianLog
Logs an INFO-level message with an associated throwable.
INFO - Enum constant in enum class com.oorian.validation.ValidationMessage.Severity
Indicates informational feedback about the input.
INHERIT - Enum constant in enum class com.oorian.css.AlignContent
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AlignItems
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AlignSelf
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AnimationDirection
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AnimationFillMode
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AnimationIterationCount
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AnimationPlayState
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.AspectRatio
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackfaceVisibility
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundAttachment
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundClip
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundColor
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundOrigin
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundPosition
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundRepeat
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BackgroundSize
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BorderCollapse
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BorderStyle
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BorderWidth
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.BoxSizing
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.CaptionSide
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Clear
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ColumnFill
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ColumnRuleWidth
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Cursor
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Display
Inherits the display value from the parent element.
INHERIT - Enum constant in enum class com.oorian.css.EmptyCells
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FlexDirection
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FlexWrap
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Float
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FontFamily
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FontStretch
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FontStyle
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FontVariant
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.FontWeight
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.HangingPunctuation
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.JustifyContent
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ListStylePosition
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ListStyleType
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ObjectFit
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Origin
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.OutlineStyle
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.OutlineWidth
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Overflow
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.PageBreakAfter
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.PageBreakBefore
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.PageBreakInside
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.PointerEvents
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Position
Inherits the position value from the parent element.
INHERIT - Enum constant in enum class com.oorian.css.Resize
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.ScrollBehavior
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TableLayout
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextAlign
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextAlignLast
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextDecoration
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextDecorationLine
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextDecorationStyle
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextDirection
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextJustify
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextOverflow
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TextTransform
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TransformStyle
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.UnicodeBidi
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.UserSelect
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.VerticalAlign
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.Visibility
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.WhiteSpace
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.WordBreak
Inherits from parent element.
INHERIT - Enum constant in enum class com.oorian.css.WordWrap
Inherits from parent element.
INHERIT - Static variable in class com.oorian.css.Font
Inherits font from parent element.
initFromJson(Jsonable) - Method in interface com.oorian.json.Jsonable
Initializes this object's state from another Jsonable object.
initFromJson(JsonValue) - Method in class com.oorian.html.js.geolocation.GeolocationOptions
 
initFromJson(JsonValue) - Method in interface com.oorian.json.Jsonable
Initializes this object's state from a parsed JSON value.
initFromJson(JsonValue) - Method in class com.oorian.schema.SchemaType
 
initFromJson(String) - Method in interface com.oorian.json.Jsonable
Initializes this object's state from a JSON string.
INITIAL - Enum constant in enum class com.oorian.css.AlignContent
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AlignItems
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AlignSelf
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AnimationDirection
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AnimationFillMode
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AnimationIterationCount
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AnimationPlayState
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.AspectRatio
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackfaceVisibility
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundAttachment
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundClip
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundColor
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundOrigin
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundPosition
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundRepeat
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BackgroundSize
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BorderCollapse
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BorderStyle
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BorderWidth
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.BoxSizing
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.CaptionSide
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Clear
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.ColumnFill
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.ColumnRuleWidth
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Cursor
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Display
Sets the display to the default value for that element.
INITIAL - Enum constant in enum class com.oorian.css.FlexDirection
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.FlexWrap
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Float
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.FontFamily
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.FontStretch
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.FontStyle
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.FontVariant
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.FontWeight
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.HangingPunctuation
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.JustifyContent
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.ListStylePosition
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.ObjectFit
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Origin
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.OutlineStyle
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.OutlineWidth
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Overflow
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.PageBreakAfter
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.PageBreakBefore
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.PageBreakInside
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.PointerEvents
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Position
Sets the position to the default value (static).
INITIAL - Enum constant in enum class com.oorian.css.Resize
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.ScrollBehavior
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextAlign
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextAlignLast
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextDecoration
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextDecorationLine
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextDecorationStyle
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextDirection
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextJustify
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TextOverflow
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TransformStyle
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.UnicodeBidi
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.UserSelect
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.Visibility
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.WhiteSpace
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.WordBreak
Sets to default value.
INITIAL - Enum constant in enum class com.oorian.css.WordWrap
Sets to default value.
INITIAL - Static variable in class com.oorian.css.Font
Sets font to default value.
initialize() - Method in class com.oorian.html.accessibility.SkipLink
 
initialize() - Method in class com.oorian.html.accessibility.VisuallyHidden
 
initialize() - Method in class com.oorian.html.components.Spinner
 
initialize() - Method in class com.oorian.html.components.TreeGroup
 
initialize() - Method in class com.oorian.html.components.TreeItem
 
initialize() - Method in class com.oorian.html.containers.Deck
 
initialize() - Method in class com.oorian.html.containers.HPanel
 
initialize() - Method in class com.oorian.html.containers.VPanel
 
initialize() - Method in class com.oorian.html.Element
Hook method called during element initialization.
initialize() - Method in class com.oorian.html.layout.AccordionItem
Adds the header and content elements to the DOM tree.
initialize() - Method in class com.oorian.html.layout.AppShellLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.DashboardLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.DocsLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.Drawer
Builds the element tree for the drawer.
initialize() - Method in class com.oorian.html.layout.EmptyStateLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.ErrorLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.FeatureGridLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.FormLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.HeroLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.LoadingLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.MasterDetailLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.MediaLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.NavbarLayout
Builds the element tree for the navbar.
initialize() - Method in class com.oorian.html.layout.ReferenceLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.RegionLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.responsive.Hide
Called during initialization to add the responsive CSS to the page.
initialize() - Method in class com.oorian.html.layout.responsive.Show
Called during initialization to add the responsive CSS to the page.
initialize() - Method in class com.oorian.html.layout.SettingsLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.SplitNavLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.StoryLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.layout.TabbedLayout
Builds the element tree for the tabbed layout.
initialize() - Method in class com.oorian.html.layout.WizardLayout
Builds the element tree for the layout.
initialize() - Method in class com.oorian.html.StyledElement
 
initialize(AppContext) - Method in class com.oorian.Application
Called during application initialization to perform custom setup.
initialize(OorianHttpRequest) - Method in class com.oorian.ClientProfile
Initializes the client profile from the HTTP request.
initialize(String) - Method in class com.oorian.json.JsonArray
Replaces this array's contents by parsing a JSON string.
initialize(String) - Method in class com.oorian.json.JsonObject
Replaces this object's contents by parsing a JSON string.
initializeChildren() - Method in class com.oorian.css.CssElement
Initializes any child CSS elements.
initializeChildren() - Method in class com.oorian.css.CssMediaQuery
Initializes all child CSS elements contained in this media query.
initializeDefaults() - Method in class com.oorian.utils.MimeTypes
 
initializeFile() - Method in class com.oorian.css.CssFile
Initializes the HTTP response for CSS content.
initializeFile() - Method in class com.oorian.ErrorPage
Initializes the error page by reading the error context and extracting the status code, request path, and exception.
initializeFile() - Method in class com.oorian.html.HtmlPage
Initializes this page when first requested by the client.
initializeFile() - Method in class com.oorian.HttpFile
Initializes this HttpFile for the current request.
initializePage() - Method in class com.oorian.html.HtmlPage
Initializes this page for the current request.
initializePage() - Method in class com.oorian.html.HtmlTemplatePage
Initializes the page by parsing the HTML template file.
INLINE - Enum constant in enum class com.oorian.css.Display
Element is an inline-level element (like span).
INLINE - Enum constant in enum class com.oorian.html.layout.AutoLayout.Mode
Items flow inline without wrapping.
INLINE_BLOCK - Enum constant in enum class com.oorian.css.Display
Element is an inline-level block container.
INLINE_FLEX - Enum constant in enum class com.oorian.css.Display
Element is an inline-level flex container.
INLINE_GRID - Enum constant in enum class com.oorian.css.Display
Element is an inline-level grid container.
INLINE_TABLE - Enum constant in enum class com.oorian.css.Display
Element is an inline-level table.
Input<T> - Class in com.oorian.html.elements
Represents the HTML <input> element, the foundation for various form input types.
Input() - Constructor for class com.oorian.html.elements.Input
Creates a new Input element with the default text type.
Input(String, boolean) - Constructor for class com.oorian.html.elements.Input
Creates a new Input element with the specified type and tag closure mode.
InputChangeEvent - Class in com.oorian.messaging.events.client
Event fired when the value of an input element changes.
InputChangeEvent() - Constructor for class com.oorian.messaging.events.client.InputChangeEvent
Constructs a new InputChangeEvent with no initial value or state.
InputChangeEvent(String) - Constructor for class com.oorian.messaging.events.client.InputChangeEvent
Constructs a new InputChangeEvent with the specified value.
InputChangeEvent(String, String) - Constructor for class com.oorian.messaging.events.client.InputChangeEvent
Constructs a new InputChangeEvent with the specified value and state.
inputComplete() - Method in class com.oorian.html.elements.EmailInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.NumberInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.SearchInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.TelephoneInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.TextInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.TimeInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.UrlInput
Called when input is completed in the text field.
inputComplete() - Method in class com.oorian.html.elements.PasswordInput
Called when input is completed in the password field.
inputComplete() - Method in class com.oorian.html.elements.TextArea
Called when input is completed in the textarea.
InputCompleteEvent - Class in com.oorian.messaging.events.client
Event fired when input to an element is completed.
InputCompleteEvent() - Constructor for class com.oorian.messaging.events.client.InputCompleteEvent
Constructs a new InputCompleteEvent with no initial value.
InputCompleteEvent(String) - Constructor for class com.oorian.messaging.events.client.InputCompleteEvent
Constructs a new InputCompleteEvent with the specified final value.
InputElement<T> - Class in com.oorian.html.elements
Base class for HTML input elements providing core input functionality.
InputElement(String) - Constructor for class com.oorian.html.elements.InputElement
Creates an InputElement with the specified tag name as a self-closing element.
InputElement(String, boolean) - Constructor for class com.oorian.html.elements.InputElement
Creates an InputElement with the specified tag name and closing behavior.
InputEvent - Class in com.oorian.messaging.events.client
Abstract base class for input-related client events.
InputEvent() - Constructor for class com.oorian.messaging.events.client.InputEvent
Constructs a new InputEvent.
InputListener - Interface in com.oorian.messaging.events.client
Listener interface for handling input-related client events.
InputSanitizer - Class in com.oorian.security
Utility class for sanitizing user input to prevent injection attacks.
Ins<T> - Class in com.oorian.html.elements
Represents an HTML <ins> (inserted text) element.
Ins() - Constructor for class com.oorian.html.elements.Ins
Constructs an empty <ins> element.
Ins(String) - Constructor for class com.oorian.html.elements.Ins
Constructs an <ins> element with the specified text content.
INSERT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Insert key.
insertElement(int, Element) - Method in class com.oorian.html.ContainerElement
 
insertElement(int, Element) - Method in class com.oorian.html.containers.HPanel
 
insertElement(int, Element) - Method in class com.oorian.html.containers.VPanel
 
insertElement(int, Element) - Method in class com.oorian.html.containers.GlassPane
 
insertElement(int, Element) - Method in class com.oorian.html.Element
Inserts a child element at the specified index.
insertElement(int, Element) - Method in class com.oorian.html.PhrasingContentElement
Inserts a child element at the specified index.
insertElement(int, Element) - Method in class com.oorian.html.StyledContainerElement
 
insertListItem(int, Element) - Method in class com.oorian.html.elements.Ol
Inserts a list item containing an HTML element at the specified index.
insertListItem(int, Element) - Method in class com.oorian.html.elements.OrderedList
Inserts a list item containing an HTML element at the specified index.
insertListItem(int, Element) - Method in class com.oorian.html.elements.Ul
Inserts a list item containing an HTML element at the specified index.
insertListItem(int, Element) - Method in class com.oorian.html.elements.UnorderedList
Inserts a list item containing an HTML element at the specified index.
insertListItem(int, Li) - Method in class com.oorian.html.elements.Ol
Inserts a list item at the specified index.
insertListItem(int, Li) - Method in class com.oorian.html.elements.OrderedList
Inserts a list item at the specified index.
insertListItem(int, Li) - Method in class com.oorian.html.elements.Ul
Inserts a list item at the specified index.
insertListItem(int, Li) - Method in class com.oorian.html.elements.UnorderedList
Inserts a list item at the specified index.
insertListItem(int, String) - Method in class com.oorian.html.elements.Ol
Inserts a list item with text content at the specified index.
insertListItem(int, String) - Method in class com.oorian.html.elements.OrderedList
Inserts a list item with text content at the specified index.
insertListItem(int, String) - Method in class com.oorian.html.elements.Ul
Inserts a list item with text content at the specified index.
insertListItem(int, String) - Method in class com.oorian.html.elements.UnorderedList
Inserts a list item with text content at the specified index.
inset(int) - Method in class com.oorian.css.ClipPath
Sets a uniform inset() clip shape with a pixel value.
inset(int, int, int, int) - Method in class com.oorian.css.ClipPath
Sets an inset() clip shape with individual pixel values for each side.
inset(Units) - Method in class com.oorian.css.ClipPath
Sets a uniform inset() clip shape with a Units value.
inset(Units, Units, Units, Units) - Method in class com.oorian.css.ClipPath
Sets an inset() clip shape with individual Units values for each side.
inset(String) - Method in class com.oorian.css.ClipPath
Sets an inset() clip shape.
INSET - Enum constant in enum class com.oorian.css.BorderStyle
3D inset effect (appears embedded).
INSET - Enum constant in enum class com.oorian.css.ColumnRuleStyle
3D inset rule.
INSET - Enum constant in enum class com.oorian.css.OutlineStyle
3D inset outline.
insetRound(int, int) - Method in class com.oorian.css.ClipPath
Sets an inset() clip shape with a pixel inset and pixel border radius.
insetRound(String, String) - Method in class com.oorian.css.ClipPath
Sets an inset() clip shape with rounded corners.
INSIDE - Enum constant in enum class com.oorian.css.ListStylePosition
Marker inside content flow, text wraps under marker.
INTER_CLUSTER - Enum constant in enum class com.oorian.css.TextJustify
Distributes space between character clusters.
INTER_IDEOGRAPH - Enum constant in enum class com.oorian.css.TextJustify
For ideographic scripts like CJK.
INTER_WORD - Enum constant in enum class com.oorian.css.TextJustify
Adjusts spacing between words.
INTERNATIONAL - Enum constant in enum class com.oorian.validation.validators.PhoneValidator.Format
International format with country code: +x xxx xxx xxxx
INV_EXCLAMATION_MARK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Inverted exclamation mark key.
invalid(String) - Static method in class com.oorian.validation.ValidationResult
Returns an invalid result with the specified error message.
invalid(String, String) - Static method in class com.oorian.validation.ValidationResult
Returns an invalid result with the specified error message for a specific field.
invalidate() - Method in class com.oorian.jakarta.JakartaHttpSession
 
invalidate() - Method in interface com.oorian.OorianHttpSession
Invalidates this session.
invalidate() - Method in class com.oorian.OorianSession
Invalidates this session and unbinds all objects bound to it.
invalidate() - Method in class com.oorian.test.TestHttpSession
 
invalidate() - Method in class com.oorian.testing.MockOorianHttpSession
 
invalidateSession() - Method in class com.oorian.OorianSession
Invalidates this session.
InvalidHttpSessionException - Exception Class in com.oorian
Unchecked exception thrown when an HTTP session is invalid, expired, or unavailable.
InvalidHttpSessionException() - Constructor for exception class com.oorian.InvalidHttpSessionException
Constructs a new InvalidHttpSessionException with a default error message.
invert(float) - Method in class com.oorian.css.Filter
Adds an invert() function.
IS_NOT_NULL - Enum constant in enum class com.oorian.data.FilterOperator
Value is not null.
IS_NULL - Enum constant in enum class com.oorian.data.FilterOperator
Value is null.
isAcquired() - Method in class com.oorian.html.js.wakelock.WakeLockEvent
Returns whether the wake lock was acquired.
isActive() - Method in class com.oorian.html.accessibility.FocusTrap
Checks if the focus trap is currently active.
isActive() - Method in class com.oorian.html.layout.Tab
Checks if this tab is currently active.
isAlive() - Method in class com.oorian.OorianWorkerThread
Checks if the worker thread is currently running.
isArray() - Method in class com.oorian.json.JsonValue
Returns true if this value is a JSON array.
isAsyncValidationPending() - Method in class com.oorian.validation.AsyncValidatedInput
Returns whether async validation is currently pending.
isAudioInput() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns whether this device is an audio input (microphone).
isAudioOutput() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns whether this device is an audio output (speaker/headphones).
isAuthenticated() - Method in class com.oorian.OorianSession
Checks whether a user is currently authenticated in this session.
isAuthenticated(OorianSession) - Method in interface com.oorian.security.SecurityHandler
Checks whether the current user is authenticated.
isAutoFocus() - Method in class com.oorian.html.VisualElement
Returns whether the autofocus attribute is set.
isAutoPlay() - Method in class com.oorian.html.elements.Audio
Returns whether the autoplay attribute is set.
isAutoPlay() - Method in class com.oorian.html.elements.Video
Returns whether the autoplay attribute is set.
isBlankAllowed() - Method in class com.oorian.validation.validators.RequiredValidator
Returns whether blank strings are allowed.
isCancelled() - Method in class com.oorian.html.js.share.ShareErrorEvent
Returns whether the user cancelled the share operation.
isChanged() - Method in class com.oorian.messaging.events.server.LocaleChangeEvent
Returns whether the locale actually changed (previous and new are different).
isChecked() - Method in class com.oorian.html.elements.Checkbox
Returns whether this checkbox is currently checked.
isChecked() - Method in class com.oorian.html.elements.RadioButton
Returns whether this radio button is currently checked.
isChildOf(String) - Method in class com.oorian.html.Element
Checks if this element is a direct child of the element with the specified ID.
isClosed() - Method in class com.oorian.testing.MockWebsocketConnection
Returns whether this connection has been closed.
isClosedTag() - Method in class com.oorian.html.Element
Checks if this element uses a self-closing tag.
isCommitted() - Method in class com.oorian.jakarta.JakartaHttpResponse
 
isCommitted() - Method in interface com.oorian.OorianHttpResponse
Returns whether the response has been committed.
isCommitted() - Method in class com.oorian.test.TestHttpResponse
 
isConfigured() - Static method in class com.oorian.security.FileUploadValidator
Returns whether file upload validation is configured.
isConfigured() - Static method in class com.oorian.security.UrlSecurity
Returns whether a URL security key has been configured.
isContentEditable() - Method in class com.oorian.html.VisualElement
Returns whether contenteditable is enabled.
isControls() - Method in class com.oorian.html.elements.Audio
Returns whether the controls attribute is set.
isControls() - Method in class com.oorian.html.elements.Video
Returns whether the controls attribute is set.
isCreated() - Method in class com.oorian.html.Element
Checks if this element has been created (completed the create lifecycle).
isCspReportOnly() - Static method in class com.oorian.ApplicationDefaults
Checks whether the Content Security Policy is in report-only mode.
isCsrfProtectionEnabled() - Method in class com.oorian.Application
Checks whether CSRF protection is enabled for the application.
isCsrfProtectionEnabled() - Static method in class com.oorian.ApplicationDefaults
Checks whether CSRF protection is enabled application-wide.
isCsrfProtectionEnabled() - Method in class com.oorian.html.HtmlPage
Checks whether CSRF protection is enabled for this page.
isCurrentLocaleRtl() - Static method in class com.oorian.i18n.DirectionResolver
Checks whether the current thread's locale uses a right-to-left script.
isDecimalAllowed() - Method in class com.oorian.validation.validators.NumericValidator
Returns whether decimal values are allowed.
isDenied() - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
Returns whether the permission is denied.
isDescendantOf(Element) - Method in class com.oorian.html.Element
Checks if this element is a descendant of the specified element.
isDescendantOf(String) - Method in class com.oorian.html.Element
Checks if this element is a descendant of the element with the specified ID.
isDesktop() - Method in class com.oorian.html.HtmlPage
Checks if the window width indicates a desktop device.
isDesktop() - Static method in class com.oorian.html.js.ScreenApi
Checks if the window width indicates a desktop device.
isDevMode() - Method in class com.oorian.Application
Checks whether development mode is enabled.
isDevMode() - Static method in class com.oorian.ApplicationDefaults
Checks whether development mode is enabled.
isDisabled() - Method in class com.oorian.html.VisualElement
Returns whether the disabled attribute is set.
isDisconnectedTimeout(long) - Method in class com.oorian.html.HtmlPage
Checks if the page has been disconnected longer than the specified timeout.
isDisplayed() - Method in class com.oorian.html.StyledElement
Returns whether the displayed property is set.
isDraggable() - Method in class com.oorian.html.VisualElement
Returns whether the element is draggable.
isEmpty() - Method in class com.oorian.AttributeMap
Returns true if this map contains no attributes.
isEmpty() - Method in class com.oorian.css.CssStyle
Checks if this style has no properties defined.
isEmpty() - Method in class com.oorian.data.DataResult
Returns whether this result contains any items.
isEmpty() - Method in class com.oorian.html.Elements
 
isEmpty() - Method in class com.oorian.json.JsonArray
Returns true if this array contains no elements.
isEmpty() - Method in class com.oorian.json.JsonObject
Returns true if this object contains no key-value pairs.
isEmpty() - Method in class com.oorian.Parameters
Checks if this collection contains no parameters.
isEmpty() - Method in class com.oorian.UrlParameters
Checks if there are no URL parameters.
isEnabled() - Static method in class com.oorian.security.AccessLogger
Returns whether access logging is enabled.
isEnabled() - Static method in class com.oorian.security.SecurityAuditLog
Returns whether security audit logging is enabled.
isError() - Method in class com.oorian.validation.ValidationMessage
Returns whether this message represents an error.
isExpanded() - Method in class com.oorian.html.components.TreeGroup
Gets whether the group is expanded.
isExpanded() - Method in class com.oorian.html.layout.AccordionItem
Checks if this item is currently expanded.
isExpired() - Method in class com.oorian.OorianSession
Checks whether this session has expired based on the application-wide timeout settings.
isExtensionsAllowed() - Method in class com.oorian.validation.validators.PhoneValidator
Returns whether extensions are allowed.
isFinal() - Method in class com.oorian.html.js.speech.SpeechResultEvent
Returns whether this is a final result.
isFirstStep() - Method in class com.oorian.html.layout.WizardLayout
Checks if the wizard is on the first step.
isFormNoValidate() - Method in class com.oorian.html.elements.Button
Returns whether the formnovalidate attribute is set.
isFormNoValidate() - Method in class com.oorian.html.elements.Fieldset
Returns whether the formnovalidate attribute is set.
isFormNoValidate() - Method in class com.oorian.html.elements.Output
Returns whether the formnovalidate attribute is set.
isFormNoValidate() - Method in class com.oorian.html.elements.InputElement
Returns whether the formnovalidate attribute is set.
isFormValid() - Method in class com.oorian.html.elements.OorianForm
Returns whether all fields are currently valid.
isFullscreen() - Method in class com.oorian.html.js.fullscreen.FullscreenChangeEvent
Returns whether the document is now in fullscreen mode.
isGranted() - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
Returns whether the permission is granted.
isHidden() - Method in class com.oorian.html.js.visibility.VisibilityChangeEvent
Returns whether the page is hidden.
isHidden() - Method in class com.oorian.html.VisualElement
Returns whether the hidden attribute is set.
isHighDpi() - Method in class com.oorian.html.HtmlPage
Checks if the device has a high-DPI (Retina) display.
isHighDpi() - Static method in class com.oorian.html.js.ScreenApi
Checks if the device has a high-DPI (Retina) display.
isHttpOnly() - Method in class com.oorian.OorianCookie
Returns whether the cookie is HTTP-only.
isHttpOnly() - Method in class com.oorian.security.CookieDefaults
Returns whether HttpOnly is enabled by default.
isHttpsRequired() - Method in class com.oorian.Application
Checks whether HTTPS enforcement is enabled for the application.
isHttpsRequired() - Static method in class com.oorian.ApplicationDefaults
Checks whether HTTPS is required for all requests.
isHttpsRequired() - Method in class com.oorian.validation.validators.UrlValidator
Returns whether HTTPS is required.
isInert() - Method in class com.oorian.html.VisualElement
Returns whether the inert attribute is set.
isInfo() - Method in class com.oorian.validation.ValidationMessage
Returns whether this message is informational.
isInitialized() - Method in class com.oorian.ClientProfile
Checks if the client profile has been initialized.
isInitialized() - Method in class com.oorian.html.Element
Checks if this element has been initialized.
isInterim() - Method in class com.oorian.html.js.speech.SpeechResultEvent
Returns whether this is an interim (non-final) result.
isInvalid() - Method in class com.oorian.validation.ValidationResult
Returns whether the validation failed.
isInvalidated() - Method in class com.oorian.test.TestHttpSession
Checks whether this session has been invalidated.
isInvalidated() - Method in class com.oorian.testing.MockOorianHttpSession
Returns whether this session has been invalidated.
isItemScope() - Method in class com.oorian.html.Element
Returns whether the itemscope attribute is set.
isLandscape() - Method in class com.oorian.html.HtmlPage
Checks if the screen is in landscape orientation.
isLandscape() - Static method in class com.oorian.html.js.ScreenApi
Checks if the screen is in landscape orientation.
isLastStep() - Method in class com.oorian.html.layout.WizardLayout
Checks if the wizard is on the last step.
isLoaded() - Method in class com.oorian.html.HtmlPage
Checks if this page has been loaded in the browser.
isLocalStorage() - Method in class com.oorian.html.js.storage.StorageEvent
Checks if this event is from localStorage.
isLockedOut(String) - Method in class com.oorian.security.BruteForceProtection
Checks whether the specified key is currently locked out.
isLoggable(System.Logger.Level) - Method in class com.oorian.OorianLog
Checks whether a message at the given level would be logged.
isLoop() - Method in class com.oorian.html.elements.Audio
Returns whether the loop attribute is set.
isLoop() - Method in class com.oorian.html.elements.Video
Returns whether the loop attribute is set.
isMobile() - Method in class com.oorian.html.HtmlPage
Checks if the window width indicates a mobile device.
isMobile() - Static method in class com.oorian.html.js.ScreenApi
Checks if the window width indicates a mobile device.
isModified() - Method in class com.oorian.data.binding.Binder
Returns whether any bound field value has changed since the last Binder.readBean(Object).
isModified() - Method in class com.oorian.data.binding.Binding
Returns whether the field value has changed since the last Binding.read(Object) call.
isMultiple() - Method in class com.oorian.html.elements.InputElement
Returns whether the multiple attribute is set.
isMultiple() - Method in class com.oorian.html.layout.Accordion
Checks if multiple expansion is enabled.
isMuted() - Method in class com.oorian.html.elements.Audio
Returns whether the muted attribute is set.
isMuted() - Method in class com.oorian.html.elements.Video
Returns whether the muted attribute is set.
isNegativeAllowed() - Method in class com.oorian.validation.validators.NumericValidator
Returns whether negative values are allowed.
isNew() - Method in class com.oorian.jakarta.JakartaHttpSession
 
isNew() - Method in interface com.oorian.OorianHttpSession
Checks if the session was newly created.
isNew() - Method in class com.oorian.OorianSession
Checks if the session was newly created.
isNew() - Method in class com.oorian.test.TestHttpSession
 
isNew() - Method in class com.oorian.testing.MockOorianHttpSession
 
isNoSpeech() - Method in class com.oorian.html.js.speech.SpeechErrorEvent
Returns whether no speech was detected.
isNotFound() - Method in class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
Returns whether no devices were found.
isNumber() - Method in class com.oorian.json.JsonValue
Returns true if this value is a JSON number.
isObject() - Method in class com.oorian.json.JsonValue
Returns true if this value is a JSON object.
isOffline() - Method in class com.oorian.html.js.network.NetworkStatusEvent
Returns whether the browser is offline.
isOnline() - Method in class com.oorian.html.js.network.NetworkStatusEvent
Returns whether the browser is online.
isOpen() - Method in class com.oorian.html.layout.Drawer
Checks if the drawer is currently open.
isOpen() - Method in class com.oorian.OorianSseConnection
Checks if the SSE connection is still open.
isOpen() - Method in interface com.oorian.SseConnection
Returns whether this SSE connection is currently open.
isOriginAllowed(String) - Static method in class com.oorian.ApplicationDefaults
Checks whether a given origin is allowed for WebSocket connections.
isOverlay() - Method in class com.oorian.html.layout.LoadingLayout
Checks if this loading layout is in overlay mode.
isPeriodic() - Method in class com.oorian.html.SimpleTimer
Checks if this timer is configured for periodic execution.
isPeriodic() - Method in class com.oorian.html.Timer
Checks if this timer executes periodically.
isPermissionDenied() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Checks if this is a permission denied error.
isPermissionDenied() - Method in class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
Returns whether permission was denied by the user.
isPermissionDenied() - Method in class com.oorian.html.js.speech.SpeechErrorEvent
Returns whether permission was denied.
isPortrait() - Method in class com.oorian.html.HtmlPage
Checks if the screen is in portrait orientation.
isPortrait() - Static method in class com.oorian.html.js.ScreenApi
Checks if the screen is in portrait orientation.
isPositionUnavailable() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Checks if this is a position unavailable error.
isPrimary() - Method in class com.oorian.messaging.events.client.PointerEvent
Returns whether this pointer is the primary pointer.
isProfile(String) - Method in class com.oorian.OorianConfig
Checks whether the active profile matches the given name.
isProgressiveDelay() - Method in class com.oorian.security.BruteForceConfig
Returns whether progressive delay is enabled.
isPrompt() - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
Returns whether the user will be prompted.
isReadError() - Method in class com.oorian.html.js.clipboard.ClipboardErrorEvent
Checks if this is a read operation error.
isReadOnly() - Method in class com.oorian.data.binding.Binding
Returns whether this binding is read-only (no setter).
isReadOnly() - Method in class com.oorian.html.elements.InputElement
Returns whether the readonly attribute is set.
isReleased() - Method in class com.oorian.html.js.wakelock.WakeLockEvent
Returns whether the wake lock was released.
isRepeating() - Method in class com.oorian.OorianTimer
Returns whether this timer repeats.
isRequired() - Method in class com.oorian.html.elements.InputElement
Returns whether the required attribute is set.
isRequiresAuth() - Method in class com.oorian.PageInfo
Returns whether this page requires authentication.
isResponseWritten() - Method in class com.oorian.html.HtmlPage
Returns whether the page response has been written to the client.
isRtl() - Method in enum class com.oorian.i18n.TextDirection
Returns whether this direction is right-to-left.
isRtl(Locale) - Static method in class com.oorian.i18n.DirectionResolver
Checks whether the given locale uses a right-to-left script.
isSecure() - Method in class com.oorian.jakarta.JakartaHttpRequest
 
isSecure() - Method in class com.oorian.OorianCookie
Returns whether the cookie is secure-only.
isSecure() - Method in interface com.oorian.OorianHttpRequest
Returns whether this request was made using a secure channel (HTTPS).
isSecure() - Method in class com.oorian.security.CookieDefaults
Returns whether the Secure flag is enabled by default.
isSecure() - Method in class com.oorian.test.TestHttpRequest
 
isSecure() - Method in class com.oorian.testing.MockOorianHttpRequest
 
isSelected() - Method in class com.oorian.html.elements.Option
Returns whether this option is currently selected.
isSessionStorage() - Method in class com.oorian.html.js.storage.StorageEvent
Checks if this event is from sessionStorage.
isSidebarCollapsed() - Method in class com.oorian.html.layout.AppShellLayout
Checks if the sidebar is currently collapsed.
isSpacesAllowed() - Method in class com.oorian.validation.validators.AlphanumericValidator
Returns whether spaces are allowed.
isSpellCheck() - Method in class com.oorian.html.VisualElement
Returns whether spellcheck is enabled.
isStopped() - Method in class com.oorian.messaging.events.server.PageEvent
Returns whether this event has been stopped.
isString() - Method in class com.oorian.json.JsonValue
Returns true if this value is a JSON string.
isSupportedJs() - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Returns JavaScript code to check if geolocation is supported.
isTablet() - Method in class com.oorian.html.HtmlPage
Checks if the window width indicates a tablet device.
isTablet() - Static method in class com.oorian.html.js.ScreenApi
Checks if the window width indicates a tablet device.
isTimeout() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Checks if this is a timeout error.
isTransitionForwardActive() - Method in class com.oorian.html.StyledElement
Returns whether a forward transition is currently active on this element.
isTranslate() - Method in class com.oorian.html.Element
Returns whether translate is enabled.
isUnloaded() - Method in class com.oorian.html.HtmlPage
Checks if this page has been unloaded from the browser.
isUpdateMode() - Method in class com.oorian.testing.SnapshotTester
Returns whether update mode is enabled.
isValid() - Method in class com.oorian.data.binding.Binder
Validates all bindings and returns whether all pass.
isValid() - Static method in class com.oorian.OorianSession
Checks if a valid OorianSession is registered to the current thread.
isValid() - Method in class com.oorian.security.FileUploadValidator.Result
Returns whether the file passed validation.
isValid() - Method in class com.oorian.validation.ValidatedInput
Returns whether the last validation was successful.
isValid() - Method in class com.oorian.validation.ValidationResult
Returns whether the validation passed.
isValidateMagicNumbers() - Method in class com.oorian.security.FileUploadConfig
Returns whether magic number validation is enabled.
isValidLuhn(String) - Static method in class com.oorian.validation.validators.CreditCardValidator
Validates a credit card number using the Luhn algorithm.
isVideoInput() - Method in class com.oorian.html.js.mediadevices.MediaDevice
Returns whether this device is a video input (camera).
isVisible() - Method in class com.oorian.html.js.visibility.VisibilityChangeEvent
Returns whether the page is visible.
isWarning() - Method in class com.oorian.validation.ValidationMessage
Returns whether this message represents a warning.
isWatchError() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Checks if this error is from a watchPosition call.
isWatchUpdate() - Method in class com.oorian.html.js.geolocation.GeolocationEvent
Checks if this event is from a watchPosition call.
isWebSocketOriginCheckEnabled() - Static method in class com.oorian.ApplicationDefaults
Checks whether WebSocket origin validation is enabled.
isWithFade() - Method in class com.oorian.css.transitions.Grow
Returns whether the grow includes a fade.
isWithFade() - Method in class com.oorian.css.transitions.Slide
Returns whether the slide includes a fade.
isWriteError() - Method in class com.oorian.html.js.clipboard.ClipboardErrorEvent
Checks if this is a write operation error.
isWritten() - Method in class com.oorian.HttpFile
Checks if the content has been written to the response.
Italic<T> - Class in com.oorian.html.elements
Represents an HTML italic text element, extending the <i> element.
Italic() - Constructor for class com.oorian.html.elements.Italic
Constructs an empty <i> element.
Italic(String) - Constructor for class com.oorian.html.elements.Italic
Constructs an <i> element with the specified text content.
ITALIC - Enum constant in enum class com.oorian.css.FontStyle
Uses italic glyphs from the font family.
iterator() - Method in class com.oorian.html.Elements
 
iterator() - Method in class com.oorian.json.JsonArray
 
IVORY - Static variable in class com.oorian.css.color.Color
 

J

J - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter J key.
JakartaAppContext - Class in com.oorian.jakarta
Adapter that wraps a ServletContext to implement the framework-agnostic AppContext interface.
JakartaAppContext(ServletContext) - Constructor for class com.oorian.jakarta.JakartaAppContext
Creates a new adapter wrapping the given servlet context.
JakartaCookie - Class in com.oorian.jakarta
Utility class for converting between OorianCookie and Cookie.
JakartaHttpRequest - Class in com.oorian.jakarta
Adapter that wraps a HttpServletRequest to implement the framework-agnostic OorianHttpRequest interface.
JakartaHttpRequest(HttpServletRequest) - Constructor for class com.oorian.jakarta.JakartaHttpRequest
Creates a new adapter wrapping the given servlet request.
JakartaHttpResponse - Class in com.oorian.jakarta
Adapter that wraps a HttpServletResponse to implement the framework-agnostic OorianHttpResponse interface.
JakartaHttpResponse(HttpServletResponse) - Constructor for class com.oorian.jakarta.JakartaHttpResponse
Creates a new adapter wrapping the given servlet response.
JakartaHttpSession - Class in com.oorian.jakarta
Adapter that wraps a HttpSession to implement the framework-agnostic OorianHttpSession interface.
JakartaHttpSession(HttpSession) - Constructor for class com.oorian.jakarta.JakartaHttpSession
Creates a new adapter wrapping the given HTTP session.
JakartaUploadPart - Class in com.oorian.jakarta
Adapter that wraps a Part to implement the framework-agnostic OorianUploadPart interface.
JakartaUploadPart(Part) - Constructor for class com.oorian.jakarta.JakartaUploadPart
Creates a new adapter wrapping the given servlet part.
JAR - Static variable in class com.oorian.utils.MimeTypes
 
JavaScript<T> - Class in com.oorian.html.elements
Represents an HTML script element specifically configured for JavaScript.
JavaScript() - Constructor for class com.oorian.html.elements.JavaScript
Constructs a new JavaScript element for inline script code.
JavaScript(String) - Constructor for class com.oorian.html.elements.JavaScript
Constructs a new JavaScript element that references an external script file.
JavaScriptApi - Class in com.oorian.html.js
Base class for JavaScript API wrappers providing access to browser functionality from server-side Java code.
JavaScriptApi() - Constructor for class com.oorian.html.js.JavaScriptApi
 
JavaScriptCommand - Class in com.oorian.messaging.commands
Command to execute JavaScript code or call JavaScript functions on the client side.
JavaScriptCommand(String) - Constructor for class com.oorian.messaging.commands.JavaScriptCommand
Constructs a new JavaScriptCommand to execute a JavaScript statement.
JavaScriptCommand(String, Object...) - Constructor for class com.oorian.messaging.commands.JavaScriptCommand
Constructs a new JavaScriptCommand to call a JavaScript function with variable arguments.
JavaScriptCommand(String, List<Object>) - Constructor for class com.oorian.messaging.commands.JavaScriptCommand
Constructs a new JavaScriptCommand to call a JavaScript function with a list of parameters.
JCB - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
JPEG - Static variable in class com.oorian.utils.MimeTypes
 
JPG - Static variable in class com.oorian.utils.MimeTypes
 
JS - Static variable in class com.oorian.utils.MimeTypes
 
JSON - Static variable in class com.oorian.utils.MimeTypes
 
Jsonable - Interface in com.oorian.json
Interface for objects that can be serialized to and from JSON.
JsonArray - Class in com.oorian.json
Represents a JSON array containing an ordered collection of values.
JsonArray() - Constructor for class com.oorian.json.JsonArray
Creates an empty JsonArray.
JsonArray(Collection) - Constructor for class com.oorian.json.JsonArray
Creates a JsonArray initialized with the elements from the specified collection.
JsonBoolean - Class in com.oorian.json
Represents a JSON boolean value (true or false).
JsonBoolean(Boolean) - Constructor for class com.oorian.json.JsonBoolean
Creates a new JsonBoolean with the specified value.
JSONLD - Static variable in class com.oorian.utils.MimeTypes
 
JsonLdScript<T> - Class in com.oorian.html.elements
Represents a JSON-LD script element for embedding structured data (Schema.org) in HTML pages.
JsonLdScript(Jsonable) - Constructor for class com.oorian.html.elements.JsonLdScript
Constructs a new JSON-LD script element with the specified schema data.
JsonNull - Class in com.oorian.json
Represents a JSON null value.
JsonNull() - Constructor for class com.oorian.json.JsonNull
 
JsonNumber - Class in com.oorian.json
Represents a JSON number value.
JsonNumber(Number) - Constructor for class com.oorian.json.JsonNumber
Creates a new JsonNumber with the specified numeric value.
JsonObject - Class in com.oorian.json
Represents a JSON object containing key-value pairs.
JsonObject() - Constructor for class com.oorian.json.JsonObject
Creates an empty JsonObject.
JsonObject(JsonObject) - Constructor for class com.oorian.json.JsonObject
Creates a JsonObject as a shallow copy of another JsonObject.
JsonObject(String, Object) - Constructor for class com.oorian.json.JsonObject
Creates a JsonObject with a single key-value pair.
JsonParser - Class in com.oorian.json
A lightweight JSON parser that converts JSON text into JsonValue objects.
JsonString - Class in com.oorian.json
Represents a JSON string value.
JsonString(String) - Constructor for class com.oorian.json.JsonString
Creates a new JsonString with the specified value.
JsonValue - Class in com.oorian.json
Abstract base class for all JSON value types in the Oorian JSON library.
JsonValue() - Constructor for class com.oorian.json.JsonValue
 
JUSTIFY - Enum constant in enum class com.oorian.css.TextAlign
Stretches lines so each has equal width.
JUSTIFY - Enum constant in enum class com.oorian.css.TextAlignLast
Justifies the last line.
JustifyContent - Enum Class in com.oorian.css
CSS justify-content property values for flexbox main axis alignment.

K

K - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter K key.
KASHIDA - Enum constant in enum class com.oorian.css.TextJustify
Arabic kashida character insertion.
KATAKANA - Enum constant in enum class com.oorian.css.ListStyleType
Japanese katakana numbering.
KATAKANA_IROHA - Enum constant in enum class com.oorian.css.ListStyleType
Japanese katakana-iroha numbering.
Kbd<T> - Class in com.oorian.html.elements
Represents an HTML <kbd> (keyboard input) element.
Kbd() - Constructor for class com.oorian.html.elements.Kbd
Constructs an empty <kbd> element.
Kbd(String) - Constructor for class com.oorian.html.elements.Kbd
Constructs a <kbd> element with the specified keyboard input text.
KEEP_ALL - Enum constant in enum class com.oorian.css.WordBreak
CJK text won't break between characters; non-CJK is normal.
KeyCodes - Class in com.oorian.messaging.events.client
Keyboard key code constants for handling keyboard events.
KeyCodes() - Constructor for class com.oorian.messaging.events.client.KeyCodes
 
KeyDownEvent - Class in com.oorian.messaging.events.client
Event fired when a key is initially pressed down.
KeyDownEvent(String, String, String) - Constructor for class com.oorian.messaging.events.client.KeyDownEvent
Constructs a new KeyDownEvent with the specified key information.
KeyEvent - Class in com.oorian.messaging.events.client
Abstract base class for keyboard-related client events.
KeyEvent(String, String, String) - Constructor for class com.oorian.messaging.events.client.KeyEvent
Constructs a new KeyEvent with the specified key information.
KeyFrameRule - Class in com.oorian.css
Represents a keyframe rule within a CSS @keyframes animation definition.
KeyFrameRule(String...) - Constructor for class com.oorian.css.KeyFrameRule
Constructs a keyframe rule with the specified selectors.
KeyFrames - Class in com.oorian.css
Represents a CSS @keyframes animation rule for defining animation sequences.
KeyFrames(String) - Constructor for class com.oorian.css.KeyFrames
Constructs a new keyframes animation with the specified name.
KeyListener - Interface in com.oorian.messaging.events.client
Listener interface for handling keyboard-related client events.
KeyPressedEvent - Class in com.oorian.messaging.events.client
Deprecated.
Use KeyDownEvent instead. The browser keypress event is deprecated.
KeyPressedEvent(String, String, String) - Constructor for class com.oorian.messaging.events.client.KeyPressedEvent
Deprecated.
Use KeyDownEvent constructor instead
keySet() - Method in class com.oorian.AttributeMap
Returns a Set view of the attribute names contained in this map.
KeyType - Enum Class in com.oorian.html.elements.consts
Enumeration defining cryptographic key types for key generation.
KeyUpEvent - Class in com.oorian.messaging.events.client
Event fired when a key is released.
KeyUpEvent(String, String, String) - Constructor for class com.oorian.messaging.events.client.KeyUpEvent
Constructs a new KeyUpEvent with the specified key information.
KEYWORDS - Enum constant in enum class com.oorian.html.elements.consts.MetaDataName
Specifies keywords relevant to the page content.
KHAKI - Static variable in class com.oorian.css.color.Color
 

L

l - Variable in class com.oorian.css.color.Clab
 
L - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter L key.
Label<T> - Class in com.oorian.html.elements
Represents the HTML <label> element for labeling form controls.
Label() - Constructor for class com.oorian.html.elements.Label
Creates a new empty Label element.
Label(String) - Constructor for class com.oorian.html.elements.Label
Creates a new Label element with the specified text.
LANDSCAPE - Enum constant in enum class com.oorian.html.elements.consts.Orientation
Landscape orientation - width is greater than height.
LanguageSwitcher - Class in com.oorian.i18n
Utility for dynamically switching the user's locale at runtime.
largeHero() - Method in class com.oorian.html.layout.HeroLayout
Applies a large hero height (700px).
largeImageSplit() - Method in class com.oorian.html.layout.StoryLayout
Sets a 60/40 split ratio (larger image, smaller text).
LAST - Enum constant in enum class com.oorian.css.HangingPunctuation
Closing bracket or quote may hang at end.
LAST - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link to the last document in a series.
LAST_BASELINE - Enum constant in enum class com.oorian.css.AlignContent
Lines are aligned at the last baseline.
LAST_BASELINE - Enum constant in enum class com.oorian.css.AlignItems
Items are aligned at the last baseline.
LAST_BASELINE - Enum constant in enum class com.oorian.css.AlignSelf
Item is aligned at the last baseline.
lastIndexOf(Object) - Method in class com.oorian.html.Elements
 
lastModified() - Method in class com.oorian.utils.ServerFile
Returns the time this file was last modified, in milliseconds since the epoch.
LAVENDER - Static variable in class com.oorian.css.color.Color
 
LAVENDER_BLUSH - Static variable in class com.oorian.css.color.Color
 
LAWN_GREEN - Static variable in class com.oorian.css.color.Color
 
LAX - Enum constant in enum class com.oorian.security.CookieDefaults.SameSite
Cookie is sent with top-level navigations and same-site requests.
LAYOUT_AUTO - Static variable in class com.oorian.html.containers.HPanel
Auto table layout mode - automatic column sizing
LAYOUT_AUTO - Static variable in class com.oorian.html.containers.VPanel
Auto table layout mode - automatic column sizing
LAYOUT_FIXED - Static variable in class com.oorian.html.containers.HPanel
Fixed table layout mode - fixed width columns
LAYOUT_FIXED - Static variable in class com.oorian.html.containers.VPanel
Fixed table layout mode - fixed width columns
LAYOUT_INHERIT - Static variable in class com.oorian.html.containers.HPanel
Inherited table layout mode - inherit from parent
LAYOUT_INHERIT - Static variable in class com.oorian.html.containers.VPanel
Inherited table layout mode - inherit from parent
left() - Static method in class com.oorian.html.layout.Drawer
Creates a left-side drawer.
left(int) - Static method in class com.oorian.html.layout.Sticky
Creates a Sticky container that sticks to the left of its container.
LEFT - Enum constant in enum class com.oorian.css.Clear
Clears left-floating elements.
LEFT - Enum constant in enum class com.oorian.css.Float
Element floats to the left of its container.
LEFT - Enum constant in enum class com.oorian.css.JustifyContent
Items packed to the left.
LEFT - Enum constant in enum class com.oorian.css.Origin
Left edge position.
LEFT - Enum constant in enum class com.oorian.css.PageBreakAfter
Insert page breaks to start on left page.
LEFT - Enum constant in enum class com.oorian.css.PageBreakBefore
Insert page breaks to start on left page.
LEFT - Enum constant in enum class com.oorian.css.TextAlign
Aligns text to the left edge.
LEFT - Enum constant in enum class com.oorian.css.TextAlignLast
Aligns last line to the left.
LEFT - Enum constant in enum class com.oorian.css.transitions.Direction
Slide to the left.
LEFT - Enum constant in enum class com.oorian.html.layout.AppShellLayout.SidebarPosition
 
LEFT - Enum constant in enum class com.oorian.html.layout.Drawer.Side
 
LEFT - Enum constant in enum class com.oorian.html.layout.MediaLayout.Position
Media on the left side (default).
LEFT - Static variable in class com.oorian.html.elements.Popup
Position the popup to the left of the target coordinates.
LEFT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Left arrow key.
LEFT_BOTTOM - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at left horizontally, bottom vertically.
LEFT_CENTER - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at left horizontally, center vertically.
LEFT_PARENTHESIS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Left parenthesis key.
LEFT_TOP - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at left horizontally, top vertically.
Legend<T> - Class in com.oorian.html.elements
Represents the HTML <legend> element for defining a caption for a fieldset.
Legend() - Constructor for class com.oorian.html.elements.Legend
Creates a new empty Legend element.
Legend(String) - Constructor for class com.oorian.html.elements.Legend
Creates a new Legend element with the specified caption text.
LEMON_CHIFFON - Static variable in class com.oorian.css.color.Color
 
length() - Method in class com.oorian.utils.ServerFile
Returns the length of this file in bytes.
length(int, int) - Method in class com.oorian.validation.ValidatedInput
Adds a length range validator.
length(int, int, String) - Method in class com.oorian.validation.ValidatedInput
Adds a length range validator with a custom message.
LENGTH_BETWEEN - Static variable in class com.oorian.i18n.DefaultMessages
 
LENGTH_EXACT - Static variable in class com.oorian.i18n.DefaultMessages
 
LENGTH_MAX - Static variable in class com.oorian.i18n.DefaultMessages
 
LENGTH_MIN - Static variable in class com.oorian.i18n.DefaultMessages
 
LengthValidator<T> - Class in com.oorian.validation.validators
Validates string length constraints.
LengthValidator() - Constructor for class com.oorian.validation.validators.LengthValidator
Creates a LengthValidator with no constraints.
LESS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Less than key.
LESS_THAN - Enum constant in enum class com.oorian.data.FilterOperator
Less than comparison.
LESS_THAN - Enum constant in enum class com.oorian.validation.validators.CompareValidator.Operation
 
LESS_THAN_OR_EQUALS - Enum constant in enum class com.oorian.data.FilterOperator
Less than or equal comparison.
LESS_THAN_OR_EQUALS - Enum constant in enum class com.oorian.validation.validators.CompareValidator.Operation
 
lg(String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds properties for LG breakpoint (1024px and up).
lg(T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for LG breakpoint (1024px and up).
LG - Enum constant in enum class com.oorian.html.layout.Container.Size
Large container - 1024px max-width (default).
LG - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
Large spacing - 4rem (64px).
LG - Enum constant in enum class com.oorian.html.layout.responsive.Breakpoint
Large - 1024px and up (small laptops, tablets landscape).
Li<T> - Class in com.oorian.html.elements
Represents an HTML <li> (list item) element.
Li() - Constructor for class com.oorian.html.elements.Li
Constructs an empty <li> element.
Li(Element) - Constructor for class com.oorian.html.elements.Li
Constructs a <li> element containing the specified HTML element.
Li(String) - Constructor for class com.oorian.html.elements.Li
Constructs a <li> element with the specified text content.
LICENSE - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a link to copyright or licensing information.
LIGHT_BLUE - Static variable in class com.oorian.css.color.Color
 
LIGHT_CORAL - Static variable in class com.oorian.css.color.Color
 
LIGHT_CYAN - Static variable in class com.oorian.css.color.Color
 
LIGHT_GOLDENROD_YELLOW - Static variable in class com.oorian.css.color.Color
 
LIGHT_GRAY - Static variable in class com.oorian.css.color.Color
 
LIGHT_GREEN - Static variable in class com.oorian.css.color.Color
 
LIGHT_PINK - Static variable in class com.oorian.css.color.Color
 
LIGHT_SALMON - Static variable in class com.oorian.css.color.Color
 
LIGHT_SEA_GREEN - Static variable in class com.oorian.css.color.Color
 
LIGHT_SKY_BLUE - Static variable in class com.oorian.css.color.Color
 
LIGHT_SLATE_GRAY - Static variable in class com.oorian.css.color.Color
 
LIGHT_STEEL_BLUE - Static variable in class com.oorian.css.color.Color
 
LIGHT_YELLOW - Static variable in class com.oorian.css.color.Color
 
LIGHTEN - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Retains the lightest pixels of both layers.
LIGHTER - Enum constant in enum class com.oorian.css.FontWeight
One weight lighter than parent element.
lightOverlay() - Method in class com.oorian.html.layout.HeroLayout
Applies a light overlay (30% opacity black).
lightOverlay() - Method in class com.oorian.html.layout.LoadingLayout
Applies a light overlay (white background with 90% opacity).
lightTheme() - Method in class com.oorian.html.layout.NavbarLayout
Applies light theme styling (white background, dark text).
LIME - Static variable in class com.oorian.css.color.Color
 
LIME_GREEN - Static variable in class com.oorian.css.color.Color
 
LINE_THROUGH - Enum constant in enum class com.oorian.css.TextDecoration
Line through text (strikethrough).
LINE_THROUGH - Enum constant in enum class com.oorian.css.TextDecorationLine
Strikethrough decoration through text.
linear() - Static method in class com.oorian.css.Gradient
Creates a linear gradient with the default direction (top to bottom).
linear(int) - Static method in class com.oorian.css.Gradient
Creates a linear gradient with an angle in degrees.
linear(String) - Static method in class com.oorian.css.Gradient
Creates a linear gradient with a direction or angle string.
LINEAR - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Constant speed from start to end.
LINEAR - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Same speed from start to end.
LineBreak<T> - Class in com.oorian.html.elements
Represents an HTML line break, extending the <br> element.
LineBreak() - Constructor for class com.oorian.html.elements.LineBreak
 
LINEN - Static variable in class com.oorian.css.color.Color
 
Link<T> - Class in com.oorian.html.elements
Represents an HTML <link> element for external resource linking.
Link() - Constructor for class com.oorian.html.elements.Link
Constructs an empty <link> element.
Link(String, Relationship, String) - Constructor for class com.oorian.html.elements.Link
Constructs a <link> element with href, relationship, and media type.
Link(String, String) - Constructor for class com.oorian.html.elements.Link
Constructs a <link> element with href and relationship.
Link(String, String, String) - Constructor for class com.oorian.html.elements.Link
Constructs a <link> element with href, relationship, and sizes.
Link(String, String, String, String) - Constructor for class com.oorian.html.elements.Link
Constructs a <link> element with href, relationship, media type, and sizes.
LINK - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a hyperlink.
LIST - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a list widget.
LIST_ITEM - Enum constant in enum class com.oorian.css.Display
Element is a list item (like li).
LISTBOX - Enum constant in enum class com.oorian.html.aria.AriaPopupType
Indicates a listbox popup.
LISTBOX - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a listbox widget.
ListDataProvider<T> - Class in com.oorian.data
An in-memory data provider that wraps a List.
ListDataProvider(List<T>) - Constructor for class com.oorian.data.ListDataProvider
Creates a list data provider wrapping the given items.
ListDataProvider(T...) - Constructor for class com.oorian.data.ListDataProvider
Creates a list data provider from varargs items.
ListItem<T> - Class in com.oorian.html.elements
Represents an HTML list item, extending the <li> element.
ListItem() - Constructor for class com.oorian.html.elements.ListItem
Constructs an empty <li> element.
ListItem(Element) - Constructor for class com.oorian.html.elements.ListItem
Constructs a <li> element containing the specified HTML element.
ListItem(String) - Constructor for class com.oorian.html.elements.ListItem
Constructs a <li> element with the specified text content.
LISTITEM - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an item in a list.
listIterator() - Method in class com.oorian.html.Elements
 
listIterator(int) - Method in class com.oorian.html.Elements
 
ListStylePosition - Enum Class in com.oorian.css
CSS list-style-position property values for list marker placement.
ListStyleType - Enum Class in com.oorian.css
CSS list-style-type property values for list marker appearance.
LiveRegion - Class in com.oorian.html.accessibility
A container that announces content changes to screen readers.
LiveRegion() - Constructor for class com.oorian.html.accessibility.LiveRegion
Creates a live region with polite politeness level.
LiveRegion(AriaLive) - Constructor for class com.oorian.html.accessibility.LiveRegion
Creates a live region with the specified politeness level.
loadFromFile(File) - Static method in class com.oorian.xml.XmlDocument
Loads an XML document from a File object.
loadFromFile(String) - Static method in class com.oorian.xml.XmlDocument
Loads an XML document from a file.
loadFromStream(InputStream) - Static method in class com.oorian.xml.XmlDocument
Loads an XML document from an InputStream.
loadImage(String) - Method in class com.oorian.html.HtmlPage
Preloads a single image on the client for improved performance.
LoadImageCommand - Class in com.oorian.messaging.commands
Command to preload an image on the client side with callback notification.
LoadImageCommand(String, String) - Constructor for class com.oorian.messaging.commands.LoadImageCommand
Constructs a new LoadImageCommand to preload an image with callback notification.
loadImages(List<String>) - Method in class com.oorian.html.HtmlPage
Preloads a list of images on the client for improved performance.
LoadImagesCommand - Class in com.oorian.messaging.commands
Command to preload multiple images on the client side.
LoadImagesCommand(String) - Constructor for class com.oorian.messaging.commands.LoadImagesCommand
Constructs a new LoadImagesCommand to preload a single image.
LoadImagesCommand(List<String>) - Constructor for class com.oorian.messaging.commands.LoadImagesCommand
Constructs a new LoadImagesCommand to preload multiple images.
loading() - Method in class com.oorian.html.layout.LoadingLayout
Sets a generic "Loading..." message.
LoadingLayout - Class in com.oorian.html.layout
A layout for loading states with spinner, message, and optional progress indicator.
LoadingLayout() - Constructor for class com.oorian.html.layout.LoadingLayout
Constructs a LoadingLayout with default configuration.
loadScript(String) - Method in class com.oorian.html.HtmlPage
Loads a JavaScript file on the client.
loadScript(String, boolean) - Method in class com.oorian.html.HtmlPage
Loads a JavaScript file on the client with optional cache-busting.
LOCAL - Enum constant in enum class com.oorian.css.BackgroundAttachment
Background scrolls with the element's contents.
LOCAL - Static variable in class com.oorian.html.js.storage.StorageEvent
Storage type constant for localStorage.
LocaleChangeEvent - Class in com.oorian.messaging.events.server
Session event fired when the user's locale is changed dynamically via LanguageSwitcher.
LocaleChangeEvent(Locale, Locale) - Constructor for class com.oorian.messaging.events.server.LocaleChangeEvent
Constructs a new LocaleChangeEvent with the previous and new locales.
LocaleChangeListener - Interface in com.oorian.messaging.events.server
Listener interface for receiving LocaleChangeEvent notifications.
LocaleConfiguration - Class in com.oorian.i18n
Application-level locale configuration.
LocaleResolver - Interface in com.oorian.i18n
Strategy interface for resolving a Locale from an HTTP request.
LOCATION - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Represents the current location in an environment or context.
lockoutDurationMillis(long) - Method in class com.oorian.security.BruteForceConfig
Sets the lockout duration in milliseconds.
log(OorianHttpRequest, OorianHttpResponse) - Static method in class com.oorian.security.AccessLogger
Logs an HTTP request/response pair.
log(SecurityEventType, String) - Static method in class com.oorian.security.SecurityAuditLog
Logs a security event without a user ID.
log(SecurityEventType, String, String) - Static method in class com.oorian.security.SecurityAuditLog
Logs a security event with the specified details.
LOG - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a log of messages.
login(UserPrincipal) - Method in class com.oorian.OorianSession
Logs in the specified user principal, marking this session as authenticated.
loginStyle() - Method in class com.oorian.html.layout.FormLayout
Configures the layout for a login form (narrow width, card style).
logout() - Method in class com.oorian.OorianSession
Logs out the current user and invalidates this session.
LOWER_ALPHA - Enum constant in enum class com.oorian.css.ListStyleType
Lowercase letters (a, b, c...).
LOWER_GREEK - Enum constant in enum class com.oorian.css.ListStyleType
Lowercase Greek letters.
LOWER_LATIN - Enum constant in enum class com.oorian.css.ListStyleType
Lowercase Latin letters (a, b, c...).
LOWER_ROMAN - Enum constant in enum class com.oorian.css.ListStyleType
Lowercase Roman numerals (i, ii, iii...).
LOWERCASE - Enum constant in enum class com.oorian.css.TextTransform
All letters transformed to lowercase.
LTR - Enum constant in enum class com.oorian.css.TextDirection
Left-to-right text direction.
LTR - Enum constant in enum class com.oorian.html.elements.consts.TextDirection
Left-to-right text direction.
LTR - Enum constant in enum class com.oorian.i18n.TextDirection
Left-to-right direction (English, French, German, etc.).
LUCIDA_CONSOLE - Enum constant in enum class com.oorian.css.FontFamily
Lucida Console - monospace font for code.
LUCIDA_GRANDE - Enum constant in enum class com.oorian.css.FontFamily
Lucida Grande - Mac system font.
LUCIDA_SANS_UNICODE - Enum constant in enum class com.oorian.css.FontFamily
Lucida Sans Unicode - humanist sans-serif font.
LUMINOSITY - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Preserves luminosity from the top layer.

M

M - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter M key.
MAGENTA - Static variable in class com.oorian.css.color.Color
 
Main<T> - Class in com.oorian.html.elements
Represents the HTML <main> element for the dominant content of the document.
Main() - Constructor for class com.oorian.html.elements.Main
Creates a new Main element representing the dominant content of the document.
MAIN - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies the primary content of a document.
makeSameHeight(Element, Element) - Method in class com.oorian.html.HtmlPage
Makes a single element the same height as the match element on page load.
makeSameHeight(Collection<Element>, Element) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same height as the match element on page load.
makeSameHeightMax(Collection<Element>) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same height, matching the tallest element on page load.
makeSameHeightMin(Collection<Element>) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same height, matching the shortest element on page load.
makeSameSize(Collection<Element>, Element) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same size as the match element on page load.
makeSameSizeMax(Collection<Element>) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same size, matching the largest element on page load.
makeSameSizeMin(Collection<Element>) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same size, matching the smallest element on page load.
makeSameWidth(Collection<Element>, Element) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same width as the match element on page load.
makeSameWidthMax(Collection<Element>) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same width, matching the widest element on page load.
makeSameWidthMin(Collection<Element>) - Method in class com.oorian.html.HtmlPage
Makes all specified elements the same width, matching the narrowest element on page load.
MANUAL - Enum constant in enum class com.oorian.validation.ValidationTrigger
Never auto-validate; only validate when explicitly called.
Map<T> - Class in com.oorian.html.elements
Represents an HTML <map> element for defining image maps.
Map() - Constructor for class com.oorian.html.elements.Map
Constructs an empty <map> element.
Mark<T> - Class in com.oorian.html.elements
Represents an HTML <mark> (marked/highlighted text) element.
Mark() - Constructor for class com.oorian.html.elements.Mark
Constructs an empty <mark> element.
Mark(String) - Constructor for class com.oorian.html.elements.Mark
Constructs a <mark> element with the specified text content.
MarkdownParser - Class in com.oorian.markdown
Parses Markdown text and produces native Oorian HTML elements.
MAROON - Static variable in class com.oorian.css.color.Color
 
MARQUEE - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a marquee (scrolling text).
mask(String, int) - Static method in class com.oorian.security.DataMasker
Masks a generic string, revealing only the specified number of trailing characters.
mask(String, int, int) - Static method in class com.oorian.security.DataMasker
Masks a generic string, revealing only the specified number of leading and trailing characters.
MASK_CHAR - Static variable in class com.oorian.security.DataMasker
The default masking character.
maskCreditCard(String) - Static method in class com.oorian.security.DataMasker
Masks a credit card number, revealing only the last four digits.
maskEmail(String) - Static method in class com.oorian.security.DataMasker
Masks an email address, hiding most of the local part while preserving the first character and the full domain.
maskPhone(String) - Static method in class com.oorian.security.DataMasker
Masks a phone number, revealing only the last four digits.
maskSsn(String) - Static method in class com.oorian.security.DataMasker
Masks a Social Security Number, revealing only the last four digits.
master(Element<?>) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the master pane content.
MASTERCARD - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
MasterDetailLayout - Class in com.oorian.html.layout
A two-pane layout with a master list/tree and a detail view.
MasterDetailLayout() - Constructor for class com.oorian.html.layout.MasterDetailLayout
Constructs a horizontal MasterDetailLayout with master on left.
MasterDetailLayout(MasterDetailLayout.Orientation, MasterDetailLayout.MasterPosition) - Constructor for class com.oorian.html.layout.MasterDetailLayout
Constructs a MasterDetailLayout with the specified configuration.
MasterDetailLayout.MasterPosition - Enum Class in com.oorian.html.layout
 
MasterDetailLayout.Orientation - Enum Class in com.oorian.html.layout
 
MATCH - Enum constant in enum class com.oorian.testing.SnapshotResult
The current output matches the saved snapshot.
MATCH_PARENT - Enum constant in enum class com.oorian.css.TextAlign
Same as inherit if start is left, otherwise right (for RTL).
MATH - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies mathematical content.
MathMl<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <math> element.
MathMl() - Constructor for class com.oorian.html.elements.mathml.MathMl
Creates a new MathML math element.
MathMlContainerElement<T> - Class in com.oorian.html.elements.mathml
Abstract base class for MathML container elements that accept child MathML elements.
MathMlContainerElement(String) - Constructor for class com.oorian.html.elements.mathml.MathMlContainerElement
Constructs a MathML container element with the specified tag name.
MathMlElement<T> - Class in com.oorian.html.elements.mathml
Abstract base class for all MathML elements.
MathMlElement(String) - Constructor for class com.oorian.html.elements.mathml.MathMlElement
Constructs a MathML container element with the specified tag name.
MathMlElement(String, boolean) - Constructor for class com.oorian.html.elements.mathml.MathMlElement
Constructs a MathML element with the specified tag name and closing behavior.
MathNone<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <none> element.
MathNone() - Constructor for class com.oorian.html.elements.mathml.MathNone
Creates a new MathML none element.
max(int) - Method in class com.oorian.validation.validators.LengthValidator
Sets the maximum length constraint.
max(Number) - Method in class com.oorian.validation.validators.RangeValidator
Sets the maximum value constraint.
MAX_COST - Static variable in class com.oorian.security.BcryptHasher
Maximum allowed cost parameter.
maxAttempts(int) - Method in class com.oorian.security.BruteForceConfig
Sets the maximum number of failed attempts before lockout.
maxDate(LocalDate) - Method in class com.oorian.validation.validators.DateValidator
Sets the maximum allowed date (inclusive).
maxDaysBetween(int) - Method in class com.oorian.validation.validators.DateRangeValidator
Sets the maximum number of days allowed between start and end dates.
maxFileSize(long) - Method in class com.oorian.security.FileUploadConfig
Sets the maximum allowed file size in bytes.
maxLength(int) - Method in class com.oorian.validation.ValidatedInput
Adds a maximum length validator.
maxLength(int, String) - Method in class com.oorian.validation.ValidatedInput
Adds a maximum length validator with a custom message.
md(String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds properties for MD breakpoint (768px and up).
md(T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for MD breakpoint (768px and up).
MD - Enum constant in enum class com.oorian.html.layout.Container.Size
Medium container - 768px max-width.
MD - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
Medium spacing - 3rem (48px).
MD - Enum constant in enum class com.oorian.html.layout.responsive.Breakpoint
Medium - 768px and up (tablets).
MediaDevice - Class in com.oorian.html.js.mediadevices
Represents information about a media input or output device.
MediaDevice(String, String, String, String) - Constructor for class com.oorian.html.js.mediadevices.MediaDevice
Constructs a MediaDevice.
MediaDevicesApi - Class in com.oorian.html.js.mediadevices
Provides access to media devices (cameras, microphones) from server-side Java code.
MediaDevicesApi() - Constructor for class com.oorian.html.js.mediadevices.MediaDevicesApi
 
MediaDevicesErrorEvent - Class in com.oorian.html.js.mediadevices
Event fired when a media devices operation fails.
MediaDevicesErrorEvent(String, String) - Constructor for class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
Constructs a MediaDevicesErrorEvent.
MediaDevicesEvent - Class in com.oorian.html.js.mediadevices
Event fired when media devices are enumerated.
MediaDevicesEvent(List<MediaDevice>) - Constructor for class com.oorian.html.js.mediadevices.MediaDevicesEvent
Constructs a MediaDevicesEvent.
MediaDevicesListener - Interface in com.oorian.html.js.mediadevices
Listener interface for media device events.
MediaLayout - Class in com.oorian.html.layout
A media + content pairing layout for displaying media alongside text content.
MediaLayout() - Constructor for class com.oorian.html.layout.MediaLayout
Constructs a MediaLayout with media on the left.
MediaLayout(int) - Constructor for class com.oorian.html.layout.MediaLayout
Constructs a MediaLayout with the specified gap.
MediaLayout(MediaLayout.Position) - Constructor for class com.oorian.html.layout.MediaLayout
Constructs a MediaLayout with the specified media position.
MediaLayout(MediaLayout.Position, int) - Constructor for class com.oorian.html.layout.MediaLayout
Constructs a MediaLayout with the specified position and gap.
MediaLayout.Position - Enum Class in com.oorian.html.layout
Media position options.
mediaLeft() - Static method in class com.oorian.html.layout.MediaLayout
Creates a MediaLayout with media on the left.
mediaRight() - Static method in class com.oorian.html.layout.MediaLayout
Creates a MediaLayout with media on the right.
MEDIUM - Enum constant in enum class com.oorian.css.BorderWidth
Medium border (typically 3px, default).
MEDIUM - Enum constant in enum class com.oorian.css.ColumnRuleWidth
Medium rule (default).
MEDIUM - Enum constant in enum class com.oorian.css.OutlineWidth
Medium outline (default).
MEDIUM - Enum constant in enum class com.oorian.html.layout.CenteredContentLayout.Width
Medium width - 65ch (~65 characters, ~750px).
MEDIUM_AQUAMARINE - Static variable in class com.oorian.css.color.Color
 
MEDIUM_BLUE - Static variable in class com.oorian.css.color.Color
 
MEDIUM_ORCHID - Static variable in class com.oorian.css.color.Color
 
MEDIUM_PURPLE - Static variable in class com.oorian.css.color.Color
 
MEDIUM_SEA_GREEN - Static variable in class com.oorian.css.color.Color
 
MEDIUM_SLATE_BLUE - Static variable in class com.oorian.css.color.Color
 
MEDIUM_SPRING_GREEN - Static variable in class com.oorian.css.color.Color
 
MEDIUM_TURQUOISE - Static variable in class com.oorian.css.color.Color
 
MEDIUM_VIOLET_RED - Static variable in class com.oorian.css.color.Color
 
mediumHero() - Method in class com.oorian.html.layout.HeroLayout
Applies a medium hero height (500px).
mediumOverlay() - Method in class com.oorian.html.layout.HeroLayout
Applies a medium overlay (50% opacity black).
Menclose<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <menclose> element.
Menclose() - Constructor for class com.oorian.html.elements.mathml.Menclose
Creates a new MathML menclose element.
Menu<T> - Class in com.oorian.html.elements
Represents an HTML <menu> element.
Menu() - Constructor for class com.oorian.html.elements.Menu
Constructs an empty <menu> element.
MENU - Enum constant in enum class com.oorian.html.aria.AriaPopupType
Indicates a menu popup.
MENU - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a menu widget.
MENU - Static variable in class com.oorian.css.Font
System font for menus.
MENUBAR - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a menu bar.
menuEnd() - Method in class com.oorian.html.layout.NavbarLayout
Aligns the menu to end (right) before the actions.
MENUITEM - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a menu item.
MENUITEMCHECKBOX - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a checkable menu item.
MENUITEMRADIO - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a menu item in a radio group.
menuStart() - Method in class com.oorian.html.layout.NavbarLayout
Aligns the menu to start (left) after the brand.
merge(CssStyle) - Method in class com.oorian.css.CssStyle
Merges properties from another CssStyle into this style.
merge(ValidationResult) - Method in class com.oorian.validation.ValidationResult
Merges this result with another result.
Merror<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <merror> element.
Merror() - Constructor for class com.oorian.html.elements.mathml.Merror
Creates a new MathML merror element.
message(Element<?>) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the primary message element.
message(Element<?>) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error message as an element.
message(Element<?>) - Method in class com.oorian.html.layout.LoadingLayout
Sets the loading message as an element.
message(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the primary message text.
message(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error message.
message(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets the loading message text.
MESSAGE_BOX - Static variable in class com.oorian.css.Font
System font for dialog boxes.
messageAndDescription(String, String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets both message and description in one call.
MessageConfiguration - Class in com.oorian.i18n
Application-level message resolver configuration.
MessageResolver - Interface in com.oorian.i18n
Strategy interface for resolving locale-aware messages from message keys.
Messages - Class in com.oorian.i18n
Central API for managing and resolving localized text from Java resource bundles.
Meta<T> - Class in com.oorian.html.elements
Represents an HTML <meta> element that defines metadata about an HTML document.
Meta() - Constructor for class com.oorian.html.elements.Meta
Constructs a new Meta element.
Meta(String, String) - Constructor for class com.oorian.html.elements.Meta
Constructs a new Meta element with a specified attribute and value.
Meta(String, String, String) - Constructor for class com.oorian.html.elements.Meta
Constructs a new Meta element with an attribute, value, and content.
META - Static variable in class com.oorian.messaging.events.client.KeyCodes
Meta/Command key.
METADATA - Enum constant in enum class com.oorian.html.elements.consts.Preload
Browser should only load metadata (duration, dimensions, etc.).
METADATA - Enum constant in enum class com.oorian.html.elements.consts.TrackKind
Metadata track for scripts and applications.
MetaDataName - Enum Class in com.oorian.html.elements.consts
Enumeration defining standard metadata names for HTML meta elements.
Meter<T> - Class in com.oorian.html.elements
Represents an HTML <meter> element that displays a scalar measurement within a known range.
Meter() - Constructor for class com.oorian.html.elements.Meter
Constructs a new Meter element.
Mfrac<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mfrac> element.
Mfrac() - Constructor for class com.oorian.html.elements.mathml.Mfrac
Creates a new MathML mfrac element.
Mi<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mi> element.
Mi() - Constructor for class com.oorian.html.elements.mathml.Mi
Creates a new MathML mi element.
MICROPHONE - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
MID - Static variable in class com.oorian.utils.MimeTypes
 
MIDDLE - Enum constant in enum class com.oorian.css.VerticalAlign
Centers vertically in line box or cell.
MIDI - Static variable in class com.oorian.utils.MimeTypes
 
MIDNIGHT_BLUE - Static variable in class com.oorian.css.color.Color
 
MimeType - Class in com.oorian.utils
Represents a MIME type with its associated file extension and description.
MimeType(String, String, String) - Constructor for class com.oorian.utils.MimeType
Constructs a new MimeType with the specified file extension, MIME type, and description.
MimeTypes - Class in com.oorian.utils
Registry of MIME types for content type resolution.
MimeTypes() - Constructor for class com.oorian.utils.MimeTypes
Constructs a new MimeTypes registry initialized with standard MIME type mappings.
min(int) - Method in class com.oorian.validation.validators.LengthValidator
Sets the minimum length constraint.
min(Number) - Method in class com.oorian.validation.validators.RangeValidator
Sets the minimum value constraint.
MIN_COST - Static variable in class com.oorian.security.BcryptHasher
Minimum allowed cost parameter.
MIN_ITERATIONS - Static variable in class com.oorian.security.Pbkdf2Hasher
Minimum allowed iterations.
minDate(LocalDate) - Method in class com.oorian.validation.validators.DateValidator
Sets the minimum allowed date (inclusive).
minDaysBetween(int) - Method in class com.oorian.validation.validators.DateRangeValidator
Sets the minimum number of days required between start and end dates.
minLength(int) - Method in class com.oorian.validation.ValidatedInput
Adds a minimum length validator.
minLength(int, String) - Method in class com.oorian.validation.ValidatedInput
Adds a minimum length validator with a custom message.
MINT_CREAM - Static variable in class com.oorian.css.color.Color
 
MINUS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Minus/hyphen key.
MISMATCH - Enum constant in enum class com.oorian.testing.SnapshotResult
The current output differs from the saved snapshot.
MISTY_ROSE - Static variable in class com.oorian.css.color.Color
 
MJS - Static variable in class com.oorian.utils.MimeTypes
 
MKV - Static variable in class com.oorian.utils.MimeTypes
 
Mm - Class in com.oorian.css.units
CSS mm (millimeter) unit value.
Mm(float) - Constructor for class com.oorian.css.units.Mm
Constructs an Mm unit with the specified value.
Mmultiscripts<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mmultiscripts> element.
Mmultiscripts() - Constructor for class com.oorian.html.elements.mathml.Mmultiscripts
Creates a new MathML mmultiscripts element.
Mn<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mn> element.
Mn() - Constructor for class com.oorian.html.elements.mathml.Mn
Creates a new MathML mn element.
Mo<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mo> element.
Mo() - Constructor for class com.oorian.html.elements.mathml.Mo
Creates a new MathML mo element.
MOBILE_BREAKPOINT - Static variable in class com.oorian.html.js.ScreenApi
Breakpoint for mobile devices (max width in logical pixels).
MOCCASIN - Static variable in class com.oorian.css.color.Color
 
MockOorianHttpRequest - Class in com.oorian.testing
Mock implementation of OorianHttpRequest for testing without a servlet container.
MockOorianHttpRequest() - Constructor for class com.oorian.testing.MockOorianHttpRequest
Constructs a new MockOorianHttpRequest with default values.
MockOorianHttpRequest(String) - Constructor for class com.oorian.testing.MockOorianHttpRequest
Constructs a new MockOorianHttpRequest with the specified URI.
MockOorianHttpSession - Class in com.oorian.testing
Mock implementation of OorianHttpSession for testing without a servlet container.
MockOorianHttpSession() - Constructor for class com.oorian.testing.MockOorianHttpSession
Constructs a new MockOorianHttpSession with a random UUID as the session ID.
MockOorianHttpSession(String) - Constructor for class com.oorian.testing.MockOorianHttpSession
Constructs a new MockOorianHttpSession with the specified session ID.
MockWebsocketConnection - Class in com.oorian.testing
Mock implementation of WebsocketConnection for testing server-side components without requiring a real browser WebSocket connection.
MockWebsocketConnection() - Constructor for class com.oorian.testing.MockWebsocketConnection
Constructs a new MockWebsocketConnection in the open state.
ModalPopup<T> - Class in com.oorian.html.controls.popup
Abstract base class for modal popup components with a glass pane overlay.
ModalPopup() - Constructor for class com.oorian.html.controls.popup.ModalPopup
Creates a new ModalPopup with default settings.
ModalPopup.Content - Class in com.oorian.html.controls.popup
 
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class com.oorian.OorianWebsocketConfigurator
Modifies the WebSocket handshake to store the HTTP session.
MONACO - Enum constant in enum class com.oorian.css.FontFamily
Monaco - Mac monospace font.
MONOSPACE - Enum constant in enum class com.oorian.css.FontFamily
Generic monospace font family.
MONTH - Static variable in class com.oorian.html.elements.Input
Input type constant for a month and year picker element.
MonthInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="month"> element for selecting a month and year.
MonthInput() - Constructor for class com.oorian.html.elements.MonthInput
Creates a new MonthInput with no name or initial value.
MonthInput(String) - Constructor for class com.oorian.html.elements.MonthInput
Creates a new MonthInput with the specified name.
MonthInput(String, String) - Constructor for class com.oorian.html.elements.MonthInput
Creates a new MonthInput with the specified name and initial month value.
Morph - Class in com.oorian.css.transitions
A transition that animates arbitrary CSS properties to target values.
Morph() - Constructor for class com.oorian.css.transitions.Morph
Constructs an empty Morph transition.
MouseClickedEvent - Class in com.oorian.messaging.events.client
Represents a mouse click event that occurs when a user clicks on an element in the client interface.
MouseClickedEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseClickedEvent
Constructs a new MouseClickedEvent with the specified client coordinates.
MouseClickListener - Interface in com.oorian.messaging.events.client
Listener interface for handling mouse click events in the client interface.
MouseDblClickedEvent - Class in com.oorian.messaging.events.client
Represents a mouse double-click event that occurs when a user double-clicks on an element in the client interface.
MouseDblClickedEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseDblClickedEvent
Constructs a new MouseDblClickedEvent with the specified client coordinates.
MouseDownEvent - Class in com.oorian.messaging.events.client
Represents a mouse button press (down) event that occurs when a user presses a mouse button over an element.
MouseDownEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseDownEvent
Constructs a new MouseDownEvent with the specified client coordinates.
MouseEnterEvent - Class in com.oorian.messaging.events.client
Represents a mouse enter event that occurs when the mouse pointer enters an element's boundaries.
MouseEnterEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseEnterEvent
Constructs a new MouseEnterEvent with the specified client coordinates.
MouseEvent - Class in com.oorian.messaging.events.client
Abstract base class for all mouse-related events in the client interface.
MouseEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseEvent
Constructs a new MouseEvent with the specified client coordinates.
MouseLeaveEvent - Class in com.oorian.messaging.events.client
Represents a mouse leave event that occurs when the mouse pointer leaves an element's boundaries.
MouseLeaveEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseLeaveEvent
Constructs a new MouseLeaveEvent with the specified client coordinates.
MouseListener - Interface in com.oorian.messaging.events.client
Listener interface for handling comprehensive mouse events in the client interface.
MouseMoveEvent - Class in com.oorian.messaging.events.client
Represents a mouse movement event that occurs when a user moves the mouse pointer over an element.
MouseMoveEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseMoveEvent
Constructs a new MouseMoveEvent with the specified client coordinates.
MouseOutEvent - Class in com.oorian.messaging.events.client
Represents a mouse exit event that occurs when the mouse pointer leaves an element's boundaries.
MouseOutEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseOutEvent
Constructs a new MouseOutEvent with the specified client coordinates.
MouseOverEvent - Class in com.oorian.messaging.events.client
Represents a mouse enter event that occurs when the mouse pointer enters an element's boundaries.
MouseOverEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseOverEvent
Constructs a new MouseOverEvent with the specified client coordinates.
MouseUpEvent - Class in com.oorian.messaging.events.client
Represents a mouse button release (up) event that occurs when a user releases a pressed mouse button.
MouseUpEvent(int, int) - Constructor for class com.oorian.messaging.events.client.MouseUpEvent
Constructs a new MouseUpEvent with the specified client coordinates.
MOV - Static variable in class com.oorian.utils.MimeTypes
 
Move - Class in com.oorian.css.transitions
A transition that animates an element's position, scale, and rotation via the CSS transform property.
Move() - Constructor for class com.oorian.css.transitions.Move
Constructs a Move transition with no transform values set.
MOVE - Enum constant in enum class com.oorian.css.Cursor
Indicates something can be moved.
Mover<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mover> element.
Mover() - Constructor for class com.oorian.html.elements.mathml.Mover
Creates a new MathML mover element.
MP3 - Static variable in class com.oorian.utils.MimeTypes
 
MP4 - Static variable in class com.oorian.utils.MimeTypes
 
Mpadded<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mpadded> element.
Mpadded() - Constructor for class com.oorian.html.elements.mathml.Mpadded
Creates a new MathML mpadded element.
MPEG - Static variable in class com.oorian.utils.MimeTypes
 
Mphantom<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mphantom> element.
Mphantom() - Constructor for class com.oorian.html.elements.mathml.Mphantom
Creates a new MathML mphantom element.
MPKG - Static variable in class com.oorian.utils.MimeTypes
 
Mprescripts<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mprescripts> element.
Mprescripts() - Constructor for class com.oorian.html.elements.mathml.Mprescripts
Creates a new MathML mprescripts element.
Mroot<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mroot> element.
Mroot() - Constructor for class com.oorian.html.elements.mathml.Mroot
Creates a new MathML mroot element.
Mrow<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mrow> element.
Mrow() - Constructor for class com.oorian.html.elements.mathml.Mrow
Creates a new MathML mrow element.
Ms<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <ms> element.
Ms() - Constructor for class com.oorian.html.elements.mathml.Ms
Creates a new MathML ms element.
MS_SANS_SERIF - Enum constant in enum class com.oorian.css.FontFamily
MS Sans Serif - Windows system sans-serif font.
MS_SERIF - Enum constant in enum class com.oorian.css.FontFamily
MS Serif - Windows system serif font.
Mspace<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mspace> element.
Mspace() - Constructor for class com.oorian.html.elements.mathml.Mspace
Creates a new MathML mspace element.
Msqrt<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <msqrt> element.
Msqrt() - Constructor for class com.oorian.html.elements.mathml.Msqrt
Creates a new MathML msqrt element.
Msub<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <msub> element.
Msub() - Constructor for class com.oorian.html.elements.mathml.Msub
Creates a new MathML msub element.
Msubsup<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <msubsup> element.
Msubsup() - Constructor for class com.oorian.html.elements.mathml.Msubsup
Creates a new MathML msubsup element.
Msup<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <msup> element.
Msup() - Constructor for class com.oorian.html.elements.mathml.Msup
Creates a new MathML msup element.
Mtable<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mtable> element.
Mtable() - Constructor for class com.oorian.html.elements.mathml.Mtable
Creates a new MathML mtable element.
Mtd<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mtd> element.
Mtd() - Constructor for class com.oorian.html.elements.mathml.Mtd
Creates a new MathML mtd element.
Mtext<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mtext> element.
Mtext() - Constructor for class com.oorian.html.elements.mathml.Mtext
Creates a new MathML mtext element.
Mtr<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <mtr> element.
Mtr() - Constructor for class com.oorian.html.elements.mathml.Mtr
Creates a new MathML mtr element.
MULTIPART_FORM_DATA - Enum constant in enum class com.oorian.html.elements.consts.FormEncoding
Multipart form data encoding.
MultipartPostRequest - Class in com.oorian.apis
A multipart HTTP POST request for sending form data and file uploads.
MultipartPostRequest(String) - Constructor for class com.oorian.apis.MultipartPostRequest
Creates a new multipart POST request for the specified URL.
MultipartPutRequest - Class in com.oorian.apis
A multipart HTTP PUT request for sending form data and file uploads.
MultipartPutRequest(String) - Constructor for class com.oorian.apis.MultipartPutRequest
Creates a new multipart PUT request for the specified URL.
MultipartRequest - Class in com.oorian.apis
Abstract base class for multipart HTTP requests that support form parameters and file uploads.
MultipartRequest(int, String) - Constructor for class com.oorian.apis.MultipartRequest
Creates a new multipart request with the specified HTTP method and URL.
MULTIPLY - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Multiplies the colors.
MULTIPLY - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad multiply key.
Munder<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <munder> element.
Munder() - Constructor for class com.oorian.html.elements.mathml.Munder
Creates a new MathML munder element.
Munderover<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <munderover> element.
Munderover() - Constructor for class com.oorian.html.elements.mathml.Munderover
Creates a new MathML munderover element.
mustRevalidate() - Method in class com.oorian.security.CacheControl
Sets the must-revalidate directive.
mutedStyle() - Method in class com.oorian.html.layout.ErrorLayout
Applies a muted/neutral color scheme (gray tones).

N

N - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter N key.
N_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates north (top) edge resize.
name() - Element in annotation interface com.oorian.annotations.Page
An optional name identifier for this page.
NARROW - Enum constant in enum class com.oorian.html.layout.CenteredContentLayout.Width
Narrow width - 45ch (~45 characters, ~650px).
narrowContent() - Method in class com.oorian.html.layout.FeatureGridLayout
Applies a narrow content width (960px) - suitable for focused feature displays.
narrowContent() - Method in class com.oorian.html.layout.StoryLayout
Applies narrow content width (960px) - focused storytelling.
narrowForm() - Method in class com.oorian.html.layout.FormLayout
Applies a narrow form width (380px) - suitable for login forms.
nav(Element<?>) - Method in class com.oorian.html.layout.DocsLayout
Sets the navigation (left sidebar) content.
Nav<T> - Class in com.oorian.html.elements
Represents the HTML <nav> element for navigation links and menus.
Nav() - Constructor for class com.oorian.html.elements.Nav
Creates a new Nav element for navigation links and menus.
NAVAJO_WHITE - Static variable in class com.oorian.css.color.Color
 
NavbarLayout - Class in com.oorian.html.layout
A responsive navigation bar layout with brand, menu, and action areas.
NavbarLayout() - Constructor for class com.oorian.html.layout.NavbarLayout
Constructs a new NavbarLayout.
navigateBack() - Method in class com.oorian.html.HtmlPage
Navigates back one page in the browser history.
navigateBack(int) - Method in class com.oorian.html.HtmlPage
Navigates back the specified number of pages in the browser history.
navigateBackAfterDelay(long) - Method in class com.oorian.html.HtmlPage
Navigates back in the browser history after a delay.
navigateForward() - Method in class com.oorian.html.HtmlPage
Navigates forward one page in the browser history.
navigateForward(int) - Method in class com.oorian.html.HtmlPage
Navigates forward the specified number of pages in the browser history.
navigateTo(HtmlPage, String) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the specified URL.
navigateTo(String) - Method in class com.oorian.html.HtmlPage
Navigates to the specified URL.
navigateTo(String) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the specified URL using the current page context.
navigateToAfterDelay(HtmlPage, String, long) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the specified URL after a delay.
navigateToAfterDelay(String, long) - Method in class com.oorian.html.HtmlPage
Navigates to the specified URL after a delay.
navigateToAfterDelay(String, long) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the specified URL after a delay using the current page context.
navigateToPreviousPage() - Method in class com.oorian.html.HtmlPage
Navigates to the previous page in the browser history.
navigateToPreviousPage() - Static method in class com.oorian.html.js.NavigationApi
Navigates to the previous page in the browser history using the current page context.
navigateToPreviousPage(HtmlPage) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the previous page in the browser history.
navigateToReferrer() - Method in class com.oorian.html.HtmlPage
Navigates to the referring page.
navigateToReferrer() - Static method in class com.oorian.html.js.NavigationApi
Navigates to the referring page using the current page context.
navigateToReferrer(HtmlPage) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the referring page.
navigation(Element<?>, Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Sets the navigation buttons.
NAVIGATION - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a collection of navigational links.
NavigationApi - Class in com.oorian.html.js
Provides navigation and browser history functionality from server-side Java code.
NavigationApi() - Constructor for class com.oorian.html.js.NavigationApi
 
navigationContent(Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Sets custom navigation content (for more complex navigation layouts).
NAVY - Static variable in class com.oorian.css.color.Color
 
NE_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates northeast corner resize.
NESW_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates bidirectional northeast-southwest resize.
NetworkApi - Class in com.oorian.html.js.network
Provides access to network online/offline status from server-side Java code.
NetworkApi() - Constructor for class com.oorian.html.js.network.NetworkApi
 
NetworkListener - Interface in com.oorian.html.js.network
Listener interface for network status events.
NetworkStatusEvent - Class in com.oorian.html.js.network
Event fired when network connectivity status changes.
NetworkStatusEvent(boolean) - Constructor for class com.oorian.html.js.network.NetworkStatusEvent
Constructs a NetworkStatusEvent.
NEW_SNAPSHOT - Enum constant in enum class com.oorian.testing.SnapshotResult
No snapshot file exists yet; this is the first capture.
NEW_YORK - Enum constant in enum class com.oorian.css.FontFamily
New York - Mac serif font.
NewBrowserWindowCommand - Class in com.oorian.messaging.commands
Command to open a new browser window or tab.
NewBrowserWindowCommand(String) - Constructor for class com.oorian.messaging.commands.NewBrowserWindowCommand
Constructs a new NewBrowserWindowCommand to open a URL.
NewBrowserWindowCommand(String, String) - Constructor for class com.oorian.messaging.commands.NewBrowserWindowCommand
Constructs a new NewBrowserWindowCommand to open a URL with a window name.
NewBrowserWindowCommand(String, String, String) - Constructor for class com.oorian.messaging.commands.NewBrowserWindowCommand
Constructs a new NewBrowserWindowCommand to open a URL with a name and parameters.
next() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns the next larger breakpoint.
NEXT - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link to the next document in a series.
nextStep() - Method in class com.oorian.html.layout.WizardLayout
Advances to the next step.
NO_DROP - Enum constant in enum class com.oorian.css.Cursor
Indicates item cannot be dropped here.
NO_REFERRER - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Never send the Referrer header.
NO_REFERRER_WHEN_DOWNGRADE - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Send no referrer when downgrading from HTTPS to HTTP.
NO_REPEAT - Enum constant in enum class com.oorian.css.BackgroundRepeat
Image is not repeated.
NO_WRAP - Enum constant in enum class com.oorian.css.WhiteSpace
Collapses whitespace, prevents text wrapping.
noBackdrop() - Method in class com.oorian.html.layout.Overlay
Removes the backdrop (makes it transparent).
noCache() - Method in class com.oorian.security.CacheControl
Sets the no-cache directive.
noData() - Method in class com.oorian.html.layout.EmptyStateLayout
Configures the layout for a "no data" state (e.g., empty list/table).
NOFOLLOW - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Instructs search engines not to follow the link.
noMessages() - Method in class com.oorian.html.layout.EmptyStateLayout
Configures the layout for an inbox/messages empty state.
nonce(String) - Static method in class com.oorian.security.ContentSecurityPolicy
Returns a nonce source expression for use in CSP directives.
NONE - Enum constant in enum class com.oorian.css.AnimationFillMode
No styles applied when animation is not playing (default).
NONE - Enum constant in enum class com.oorian.css.BorderStyle
No border (default).
NONE - Enum constant in enum class com.oorian.css.BorderWidth
No border.
NONE - Enum constant in enum class com.oorian.css.Clear
Allows floats on both sides (default).
NONE - Enum constant in enum class com.oorian.css.ColumnRuleStyle
No rule is displayed.
NONE - Enum constant in enum class com.oorian.css.Combinator
No combinator relationship.
NONE - Enum constant in enum class com.oorian.css.Cursor
No cursor is rendered.
NONE - Enum constant in enum class com.oorian.css.Display
Element is completely removed from the document flow and not rendered.
NONE - Enum constant in enum class com.oorian.css.Float
Element does not float (default).
NONE - Enum constant in enum class com.oorian.css.FontFamily
No font family specified.
NONE - Enum constant in enum class com.oorian.css.HangingPunctuation
No punctuation hangs (default).
NONE - Enum constant in enum class com.oorian.css.ListStyleType
No marker displayed.
NONE - Enum constant in enum class com.oorian.css.ObjectFit
Content is not resized.
NONE - Enum constant in enum class com.oorian.css.OutlineStyle
No outline is displayed.
NONE - Enum constant in enum class com.oorian.css.OutlineWidth
No outline.
NONE - Enum constant in enum class com.oorian.css.PointerEvents
Element does not react to pointer events.
NONE - Enum constant in enum class com.oorian.css.Resize
Element cannot be resized.
NONE - Enum constant in enum class com.oorian.css.TextDecoration
No text decoration.
NONE - Enum constant in enum class com.oorian.css.TextDecorationLine
No line decoration.
NONE - Enum constant in enum class com.oorian.css.TextJustify
Disables justification.
NONE - Enum constant in enum class com.oorian.css.TextTransform
No text transformation (default).
NONE - Enum constant in enum class com.oorian.css.UserSelect
Text cannot be selected by the user.
NONE - Enum constant in enum class com.oorian.html.aria.AriaRole
Removes semantic meaning (presentational).
NONE - Enum constant in enum class com.oorian.html.elements.consts.Preload
Browser should not preload any media content.
NONE - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
No spacing.
NONE - Enum constant in enum class com.oorian.security.CookieDefaults.SameSite
Cookie is sent with all requests.
NONE - Static variable in class com.oorian.security.ContentSecurityPolicy
 
noNotifications() - Method in class com.oorian.html.layout.EmptyStateLayout
Configures the layout for a notifications empty state.
NOREFERRER - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Instructs the browser not to send an HTTP referrer header.
noResults() - Method in class com.oorian.html.layout.EmptyStateLayout
Configures the layout for a "no results" state (e.g., search returned nothing).
NORMAL - Enum constant in enum class com.oorian.css.AlignContent
Normal alignment behavior (context-dependent).
NORMAL - Enum constant in enum class com.oorian.css.AlignItems
Normal alignment behavior (context-dependent).
NORMAL - Enum constant in enum class com.oorian.css.AlignSelf
Normal alignment behavior (context-dependent).
NORMAL - Enum constant in enum class com.oorian.css.AnimationDirection
Animation plays forwards (default).
NORMAL - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Normal blend mode (default).
NORMAL - Enum constant in enum class com.oorian.css.FontStretch
Standard width (100%, default).
NORMAL - Enum constant in enum class com.oorian.css.FontStyle
Normal upright text (default).
NORMAL - Enum constant in enum class com.oorian.css.FontVariant
Normal font variant (default).
NORMAL - Enum constant in enum class com.oorian.css.FontWeight
Normal weight, equivalent to 400.
NORMAL - Enum constant in enum class com.oorian.css.JustifyContent
Normal alignment behavior (context-dependent).
NORMAL - Enum constant in enum class com.oorian.css.UnicodeBidi
Does not use additional embedding level.
NORMAL - Enum constant in enum class com.oorian.css.WhiteSpace
Collapses whitespace, wraps text (default).
NORMAL - Enum constant in enum class com.oorian.css.WordBreak
Default line break rules for language.
NORMAL - Enum constant in enum class com.oorian.css.WordWrap
Lines break only at allowed break points (default).
normalContent() - Method in class com.oorian.html.layout.FeatureGridLayout
Applies a normal content width (1200px).
normalContent() - Method in class com.oorian.html.layout.StoryLayout
Applies normal content width (1200px).
normalForm() - Method in class com.oorian.html.layout.FormLayout
Applies a normal form width (480px) - the default.
north(Element<?>) - Method in class com.oorian.html.layout.RegionLayout
Sets the north region content.
NoScript - Class in com.oorian.html.elements
Represents an HTML <noscript> element that provides alternative content for scripts.
NoScript() - Constructor for class com.oorian.html.elements.NoScript
Constructs a new NoScript element.
noStickyIndex() - Method in class com.oorian.html.layout.ReferenceLayout
Disables sticky positioning for the index.
noStickyNav() - Method in class com.oorian.html.layout.DocsLayout
Disables sticky positioning for the nav column.
noStickyToc() - Method in class com.oorian.html.layout.DocsLayout
Disables sticky positioning for the TOC column.
noStore() - Method in class com.oorian.security.CacheControl
Sets the no-store directive.
NOT_ALLOWED - Enum constant in enum class com.oorian.css.Cursor
Indicates requested action is not allowed.
NOT_EQUALS - Enum constant in enum class com.oorian.data.FilterOperator
Not equal comparison.
NOT_EQUALS - Enum constant in enum class com.oorian.validation.validators.CompareValidator.Operation
 
NOTE - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a note or annotation.
notFound() - Method in class com.oorian.html.layout.EmptyStateLayout
Configures the layout for a "not found" state.
NotificationApi - Class in com.oorian.html.js.notification
Provides access to the browser's Notifications API from server-side Java code.
NotificationApi() - Constructor for class com.oorian.html.js.notification.NotificationApi
 
NotificationClickEvent - Class in com.oorian.html.js.notification
Event fired when a notification is clicked by the user.
NotificationClickEvent(String) - Constructor for class com.oorian.html.js.notification.NotificationClickEvent
Constructs a NotificationClickEvent.
NotificationCloseEvent - Class in com.oorian.html.js.notification
Event fired when a notification is closed.
NotificationCloseEvent(String) - Constructor for class com.oorian.html.js.notification.NotificationCloseEvent
Constructs a NotificationCloseEvent.
NotificationErrorEvent - Class in com.oorian.html.js.notification
Event fired when a notification fails to show.
NotificationErrorEvent(String) - Constructor for class com.oorian.html.js.notification.NotificationErrorEvent
Constructs a NotificationErrorEvent.
NotificationListener - Interface in com.oorian.html.js.notification
Listener interface for notification events.
NotificationOptions - Class in com.oorian.html.js.notification
Configuration options for browser notifications.
NotificationOptions() - Constructor for class com.oorian.html.js.notification.NotificationOptions
Creates default notification options.
NOTIFICATIONS - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
notNull(String) - Static method in interface com.oorian.validation.Validator
Creates a validator that fails on null values.
noTransform() - Method in class com.oorian.security.CacheControl
Sets the no-transform directive.
NOWRAP - Enum constant in enum class com.oorian.css.FlexWrap
All items stay on single line (default).
NS_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates bidirectional north-south resize.
NUM_0 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 0 key.
NUM_1 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 1 key.
NUM_2 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 2 key.
NUM_3 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 3 key.
NUM_4 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 4 key.
NUM_5 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 5 key.
NUM_6 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 6 key.
NUM_7 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 7 key.
NUM_8 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 8 key.
NUM_9 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number 9 key.
NUM_LOCK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Num Lock key.
NUM_SORT - Static variable in class com.oorian.html.elements.Table
 
NUMBER - Static variable in class com.oorian.html.elements.Input
Input type constant for a numeric input with spinner controls.
NUMBER_SIGN - Static variable in class com.oorian.messaging.events.client.KeyCodes
Number/hash sign key.
NumberInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="number"> element for entering numeric values.
NumberInput() - Constructor for class com.oorian.html.elements.NumberInput
Creates a new NumberInput with no name or initial value.
NumberInput(String) - Constructor for class com.oorian.html.elements.NumberInput
Creates a new NumberInput with the specified name.
NumberInput(String, String) - Constructor for class com.oorian.html.elements.NumberInput
Creates a new NumberInput with the specified name and initial value.
numeric() - Method in class com.oorian.validation.ValidatedInput
Adds a numeric validator (digits only).
numeric(String) - Method in class com.oorian.validation.ValidatedInput
Adds a numeric validator with a custom message.
NUMERIC - Static variable in class com.oorian.i18n.DefaultMessages
 
NumericValidator<T> - Class in com.oorian.validation.validators
Validates that a value contains only numeric characters.
NumericValidator() - Constructor for class com.oorian.validation.validators.NumericValidator
Creates a NumericValidator that only allows digits.
NumericValidator(String) - Constructor for class com.oorian.validation.validators.NumericValidator
Creates a NumericValidator with a custom message.
NUMPAD_0 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 0 key.
NUMPAD_1 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 1 key.
NUMPAD_2 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 2 key.
NUMPAD_3 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 3 key.
NUMPAD_4 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 4 key.
NUMPAD_5 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 5 key.
NUMPAD_6 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 6 key.
NUMPAD_7 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 7 key.
NUMPAD_8 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 8 key.
NUMPAD_9 - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad 9 key.
NUMPAD_DOWN - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad down arrow key.
NUMPAD_LEFT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad left arrow key.
NUMPAD_RIGHT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad right arrow key.
NUMPAD_UP - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad up arrow key.
NW_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates northwest corner resize.
NWSE_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates bidirectional northwest-southeast resize.

O

O - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter O key.
Object<T> - Class in com.oorian.html.elements
Represents an HTML <object> element that embeds external resources in a document.
Object() - Constructor for class com.oorian.html.elements.Object
Constructs a new Object element.
ObjectFit - Enum Class in com.oorian.css
CSS object-fit property values for replaced element sizing.
OBLIQUE - Enum constant in enum class com.oorian.css.FontStyle
Slanted version of normal glyphs.
ODP - Static variable in class com.oorian.utils.MimeTypes
 
ODS - Static variable in class com.oorian.utils.MimeTypes
 
ODT - Static variable in class com.oorian.utils.MimeTypes
 
of(Predicate<T>, String) - Static method in interface com.oorian.validation.Validator
Creates a simple validator from a predicate and message.
of(List<T>, int) - Static method in class com.oorian.data.DataResult
Creates a data result from items and total count.
of(T) - Static method in class com.oorian.html.layout.responsive.ResponsiveValue
Creates a ResponsiveValue with a base (mobile/XS) value.
OFF - Enum constant in enum class com.oorian.html.aria.AriaLive
Updates are not announced.
OGA - Static variable in class com.oorian.utils.MimeTypes
 
OGV - Static variable in class com.oorian.utils.MimeTypes
 
OGX - Static variable in class com.oorian.utils.MimeTypes
 
Ol<T> - Class in com.oorian.html.elements
Represents an HTML <ol> (ordered list) element that displays a numbered list of items.
Ol() - Constructor for class com.oorian.html.elements.Ol
Constructs a new Ol (ordered list) element.
OLD_LACE - Static variable in class com.oorian.css.color.Color
 
OLIVE - Static variable in class com.oorian.css.color.Color
 
OLIVE_DRAB - Static variable in class com.oorian.css.color.Color
 
OlMarkerType - Enum Class in com.oorian.html.elements.consts
Enumeration defining the marker types for ordered lists (ol elements).
onActivated(Element, String, int) - Method in class com.oorian.html.containers.HashNavComponent
Called when an item becomes active.
onCallback(String) - Method in class com.oorian.html.controls.dialog.Dialog
 
onCallback(String) - Method in class com.oorian.html.controls.popup.ModalPopup
 
onCallback(String) - Method in class com.oorian.html.Element
Callback method invoked when a client callback is received.
onCallback(String) - Method in class com.oorian.html.HtmlPage
Called when a client-side callback is triggered.
onChange() - Method in class com.oorian.html.containers.Deck
Called when the displayed element changes.
onChecked() - Method in class com.oorian.html.elements.RadioButton
Called by the event handler when this radio button is checked by the user.
onClicked() - Method in class com.oorian.html.elements.Checkbox
Callback invoked after the checkbox click is processed.
onClicked(boolean) - Method in class com.oorian.html.elements.Checkbox
Called by the event handler when the checkbox is clicked, updating the checked state if changed.
onClientDataEvent(Parameters) - Method in class com.oorian.html.HtmlPage
Called when a client data event is received from the browser.
onClose(Session, CloseReason) - Method in class com.oorian.OorianWebsocket
Called when the WebSocket connection is closed.
onConnect(String, String) - Static method in class com.oorian.security.ConnectionTracker
Records a new connection for the given session and IP address.
onCreated() - Method in class com.oorian.html.containers.AsyncPanel
 
onCreated() - Method in class com.oorian.html.containers.Deck
 
onCreated() - Method in class com.oorian.html.containers.HPanel
 
onCreated() - Method in class com.oorian.html.Element
Hook method called after the element has been created.
onCreated() - Method in class com.oorian.HttpFile
Callback method invoked after successful content creation.
onDataChanged() - Method in interface com.oorian.data.DataChangeListener
Called when the data provider's data has changed.
onDeactivated(Element, String, int) - Method in class com.oorian.html.containers.HashNavComponent
Called when an item becomes inactive.
onDisabled() - Method in class com.oorian.html.VisualElement
Called when this element transitions from enabled to disabled.
onDisconnect(String, String) - Static method in class com.oorian.security.ConnectionTracker
Records a closed connection for the given session and IP address.
onDocumentResize() - Method in class com.oorian.html.HtmlPage
Called when the HTML document dimensions change.
onDragEnd(Element) - Method in class com.oorian.html.containers.DropPanel
Called when dragging of an element ends, whether by dropping or canceling.
onDragStart(Element) - Method in class com.oorian.html.containers.DropPanel
Called when an element within this panel starts being dragged.
onDrop(Element) - Method in class com.oorian.html.containers.DropPanel
Called when an element is dropped onto this panel.
ONE - Enum constant in enum class com.oorian.html.elements.consts.OlMarkerType
Decimal numbers (1, 2, 3, 4...).
onElementAdded(Element) - Method in class com.oorian.html.containers.DropPanel
 
onElementAdded(Element) - Method in class com.oorian.html.Element
Hook method called when a child element has been added.
onElementRemoved(Element) - Method in class com.oorian.html.Element
Hook method called when a child element has been removed.
onEnabled() - Method in class com.oorian.html.VisualElement
Called when this element transitions from disabled to enabled.
onError(Session, Throwable) - Method in class com.oorian.OorianWebsocket
Called when an error occurs on the WebSocket connection.
onEvent(ClipboardErrorEvent) - Method in interface com.oorian.html.js.clipboard.ClipboardListener
Called when a clipboard operation fails.
onEvent(ClipboardReadEvent) - Method in interface com.oorian.html.js.clipboard.ClipboardListener
Called when text has been successfully read from the clipboard.
onEvent(FullscreenChangeEvent) - Method in interface com.oorian.html.js.fullscreen.FullscreenListener
Called when fullscreen state changes.
onEvent(FullscreenErrorEvent) - Method in interface com.oorian.html.js.fullscreen.FullscreenListener
Called when a fullscreen request fails.
onEvent(GeolocationErrorEvent) - Method in interface com.oorian.html.js.geolocation.GeolocationListener
Called when a geolocation error occurs.
onEvent(GeolocationEvent) - Method in interface com.oorian.html.js.geolocation.GeolocationListener
Called when a geographic position is successfully acquired.
onEvent(MediaDevicesErrorEvent) - Method in interface com.oorian.html.js.mediadevices.MediaDevicesListener
Called when a media devices operation fails.
onEvent(MediaDevicesEvent) - Method in interface com.oorian.html.js.mediadevices.MediaDevicesListener
Called when media devices are enumerated successfully.
onEvent(NetworkStatusEvent) - Method in interface com.oorian.html.js.network.NetworkListener
Called when network status changes.
onEvent(NotificationClickEvent) - Method in interface com.oorian.html.js.notification.NotificationListener
Called when a notification is clicked.
onEvent(NotificationCloseEvent) - Method in interface com.oorian.html.js.notification.NotificationListener
Called when a notification is closed.
onEvent(NotificationErrorEvent) - Method in interface com.oorian.html.js.notification.NotificationListener
Called when a notification fails to show.
onEvent(PermissionStatusEvent) - Method in interface com.oorian.html.js.permissions.PermissionsListener
Called when a permission status is retrieved.
onEvent(ShareErrorEvent) - Method in interface com.oorian.html.js.share.ShareListener
Called when a share operation fails.
onEvent(ShareSuccessEvent) - Method in interface com.oorian.html.js.share.ShareListener
Called when a share operation completes successfully.
onEvent(SpeechErrorEvent) - Method in interface com.oorian.html.js.speech.SpeechListener
Called when speech recognition fails.
onEvent(SpeechResultEvent) - Method in interface com.oorian.html.js.speech.SpeechListener
Called when speech recognition produces a result.
onEvent(StorageEvent) - Method in interface com.oorian.html.js.storage.StorageListener
Called when a value has been retrieved from storage.
onEvent(VisibilityChangeEvent) - Method in interface com.oorian.html.js.visibility.VisibilityListener
Called when page visibility changes.
onEvent(WakeLockErrorEvent) - Method in interface com.oorian.html.js.wakelock.WakeLockListener
Called when a wake lock operation fails.
onEvent(WakeLockEvent) - Method in interface com.oorian.html.js.wakelock.WakeLockListener
Called when a wake lock is acquired or released.
onEvent(AnimationCancelEvent) - Method in interface com.oorian.messaging.events.client.AnimationListener
Invoked when a CSS animation is cancelled.
onEvent(AnimationEndEvent) - Method in interface com.oorian.messaging.events.client.AnimationListener
Invoked when a CSS animation completes.
onEvent(AnimationIterationEvent) - Method in interface com.oorian.messaging.events.client.AnimationListener
Invoked when a CSS animation completes one iteration.
onEvent(AnimationStartEvent) - Method in interface com.oorian.messaging.events.client.AnimationListener
Invoked when a CSS animation starts.
onEvent(ClientFileSelectEvent) - Method in interface com.oorian.messaging.events.client.ClientFileListener
Invoked when a file selection event occurs.
onEvent(ClientFileUploadEvent) - Method in interface com.oorian.messaging.events.client.ClientFileListener
Invoked when a file upload event occurs.
onEvent(CompositionEndEvent) - Method in interface com.oorian.messaging.events.client.CompositionListener
Invoked when an IME composition session ends.
onEvent(CompositionStartEvent) - Method in interface com.oorian.messaging.events.client.CompositionListener
Invoked when an IME composition session begins.
onEvent(CompositionUpdateEvent) - Method in interface com.oorian.messaging.events.client.CompositionListener
Invoked when new characters are received during an IME composition.
onEvent(ContextMenuEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when the user right-clicks or triggers the context menu on an element.
onEvent(CopyEvent) - Method in interface com.oorian.messaging.events.client.ClipboardListener
Invoked when a copy operation occurs.
onEvent(CutEvent) - Method in interface com.oorian.messaging.events.client.ClipboardListener
Invoked when a cut operation occurs.
onEvent(DragEndEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DragEndEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called when a drag operation ends, whether by dropping or canceling.
onEvent(DragEnterEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DragEnterEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called when a dragged element enters this element's bounds.
onEvent(DragExitEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DragExitEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called when the dragged element exits the browser window or valid drop area.
onEvent(DragLeaveEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DragLeaveEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called when a dragged element leaves this element's bounds.
onEvent(DragOverEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DragOverEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called continuously while a dragged element is over this element.
onEvent(DragStartEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DragStartEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called when a drag operation starts on the element.
onEvent(DropEvent) - Method in class com.oorian.html.containers.DropPanel
 
onEvent(DropEvent) - Method in interface com.oorian.messaging.events.client.DragDropListener
Called when an element is dropped on this drop target.
onEvent(FocusInEvent) - Method in interface com.oorian.messaging.events.client.FocusListener
Invoked when an element receives keyboard focus.
onEvent(FocusOutEvent) - Method in interface com.oorian.messaging.events.client.FocusListener
Invoked when an element loses keyboard focus.
onEvent(FormEvent) - Method in interface com.oorian.messaging.events.client.FormListener
Invoked when a form is submitted.
onEvent(InputChangeEvent) - Method in interface com.oorian.messaging.events.client.InputListener
Invoked when the value of an input element changes.
onEvent(InputChangeEvent) - Method in class com.oorian.validation.AsyncValidatedInput
 
onEvent(InputChangeEvent) - Method in class com.oorian.validation.ValidatedInput
 
onEvent(InputCompleteEvent) - Method in interface com.oorian.messaging.events.client.InputListener
Invoked when input to an element is completed.
onEvent(InputCompleteEvent) - Method in class com.oorian.validation.ValidatedInput
 
onEvent(KeyDownEvent) - Method in interface com.oorian.messaging.events.client.KeyListener
Invoked when a key is initially pressed down.
onEvent(KeyPressedEvent) - Method in interface com.oorian.messaging.events.client.KeyListener
Deprecated.
This event type is deprecated in modern browsers. Use KeyDownEvent instead.
onEvent(KeyUpEvent) - Method in interface com.oorian.messaging.events.client.KeyListener
Invoked when a key is released.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.AccordionItem
Handles click events on the header to toggle expand/collapse.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.AppShellLayout
Handles click events on nav items.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.DocsLayout
Handles click events on nav items.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.Drawer
Handles click events on the backdrop to close the drawer.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.MasterDetailLayout
Handles click events on master items.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.SettingsLayout
Handles click events on nav items.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.SplitNavLayout
Handles click events on nav items.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.Tab
Handles click events on the tab header.
onEvent(MouseClickedEvent) - Method in class com.oorian.html.layout.WizardLayout
Handles click events on step indicators.
onEvent(MouseClickedEvent) - Method in interface com.oorian.messaging.events.client.MouseClickListener
Invoked when a mouse click event occurs.
onEvent(MouseDblClickedEvent) - Method in interface com.oorian.messaging.events.client.MouseClickListener
Invoked when a mouse double-click event occurs.
onEvent(MouseDblClickedEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when a mouse double-click event occurs.
onEvent(MouseDownEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when a mouse button press event occurs.
onEvent(MouseEnterEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when the mouse pointer enters an element's boundaries.
onEvent(MouseLeaveEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when the mouse pointer leaves an element's boundaries.
onEvent(MouseMoveEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when the mouse pointer moves over an element.
onEvent(MouseOutEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when the mouse pointer leaves an element.
onEvent(MouseOverEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when the mouse pointer enters an element.
onEvent(MouseUpEvent) - Method in interface com.oorian.messaging.events.client.MouseListener
Invoked when a mouse button release event occurs.
onEvent(PasteEvent) - Method in interface com.oorian.messaging.events.client.ClipboardListener
Invoked when a paste operation occurs.
onEvent(PointerCancelEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer interaction is cancelled.
onEvent(PointerDownEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer becomes active (button pressed or contact made).
onEvent(PointerEnterEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer enters an element's boundaries.
onEvent(PointerLeaveEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer leaves an element's boundaries.
onEvent(PointerMoveEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer changes coordinates.
onEvent(PointerOutEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer is moved out of an element's hit test boundaries.
onEvent(PointerOverEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer is moved into an element's hit test boundaries.
onEvent(PointerUpEvent) - Method in interface com.oorian.messaging.events.client.PointerListener
Invoked when a pointer is no longer active (button released or contact lifted).
onEvent(ScrollEndEvent) - Method in interface com.oorian.messaging.events.client.ScrollListener
Invoked when a scroll end event occurs.
onEvent(ScrollEvent) - Method in interface com.oorian.messaging.events.client.ScrollListener
Invoked when a scroll event occurs.
onEvent(ScrollStartEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a scroll start event occurs.
onEvent(ScrollStopEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a scroll stop event occurs.
onEvent(SwipeEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a general swipe event occurs.
onEvent(SwipeLeftEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a leftward swipe event occurs.
onEvent(SwipeRightEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a rightward swipe event occurs.
onEvent(TapEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a tap event occurs.
onEvent(TapHoldEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a tap-and-hold event occurs.
onEvent(ToggleEvent) - Method in interface com.oorian.messaging.events.client.ToggleListener
Invoked when a toggle event occurs.
onEvent(TouchCancelEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a native touchcancel event occurs.
onEvent(TouchEndEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a native touchend event occurs.
onEvent(TouchMoveEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a native touchmove event occurs.
onEvent(TouchStartEvent) - Method in interface com.oorian.messaging.events.client.TouchListener
Invoked when a native touchstart event occurs.
onEvent(TransitionCancelEvent) - Method in interface com.oorian.messaging.events.client.TransitionListener
Invoked when a CSS transition is cancelled.
onEvent(TransitionEndEvent) - Method in interface com.oorian.messaging.events.client.TransitionListener
Invoked when a CSS transition completes.
onEvent(TransitionRunEvent) - Method in interface com.oorian.messaging.events.client.TransitionListener
Invoked when a CSS transition first creates a visual change.
onEvent(TransitionStartEvent) - Method in interface com.oorian.messaging.events.client.TransitionListener
Invoked when a CSS transition starts.
onEvent(UserEvent) - Method in interface com.oorian.messaging.events.client.UserEventListener
Called when a user-defined event is received from the client.
onEvent(T) - Method in interface com.oorian.messaging.events.server.ApplicationEventListener
Called when an application event is dispatched.
onEvent(T) - Method in interface com.oorian.messaging.events.server.PageEventListener
Called when a page event is dispatched.
onEvent(T) - Method in interface com.oorian.messaging.events.server.ServerEventListener
Called when a server event is dispatched.
onEvent(T) - Method in interface com.oorian.messaging.events.server.SessionEventListener
Called when a session event is dispatched.
onException(Exception) - Method in class com.oorian.html.HtmlPage
Called when an exception occurs during page creation or processing.
onExpire() - Method in class com.oorian.html.SimpleTimer
Template method called when the timer expires.
onFormSubmit() - Method in class com.oorian.html.elements.OorianForm
Hook method called when the form is submitted.
onHashChange(String) - Method in class com.oorian.html.containers.Deck
 
onHashChange(String) - Method in class com.oorian.html.containers.HashNavComponent
 
onHashChange(String) - Method in class com.oorian.html.Element
Hook method called when the URL hash fragment changes.
onHidden() - Method in class com.oorian.html.Element
Hook method called when this element is hidden.
onHide() - Method in class com.oorian.html.StyledElement
Hook method called immediately when StyledElement.hide() is invoked on this element.
onInitialized() - Method in class com.oorian.html.Element
Hook method called after the element has been initialized.
onInputComplete() - Method in class com.oorian.html.elements.EmailInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.NumberInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.SearchInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.TelephoneInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.TextInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.TimeInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.UrlInput
Hook method called when input is completed.
onInputComplete() - Method in class com.oorian.html.elements.PasswordInput
Called after an input complete event is dispatched.
onInputComplete() - Method in class com.oorian.html.elements.TextArea
Hook method called when input is completed.
onJsReturn(String, String) - Method in class com.oorian.html.Element
Callback method invoked when a JavaScript function returns a value.
onJsReturn(String, String) - Method in class com.oorian.html.HtmlPage
Called when a JavaScript function returns a value to the server.
onJsReturn(String, String, String) - Method in class com.oorian.html.HtmlPage
Called when a JavaScript function returns a value to the server for a specific element.
onLoaded() - Method in class com.oorian.html.HtmlPage
Called when the page has finished loading in the browser.
only(Breakpoint) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container that hides content only at the specified breakpoint range.
only(Breakpoint) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container that displays content only at the specified breakpoint range.
only(Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Hide
Creates a Hide container with content, hidden only at the specified breakpoint range.
only(Breakpoint, Element<?>) - Static method in class com.oorian.html.layout.responsive.Show
Creates a Show container with content, displayed only at the specified breakpoint range.
onMessage(Session, String) - Method in class com.oorian.OorianWebsocket
Called when a message is received from the client.
onOpen() - Method in class com.oorian.html.controls.dialog.Dialog
 
onOpen(Session, EndpointConfig, String) - Method in class com.oorian.OorianWebsocket
Called when a new WebSocket connection is opened.
onPageLoaded() - Method in class com.oorian.html.containers.AsyncPanel
 
onPageLoaded() - Method in class com.oorian.html.containers.Deck
 
onPageLoaded() - Method in class com.oorian.html.containers.HashNavComponent
 
onPageLoaded() - Method in class com.oorian.html.Element
Hook method called when the page has finished loading.
onPageUnloaded() - Method in class com.oorian.html.Element
Hook method called when the page is being unloaded.
onRefresh() - Method in class com.oorian.html.Element
Hook method called during refresh operations.
onRefresh() - Method in class com.oorian.html.HtmlPage
Called when the page is refreshed via HtmlPage.refresh().
onRemovedFromPage() - Method in class com.oorian.html.Element
Hook method called when this element is removed from a page.
onRemovedFromPage() - Method in class com.oorian.html.elements.RadioButton
 
onRemovedFromPage() - Method in class com.oorian.html.StyledElement
 
onRequest(OorianHttpRequest, OorianHttpResponse) - Method in class com.oorian.html.HtmlPage
Subclasses should override this method if they need to do any pre-processing before a request is processed by the framework and passed on to application level classes.
onResponseComplete() - Method in class com.oorian.html.HtmlPage
Called after a response has been successfully sent to the client.
onScreenResize() - Method in class com.oorian.html.HtmlPage
Called when the client's screen size changes.
onSelectedIndexSet(int) - Method in class com.oorian.html.elements.Select
Called when the selected index is programmatically set.
onSelectedValueSet(Object) - Method in class com.oorian.html.elements.Select
Called when the selected value is programmatically set.
onSelectionChange(int, String) - Method in class com.oorian.html.elements.Select
Called when the selection changes from the client.
onSelectionInitialized(int, String) - Method in class com.oorian.html.elements.Select
Called when the selection is first initialized from the client.
onSessionExpired() - Method in class com.oorian.html.HtmlPage
Called when the user's session has expired during a WebSocket message.
onShow() - Method in class com.oorian.html.StyledElement
Hook method called immediately when StyledElement.show() is invoked on this element.
onShown() - Method in class com.oorian.html.Element
Hook method called when this element is shown.
onSseClose() - Method in class com.oorian.html.HtmlPage
Called when the SSE connection for this page is closed.
onSseOpen() - Method in class com.oorian.html.HtmlPage
Called when an SSE connection is opened for this page.
onSubmit(Parameters) - Method in class com.oorian.html.elements.OorianForm
Hook method called on form submission with form parameters.
onThreadComplete() - Method in class com.oorian.OorianSession
Called when the current thread's request processing is complete.
onThreadComplete() - Method in interface com.oorian.OorianThreadListener
Called when a request processing thread has completed its work.
onTimer(TimerEvent) - Method in interface com.oorian.messaging.events.server.TimerListener
Called when the timer fires.
onTimerExpire(String) - Method in interface com.oorian.html.TimerListener
Called when the associated timer expires.
onUnloaded() - Method in class com.oorian.html.HtmlPage
Called when the page is unloaded from the browser.
onUpdated() - Method in class com.oorian.html.Element
Hook method called after the element has been updated.
onUserEvent(UserEvent) - Method in class com.oorian.html.Element
Callback method invoked when a user event is received.
onUserEvent(Parameters) - Method in class com.oorian.html.HtmlPage
Called when a custom user event is received from the client.
onValueChange() - Method in class com.oorian.html.elements.InputElement
Called when the input value changes.
onValueInitialized(String, String) - Method in class com.oorian.html.elements.InputElement
Called when the value is first initialized from the client.
onValueUpdate(String, String) - Method in class com.oorian.html.elements.InputElement
Called when the value is updated from the client.
onWebsocketClose(ConnectionCloseInfo) - Method in class com.oorian.html.HtmlPage
Called when the WebSocket connection for this page is closed.
onWebsocketError(Throwable) - Method in class com.oorian.html.HtmlPage
Called when a WebSocket error occurs for this page.
onWebsocketMessage(String) - Method in class com.oorian.html.HtmlPage
Called when a WebSocket message is received from the client.
onWebsocketOpen() - Method in class com.oorian.html.HtmlPage
Called when a WebSocket connection is opened for this page.
onWindowResize() - Method in class com.oorian.html.HtmlPage
Called when the browser window (viewport) is resized.
onWriteComplete() - Method in class com.oorian.HttpFile
Callback method invoked after content has been written to the output.
OorianAuthenticator - Interface in com.oorian.security
Interface for application-provided authentication logic.
OorianConfig - Class in com.oorian
Provides typed access to application configuration properties loaded from oorian.properties, with optional environment profile overrides.
OorianConfig() - Constructor for class com.oorian.OorianConfig
Creates a new empty OorianConfig instance.
OorianCookie - Class in com.oorian
Framework-level cookie representation, decoupling from servlet API cookie classes.
OorianCookie(String, String) - Constructor for class com.oorian.OorianCookie
Constructs a new OorianCookie with the specified name and value.
OorianFile - Class in com.oorian.utils
Abstract base class for unified file access across different sources (classpath, filesystem, etc.).
OorianFile() - Constructor for class com.oorian.utils.OorianFile
 
OorianFileInput<T> - Class in com.oorian.html.elements
Enhanced file input element with built-in Oorian file upload support.
OorianFileInput() - Constructor for class com.oorian.html.elements.OorianFileInput
Creates a new OorianFileInput with default file selection handling.
OorianFileUploadException - Exception Class in com.oorian
Unchecked exception thrown when a file upload operation fails.
OorianFileUploadException(Throwable) - Constructor for exception class com.oorian.OorianFileUploadException
Constructs a new OorianFileUploadException with the specified cause.
OorianForm<T> - Class in com.oorian.html.elements
An Oorian form component that integrates with the framework's event handling and validation system.
OorianForm() - Constructor for class com.oorian.html.elements.OorianForm
Creates a new OorianForm with Oorian's form submission handler configured.
OorianForm(String) - Constructor for class com.oorian.html.elements.OorianForm
Creates a new OorianForm with the specified ID.
OorianHttpRequest - Interface in com.oorian
Abstraction layer for HTTP request access, decoupling framework code from servlet API specifics.
OorianHttpResponse - Interface in com.oorian
Abstraction layer for HTTP response access, decoupling framework code from servlet API specifics.
OorianHttpSession - Interface in com.oorian
Abstraction layer for HTTP session access, decoupling framework code from servlet API specifics.
OorianLocale - Class in com.oorian.i18n
Thread-local holder for the current user's locale.
OorianLog - Class in com.oorian
Logging facade for the Oorian framework, backed by the System.Logger SPI.
OorianRuntimeException - Exception Class in com.oorian
Base runtime exception class for the Oorian framework.
OorianRuntimeException(String, Throwable) - Constructor for exception class com.oorian.OorianRuntimeException
Constructs a new OorianRuntimeException with the specified request URL and cause.
OorianSession - Class in com.oorian
Central session management class for the Oorian framework.
OorianSessionListener - Interface in com.oorian
Listener interface for receiving session lifecycle events in the Oorian framework.
OorianSessionMonitor - Class in com.oorian
Servlet listener that monitors HTTP session lifecycle events.
OorianSessionMonitor() - Constructor for class com.oorian.OorianSessionMonitor
 
OorianSseConnection - Class in com.oorian
Manages a Server-Sent Events (SSE) connection to a client browser.
OorianSseConnection(AsyncContext, HtmlPage) - Constructor for class com.oorian.OorianSseConnection
Constructs a new SSE connection.
OorianSseHandler - Class in com.oorian
Servlet that handles Server-Sent Events (SSE) connections for Oorian web applications.
OorianSseHandler() - Constructor for class com.oorian.OorianSseHandler
Constructs a new OorianSseHandler servlet instance.
OorianTestContext - Class in com.oorian.testing
Helper class for setting up a complete Oorian test environment without a servlet container.
OorianTestHarness - Class in com.oorian.test
Test harness for headless rendering of Oorian pages and components.
OorianThreadListener - Interface in com.oorian
Listener interface for receiving notifications when request threads complete.
OorianThreadMonitor - Class in com.oorian
Static utility class for monitoring thread completion events.
OorianThreadMonitor() - Constructor for class com.oorian.OorianThreadMonitor
 
OorianTimer - Class in com.oorian
A session-aware server-side timer that fires TimerEvent instances on a schedule.
OorianTimer(long) - Constructor for class com.oorian.OorianTimer
Creates a new repeating timer with the specified interval.
OorianTimer(long, boolean) - Constructor for class com.oorian.OorianTimer
Creates a new timer with the specified interval and repeat behavior.
OorianUploadPart - Interface in com.oorian
Abstraction layer for multipart file upload parts, decoupling from servlet API specifics.
OorianWebsocket - Class in com.oorian
WebSocket endpoint for real-time communication between Oorian pages and the client browser.
OorianWebsocket() - Constructor for class com.oorian.OorianWebsocket
 
OorianWebsocketConfigurator - Class in com.oorian
WebSocket configurator that bridges HTTP sessions with WebSocket connections.
OorianWebsocketConfigurator() - Constructor for class com.oorian.OorianWebsocketConfigurator
 
OorianWorkerThread - Class in com.oorian
Factory and wrapper for background worker threads within an Oorian session.
opacity(float) - Method in class com.oorian.css.Filter
Adds an opacity() function.
open() - Method in class com.oorian.html.layout.Drawer
Opens the drawer.
open(HtmlPage) - Method in class com.oorian.html.controls.dialog.Dialog
Opens this dialog on the specified page.
open(HtmlPage) - Method in class com.oorian.html.controls.popup.ModalPopup
Opens this popup on the specified page.
OPEN_BRACKET - Static variable in class com.oorian.messaging.events.client.KeyCodes
Open bracket key.
openInNewWindow(String) - Method in class com.oorian.html.HtmlPage
Opens a URL in a new browser window.
openInNewWindow(String, String) - Method in class com.oorian.html.HtmlPage
Opens a URL in a new browser window with the specified target.
openInNewWindow(String, String, String) - Method in class com.oorian.html.HtmlPage
Opens a URL in a new browser window with the specified name and window features.
openNew(HtmlPage, String) - Static method in class com.oorian.html.js.WindowApi
Opens a URL in a new browser window.
openNew(HtmlPage, String, String) - Static method in class com.oorian.html.js.WindowApi
Opens a URL in a new browser window with the specified target.
openNew(HtmlPage, String, String, String) - Static method in class com.oorian.html.js.WindowApi
Opens a URL in a new browser window with the specified name and features.
openNew(String) - Static method in class com.oorian.html.js.WindowApi
Opens a URL in a new browser window using the current page context.
openNew(String, String) - Static method in class com.oorian.html.js.WindowApi
Opens a URL in a new browser window with the specified target using the current page context.
openNew(String, String, String) - Static method in class com.oorian.html.js.WindowApi
Opens a URL in a new browser window with the specified name and features using the current page context.
OptGroup<T> - Class in com.oorian.html.elements
Represents an HTML <optgroup> element that groups related options in a select list.
OptGroup() - Constructor for class com.oorian.html.elements.OptGroup
Constructs a new OptGroup element.
Option<T> - Class in com.oorian.html.elements
Represents the HTML <option> element for defining options in a select list.
Option() - Constructor for class com.oorian.html.elements.Option
Creates a new Option element with no value or text.
Option(String) - Constructor for class com.oorian.html.elements.Option
Creates a new Option with the specified value.
Option(String, String) - Constructor for class com.oorian.html.elements.Option
Creates a new Option with the specified value and display text.
OPTION - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an option in a listbox.
OPUS - Static variable in class com.oorian.utils.MimeTypes
 
ORANGE - Static variable in class com.oorian.css.color.Color
 
ORANGE_RED - Static variable in class com.oorian.css.color.Color
 
ORCHID - Static variable in class com.oorian.css.color.Color
 
OrderedList<T> - Class in com.oorian.html.elements
Represents an HTML ordered list element, providing a semantic alias for Ol.
OrderedList() - Constructor for class com.oorian.html.elements.OrderedList
 
Orientation - Enum Class in com.oorian.html.elements.consts
Enumeration defining page or screen orientation values.
Origin - Enum Class in com.oorian.css
CSS origin position values for transform and background positioning.
ORIGIN - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Always send only the origin.
ORIGIN_WHEN_CROSS_ORIGIN - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Send origin for cross-origin; full URL for same-origin.
OTF - Static variable in class com.oorian.utils.MimeTypes
 
OutlineStyle - Enum Class in com.oorian.css
CSS outline-style property values for outline appearance.
OutlineWidth - Enum Class in com.oorian.css
CSS outline-width property values for outline thickness.
Output<T> - Class in com.oorian.html.elements
Represents an HTML <output> element that displays the result of a calculation or user action.
Output() - Constructor for class com.oorian.html.elements.Output
Constructs a new Output element.
OUTSET - Enum constant in enum class com.oorian.css.BorderStyle
3D outset effect (appears raised).
OUTSET - Enum constant in enum class com.oorian.css.ColumnRuleStyle
3D outset rule.
OUTSET - Enum constant in enum class com.oorian.css.OutlineStyle
3D outset outline.
OUTSIDE - Enum constant in enum class com.oorian.css.ListStylePosition
Marker outside content flow (default).
Overflow - Enum Class in com.oorian.css
CSS overflow property values for content overflow handling.
overlay() - Method in class com.oorian.html.layout.LoadingLayout
Enables overlay mode with semi-transparent backdrop.
overlay(String) - Method in class com.oorian.html.layout.LoadingLayout
Enables overlay mode with custom backdrop color.
Overlay - Class in com.oorian.html.layout
A full-screen overlay container for modals, dialogs, and lightboxes.
Overlay() - Constructor for class com.oorian.html.layout.Overlay
Constructs a fixed overlay that covers the entire viewport.
OVERLAY - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Combines multiply and screen.
OVERLINE - Enum constant in enum class com.oorian.css.TextDecoration
Line above text.
OVERLINE - Enum constant in enum class com.oorian.css.TextDecorationLine
Overline decoration above text.

P

P<T> - Class in com.oorian.html.elements
Java representation of the HTML <p> element.
P - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter P key.
P() - Constructor for class com.oorian.html.elements.P
Constructs an empty <p> element.
P(Element) - Constructor for class com.oorian.html.elements.P
Constructs a <p> element containing the specified element.
P(String) - Constructor for class com.oorian.html.elements.P
Constructs a <p> element with the specified text content.
PADDING_BOX - Enum constant in enum class com.oorian.css.BackgroundClip
Background extends to the inside edge of the border.
PADDING_BOX - Enum constant in enum class com.oorian.css.BackgroundOrigin
Background is positioned relative to the padding box (default).
Page - Annotation Interface in com.oorian.annotations
Annotation for registering an HttpFile subclass with the Oorian routing system.
PAGE - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Represents the current page in a set of pages.
PAGE_CENTER - Static variable in class com.oorian.html.elements.Popup
Position the popup at the center of the page.
PAGE_DOWN - Static variable in class com.oorian.messaging.events.client.KeyCodes
Page Down key.
PAGE_STORE - Static variable in class com.oorian.Application
The servlet context attribute key for storing page information.
PAGE_STORE - Static variable in class com.oorian.PageRegistry
 
PAGE_UP - Static variable in class com.oorian.messaging.events.client.KeyCodes
Page Up key.
PageBreakAfter - Enum Class in com.oorian.css
CSS page-break-after property values for print page breaking.
PageBreakBefore - Enum Class in com.oorian.css
CSS page-break-before property values for print page breaking.
PageBreakInside - Enum Class in com.oorian.css
CSS page-break-inside property values for print page breaking.
PagedMediaIntf<T> - Interface in com.oorian.css
CSS property setters for paged media properties.
PageEvent - Class in com.oorian.messaging.events.server
Event dispatched at the page level, typically used for page-scoped notifications.
PageEvent() - Constructor for class com.oorian.messaging.events.server.PageEvent
Creates a new PageEvent with bubbling enabled.
PageEvent(boolean) - Constructor for class com.oorian.messaging.events.server.PageEvent
Creates a new PageEvent with the specified bubbling behavior.
PageEvent(int) - Constructor for class com.oorian.messaging.events.server.PageEvent
Creates a new PageEvent with the specified ID.
PageEvent(int, boolean) - Constructor for class com.oorian.messaging.events.server.PageEvent
Creates a new PageEvent with the specified ID and bubbling behavior.
PageEventListener<T> - Interface in com.oorian.messaging.events.server
Listener interface for handling PageEvent instances.
PageInfo - Class in com.oorian
Encapsulates metadata about a registered Oorian page.
PageInfo(Class, Page, List<String>) - Constructor for class com.oorian.PageInfo
Constructs a new PageInfo with the specified metadata.
PageLayout<T> - Class in com.oorian.html.layout
Abstract base class for pre-built page layout templates.
PageLayout() - Constructor for class com.oorian.html.layout.PageLayout
Constructs a PageLayout with default flexbox column layout.
PageRegistry - Class in com.oorian
Central registry for page information.
PageSection - Class in com.oorian.html.layout
A page section element with configurable vertical spacing.
PageSection() - Constructor for class com.oorian.html.layout.PageSection
Constructs a page section with no initial spacing.
PageSection(PageSection.Spacing) - Constructor for class com.oorian.html.layout.PageSection
Constructs a page section with the specified vertical padding.
PageSection.Spacing - Enum Class in com.oorian.html.layout
Predefined spacing sizes for page sections.
PageState - Enum Class in com.oorian
Represents the lifecycle state of an HtmlPage.
PageUrlException - Exception Class in com.oorian.html
Exception thrown when the number of arguments provided for a page URL does not match the number of required URL parameters defined in the page's route pattern.
PageUrlException(int, int) - Constructor for exception class com.oorian.html.PageUrlException
Creates a new PageUrlException indicating a mismatch between arguments and parameters.
PAINTED - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when painted (regardless of visibility).
PALATINO - Enum constant in enum class com.oorian.css.FontFamily
Palatino - elegant oldstyle serif font.
PALE_GOLDENROD - Static variable in class com.oorian.css.color.Color
 
PALE_GREEN - Static variable in class com.oorian.css.color.Color
 
PALE_TURQUOISE - Static variable in class com.oorian.css.color.Color
 
PALE_VIOLET_RED - Static variable in class com.oorian.css.color.Color
 
Pallete - Class in com.oorian.css.color
Represents a color palette containing a collection of colors.
Pallete() - Constructor for class com.oorian.css.color.Pallete
 
PAPAYA_WHIP - Static variable in class com.oorian.css.color.Color
 
Paragraph<T> - Class in com.oorian.html.elements
Represents an HTML paragraph element, providing a semantic alias for P.
Paragraph() - Constructor for class com.oorian.html.elements.Paragraph
Constructs a new empty Paragraph element.
Paragraph(Element) - Constructor for class com.oorian.html.elements.Paragraph
Constructs a new Paragraph element containing the specified HTML element.
Paragraph(String) - Constructor for class com.oorian.html.elements.Paragraph
Constructs a new Paragraph element with the specified text content.
Param<T> - Class in com.oorian.html.elements
Represents an HTML <param> element that defines parameters for embedded objects.
Param() - Constructor for class com.oorian.html.elements.Param
Constructs a new Param element.
Parameter - Class in com.oorian
Represents a single HTTP request parameter that may have multiple values.
Parameter(String) - Constructor for class com.oorian.Parameter
Constructs a Parameter with the specified name and no values.
Parameter(String, String) - Constructor for class com.oorian.Parameter
Constructs a Parameter with the specified name and initial value.
Parameters - Class in com.oorian
Collection class for managing HTTP request parameters with type-safe accessors.
Parameters() - Constructor for class com.oorian.Parameters
Constructs an empty Parameters collection.
Parameters(Parameters) - Constructor for class com.oorian.Parameters
Constructs a Parameters collection as a copy of another.
Parameters(String, String[]) - Constructor for class com.oorian.Parameters
Constructs a Parameters collection with a single multi-valued parameter.
Parameters(Map<String, String[]>) - Constructor for class com.oorian.Parameters
Constructs a Parameters collection from a parameter map.
PARENT - Enum constant in enum class com.oorian.html.elements.consts.Target
Opens the linked document in the parent frame.
parse(String) - Method in class com.oorian.html.parser.HtmlParser
Parses an HTML5 string and returns the root element of the DOM tree.
parse(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON string into a JsonArray.
parse(String) - Static method in class com.oorian.json.JsonObject
Parses a JSON string into a JsonObject.
parse(String) - Static method in class com.oorian.json.JsonParser
Parses a JSON string into the appropriate JsonValue subtype.
parse(String) - Static method in class com.oorian.json.JsonValue
Parses a JSON string and returns the appropriate JsonValue subtype.
parse(String) - Static method in class com.oorian.markdown.MarkdownParser
Parses Markdown text and returns a Div containing the resulting HTML elements.
parse(String) - Static method in class com.oorian.xml.XmlDocument
Parses an XML document from a string.
parseBooleans(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Booleans.
parseDate(String, FormatStyle) - Static method in class com.oorian.i18n.Formatters
Parses a locale-formatted date string into a LocalDate.
parseDate(String, FormatStyle, Locale) - Static method in class com.oorian.i18n.Formatters
Parses a locale-formatted date string into a LocalDate.
parseDateTime(String, FormatStyle) - Static method in class com.oorian.i18n.Formatters
Parses a locale-formatted date-time string into a LocalDateTime.
parseDateTime(String, FormatStyle, Locale) - Static method in class com.oorian.i18n.Formatters
Parses a locale-formatted date-time string into a LocalDateTime.
parseDoubles(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Doubles.
parseFloats(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Floats.
parseInline(String) - Static method in class com.oorian.markdown.MarkdownParser
Parses a single line of inline Markdown and returns a Span containing the result.
parseInts(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Integers.
parseLongs(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Longs.
parseNumber(String) - Static method in class com.oorian.i18n.Formatters
Parses a locale-formatted number string.
parseNumber(String, Locale) - Static method in class com.oorian.i18n.Formatters
Parses a locale-formatted number string using the specified locale.
parseShorts(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Shorts.
parseStrings(String) - Static method in class com.oorian.json.JsonArray
Parses a JSON array string and returns the elements as a list of Strings.
parseToElements(String) - Static method in class com.oorian.markdown.MarkdownParser
Parses Markdown text and returns a list of HTML elements.
PASSWORD - Static variable in class com.oorian.html.elements.Input
Input type constant for a masked password input.
PasswordHasher - Interface in com.oorian.security
Interface for password hashing and verification.
PasswordInput<T> - Class in com.oorian.html.elements
HTML password input element for secure password entry.
PasswordInput() - Constructor for class com.oorian.html.elements.PasswordInput
Creates a new PasswordInput with no name.
PasswordInput(String) - Constructor for class com.oorian.html.elements.PasswordInput
Creates a new PasswordInput with the specified name.
past() - Method in class com.oorian.validation.validators.DateValidator
Restricts to dates strictly in the past (excluding today).
PasteEvent - Class in com.oorian.messaging.events.client
Represents a paste event that occurs when the user pastes content from the clipboard.
PasteEvent() - Constructor for class com.oorian.messaging.events.client.PasteEvent
 
pastOrPresent() - Method in class com.oorian.validation.validators.DateValidator
Restricts to dates in the past (including today).
path() - Element in annotation interface com.oorian.annotations.Page
The URL path for this page.
path(String) - Method in class com.oorian.css.ClipPath
Sets a path() clip shape using an SVG path string.
paths() - Element in annotation interface com.oorian.annotations.Page
Multiple URL paths that all route to this page.
pattern(String) - Method in class com.oorian.validation.ValidatedInput
Adds a pattern validator.
pattern(String, String) - Method in class com.oorian.validation.ValidatedInput
Adds a pattern validator with a custom message.
PATTERN - Static variable in class com.oorian.i18n.DefaultMessages
 
PatternValidator<T> - Class in com.oorian.validation.validators
Validates that a value matches a regular expression pattern.
PatternValidator(String) - Constructor for class com.oorian.validation.validators.PatternValidator
Creates a PatternValidator with the specified regex string.
PatternValidator(String, String) - Constructor for class com.oorian.validation.validators.PatternValidator
Creates a PatternValidator with the specified regex string and message.
PatternValidator(Pattern) - Constructor for class com.oorian.validation.validators.PatternValidator
Creates a PatternValidator with the specified compiled pattern.
PAUSE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Pause/Break key.
PAUSED - Enum constant in enum class com.oorian.css.AnimationPlayState
Animation is paused.
pauseSpeech() - Static method in class com.oorian.html.js.speech.SpeechApi
Pauses ongoing speech using the current page context.
pauseSpeech(HtmlPage) - Static method in class com.oorian.html.js.speech.SpeechApi
Pauses ongoing speech.
Pbkdf2Hasher - Class in com.oorian.security
PBKDF2-HMAC-SHA256 implementation of PasswordHasher.
Pbkdf2Hasher() - Constructor for class com.oorian.security.Pbkdf2Hasher
Creates a Pbkdf2Hasher with the default iteration count of 210,000.
Pbkdf2Hasher(int) - Constructor for class com.oorian.security.Pbkdf2Hasher
Creates a Pbkdf2Hasher with the specified iteration count.
Pc - Class in com.oorian.css.units
CSS pc (pica) unit value.
Pc(float) - Constructor for class com.oorian.css.units.Pc
Constructs a Pc unit with the specified value.
PDF - Static variable in class com.oorian.utils.MimeTypes
 
PEACH_PUFF - Static variable in class com.oorian.css.color.Color
 
Percent - Class in com.oorian.css.units
CSS percent (%) unit value.
Percent(int) - Constructor for class com.oorian.css.units.Percent
Constructs a Percent unit with the specified value.
PERIOD - Static variable in class com.oorian.messaging.events.client.KeyCodes
Period/dot key.
PERMISSION_DENIED - Static variable in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Error code: User denied the request for Geolocation.
PermissionsApi - Class in com.oorian.html.js.permissions
Provides access to the Permissions API from server-side Java code.
PermissionsApi() - Constructor for class com.oorian.html.js.permissions.PermissionsApi
 
PermissionsListener - Interface in com.oorian.html.js.permissions
Listener interface for permission status events.
permissionsPolicy(String) - Method in class com.oorian.security.SecurityHeaders
Sets the Permissions-Policy header.
PermissionStatusEvent - Class in com.oorian.html.js.permissions
Event fired when a permission status is retrieved or changes.
PermissionStatusEvent(String, String) - Constructor for class com.oorian.html.js.permissions.PermissionStatusEvent
Constructs a PermissionStatusEvent.
PERSISTENT_STORAGE - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
perspective(int) - Method in class com.oorian.css.Transform
Adds a perspective() function with a pixel value.
perspective(Units) - Method in class com.oorian.css.Transform
Adds a perspective() function with a Units value.
perspective(String) - Method in class com.oorian.css.Transform
Adds a perspective() function.
PERU - Static variable in class com.oorian.css.color.Color
 
phone() - Method in class com.oorian.validation.ValidatedInput
Adds a phone validator with US format (default).
phone(PhoneValidator.Format) - Method in class com.oorian.validation.ValidatedInput
Adds a phone validator with the specified format.
phone(PhoneValidator.Format, String) - Method in class com.oorian.validation.ValidatedInput
Adds a phone validator with format and custom message.
PHONE - Static variable in class com.oorian.i18n.DefaultMessages
 
PhoneValidator<T> - Class in com.oorian.validation.validators
Validates phone number formats.
PhoneValidator() - Constructor for class com.oorian.validation.validators.PhoneValidator
Creates a PhoneValidator with US format (default).
PhoneValidator(PhoneValidator.Format) - Constructor for class com.oorian.validation.validators.PhoneValidator
Creates a PhoneValidator with the specified format.
PhoneValidator(PhoneValidator.Format, String) - Constructor for class com.oorian.validation.validators.PhoneValidator
Creates a PhoneValidator with a custom message.
PhoneValidator.Format - Enum Class in com.oorian.validation.validators
Phone number format types.
PHOTO - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
4:3 standard photo/monitor ratio.
PHP - Static variable in class com.oorian.utils.MimeTypes
 
PhrasingContentElement<T> - Class in com.oorian.html
Base class for HTML elements whose content model is phrasing content.
PhrasingContentElement(String) - Constructor for class com.oorian.html.PhrasingContentElement
Creates a new PhrasingContentElement with the specified HTML tag name.
PhrasingContentElement(String, String) - Constructor for class com.oorian.html.PhrasingContentElement
Creates a new PhrasingContentElement with the specified tag name and text content.
PhrasingContentElement(String, String, CssStyle) - Constructor for class com.oorian.html.PhrasingContentElement
Creates a new PhrasingContentElement with the specified tag name, text content, and CSS style object.
PhrasingContentElement(String, String, String) - Constructor for class com.oorian.html.PhrasingContentElement
Creates a new PhrasingContentElement with the specified tag name, text content, and inline CSS style.
Picture<T> - Class in com.oorian.html.elements
Represents an HTML <picture> element for responsive images.
Picture() - Constructor for class com.oorian.html.elements.Picture
Constructs a new Picture element.
Picture(String, String) - Constructor for class com.oorian.html.elements.Picture
Constructs a Picture element with a fallback image.
PINGBACK - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides the address of a pingback server.
PINK - Static variable in class com.oorian.css.color.Color
 
play() - Method in class com.oorian.css.transitions.TransitionSequence
Plays the sequence forward using CSS @keyframes animations.
playForward(long) - Method in class com.oorian.css.transitions.TransitionGroup
Plays this step forward with the specified delay.
playForward(long) - Method in interface com.oorian.css.transitions.TransitionStep
Plays this step forward with the specified delay.
playReverse(long) - Method in class com.oorian.css.transitions.TransitionGroup
Plays this step in reverse with the specified delay.
playReverse(long) - Method in interface com.oorian.css.transitions.TransitionStep
Plays this step in reverse with the specified delay.
pleaseWait() - Method in class com.oorian.html.layout.LoadingLayout
Sets a "Please wait..." message.
PLUM - Static variable in class com.oorian.css.color.Color
 
PLUS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Plus key.
PNG - Static variable in class com.oorian.utils.MimeTypes
 
POINTER - Enum constant in enum class com.oorian.css.Cursor
Pointer/hand indicating a link or clickable element.
PointerCancelEvent - Class in com.oorian.messaging.events.client
Represents a pointer cancel event that occurs when the browser determines a pointer is unlikely to produce further events (e.g., when the device orientation changes or the pointer is captured by a different element).
PointerCancelEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerCancelEvent
Constructs a new PointerCancelEvent with the specified parameters.
PointerDownEvent - Class in com.oorian.messaging.events.client
Represents a pointer down event that occurs when a pointer becomes active (button pressed or contact made).
PointerDownEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerDownEvent
Constructs a new PointerDownEvent with the specified parameters.
PointerEnterEvent - Class in com.oorian.messaging.events.client
Represents a pointer enter event that occurs when a pointer enters an element's boundaries.
PointerEnterEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerEnterEvent
Constructs a new PointerEnterEvent with the specified parameters.
PointerEvent - Class in com.oorian.messaging.events.client
Abstract base class for all pointer-related events in the client interface.
PointerEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerEvent
Constructs a new PointerEvent with the specified parameters.
PointerEvents - Enum Class in com.oorian.css
CSS pointer-events property values for controlling pointer interactions.
PointerLeaveEvent - Class in com.oorian.messaging.events.client
Represents a pointer leave event that occurs when a pointer leaves an element's boundaries.
PointerLeaveEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerLeaveEvent
Constructs a new PointerLeaveEvent with the specified parameters.
PointerListener - Interface in com.oorian.messaging.events.client
Listener interface for handling pointer events in the client interface.
PointerMoveEvent - Class in com.oorian.messaging.events.client
Represents a pointer move event that occurs when a pointer changes coordinates.
PointerMoveEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerMoveEvent
Constructs a new PointerMoveEvent with the specified parameters.
PointerOutEvent - Class in com.oorian.messaging.events.client
Represents a pointer out event that occurs when a pointer is moved out of an element's hit test boundaries.
PointerOutEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerOutEvent
Constructs a new PointerOutEvent with the specified parameters.
PointerOverEvent - Class in com.oorian.messaging.events.client
Represents a pointer over event that occurs when a pointer is moved into an element's hit test boundaries.
PointerOverEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerOverEvent
Constructs a new PointerOverEvent with the specified parameters.
PointerUpEvent - Class in com.oorian.messaging.events.client
Represents a pointer up event that occurs when a pointer is no longer active (button released or contact lifted).
PointerUpEvent(int, int, int, String, int, int, float, int, int, boolean) - Constructor for class com.oorian.messaging.events.client.PointerUpEvent
Constructs a new PointerUpEvent with the specified parameters.
POLITE - Enum constant in enum class com.oorian.html.aria.AriaLive
Updates are announced when user is idle.
polygon(String...) - Method in class com.oorian.css.ClipPath
Sets a polygon() clip shape.
pop() - Method in class com.oorian.html.elements.UndoQueue
Pops the most recent value from the undo queue.
popup(HtmlPage, int, int) - Method in class com.oorian.html.elements.Popup
Displays the popup at the specified coordinates on the page.
Popup<T> - Class in com.oorian.html.elements
Represents a dynamic popup element that can be positioned relative to a point on the page.
Popup() - Constructor for class com.oorian.html.elements.Popup
Constructs a new Popup element with default settings.
Popup(String) - Constructor for class com.oorian.html.elements.Popup
Constructs a new Popup element with the specified positioning mode.
Popup(String, int, int) - Constructor for class com.oorian.html.elements.Popup
Constructs a new Popup element with positioning mode and custom offsets.
PORTRAIT - Enum constant in enum class com.oorian.html.elements.consts.Orientation
Portrait orientation - height is greater than width.
PORTRAIT - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
3:4 portrait orientation.
Position - Enum Class in com.oorian.css
CSS position property values for element positioning method.
POSITION_UNAVAILABLE - Static variable in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Error code: Location information is unavailable.
POST - Enum constant in enum class com.oorian.html.elements.consts.FormMethod
HTTP POST method - form data sent in the request body.
POST - Static variable in class com.oorian.apis.ApiHttpRequest
 
POWDER_BLUE - Static variable in class com.oorian.css.color.Color
 
PPT - Static variable in class com.oorian.utils.MimeTypes
 
PPTX - Static variable in class com.oorian.utils.MimeTypes
 
Pre<T> - Class in com.oorian.html.elements
Represents an HTML <pre> (preformatted text) element that preserves whitespace and line breaks.
Pre() - Constructor for class com.oorian.html.elements.Pre
Constructs a new empty Pre element.
Pre(String) - Constructor for class com.oorian.html.elements.Pre
Constructs a new Pre element with the specified preformatted text.
PRE - Enum constant in enum class com.oorian.css.WhiteSpace
Preserves all whitespace and line breaks.
PRE_LINE - Enum constant in enum class com.oorian.css.WhiteSpace
Preserves line breaks, collapses other whitespace.
PRE_WRAP - Enum constant in enum class com.oorian.css.WhiteSpace
Preserves whitespace, wraps when necessary.
PREFETCH - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Hints that the target resource should be cached.
Preload - Enum Class in com.oorian.html.elements.consts
Enumeration defining the preload strategies for audio and video elements.
PRESENTATION - Enum constant in enum class com.oorian.html.aria.AriaRole
Removes semantic meaning (alias for none).
PRESERVE_3D - Enum constant in enum class com.oorian.css.TransformStyle
Children maintain their own 3D position.
PREV - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link to the previous document in a series.
preventCaching() - Static method in class com.oorian.security.CacheControl
Creates a CacheControl configured to prevent caching entirely.
previous() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns the previous smaller breakpoint.
previousStep() - Method in class com.oorian.html.layout.WizardLayout
Returns to the previous step.
prewrite() - Method in class com.oorian.html.containers.HPanel
 
prewrite() - Method in class com.oorian.html.containers.VPanel
 
prewrite() - Method in class com.oorian.html.Element
Hook method called before the element is written to output.
prewrite() - Method in class com.oorian.html.elements.RadioButton
 
primaryTheme(String) - Method in class com.oorian.html.layout.NavbarLayout
Applies primary color theme styling.
print() - Method in class com.oorian.html.HtmlPage
Opens the browser's print dialog.
print() - Static method in class com.oorian.html.js.WindowApi
Opens the browser's print dialog for the current page using the current page context.
print(HtmlPage) - Method in class com.oorian.html.HtmlPage
Prints the content of the specified page.
print(HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Opens the browser's print dialog for the current page.
print(HtmlPage, URL) - Static method in class com.oorian.html.js.WindowApi
Prints the content from the specified URL.
print(URL) - Method in class com.oorian.html.HtmlPage
Prints the content from the specified URL.
print(URL) - Static method in class com.oorian.html.js.WindowApi
Prints the content from the specified URL using the current page context.
PrintCommand - Class in com.oorian.messaging.commands
Command to print a document from a URL or HTML content.
PrintCommand(HtmlPage) - Constructor for class com.oorian.messaging.commands.PrintCommand
Constructs a new PrintCommand to print HTML content.
PrintCommand(HtmlPage, String) - Constructor for class com.oorian.messaging.commands.PrintCommand
Constructs a new PrintCommand to print HTML content with a window name.
PrintCommand(HtmlPage, String, String) - Constructor for class com.oorian.messaging.commands.PrintCommand
Constructs a new PrintCommand to print HTML content with a name and parameters.
PrintCommand(String) - Constructor for class com.oorian.messaging.commands.PrintCommand
Constructs a new PrintCommand to print a URL.
PrintCommand(String, String) - Constructor for class com.oorian.messaging.commands.PrintCommand
Constructs a new PrintCommand to print a URL with a window name.
PrintCommand(String, String, String) - Constructor for class com.oorian.messaging.commands.PrintCommand
Constructs a new PrintCommand to print a URL with a name and parameters.
printPage(HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Prints the content of the specified HtmlPage using the current page context.
printPage(HtmlPage, HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Prints the content of the specified HtmlPage.
PRINTSCREEN - Static variable in class com.oorian.messaging.events.client.KeyCodes
Print Screen key.
processing() - Method in class com.oorian.html.layout.LoadingLayout
Sets a "Processing..." message.
production() - Static method in class com.oorian.security.SecurityHeaders
Creates a production-ready configuration with secure defaults.
progress(Element<?>) - Method in class com.oorian.html.layout.LoadingLayout
Sets the progress indicator element.
progress(Element<?>) - Method in class com.oorian.html.layout.WizardLayout
Sets the progress indicator content.
Progress<T> - Class in com.oorian.html.elements
Represents an HTML <progress> element that displays the completion progress of a task.
Progress() - Constructor for class com.oorian.html.elements.Progress
Constructs a new Progress element.
PROGRESS - Enum constant in enum class com.oorian.css.Cursor
Indicates program is busy but user can interact.
PROGRESSBAR - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a progress indicator.
progressiveDelay(boolean) - Method in class com.oorian.security.BruteForceConfig
Enables or disables progressive delay (exponential backoff).
property(String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds a base (mobile/XS) property-value pair.
PROSE - Enum constant in enum class com.oorian.html.layout.CenteredContentLayout.Width
Traditional prose width - 72ch.
proxyRevalidate() - Method in class com.oorian.security.CacheControl
Sets the proxy-revalidate directive.
Pt - Class in com.oorian.css.units
CSS pt (point) unit value.
Pt(float) - Constructor for class com.oorian.css.units.Pt
Constructs a Pt unit with the specified value.
PURPLE - Static variable in class com.oorian.css.color.Color
 
push(String) - Method in class com.oorian.html.elements.UndoQueue
Pushes a value onto the undo queue.
PUSH - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
pushState(HtmlPage, String, String) - Static method in class com.oorian.html.js.NavigationApi
Pushes a new state onto the browser history stack.
pushState(String, String) - Static method in class com.oorian.html.js.NavigationApi
Pushes a new state onto the browser history stack using the current page context.
put(String, Object) - Method in class com.oorian.json.JsonObject
Adds or replaces a key-value pair in this object.
put(String, String) - Method in class com.oorian.AttributeMap
Associates the specified value with the specified attribute name in this map.
PUT - Static variable in class com.oorian.apis.ApiHttpRequest
 
putAll(Map<? extends String, ? extends String>) - Method in class com.oorian.AttributeMap
Copies all of the mappings from the specified map to this attribute map.
PutRequest - Class in com.oorian.apis
An HTTP PUT request without a request body.
PutRequest() - Constructor for class com.oorian.apis.PutRequest
Creates a new PUT request without a URL.
PutRequest(String) - Constructor for class com.oorian.apis.PutRequest
Creates a new PUT request for the specified URL.
Px - Class in com.oorian.css.units
CSS pixel (px) unit value.
Px(float) - Constructor for class com.oorian.css.units.Px
Constructs a Px unit with the specified value.

Q

Q<T> - Class in com.oorian.html.elements
Represents an HTML <q> (inline quotation) element that marks short inline quotations.
Q - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter Q key.
Q() - Constructor for class com.oorian.html.elements.Q
Constructs a new empty Q element.
Q(String) - Constructor for class com.oorian.html.elements.Q
Constructs a new Q element with the specified quoted text.
query(Element, String) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the status of a permission using the current page context.
query(HtmlPage, Element, String) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the status of a permission.
Query - Class in com.oorian.data
Encapsulates fetch parameters for a DataProvider query.
Query(int, int) - Constructor for class com.oorian.data.Query
Creates a query with pagination only.
Query(int, int, List<SortDescriptor>, List<FilterDescriptor>) - Constructor for class com.oorian.data.Query
Creates a query with pagination, sorting, and filtering.
queryAll(Element, String...) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries multiple permissions using the current page context.
queryAll(HtmlPage, Element, String...) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries multiple permissions.
queryCamera(Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the camera permission status using the current page context.
queryCamera(HtmlPage, Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the camera permission status.
queryGeolocation(Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the geolocation permission status using the current page context.
queryGeolocation(HtmlPage, Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the geolocation permission status.
queryMicrophone(Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the microphone permission status using the current page context.
queryMicrophone(HtmlPage, Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the microphone permission status.
queryNotifications(Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the notifications permission status using the current page context.
queryNotifications(HtmlPage, Element) - Static method in class com.oorian.html.js.permissions.PermissionsApi
Queries the notifications permission status.
queue() - Method in class com.oorian.OorianWorkerThread
Queues this worker thread for execution after the current request completes.
quick() - Static method in class com.oorian.html.js.geolocation.GeolocationOptions
Creates a GeolocationOptions configured for quick, low-accuracy positioning.
Quotation<T> - Class in com.oorian.html.elements
Represents an inline quotation element, providing a semantic alias for Q.
Quotation() - Constructor for class com.oorian.html.elements.Quotation
Constructs a new empty Quotation element.
Quotation(String) - Constructor for class com.oorian.html.elements.Quotation
Constructs a new Quotation element with the specified quoted text.
QUOTE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Quote/apostrophe key.
QUOTEDBL - Static variable in class com.oorian.messaging.events.client.KeyCodes
Double quote key.

R

r - Variable in class com.oorian.css.color.Rgb
Red color component (0 - 255).
R - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter R key.
radial() - Static method in class com.oorian.css.Gradient
Creates a radial gradient with the default shape.
radial(String) - Static method in class com.oorian.css.Gradient
Creates a radial gradient with a shape or size specification.
RADIO - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a radio button.
RADIO - Static variable in class com.oorian.html.elements.Input
Input type constant for a radio button element.
RadioButton<T> - Class in com.oorian.html.elements
HTML radio button input element for mutually exclusive selection.
RadioButton() - Constructor for class com.oorian.html.elements.RadioButton
Creates a new RadioButton with no name or value.
RadioButton(String, Object) - Constructor for class com.oorian.html.elements.RadioButton
Creates a new RadioButton with the specified group name and value.
RadioButton(String, String) - Constructor for class com.oorian.html.elements.RadioButton
Creates a new RadioButton with the specified group name and string value.
RADIOGROUP - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a group of radio buttons.
range(int, int) - Method in class com.oorian.validation.validators.LengthValidator
Sets both minimum and maximum length constraints.
range(Number, Number) - Method in class com.oorian.validation.ValidatedInput
Adds a numeric range validator.
range(Number, Number) - Method in class com.oorian.validation.validators.RangeValidator
Sets both minimum and maximum value constraints.
range(Number, Number, String) - Method in class com.oorian.validation.ValidatedInput
Adds a numeric range validator with a custom message.
range(LocalDate, LocalDate) - Method in class com.oorian.validation.validators.DateValidator
Sets the date range (inclusive on both ends).
RANGE - Static variable in class com.oorian.html.elements.Input
Input type constant for a range slider control.
RANGE_BETWEEN - Static variable in class com.oorian.i18n.DefaultMessages
 
RANGE_MAX - Static variable in class com.oorian.i18n.DefaultMessages
 
RANGE_MIN - Static variable in class com.oorian.i18n.DefaultMessages
 
RangeInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="range"> element for selecting a value from a range using a slider.
RangeInput() - Constructor for class com.oorian.html.elements.RangeInput
Creates a new RangeInput with no name or initial value.
RangeInput(String) - Constructor for class com.oorian.html.elements.RangeInput
Creates a new RangeInput with the specified name.
RangeInput(String, String) - Constructor for class com.oorian.html.elements.RangeInput
Creates a new RangeInput with the specified name and initial value.
RangeValidator<T> - Class in com.oorian.validation.validators
Validates that a numeric value is within a specified range.
RangeValidator() - Constructor for class com.oorian.validation.validators.RangeValidator
Creates a RangeValidator with no constraints.
RangeValidator(Number, Number) - Constructor for class com.oorian.validation.validators.RangeValidator
Creates a RangeValidator with the specified minimum and maximum.
RAR - Static variable in class com.oorian.utils.MimeTypes
 
RATE_LIMIT_EXCEEDED - Enum constant in enum class com.oorian.security.SecurityEventType
Rate limit exceeded for a request.
RateLimiter - Class in com.oorian.security
A fixed-window rate limiter for throttling requests per session.
RateLimiter(int, long) - Constructor for class com.oorian.security.RateLimiter
Creates a new RateLimiter with the specified limits.
RawDataPostRequest - Class in com.oorian.apis
An HTTP POST request that sends raw string data in the request body.
RawDataPostRequest(String) - Constructor for class com.oorian.apis.RawDataPostRequest
Creates a new raw data POST request for the specified URL.
RawDataPostRequest(String, String) - Constructor for class com.oorian.apis.RawDataPostRequest
Creates a new raw data POST request for the specified URL with a content type.
RawDataPutRequest - Class in com.oorian.apis
An HTTP PUT request that sends raw string data in the request body.
RawDataPutRequest(String) - Constructor for class com.oorian.apis.RawDataPutRequest
Creates a new raw data PUT request for the specified URL.
RawDataPutRequest(String, String) - Constructor for class com.oorian.apis.RawDataPutRequest
Creates a new raw data PUT request for the specified URL with a content type.
RawDataRequest - Class in com.oorian.apis
Abstract base class for HTTP requests that send raw string data in the request body.
RawDataRequest(int) - Constructor for class com.oorian.apis.RawDataRequest
Creates a new raw data request with the specified HTTP method.
RawDataRequest(int, String) - Constructor for class com.oorian.apis.RawDataRequest
Creates a new raw data request with the specified HTTP method and URL.
RawDataRequest(int, String, String) - Constructor for class com.oorian.apis.RawDataRequest
Creates a new raw data request with the specified HTTP method, URL, and content type.
RawHtml<T> - Class in com.oorian.html.elements
Represents raw, unescaped HTML content within an HTML document structure.
RawHtml() - Constructor for class com.oorian.html.elements.RawHtml
Constructs an empty RawHtml element.
RawHtml(String) - Constructor for class com.oorian.html.elements.RawHtml
Constructs a RawHtml element with the specified HTML content.
RawTextElement<T> - Class in com.oorian.html
Base class for HTML elements that contain only text content, not arbitrary child elements.
RawTextElement(String) - Constructor for class com.oorian.html.RawTextElement
Constructs a new RawTextElement with the specified tag name.
RawTextElement(String, boolean) - Constructor for class com.oorian.html.RawTextElement
Constructs a new RawTextElement with the specified tag name and closing behavior.
read() - Method in class com.oorian.utils.OorianFile
Reads the entire file contents as a UTF-8 string.
read(BEAN) - Method in class com.oorian.data.binding.Binding
Populates the bound field from the given bean's property value.
read(String) - Static method in class com.oorian.utils.ResourceFile
Reads the entire contents of a classpath resource as a UTF-8 string.
read(String) - Static method in class com.oorian.utils.ServerFile
Reads the entire contents of a file as a UTF-8 string.
readAsBytes() - Method in class com.oorian.utils.OorianFile
Reads the entire file contents as a byte array.
readAsLines() - Method in class com.oorian.utils.OorianFile
Reads all lines from this file as a list of strings using UTF-8 encoding.
readAsString(Charset) - Method in class com.oorian.utils.OorianFile
Reads the entire file contents as a string using the specified charset.
readBean(BEAN) - Method in class com.oorian.data.binding.Binder
Populates all bound fields from the given bean.
readStream(InputStream) - Static method in class com.oorian.apis.WebApi
 
readText(Element) - Static method in class com.oorian.html.js.clipboard.ClipboardApi
Reads text from the clipboard using the current page context.
readText(HtmlPage, Element) - Static method in class com.oorian.html.js.clipboard.ClipboardApi
Reads text from the clipboard.
REBECCA_PURPLE - Static variable in class com.oorian.css.color.Color
 
recordFailedAttempt(String) - Method in class com.oorian.security.BruteForceProtection
Records a failed authentication attempt for the specified key.
recordSuccessfulAttempt(String) - Method in class com.oorian.security.BruteForceProtection
Records a successful authentication, clearing any failed attempt history.
recreate() - Method in class com.oorian.html.Element
Recreates this element by resetting and re-running the create lifecycle.
recreate() - Method in class com.oorian.html.HtmlPage
Recreates the page body by removing all elements and calling HtmlPage.createBody(Body) again.
RED - Static variable in class com.oorian.css.color.Color
 
ReferenceLayout - Class in com.oorian.html.layout
A layout for API/class reference documentation with method listing and detail panels.
ReferenceLayout() - Constructor for class com.oorian.html.layout.ReferenceLayout
Constructs a ReferenceLayout with default settings.
referrerPolicy(SecurityHeaders.ReferrerPolicy) - Method in class com.oorian.security.SecurityHeaders
Sets the Referrer-Policy header.
refresh() - Method in class com.oorian.data.AbstractDataProvider
 
refresh() - Method in interface com.oorian.data.DataProvider
Notifies all registered listeners that the data has changed.
refresh() - Method in class com.oorian.html.Element
Refreshes this element and all its descendants.
refresh() - Method in class com.oorian.html.HtmlPage
Refreshes the page and all its child elements.
refresh(Element) - Method in class com.oorian.html.Element
Refreshes this element and descendants, excluding the refresher element.
refresh(Element) - Method in class com.oorian.html.HtmlPage
Refreshes all child elements except the element that initiated the refresh.
REFRESH - Enum constant in enum class com.oorian.html.elements.consts.HttpEquiv
Instructs the browser to refresh or redirect after a specified time.
regenerateCsrfToken() - Method in class com.oorian.OorianSession
Regenerates the CSRF token for this session.
REGION - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a perceivable section containing content relevant to a specific purpose.
RegionLayout - Class in com.oorian.html.layout
A layout with named regions similar to classic desktop BorderLayout.
RegionLayout() - Constructor for class com.oorian.html.layout.RegionLayout
Constructs a RegionLayout with default configuration.
register(OorianHttpRequest) - Static method in class com.oorian.OorianSession
Registers the OorianSession for a web request to the current thread.
register(OorianHttpSession) - Static method in class com.oorian.OorianSession
Registers the OorianSession for a session to the current thread.
register(Class<P>, Class<M>, Converter<P, M>) - Static method in class com.oorian.data.converter.ConverterRegistry
Registers a converter for the given presentation and model type pair.
register(Class<T>, T) - Method in class com.oorian.inject.ServiceRegistry
Registers a singleton service instance.
register(Map<String, PageInfo>) - Static method in class com.oorian.PageRegistry
Registers the page info map.
registerAddition() - Method in class com.oorian.html.Element
Registers this element for addition to the DOM.
registerAddition() - Method in class com.oorian.html.elements.TableCell
Registers that a child element has been added to this cell.
registerAddition() - Method in class com.oorian.html.elements.Tbody
Registers an addition to this element by notifying the parent.
registerAddition() - Method in class com.oorian.html.elements.Tfoot
Registers an addition to this element by notifying the parent.
registerAddition() - Method in class com.oorian.html.elements.Thead
Registers an addition to this element by notifying the parent.
registerAddition() - Method in class com.oorian.html.elements.Tr
 
registerAttributeUpdate(Element) - Method in class com.oorian.html.HtmlPage
Registers an attribute update on an element to be synchronized with the client.
registerBundle(String, String) - Static method in class com.oorian.i18n.Messages
Registers a named resource bundle.
registerElementAddition(Element) - Method in class com.oorian.html.HtmlPage
Registers an element addition to be synchronized with the client.
registerElementSubtraction(Element) - Method in class com.oorian.html.HtmlPage
Registers an element removal to be synchronized with the client.
registerElementUpdate(Element) - Method in class com.oorian.html.HtmlPage
Registers an element update to be synchronized with the client.
registerFactory(Class<T>, Supplier<T>) - Method in class com.oorian.inject.ServiceRegistry
Registers a factory that creates a new instance on each lookup.
registerListener(ClientEventListener, Class<? extends ClientEvent>) - Method in class com.oorian.html.Element
Registers a listener for client events of the specified type.
registerListener(ClientEventListener, Class<? extends ClientEvent>) - Method in class com.oorian.html.elements.Input
Registers a client event listener for this input element.
registerListener(ClientEventListener, Class<? extends ClientEvent>, Boolean) - Method in class com.oorian.html.Element
Registers a listener for client events with a boolean value.
registerListener(ClientEventListener, Class<? extends ClientEvent>, Number) - Method in class com.oorian.html.Element
Registers a listener for client events with a numeric value.
registerListener(ClientEventListener, Class<? extends ClientEvent>, String) - Method in class com.oorian.html.Element
Registers a listener for client events with a string value.
registerListener(FormListener) - Method in class com.oorian.html.elements.OorianForm
Registers a listener for form submission events.
registerListener(ApplicationEventListener, Class<? extends ApplicationEvent>...) - Method in class com.oorian.OorianSession
Registers a listener for one or more ApplicationEvent types on this session.
registerListener(ExtServerEventListener, Class<? extends ExtServerEvent>...) - Method in class com.oorian.html.Element
Registers a listener for one or more extended server event types.
registerListener(ExtServerEventListener, Class<? extends ExtServerEvent>...) - Method in class com.oorian.html.HtmlPage
Registers a listener for one or more extended server event types.
registerListener(PageEventListener, Class<? extends PageEvent>...) - Method in class com.oorian.html.Element
Registers a listener for page-level events.
registerListener(PageEventListener, Class<? extends PageEvent>...) - Method in class com.oorian.html.HtmlPage
Registers a listener for one or more page event types.
registerListener(ServerEventListener, Class<? extends ServerEvent>...) - Method in class com.oorian.html.Element
Registers a listener for one or more server event types.
registerListener(ServerEventListener, Class<? extends ServerEvent>...) - Method in class com.oorian.html.HtmlPage
Registers a listener for one or more server event types.
registerListener(SessionEventListener, Class<? extends SessionEvent>...) - Method in class com.oorian.OorianSession
Registers a listener for one or more SessionEvent types on this session.
registerListener(TimerListener) - Method in class com.oorian.OorianTimer
Registers a listener to receive TimerEvent notifications.
registerListener(OorianThreadListener) - Static method in class com.oorian.OorianThreadMonitor
Registers a listener to be notified when threads complete.
registerPackage(String) - Method in class com.oorian.Application
Registers a package to be scanned for annotated classes.
registerSubtraction() - Method in class com.oorian.html.Element
Registers this element for removal from the DOM.
registerSubtraction() - Method in class com.oorian.html.elements.TableCell
Registers that a child element has been removed from this cell.
registerSubtraction() - Method in class com.oorian.html.elements.Tbody
Registers a subtraction from this element by notifying the parent.
registerSubtraction() - Method in class com.oorian.html.elements.Tfoot
Registers a subtraction from this element by notifying the parent.
registerSubtraction() - Method in class com.oorian.html.elements.Thead
Registers a subtraction from this element by notifying the parent.
registerSubtraction() - Method in class com.oorian.html.elements.Tr
 
registerUpdate() - Method in class com.oorian.html.Element
Registers this element for update in the DOM.
registerUpdate() - Method in class com.oorian.html.elements.TableCell
Registers that this cell or its content has been modified.
registerUpdate() - Method in class com.oorian.html.elements.Tbody
Registers an update to this element by notifying the parent.
registerUpdate() - Method in class com.oorian.html.elements.Tfoot
Registers an update to this element by notifying the parent.
registerUpdate() - Method in class com.oorian.html.elements.Thead
Registers an update to this element by notifying the parent.
registerUpdate() - Method in class com.oorian.html.elements.Tr
 
registrationStyle() - Method in class com.oorian.html.layout.FormLayout
Configures the layout for a registration form (normal width, card style).
Relationship - Enum Class in com.oorian.html.elements.consts
Enumeration defining the relationship types between the current document and linked resources.
RELATIVE - Enum constant in enum class com.oorian.css.Position
Positioned relative to its normal position.
release(Element) - Static method in class com.oorian.html.js.wakelock.WakeLockApi
Releases the current wake lock using the current page context.
release(HtmlPage, Element) - Static method in class com.oorian.html.js.wakelock.WakeLockApi
Releases the current wake lock.
reload() - Method in class com.oorian.html.HtmlPage
Reloads the current page.
reload() - Static method in class com.oorian.html.js.NavigationApi
Reloads the current page using the current page context.
reload(HtmlPage) - Static method in class com.oorian.html.js.NavigationApi
Reloads the current page.
reloadAfterDelay(long) - Method in class com.oorian.html.HtmlPage
Reloads the page after a delay.
reloadAfterDelay(long) - Static method in class com.oorian.html.js.NavigationApi
Reloads the page after a delay using the current page context.
reloadAfterDelay(HtmlPage, long) - Static method in class com.oorian.html.js.NavigationApi
Reloads the page after a delay.
Rem - Class in com.oorian.css.units
CSS rem (root em) unit value.
Rem(float) - Constructor for class com.oorian.css.units.Rem
Constructs a Rem unit with the specified value.
remove(int) - Method in class com.oorian.html.Elements
 
remove(Class<?>, Class<?>) - Static method in class com.oorian.data.converter.ConverterRegistry
Removes the converter registered for the given type pair.
remove(Object) - Method in class com.oorian.AttributeMap
Removes the attribute with the specified name from this map if present.
remove(Object) - Method in class com.oorian.html.Elements
 
remove(String) - Method in class com.oorian.json.JsonObject
Removes a key-value pair from this object.
removeAll(Collection<?>) - Method in class com.oorian.html.Elements
 
removeAllCells() - Method in class com.oorian.html.elements.Tr
Removes all cells from this row.
removeAllElements() - Method in class com.oorian.html.ContainerElement
 
removeAllElements() - Method in class com.oorian.html.containers.GlassPane
 
removeAllElements() - Method in class com.oorian.html.containers.HPanel
 
removeAllElements() - Method in class com.oorian.html.Element
Removes all child elements from this element.
removeAllElements() - Method in class com.oorian.html.elements.Colgroup
Removes all col elements from this column group.
removeAllElements() - Method in class com.oorian.html.elements.DataList
Removes all option elements from this datalist.
removeAllElements() - Method in class com.oorian.html.elements.Dl
Removes all definition terms and descriptions from this list.
removeAllElements() - Method in class com.oorian.html.elements.Head
Removes all child elements from this head.
removeAllElements() - Method in class com.oorian.html.elements.Hgroup
Removes all child elements from this heading group.
removeAllElements() - Method in class com.oorian.html.elements.Html
Removes all child elements from this HTML document root.
removeAllElements() - Method in class com.oorian.html.elements.mathml.MathMlContainerElement
Removes all child elements from this element.
removeAllElements() - Method in class com.oorian.html.elements.Audio
Removes all source, track, and fallback elements from this media element.
removeAllElements() - Method in class com.oorian.html.elements.Video
Removes all source, track, and fallback elements from this media element.
removeAllElements() - Method in class com.oorian.html.elements.Menu
Removes all list items from this menu.
removeAllElements() - Method in class com.oorian.html.elements.OptGroup
Removes all option elements from this group.
removeAllElements() - Method in class com.oorian.html.elements.Picture
Removes all source and fallback elements from this picture.
removeAllElements() - Method in class com.oorian.html.elements.Ruby
Removes all child elements and text from this ruby element.
removeAllElements() - Method in class com.oorian.html.elements.svg.SvgContainerElement
Removes all child elements from this element.
removeAllElements() - Method in class com.oorian.html.HtmlPage
Removes all child elements from this page.
removeAllElements() - Method in class com.oorian.html.layout.Drawer
Removes all content from the drawer panel.
removeAllElements() - Method in class com.oorian.html.layout.MediaLayout
Removes all content from the content pane.
removeAllElements() - Method in class com.oorian.html.PhrasingContentElement
Removes all child elements from this element.
removeAllElements() - Method in class com.oorian.html.StyledContainerElement
 
removeAllElements() - Method in class com.oorian.xml.XmlElement
Removes all child nodes.
removeAllElements(int) - Method in class com.oorian.html.containers.HPanel
Removes all elements from the specified cell.
removeAllOptions() - Method in class com.oorian.html.elements.Select
Removes all options and option groups from this select element.
removeAllRows() - Method in class com.oorian.html.elements.Table
Removes all rows from the table body.
removeAllRows() - Method in class com.oorian.html.elements.Tbody
Removes all rows from this table section.
removeAllRows() - Method in class com.oorian.html.elements.Tfoot
Removes all rows from this table section.
removeAllRows() - Method in class com.oorian.html.elements.Thead
Removes all rows from this table section.
removeAttribute(String) - Method in class com.oorian.css.CssStyle
Removes a CSS property and its vendor-prefixed variants.
removeAttribute(String) - Method in class com.oorian.html.Element
Removes an HTML attribute from this element.
removeAttribute(String) - Method in class com.oorian.jakarta.JakartaHttpSession
 
removeAttribute(String) - Method in interface com.oorian.OorianHttpSession
Removes a session attribute.
removeAttribute(String) - Method in class com.oorian.OorianSession
Removes a session attribute.
removeAttribute(String) - Method in class com.oorian.test.TestHttpSession
 
removeAttribute(String) - Method in class com.oorian.testing.MockOorianHttpSession
 
removeAttribute(String) - Method in class com.oorian.xml.XmlElement
Removes the specified attribute.
removeAttribute(String, boolean) - Method in class com.oorian.html.Element
Removes an HTML attribute with control over DOM synchronization.
removeBinding(InputElement<?>) - Method in class com.oorian.data.binding.Binder
Removes the binding for the given field.
removeClass(String) - Method in class com.oorian.html.StyledElement
Removes a CSS class from the class attribute.
removeControlChars(String) - Static method in class com.oorian.security.InputSanitizer
Removes null bytes and other control characters from user input.
removeDataChangeListener(DataChangeListener) - Method in class com.oorian.data.AbstractDataProvider
 
removeDataChangeListener(DataChangeListener) - Method in interface com.oorian.data.DataProvider
Removes a previously registered data change listener.
removeElement(Element) - Method in class com.oorian.html.ContainerElement
 
removeElement(Element) - Method in class com.oorian.html.containers.GlassPane
 
removeElement(Element) - Method in class com.oorian.html.Element
Removes a child element from this element.
removeElement(Element) - Method in class com.oorian.html.HtmlPage
Removes a child element from this page.
removeElement(Element) - Method in class com.oorian.html.PhrasingContentElement
Removes a child element from this element.
removeElement(Element) - Method in class com.oorian.html.StyledContainerElement
 
removeElement(MathMlElement) - Method in class com.oorian.html.elements.mathml.MathMlContainerElement
removeElement(SvgElement) - Method in class com.oorian.html.elements.svg.SvgContainerElement
removeElement(XmlNode) - Method in class com.oorian.xml.XmlElement
Removes the specified child node.
removeElement(String) - Method in class com.oorian.html.ContainerElement
 
removeElement(String) - Method in class com.oorian.html.containers.GlassPane
 
removeElement(String) - Method in class com.oorian.html.Element
Removes a child element by its ID.
removeElement(String) - Method in class com.oorian.html.elements.mathml.MathMlContainerElement
Removes a child element by its ID.
removeElement(String) - Method in class com.oorian.html.elements.svg.SvgContainerElement
Removes a child element by its ID.
removeElement(String) - Method in class com.oorian.html.HtmlPage
Removes a child element from this page by its ID.
removeElement(String) - Method in class com.oorian.html.PhrasingContentElement
Removes a child element by its ID.
removeElement(String) - Method in class com.oorian.html.StyledContainerElement
 
removeFormValidator(FormValidator) - Method in class com.oorian.html.elements.OorianForm
Removes a form-level validator.
removeFromParent() - Method in class com.oorian.html.Element
Removes this element from its parent.
removeItem(T) - Method in class com.oorian.data.ListDataProvider
Removes an item and notifies listeners.
removeListener(OorianSessionListener) - Static method in class com.oorian.OorianSessionMonitor
Removes a previously registered session listener.
removeListItem(Element) - Method in class com.oorian.html.elements.Ol
Removes a specific list item from this list.
removeListItem(Element) - Method in class com.oorian.html.elements.OrderedList
Removes a specific list item from this list.
removeListItem(Element) - Method in class com.oorian.html.elements.Ul
Removes a specific list item from this list.
removeListItem(Element) - Method in class com.oorian.html.elements.UnorderedList
Removes a specific list item from this list.
removeListItems() - Method in class com.oorian.html.elements.Ol
Removes all list items from this list.
removeListItems() - Method in class com.oorian.html.elements.OrderedList
Removes all list items from this list.
removeListItems() - Method in class com.oorian.html.elements.Ul
Removes all list items from this list.
removeListItems() - Method in class com.oorian.html.elements.UnorderedList
Removes all list items from this list.
removeLocalItem(HtmlPage, String) - Static method in class com.oorian.html.js.storage.StorageApi
Removes an item from localStorage.
removeLocalItem(String) - Static method in class com.oorian.html.js.storage.StorageApi
Removes an item from localStorage using the current page context.
removeOption(int) - Method in class com.oorian.html.elements.Select
Removes the option at the specified index.
removeOption(Option) - Method in class com.oorian.html.elements.OptGroup
Removes an option element from this group.
removeOptionByText(String) - Method in class com.oorian.html.elements.Select
Removes the option with the specified display text.
removeOptionByValue(Object) - Method in class com.oorian.html.elements.Select
Removes the option with the specified value.
removeParameter(String) - Method in class com.oorian.Parameters
Removes a parameter from this collection.
removeRow(int) - Method in class com.oorian.html.elements.Table
Removes a row from the table body at the specified index.
removeRow(int) - Method in class com.oorian.html.elements.Tbody
Removes the row at the specified index.
removeRow(int) - Method in class com.oorian.html.elements.Tfoot
Removes the row at the specified index.
removeRow(int) - Method in class com.oorian.html.elements.Thead
Removes the row at the specified index.
removeRows(int, int) - Method in class com.oorian.html.elements.Table
Removes a range of rows from the table body.
removeRows(int, int) - Method in class com.oorian.html.elements.Tbody
Removes rows in the specified range (inclusive).
removeRows(int, int) - Method in class com.oorian.html.elements.Tfoot
Removes rows in the specified range (inclusive).
removeRows(int, int) - Method in class com.oorian.html.elements.Thead
Removes rows in the specified range (inclusive).
removeSession(String) - Static method in class com.oorian.OorianSession
Removes a session from the active sessions map.
removeSessionItem(HtmlPage, String) - Static method in class com.oorian.html.js.storage.StorageApi
Removes an item from sessionStorage.
removeSessionItem(String) - Static method in class com.oorian.html.js.storage.StorageApi
Removes an item from sessionStorage using the current page context.
removeSlot(String) - Method in class com.oorian.html.layout.ComposableLayout
Removes a slot and its content.
removeValidatedInput(String) - Method in class com.oorian.html.elements.OorianForm
Removes a ValidatedInput from this form by field name.
render(HttpFile, TestHttpRequest) - Static method in class com.oorian.test.OorianTestHarness
Renders a page with a custom request and returns the response.
render(HttpFile, String) - Static method in class com.oorian.test.OorianTestHarness
Renders a page and returns the HTML output.
REPEAT - Enum constant in enum class com.oorian.css.BackgroundRepeat
Image repeats both horizontally and vertically (default).
REPEAT_X - Enum constant in enum class com.oorian.css.BackgroundRepeat
Image repeats only horizontally.
REPEAT_Y - Enum constant in enum class com.oorian.css.BackgroundRepeat
Image repeats only vertically.
repeating() - Method in class com.oorian.css.Gradient
Converts this gradient to a repeating variant.
replace(HtmlPage, String) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the specified URL without adding a history entry.
replace(String) - Static method in class com.oorian.html.js.NavigationApi
Navigates to the specified URL without adding a history entry using the current page context.
replaceState(HtmlPage, String, String) - Static method in class com.oorian.html.js.NavigationApi
Replaces the current state in the browser history.
replaceState(String, String) - Static method in class com.oorian.html.js.NavigationApi
Replaces the current state in the browser history using the current page context.
request(Element) - Static method in class com.oorian.html.js.wakelock.WakeLockApi
Requests a screen wake lock using the current page context.
request(HtmlPage, Element) - Static method in class com.oorian.html.js.wakelock.WakeLockApi
Requests a screen wake lock.
requestCallback() - Method in class com.oorian.html.Element
Requests a callback from the client.
requestCallback(long) - Method in class com.oorian.html.Element
Requests a delayed callback from the client.
requestCallback(String) - Method in class com.oorian.html.Element
Requests a callback from the client with a specific identifier.
requestCallback(String, long) - Method in class com.oorian.html.Element
Requests a delayed callback from the client with a specific identifier.
requestCameraAccess(Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to the camera only using the current page context.
requestCameraAccess(HtmlPage, Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to the camera only.
requestDocumentFullscreen(Element) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Requests fullscreen mode for the document using the current page context.
requestDocumentFullscreen(HtmlPage, Element) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Requests fullscreen mode for the document.
requestFullAccess(Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to both camera and microphone using the current page context.
requestFullAccess(HtmlPage, Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to both camera and microphone.
requestFullscreen(Element) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Requests fullscreen mode for an element using the current page context.
requestFullscreen(HtmlPage, Element) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Requests fullscreen mode for an element.
RequestHeader - Class in com.oorian.apis
Represents a name-value pair for an HTTP request header.
RequestHeader(String, String) - Constructor for class com.oorian.apis.RequestHeader
Creates a new request header with the specified name and value.
requestMicrophoneAccess(Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to the microphone only using the current page context.
requestMicrophoneAccess(HtmlPage, Element) - Static method in class com.oorian.html.js.mediadevices.MediaDevicesApi
Requests access to the microphone only.
RequestParameter - Class in com.oorian.apis
Represents a name-value pair for an HTTP request parameter, with URL encoding support.
RequestParameter(String, Object) - Constructor for class com.oorian.apis.RequestParameter
Creates a new request parameter with the specified name and value.
RequestParameters - Class in com.oorian
Serializable wrapper for HTTP request parameters.
requestPermission(Element) - Static method in class com.oorian.html.js.notification.NotificationApi
Requests notification permission using the current page context.
requestPermission(HtmlPage, Element) - Static method in class com.oorian.html.js.notification.NotificationApi
Requests notification permission.
required() - Method in class com.oorian.validation.ValidatedInput
Adds a required validator.
required(String) - Method in class com.oorian.validation.ValidatedInput
Adds a required validator with a custom message.
REQUIRED - Static variable in class com.oorian.i18n.DefaultMessages
 
RequiredValidator<T> - Class in com.oorian.validation.validators
Validates that a value is present and not empty.
RequiredValidator() - Constructor for class com.oorian.validation.validators.RequiredValidator
Creates a RequiredValidator with default settings.
RequiredValidator(String) - Constructor for class com.oorian.validation.validators.RequiredValidator
Creates a RequiredValidator with a custom message.
requireHttps() - Method in class com.oorian.validation.validators.UrlValidator
Configures the validator to require HTTPS protocol only.
RequiresAuth - Annotation Interface in com.oorian.annotations
Indicates that a page requires an authenticated user.
RequiresPermission - Annotation Interface in com.oorian.annotations
Indicates that a page requires the user to have a specific permission.
RequiresRole - Annotation Interface in com.oorian.annotations
Indicates that a page requires the user to have a specific role.
requireStartBeforeEnd() - Method in class com.oorian.validation.validators.DateRangeValidator
Requires that start date is strictly before end date.
requireStartBeforeOrEqualEnd() - Method in class com.oorian.validation.validators.DateRangeValidator
Requires that start date is on or before end date (same day allowed).
reset() - Method in class com.oorian.html.elements.InputElement
Resets the input value to its initial value.
reset() - Method in class com.oorian.html.elements.Select
Resets the selection to its initial state.
reset() - Method in class com.oorian.html.elements.TextArea
Resets the textarea content to empty.
reset() - Method in class com.oorian.security.RateLimiter
Resets the rate limiter, clearing the current window and count.
RESET - Enum constant in enum class com.oorian.html.elements.consts.ButtonType
Button that resets all form controls to their initial values.
RESET - Static variable in class com.oorian.html.elements.Input
Input type constant for a form reset button.
resetId(String) - Method in class com.oorian.html.Element
Resets the element's ID if it matches the specified parent ID prefix.
ResetInput<T> - Class in com.oorian.html.elements
Represents an HTML <input type="reset"> element for resetting form fields.
ResetInput() - Constructor for class com.oorian.html.elements.ResetInput
Creates a new ResetInput with no name or label.
ResetInput(String) - Constructor for class com.oorian.html.elements.ResetInput
Creates a new ResetInput with the specified name.
ResetInput(String, String) - Constructor for class com.oorian.html.elements.ResetInput
Creates a new ResetInput with the specified name and button label.
resetSession() - Static method in class com.oorian.test.OorianTestHarness
Resets the shared session, clearing all session attributes.
Reshape - Class in com.oorian.css.transitions
A transition that animates an element's border-radius.
Reshape() - Constructor for class com.oorian.css.transitions.Reshape
Constructs a Reshape transition with no target border-radius.
Resize - Enum Class in com.oorian.css
CSS resize property values for element resizability.
resolve(String, Object...) - Method in class com.oorian.i18n.DefaultMessages
Resolves a message by looking up its English default template and substituting parameters.
resolve(String, Object...) - Static method in class com.oorian.i18n.MessageConfiguration
Resolves a message using the active resolver.
resolve(String, Object...) - Method in interface com.oorian.i18n.MessageResolver
Resolves a message by its key, substituting named parameters.
resolve(String, Object...) - Method in class com.oorian.i18n.ResourceBundleMessageResolver
Resolves a message from the resource bundle for the current locale.
resolve(Locale) - Static method in class com.oorian.i18n.DirectionResolver
Resolves the text direction for the given locale.
resolveCurrentLocale() - Static method in class com.oorian.i18n.DirectionResolver
Resolves the text direction for the current thread's locale.
resolveLocale(OorianHttpRequest) - Method in class com.oorian.i18n.AcceptLanguageLocaleResolver
Resolves the locale from the request's Accept-Language header.
resolveLocale(OorianHttpRequest) - Method in class com.oorian.i18n.CompositeLocaleResolver
Tries each resolver in order and returns the first non-null result.
resolveLocale(OorianHttpRequest) - Static method in class com.oorian.i18n.LocaleConfiguration
Resolves the locale for the given request using the configured resolver.
resolveLocale(OorianHttpRequest) - Method in interface com.oorian.i18n.LocaleResolver
Resolves the locale for the given HTTP request.
resolveLocale(OorianHttpRequest) - Method in class com.oorian.i18n.SessionLocaleResolver
Resolves the locale from the current session.
resolveLocale(OorianHttpRequest) - Method in class com.oorian.i18n.UrlLocaleResolver
Resolves the locale from the first path segment of the request URL.
resolveUrl(String) - Static method in class com.oorian.html.HtmlPage
Resolves a URL by prepending the application context path if necessary.
ResourceBundleMessageResolver - Class in com.oorian.i18n
Resolves messages from Java ResourceBundle property files, with locale awareness.
ResourceBundleMessageResolver(String) - Constructor for class com.oorian.i18n.ResourceBundleMessageResolver
Creates a new resource bundle message resolver.
ResourceFile - Class in com.oorian.utils
A read-only file backed by a classpath or JAR resource.
ResourceFile(String) - Constructor for class com.oorian.utils.ResourceFile
Creates a new ResourceFile for the given classpath resource path.
Response - Class in com.oorian.messaging.responses
Abstract base class for all server-side responses in the Oorian messaging framework.
Response(String) - Constructor for class com.oorian.messaging.responses.Response
Constructs a new Response with the specified response identifier.
ResponsiveStyle - Class in com.oorian.html.layout.responsive
A utility for generating responsive CSS styles that vary by breakpoint.
ResponsiveValue<T> - Class in com.oorian.html.layout.responsive
A container for values that vary by screen size breakpoint.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Collapse
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.ColorShift
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Fade
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Grow
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Morph
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Move
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Reshape
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Slide
Restores previously saved property values to the given style.
restoreOriginalState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Transition
Restores previously saved property values to the given style.
Result(boolean, String) - Constructor for class com.oorian.security.FileUploadValidator.Result
Creates a new validation result.
resumeSpeech() - Static method in class com.oorian.html.js.speech.SpeechApi
Resumes paused speech using the current page context.
resumeSpeech(HtmlPage) - Static method in class com.oorian.html.js.speech.SpeechApi
Resumes paused speech.
retainAll(Collection<?>) - Method in class com.oorian.html.Elements
 
revalidate() - Static method in class com.oorian.security.CacheControl
Creates a CacheControl configured to require revalidation on every use.
reverse() - Method in class com.oorian.css.transitions.TransitionSequence
Plays the sequence in reverse using CSS @keyframes animations.
reverse() - Method in class com.oorian.html.layout.AutoLayout
Reverses the order of items.
REVERSE - Enum constant in enum class com.oorian.css.AnimationDirection
Animation plays backwards.
REVERT - Enum constant in enum class com.oorian.css.AspectRatio
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.BackgroundRepeat
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.Display
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.ObjectFit
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.Overflow
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.PointerEvents
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.Position
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.ScrollBehavior
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.TextAlign
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.UserSelect
Rolls back to the value defined by a previous cascade origin.
REVERT - Enum constant in enum class com.oorian.css.WhiteSpace
Rolls back to the value defined by a previous cascade origin.
REVERT_LAYER - Enum constant in enum class com.oorian.css.AspectRatio
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.BackgroundRepeat
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.Display
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.ObjectFit
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.Overflow
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.PointerEvents
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.Position
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.ScrollBehavior
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.TextAlign
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.UserSelect
Rolls back to the value defined in the previous cascade layer.
REVERT_LAYER - Enum constant in enum class com.oorian.css.WhiteSpace
Rolls back to the value defined in the previous cascade layer.
Rgb - Class in com.oorian.css.color
This class encapsulates the attributes used for setting an RGB color.
Rgb() - Constructor for class com.oorian.css.color.Rgb
Creates a default RGB object with RGB = 0, 0, 0.
Rgb(int, int, int) - Constructor for class com.oorian.css.color.Rgb
Creates an RGB object with the specified RGB values.
Rgb(Rgb) - Constructor for class com.oorian.css.color.Rgb
 
rgbToCss(int, int, int) - Static method in class com.oorian.css.color.Color
Converts RGB component values to a CSS hex color string.
rgbToCss(Rgb) - Static method in class com.oorian.css.color.Color
Converts an Rgb object to a CSS hex color string.
rgbToHsb(Rgb) - Static method in class com.oorian.css.color.Color
Converts an RGB object to an HSB (Hue, Saturation, Brightness) object.
rgbToXyz(Rgb) - Static method in class com.oorian.css.color.Color
Converts an Rgb color to CIE XYZ color space.
RIDGE - Enum constant in enum class com.oorian.css.BorderStyle
3D ridged effect (opposite of groove).
RIDGE - Enum constant in enum class com.oorian.css.ColumnRuleStyle
3D ridged rule.
RIDGE - Enum constant in enum class com.oorian.css.OutlineStyle
3D ridged outline.
right() - Static method in class com.oorian.html.layout.Drawer
Creates a right-side drawer.
right(int) - Static method in class com.oorian.html.layout.Sticky
Creates a Sticky container that sticks to the right of its container.
RIGHT - Enum constant in enum class com.oorian.css.Clear
Clears right-floating elements.
RIGHT - Enum constant in enum class com.oorian.css.Float
Element floats to the right of its container.
RIGHT - Enum constant in enum class com.oorian.css.JustifyContent
Items packed to the right.
RIGHT - Enum constant in enum class com.oorian.css.Origin
Right edge position.
RIGHT - Enum constant in enum class com.oorian.css.PageBreakAfter
Insert page breaks to start on right page.
RIGHT - Enum constant in enum class com.oorian.css.PageBreakBefore
Insert page breaks to start on right page.
RIGHT - Enum constant in enum class com.oorian.css.TextAlign
Aligns text to the right edge.
RIGHT - Enum constant in enum class com.oorian.css.TextAlignLast
Aligns last line to the right.
RIGHT - Enum constant in enum class com.oorian.css.transitions.Direction
Slide to the right.
RIGHT - Enum constant in enum class com.oorian.html.layout.AppShellLayout.SidebarPosition
 
RIGHT - Enum constant in enum class com.oorian.html.layout.Drawer.Side
 
RIGHT - Enum constant in enum class com.oorian.html.layout.MediaLayout.Position
Media on the right side.
RIGHT - Static variable in class com.oorian.html.elements.Popup
Position the popup to the right of the target coordinates.
RIGHT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Right arrow key.
RIGHT_BOTTOM - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at right horizontally, bottom vertically.
RIGHT_CENTER - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at right horizontally, center vertically.
RIGHT_PARENTHESIS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Right parenthesis key.
RIGHT_TOP - Enum constant in enum class com.oorian.css.BackgroundPosition
Position at right horizontally, top vertically.
rightSidebar(int) - Static method in class com.oorian.html.layout.SplitLayout
Creates a right sidebar layout with the specified sidebar width.
rightSidebar(String) - Static method in class com.oorian.html.layout.SplitLayout
Creates a right sidebar layout with the specified sidebar width.
ROSY_BROWN - Static variable in class com.oorian.css.color.Color
 
rotate(float) - Method in class com.oorian.css.Transform
Adds a rotate() function.
rotate(String) - Method in class com.oorian.css.Transform
Adds a rotate() function with a CSS angle value.
rotate3d(float, float, float, String) - Method in class com.oorian.css.Transform
Adds a rotate3d() function.
rotateSession() - Method in class com.oorian.OorianSession
Rotates the session ID and regenerates the CSRF token to prevent session fixation attacks.
rotateX(float) - Method in class com.oorian.css.Transform
Adds a rotateX() function for 3D rotation around the X axis.
rotateX(String) - Method in class com.oorian.css.Transform
Adds a rotateX() function with a CSS angle value.
rotateY(float) - Method in class com.oorian.css.Transform
Adds a rotateY() function for 3D rotation around the Y axis.
rotateY(String) - Method in class com.oorian.css.Transform
Adds a rotateY() function with a CSS angle value.
rotateZ(float) - Method in class com.oorian.css.Transform
Adds a rotateZ() function for 3D rotation around the Z axis.
rotateZ(String) - Method in class com.oorian.css.Transform
Adds a rotateZ() function with a CSS angle value.
ROUND - Enum constant in enum class com.oorian.css.BackgroundRepeat
Image is repeated as often as needed to fill the area, stretched if necessary.
ROW - Enum constant in enum class com.oorian.css.FlexDirection
Items flow left to right (default).
ROW - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a row in a table or grid.
ROW - Enum constant in enum class com.oorian.html.elements.consts.ThScope
Header applies to a single row.
ROW_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates vertical row resize.
ROW_REVERSE - Enum constant in enum class com.oorian.css.FlexDirection
Items flow right to left.
ROWGROUP - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a group of rows.
ROWGROUP - Enum constant in enum class com.oorian.html.elements.consts.ThScope
Header applies to a group of rows.
ROWHEADER - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a row header cell.
rows(int) - Static method in class com.oorian.html.layout.ComposableLayout
Creates a ComposableLayout with the specified number of rows.
ROYAL_BLUE - Static variable in class com.oorian.css.color.Color
 
Rp<T> - Class in com.oorian.html.elements
Represents an HTML <rp> (ruby parentheses) element that provides fallback text for ruby annotations.
Rp() - Constructor for class com.oorian.html.elements.Rp
Constructs a new Rp element.
RSA - Enum constant in enum class com.oorian.html.elements.consts.KeyType
RSA (Rivest-Shamir-Adleman) key type.
Rt<T> - Class in com.oorian.html.elements
Represents an HTML <rt> (ruby text) element that provides pronunciation or translation annotations.
Rt() - Constructor for class com.oorian.html.elements.Rt
Constructs a new Rt element.
RTF - Static variable in class com.oorian.utils.MimeTypes
 
RTL - Enum constant in enum class com.oorian.css.TextDirection
Right-to-left text direction.
RTL - Enum constant in enum class com.oorian.html.elements.consts.TextDirection
Right-to-left text direction.
RTL - Enum constant in enum class com.oorian.i18n.TextDirection
Right-to-left direction (Arabic, Hebrew, Persian, etc.).
Ruby<T> - Class in com.oorian.html.elements
Represents an HTML <ruby> element that displays East Asian characters with pronunciation annotations.
Ruby() - Constructor for class com.oorian.html.elements.Ruby
Constructs a new Ruby element.
RUBY - Enum constant in enum class com.oorian.css.Display
Element generates a ruby container box.
RUBY_BASE - Enum constant in enum class com.oorian.css.Display
Element behaves like a ruby base container.
RUBY_BASE_CONTAINER - Enum constant in enum class com.oorian.css.Display
Element behaves like a ruby base container group.
RUBY_TEXT - Enum constant in enum class com.oorian.css.Display
Element behaves like a ruby text container.
RUBY_TEXT_CONTAINER - Enum constant in enum class com.oorian.css.Display
Element behaves like a ruby text container group.
RUN_IN - Enum constant in enum class com.oorian.css.Display
Element is either block or inline depending on surrounding context.
RUNNING - Enum constant in enum class com.oorian.css.AnimationPlayState
Animation is running (default).

S

s - Variable in class com.oorian.css.color.Hsb
Saturation component (0 - 100).
S<T> - Class in com.oorian.html.elements
Represents an HTML <s> (strikethrough) element that displays text with a line through it.
S - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter S key.
S() - Constructor for class com.oorian.html.elements.S
Constructs a new empty S element.
S(String) - Constructor for class com.oorian.html.elements.S
Constructs a new S element with the specified text.
S_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates south (bottom) edge resize.
SADDLE_BROWN - Static variable in class com.oorian.css.color.Color
 
SALMON - Static variable in class com.oorian.css.color.Color
 
SAME_ORIGIN - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Send referrer only for same-origin requests.
SAMEORIGIN - Enum constant in enum class com.oorian.security.SecurityHeaders.FrameOption
The page can only be displayed in a frame on the same origin.
Samp<T> - Class in com.oorian.html.elements
Represents an HTML <samp> (sample output) element that displays sample program output.
Samp() - Constructor for class com.oorian.html.elements.Samp
Constructs a new empty Samp element.
Samp(String) - Constructor for class com.oorian.html.elements.Samp
Constructs a new Samp element with the specified sample output text.
Sandbox - Enum Class in com.oorian.html.elements.consts
Enumeration defining sandbox restrictions for iframe elements.
SANDY_BROWN - Static variable in class com.oorian.css.color.Color
 
sanitizeFilename(String) - Static method in class com.oorian.security.FileUploadValidator
Sanitizes a filename by removing path traversal sequences and unsafe characters.
Sanitizer - Class in com.oorian.utils
Utility class for sanitizing and escaping user input to prevent XSS (Cross-Site Scripting) and other injection attacks.
SANS_SERIF - Enum constant in enum class com.oorian.css.FontFamily
Generic sans-serif font family.
saturate(float) - Method in class com.oorian.css.Filter
Adds a saturate() function.
SATURATION - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Preserves saturation from the top layer.
saveToFile(File) - Method in class com.oorian.xml.XmlDocument
Saves the document to a File object.
saveToFile(String) - Method in class com.oorian.xml.XmlDocument
Saves the document to a file.
saving() - Method in class com.oorian.html.layout.LoadingLayout
Sets a "Saving..." message.
SC_ACCEPTED - Static variable in interface com.oorian.OorianHttpResponse
 
SC_BAD_GATEWAY - Static variable in interface com.oorian.OorianHttpResponse
 
SC_BAD_REQUEST - Static variable in interface com.oorian.OorianHttpResponse
 
SC_CONFLICT - Static variable in interface com.oorian.OorianHttpResponse
 
SC_CREATED - Static variable in interface com.oorian.OorianHttpResponse
 
SC_FORBIDDEN - Static variable in interface com.oorian.OorianHttpResponse
 
SC_FOUND - Static variable in interface com.oorian.OorianHttpResponse
 
SC_GONE - Static variable in interface com.oorian.OorianHttpResponse
 
SC_INTERNAL_SERVER_ERROR - Static variable in interface com.oorian.OorianHttpResponse
 
SC_METHOD_NOT_ALLOWED - Static variable in interface com.oorian.OorianHttpResponse
 
SC_MOVED_PERMANENTLY - Static variable in interface com.oorian.OorianHttpResponse
 
SC_NO_CONTENT - Static variable in interface com.oorian.OorianHttpResponse
 
SC_NOT_FOUND - Static variable in interface com.oorian.OorianHttpResponse
 
SC_NOT_IMPLEMENTED - Static variable in interface com.oorian.OorianHttpResponse
 
SC_NOT_MODIFIED - Static variable in interface com.oorian.OorianHttpResponse
 
SC_OK - Static variable in interface com.oorian.OorianHttpResponse
 
SC_SERVICE_UNAVAILABLE - Static variable in interface com.oorian.OorianHttpResponse
 
SC_TEMPORARY_REDIRECT - Static variable in interface com.oorian.OorianHttpResponse
 
SC_TOO_MANY_REQUESTS - Static variable in interface com.oorian.OorianHttpResponse
 
SC_UNAUTHORIZED - Static variable in interface com.oorian.OorianHttpResponse
 
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface com.oorian.OorianHttpResponse
 
scale(float) - Method in class com.oorian.css.Transform
Adds a uniform scale() function.
scale(float, float) - Method in class com.oorian.css.Transform
Adds a non-uniform scale() function.
SCALE_DOWN - Enum constant in enum class com.oorian.css.ObjectFit
Behaves as none or contain, whichever results in smaller concrete object size.
scale3d(float, float, float) - Method in class com.oorian.css.Transform
Adds a scale3d() function.
scaleX(float) - Method in class com.oorian.css.Transform
Adds a scaleX() function.
scaleY(float) - Method in class com.oorian.css.Transform
Adds a scaleY() function.
scaleZ(float) - Method in class com.oorian.css.Transform
Adds a scaleZ() function.
SchemaArticle - Class in com.oorian.schema
Represents a Schema.org Article.
SchemaArticle() - Constructor for class com.oorian.schema.SchemaArticle
 
SchemaBreadcrumbList - Class in com.oorian.schema
Represents a Schema.org BreadcrumbList.
SchemaBreadcrumbList() - Constructor for class com.oorian.schema.SchemaBreadcrumbList
 
SchemaFAQPage - Class in com.oorian.schema
Represents a Schema.org FAQPage.
SchemaFAQPage() - Constructor for class com.oorian.schema.SchemaFAQPage
 
SchemaOffer - Class in com.oorian.schema
Represents a Schema.org Offer for pricing information.
SchemaOffer() - Constructor for class com.oorian.schema.SchemaOffer
 
SchemaOrganization - Class in com.oorian.schema
Represents a Schema.org Organization.
SchemaOrganization() - Constructor for class com.oorian.schema.SchemaOrganization
 
SchemaSoftwareApplication - Class in com.oorian.schema
Represents a Schema.org SoftwareApplication.
SchemaSoftwareApplication() - Constructor for class com.oorian.schema.SchemaSoftwareApplication
 
SchemaType - Class in com.oorian.schema
Abstract base class for Schema.org structured data types.
SchemaType(String) - Constructor for class com.oorian.schema.SchemaType
Constructs a new Schema.org type with the specified type name.
SchemaWebPage - Class in com.oorian.schema
Represents a Schema.org WebPage.
SchemaWebPage() - Constructor for class com.oorian.schema.SchemaWebPage
 
SchemaWebSite - Class in com.oorian.schema
Represents a Schema.org WebSite.
SchemaWebSite() - Constructor for class com.oorian.schema.SchemaWebSite
 
SCREEN - Enum constant in enum class com.oorian.css.BackgroundBlendMode
Lightens by inverting, multiplying, then inverting again.
SCREEN_WAKE_LOCK - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
ScreenApi - Class in com.oorian.html.js
Provides access to screen and window information from server-side Java code.
ScreenApi() - Constructor for class com.oorian.html.js.ScreenApi
 
Script<T> - Class in com.oorian.html.elements
Represents an HTML <script> element that embeds or references executable JavaScript code.
Script() - Constructor for class com.oorian.html.elements.Script
Constructs a new Script element.
SCRIPT_ID - Static variable in class com.oorian.html.accessibility.FocusTrap
ID for the script element to prevent duplicates.
SCROLL - Enum constant in enum class com.oorian.css.BackgroundAttachment
Background scrolls with the element (default).
SCROLL - Enum constant in enum class com.oorian.css.Overflow
Scrollbars are always shown.
SCROLL_LOCK - Static variable in class com.oorian.messaging.events.client.KeyCodes
Scroll Lock key.
SCROLLBAR - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a scrollbar.
ScrollbarEvent - Class in com.oorian.messaging.events.client
Abstract base class for scroll-related events that carry scroll position information.
ScrollbarEvent(Float, Float, Float, Float, Float, Float) - Constructor for class com.oorian.messaging.events.client.ScrollbarEvent
Creates a ScrollbarEvent with the specified scroll positions.
ScrollBehavior - Enum Class in com.oorian.css
CSS scroll-behavior property values for controlling scroll animation.
ScrollBox - Class in com.oorian.html.layout
A scrollable container with configurable overflow behavior.
ScrollBox() - Constructor for class com.oorian.html.layout.ScrollBox
Constructs a vertical scrolling container.
scrollBy(int, int) - Static method in class com.oorian.html.js.WindowApi
Scrolls the window by the specified amount using the current page context.
scrollBy(HtmlPage, int, int) - Static method in class com.oorian.html.js.WindowApi
Scrolls the window by the specified amount.
ScrollEndEvent - Class in com.oorian.messaging.events.client
Represents a scroll end event that occurs when scrolling reaches the end boundary of a scrollable element.
ScrollEndEvent(Float, Float, Float, Float, Float, Float) - Constructor for class com.oorian.messaging.events.client.ScrollEndEvent
Constructs a new ScrollEndEvent with the specified scroll position information.
ScrollEvent - Class in com.oorian.messaging.events.client
Event fired when the user scrolls an element's content.
ScrollEvent(Float, Float, Float, Float, Float, Float) - Constructor for class com.oorian.messaging.events.client.ScrollEvent
Creates a ScrollEvent with the specified scroll positions.
ScrollIntoView - Class in com.oorian.messaging.commands
Command that scrolls a specified element into the visible area of the browser window.
ScrollIntoView(Element, String) - Constructor for class com.oorian.messaging.commands.ScrollIntoView
Creates a ScrollIntoView command for the specified element.
ScrollIntoView(String, String) - Constructor for class com.oorian.messaging.commands.ScrollIntoView
Creates a ScrollIntoView command for the element with the specified ID.
ScrollListener - Interface in com.oorian.messaging.events.client
Listener interface for handling scroll events in the client interface.
ScrollStartEvent - Class in com.oorian.messaging.events.client
Represents a scroll start event that occurs when a user begins a scrolling gesture on a touch-enabled device.
ScrollStartEvent() - Constructor for class com.oorian.messaging.events.client.ScrollStartEvent
 
ScrollStopEvent - Class in com.oorian.messaging.events.client
Represents a scroll stop event that occurs when a user ends a scrolling gesture on a touch-enabled device.
ScrollStopEvent() - Constructor for class com.oorian.messaging.events.client.ScrollStopEvent
 
scrollTo(int) - Method in class com.oorian.html.Element
Scrolls this element to the specified position.
scrollTo(int, int) - Static method in class com.oorian.html.js.WindowApi
Scrolls the window to the specified coordinates using the current page context.
scrollTo(HtmlPage, int, int) - Static method in class com.oorian.html.js.WindowApi
Scrolls the window to the specified coordinates.
scrollToBottom() - Method in class com.oorian.html.Element
Scrolls this element to the bottom.
scrollToTop() - Method in class com.oorian.html.Element
Scrolls this element to the top.
ScrollToTop - Class in com.oorian.messaging.commands
Command that scrolls a parent container so that the specified child element is at the top.
ScrollToTop(Element, Element) - Constructor for class com.oorian.messaging.commands.ScrollToTop
Creates a ScrollToTop command for the specified parent and child elements.
ScrollToTop(String, String) - Constructor for class com.oorian.messaging.commands.ScrollToTop
Creates a ScrollToTop command using element IDs.
scrollX() - Method in class com.oorian.html.layout.ScrollBox
Enables horizontal scrolling.
scrollY() - Method in class com.oorian.html.layout.ScrollBox
Enables vertical scrolling.
SE_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates southeast corner resize.
SEA_GREEN - Static variable in class com.oorian.css.color.Color
 
SEA_SHELL - Static variable in class com.oorian.css.color.Color
 
Search<T> - Class in com.oorian.html.elements
Represents an HTML <search> element for search-related content.
Search() - Constructor for class com.oorian.html.elements.Search
Constructs an empty <search> element.
SEARCH - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a search functionality.
SEARCH - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a link to a search tool for the document.
SEARCH - Static variable in class com.oorian.html.elements.Input
Input type constant for a search text field.
SEARCHBOX - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a search input.
SearchInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="search"> element for entering search queries.
SearchInput() - Constructor for class com.oorian.html.elements.SearchInput
Creates a new SearchInput with no name or initial value.
SearchInput(String) - Constructor for class com.oorian.html.elements.SearchInput
Creates a new SearchInput with the specified name.
SearchInput(String, String) - Constructor for class com.oorian.html.elements.SearchInput
Creates a new SearchInput with the specified name and initial search value.
Section<T> - Class in com.oorian.html.elements
Represents the HTML <section> element for thematic grouping of content.
Section() - Constructor for class com.oorian.html.elements.Section
Creates a new Section element for thematic grouping of content.
sections(Element<?>...) - Method in class com.oorian.html.layout.HeroLayout
Adds multiple content sections at once.
SecurityAuditLog - Class in com.oorian.security
Structured audit logging for security-related events.
SecurityEventType - Enum Class in com.oorian.security
Enumeration of security event types for audit logging.
SecurityHandler - Interface in com.oorian.security
Interface for application-specific authentication and authorization logic.
SecurityHeaders - Class in com.oorian.security
Fluent builder for configuring HTTP security response headers.
SecurityHeaders() - Constructor for class com.oorian.security.SecurityHeaders
Creates an empty SecurityHeaders configuration.
SecurityHeaders.FrameOption - Enum Class in com.oorian.security
Options for the X-Frame-Options header.
SecurityHeaders.ReferrerPolicy - Enum Class in com.oorian.security
Options for the Referrer-Policy header.
Select<T> - Class in com.oorian.html.elements
Represents the HTML <select> element for creating dropdown selection lists.
Select() - Constructor for class com.oorian.html.elements.Select
Creates a new empty Select element.
Select(String) - Constructor for class com.oorian.html.elements.Select
Creates a new Select element with the specified name.
selectAll() - Static method in class com.oorian.html.js.SelectionApi
Selects all content in the document using the current page context.
selectAll(HtmlPage) - Static method in class com.oorian.html.js.SelectionApi
Selects all content in the document.
selectAndFocus(Element) - Static method in class com.oorian.html.js.SelectionApi
Selects all text in the specified element and sets focus on it using the current page context.
selectAndFocus(HtmlPage, Element) - Static method in class com.oorian.html.js.SelectionApi
Selects all text in the specified element and sets focus on it.
SelectionApi - Class in com.oorian.html.js
Provides text selection and focus functionality from server-side Java code.
SelectionApi() - Constructor for class com.oorian.html.js.SelectionApi
 
selectItem(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Selects the item at the specified index.
selectItem(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Selects the item with the specified ID.
selectTab(int) - Method in class com.oorian.html.layout.TabbedLayout
Selects the tab at the specified index.
selectTab(Tab) - Method in class com.oorian.html.layout.TabbedLayout
Selects the specified tab.
selectText() - Method in class com.oorian.html.elements.EmailInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.NumberInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.SearchInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.TelephoneInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.TextInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.TimeInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.UrlInput
Programmatically selects all text in the input field.
selectText() - Method in class com.oorian.html.elements.PasswordInput
Selects all text in the password input.
selectText(Element) - Static method in class com.oorian.html.js.SelectionApi
Selects all text in the specified element using the current page context.
selectText(HtmlPage, Element) - Static method in class com.oorian.html.js.SelectionApi
Selects all text in the specified element.
selectText(HtmlPage, String) - Static method in class com.oorian.html.js.SelectionApi
Selects all text in the element with the specified ID.
selectText(String) - Static method in class com.oorian.html.js.SelectionApi
Selects all text in the element with the specified ID using the current page context.
SelectTextCommand - Class in com.oorian.messaging.commands
Command to select all text within a text input or textarea element.
SelectTextCommand(String) - Constructor for class com.oorian.messaging.commands.SelectTextCommand
Constructs a new SelectTextCommand to select all text in the specified element.
self() - Method in class com.oorian.html.Element
 
SELF - Enum constant in enum class com.oorian.html.elements.consts.Target
Opens the linked document in the same frame/window as it was clicked (default).
SELF - Static variable in class com.oorian.security.ContentSecurityPolicy
 
SELF_END - Enum constant in enum class com.oorian.css.AlignItems
Items aligned to their end edge.
SELF_END - Enum constant in enum class com.oorian.css.AlignSelf
Item aligned to its end edge.
SELF_START - Enum constant in enum class com.oorian.css.AlignItems
Items aligned to their start edge.
SELF_START - Enum constant in enum class com.oorian.css.AlignSelf
Item aligned to its start edge.
Semantics<T> - Class in com.oorian.html.elements.mathml
Represents a MathML <semantics> element.
Semantics() - Constructor for class com.oorian.html.elements.mathml.Semantics
Creates a new MathML semantics element.
SEMI_CONDENSED - Enum constant in enum class com.oorian.css.FontStretch
Slightly narrow width (87.5% of normal).
SEMI_EXPANDED - Enum constant in enum class com.oorian.css.FontStretch
Slightly wide (112.5% of normal).
SEMICOLON - Static variable in class com.oorian.messaging.events.client.KeyCodes
Semicolon key.
send() - Method in class com.oorian.apis.ApiHttpRequest
Sends the HTTP request and returns the response body as a string.
send(HttpClient, HttpRequest) - Method in class com.oorian.apis.ApiHttpRequest
 
sendAjaxResponse(OorianHttpResponse) - Method in class com.oorian.html.HtmlPage
 
sendCommand(Command) - Method in class com.oorian.html.Element
Sends a command to the client.
sendCommand(Command) - Method in class com.oorian.html.HtmlPage
Sends a command to the client.
sendComment(String) - Method in class com.oorian.OorianSseConnection
Sends an SSE comment (heartbeat/keep-alive).
sendData(String) - Method in class com.oorian.OorianSseConnection
Sends a data-only SSE event (no event type, uses default "message" event).
sendError(int, String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
sendError(int, String) - Method in interface com.oorian.OorianHttpResponse
Sends an error response with the specified status code and message.
sendError(int, String) - Method in class com.oorian.test.TestHttpResponse
 
sendEvent(String, String) - Method in class com.oorian.OorianSseConnection
Sends an SSE event with the specified event type and data.
sendHeartbeat() - Method in class com.oorian.OorianSseConnection
Sends a heartbeat comment to keep the connection alive.
sendJsonResponse(String) - Method in class com.oorian.OorianSseConnection
Sends a JSON response message using the "update" event type, which the client-side JavaScript will process using the existing response handlers.
sendJsonResponse(String) - Method in interface com.oorian.SseConnection
Sends a JSON response to the client via the SSE connection.
sendMessage(String) - Method in class com.oorian.OorianWebsocket
Sends a text message to the client through this WebSocket connection.
sendMessage(String) - Method in class com.oorian.testing.MockWebsocketConnection
Stores the text message for later retrieval via MockWebsocketConnection.getMessages().
sendMessage(String) - Method in interface com.oorian.WebsocketConnection
Sends a text message to the connected client.
sendRedirect(String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
sendRedirect(String) - Method in interface com.oorian.OorianHttpResponse
Sends a temporary redirect response to the specified URL.
sendRedirect(String) - Method in class com.oorian.test.TestHttpResponse
 
sendSseMessage() - Method in class com.oorian.html.HtmlPage
Sends pending updates to the client via the SSE connection.
sendUpdate() - Method in class com.oorian.html.Element
Sends pending updates to the client.
sendUpdate() - Method in class com.oorian.html.HtmlPage
Sends pending updates to the client using the configured communication mode.
sendWebSocketMessage() - Method in class com.oorian.html.HtmlPage
 
SEPARATE - Enum constant in enum class com.oorian.css.BorderCollapse
Cells have separate borders (default).
SEPARATOR - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a separator.
SEPARATOR - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad separator key.
sepia(float) - Method in class com.oorian.css.Filter
Adds a sepia() function.
SERIF - Enum constant in enum class com.oorian.css.FontFamily
Generic serif font family.
ServerEvent<T> - Class in com.oorian.messaging.events.server
Abstract base class for server-originated events that carry an event ID and source element.
ServerEvent() - Constructor for class com.oorian.messaging.events.server.ServerEvent
Creates a new ServerEvent with bubbling enabled.
ServerEvent(boolean) - Constructor for class com.oorian.messaging.events.server.ServerEvent
Creates a new ServerEvent with the specified bubbling behavior.
ServerEvent(int) - Constructor for class com.oorian.messaging.events.server.ServerEvent
Creates a new ServerEvent with the specified ID.
ServerEvent(int, boolean) - Constructor for class com.oorian.messaging.events.server.ServerEvent
Creates a new ServerEvent with the specified ID and bubbling behavior.
ServerEventListener<T> - Interface in com.oorian.messaging.events.server
Listener interface for handling ServerEvent instances.
ServerFile - Class in com.oorian.utils
A file backed by the local filesystem with read and write support.
ServerFile(File) - Constructor for class com.oorian.utils.ServerFile
Creates a new ServerFile wrapping the given File.
ServerFile(String) - Constructor for class com.oorian.utils.ServerFile
Creates a new ServerFile for the given filesystem path.
ServiceLocator - Interface in com.oorian.inject
Abstracts a dependency injection container for resolving services.
ServiceNotFoundException - Exception Class in com.oorian.inject
Thrown when a requested service is not found in the ServiceLocator.
ServiceNotFoundException(Class<?>) - Constructor for exception class com.oorian.inject.ServiceNotFoundException
Creates a ServiceNotFoundException for the given service type.
ServiceNotFoundException(String) - Constructor for exception class com.oorian.inject.ServiceNotFoundException
Creates a ServiceNotFoundException with a custom message.
ServiceRegistry - Class in com.oorian.inject
Lightweight, built-in service container for projects not using Spring or CDI.
ServiceRegistry() - Constructor for class com.oorian.inject.ServiceRegistry
Creates an empty service registry.
Services - Class in com.oorian.inject
Static accessor for the application's ServiceLocator.
SESSION - Static variable in class com.oorian.html.js.storage.StorageEvent
Storage type constant for sessionStorage.
SESSION_CREATED - Enum constant in enum class com.oorian.security.SecurityEventType
Session was created.
SESSION_DESTROYED - Enum constant in enum class com.oorian.security.SecurityEventType
Session was destroyed (timeout, logout, or eviction).
SESSION_EVICTED - Enum constant in enum class com.oorian.security.SecurityEventType
Maximum concurrent sessions exceeded; oldest session evicted.
SESSION_EXPIRED - Enum constant in enum class com.oorian.security.SecurityEventType
Session expired due to idle or absolute timeout.
sessionCreated(OorianHttpSession) - Method in interface com.oorian.OorianSessionListener
Called when a new session is created.
sessionCreated(HttpSessionEvent) - Method in class com.oorian.OorianSessionMonitor
Called by the container when a new session is created.
sessionDestroyed(OorianHttpSession) - Method in interface com.oorian.OorianSessionListener
Called when a session is about to be invalidated.
sessionDestroyed(HttpSessionEvent) - Method in class com.oorian.OorianSessionMonitor
Called by the container when a session is about to be invalidated.
SessionEvent<T> - Class in com.oorian.messaging.events.server
Abstract base class for session-scoped events dispatched within a single user session.
SessionEvent() - Constructor for class com.oorian.messaging.events.server.SessionEvent
Creates a new SessionEvent with bubbling enabled.
SessionEvent(boolean) - Constructor for class com.oorian.messaging.events.server.SessionEvent
Creates a new SessionEvent with the specified bubbling behavior.
SessionEvent(int) - Constructor for class com.oorian.messaging.events.server.SessionEvent
Creates a new SessionEvent with the specified ID.
SessionEvent(int, boolean) - Constructor for class com.oorian.messaging.events.server.SessionEvent
Creates a new SessionEvent with the specified ID and bubbling behavior.
SessionEventListener<T> - Interface in com.oorian.messaging.events.server
Listener interface for handling SessionEvent instances.
SessionLocaleResolver - Class in com.oorian.i18n
Resolves the locale from the user's session, allowing per-user locale overrides.
SessionLocaleResolver() - Constructor for class com.oorian.i18n.SessionLocaleResolver
Creates a new session-based locale resolver.
set(int, int, int) - Method in class com.oorian.utils.Day
Sets this Day to the specified year, month, and day.
set(int, Element) - Method in class com.oorian.html.Elements
 
set(long) - Method in class com.oorian.utils.Day
Sets this Day from milliseconds since epoch.
set(Day) - Method in class com.oorian.utils.Day
Sets this Day by copying from another Day instance.
set(String, String) - Method in class com.oorian.css.transitions.Morph
Adds a CSS property and its target value to this transition.
set(Locale) - Static method in class com.oorian.i18n.OorianLocale
Sets the locale for the current thread.
setAbbr(String) - Method in class com.oorian.html.elements.Th
Sets the abbreviated text for the header cell, used by screen readers and other assistive technologies.
setAccept(String) - Method in class com.oorian.html.Element
Sets the accept attribute.
setAccept(String) - Method in class com.oorian.html.elements.FileInput
Sets the accept attribute specifying accepted content types for file inputs.
setAccept(String) - Method in class com.oorian.html.elements.Form
Deprecated.
Use the accept attribute on individual <input> elements instead.
setAccept(String) - Method in class com.oorian.html.elements.InputElement
Sets the accept attribute specifying accepted content types for file inputs.
setAcceptCharset(String) - Method in class com.oorian.html.elements.Form
Sets the character encodings the server accepts for form submission.
setAccessKey(String) - Method in class com.oorian.html.VisualElement
Sets the accesskey attribute for keyboard shortcuts.
setAccessLogFormat(AccessLogFormat) - Method in class com.oorian.Application
Sets the format for HTTP access logging.
setAccessLoggingEnabled(boolean) - Method in class com.oorian.Application
Enables or disables HTTP access logging.
setAction(String) - Method in class com.oorian.html.elements.Form
Sets the URL where the form data will be submitted.
setActions(Element<?>) - Method in class com.oorian.html.layout.NavbarLayout
Sets the actions area content.
setActionsGap(int) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the gap between action buttons.
setActionsGap(int) - Method in class com.oorian.html.layout.ErrorLayout
Sets the gap between action buttons.
setActionsGap(int) - Method in class com.oorian.html.layout.FormLayout
Sets the gap between action buttons.
setActionsGap(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the gap between action buttons.
setActionsGap(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the gap between action buttons.
setActionsGap(String) - Method in class com.oorian.html.layout.FormLayout
Sets the gap between action buttons.
setActionsSpacing(int) - Method in class com.oorian.html.layout.FormLayout
Sets spacing between the form content and actions.
setActionsSpacing(String) - Method in class com.oorian.html.layout.FormLayout
Sets spacing between the form content and actions.
setActiveStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :active pseudo-class.
setActiveStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS style applied when the element is pressed or active (:active).
setActiveStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :active pseudo-class from a CSS string.
setAddress(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the address of the organization.
setAfterStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the ::after pseudo-element.
setAfterStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the ::after pseudo-element from a CSS string.
setAggregateRating(Number, Integer) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the aggregate rating for the software.
setAlign(AlignItems) - Method in class com.oorian.html.layout.AutoLayout
Sets the cross-axis alignment for items.
setAlign(AlignItems) - Method in class com.oorian.html.layout.FlowLayout
Sets the cross-axis alignment for items within each row.
setAlign(AlignItems) - Method in class com.oorian.html.layout.MediaLayout
Sets the vertical alignment of media and content.
setAlign(AlignItems) - Method in class com.oorian.html.layout.Stack
Sets the cross-axis alignment for child elements.
setAlignContent(AlignContent) - Method in class com.oorian.css.CssRule
Sets the align-content property using an enum value.
setAlignContent(AlignContent) - Method in class com.oorian.css.CssStyle
Sets the CSS align-content property.
setAlignContent(AlignContent) - Method in class com.oorian.html.StyledElement
Sets the CSS align-content property.
setAlignContent(String) - Method in class com.oorian.css.CssRule
Sets the align-content property using a string value.
setAlignContent(String) - Method in class com.oorian.css.CssStyle
Sets the CSS align-content property.
setAlignContent(String) - Method in class com.oorian.html.StyledElement
Sets the CSS align-content property.
setAlignItems(AlignItems) - Method in class com.oorian.css.CssRule
Sets the align-items property using an enum value.
setAlignItems(AlignItems) - Method in class com.oorian.css.CssStyle
Sets the CSS align-items property.
setAlignItems(AlignItems) - Method in class com.oorian.html.layout.Grid
Sets the vertical alignment of items within their grid cells.
setAlignItems(AlignItems) - Method in class com.oorian.html.StyledElement
Sets the CSS align-items property.
setAlignItems(String) - Method in class com.oorian.css.CssRule
Sets the align-items property using a string value.
setAlignItems(String) - Method in class com.oorian.css.CssStyle
Sets the CSS align-items property.
setAlignItems(String) - Method in class com.oorian.html.StyledElement
Sets the CSS align-items property.
setAlignSelf(AlignSelf) - Method in class com.oorian.css.CssRule
Sets the align-self property using an enum value.
setAlignSelf(AlignSelf) - Method in class com.oorian.css.CssStyle
Sets the CSS align-self property.
setAlignSelf(AlignSelf) - Method in class com.oorian.html.layout.GridItem
Sets the vertical alignment of this item within its grid cell.
setAlignSelf(AlignSelf) - Method in class com.oorian.html.StyledElement
Sets the CSS align-self property.
setAlignSelf(String) - Method in class com.oorian.css.CssRule
Sets the align-self property using a string value.
setAlignSelf(String) - Method in class com.oorian.css.CssStyle
Sets the CSS align-self property.
setAlignSelf(String) - Method in class com.oorian.html.StyledElement
Sets the CSS align-self property.
setAllow(String) - Method in class com.oorian.html.elements.IFrame
Sets the allow attribute specifying a permissions policy for the embedded content.
setAllowFullScreen(boolean) - Method in class com.oorian.html.elements.IFrame
Sets the allowfullscreen boolean attribute.
setAlt(String) - Method in class com.oorian.html.elements.Area
Sets the alt attribute providing alternative text for the area.
setAlt(String) - Method in class com.oorian.html.elements.ImageInput
Sets the alt attribute providing alternative text for the image input.
setAlt(String) - Method in class com.oorian.html.elements.Img
Sets the alt attribute providing alternative text for the image.
setAlternating(boolean) - Method in class com.oorian.html.layout.StoryLayout
Enables or disables automatic alternating of image position.
setAngle(String) - Method in class com.oorian.css.animations.Flip
Sets the rotation angle for the flip.
setAnimation(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation shorthand property.
setAnimation(String) - Method in class com.oorian.css.CssRule
Sets the animation shorthand property.
setAnimation(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation property.
setAnimation(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation property.
setAnimationDelay(int) - Method in interface com.oorian.css.AnimationIntf
Sets the animation delay in seconds.
setAnimationDelay(int) - Method in class com.oorian.css.CssRule
Sets the animation delay in seconds.
setAnimationDelay(int) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-delay property.
setAnimationDelay(int) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-delay property.
setAnimationDelay(long) - Method in interface com.oorian.css.AnimationIntf
Sets the animation delay in milliseconds.
setAnimationDelay(long) - Method in class com.oorian.css.CssRule
Sets the animation delay in milliseconds.
setAnimationDelay(long) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-delay property.
setAnimationDelay(long) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-delay property.
setAnimationDelay(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation delay.
setAnimationDelay(String) - Method in class com.oorian.css.CssRule
Sets the animation delay.
setAnimationDelay(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-delay property.
setAnimationDelay(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-delay property.
setAnimationDirection(AnimationDirection) - Method in interface com.oorian.css.AnimationIntf
Sets the animation direction.
setAnimationDirection(AnimationDirection) - Method in class com.oorian.css.CssRule
Sets the animation direction.
setAnimationDirection(AnimationDirection) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-direction property.
setAnimationDirection(AnimationDirection) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-direction property.
setAnimationDirection(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation direction.
setAnimationDirection(String) - Method in class com.oorian.css.CssRule
Sets the animation direction.
setAnimationDirection(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-direction property.
setAnimationDirection(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-direction property.
setAnimationDuration(int) - Method in interface com.oorian.css.AnimationIntf
Sets the animation duration in seconds.
setAnimationDuration(int) - Method in class com.oorian.css.CssRule
Sets the animation duration in seconds.
setAnimationDuration(int) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-duration property.
setAnimationDuration(int) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-duration property.
setAnimationDuration(long) - Method in interface com.oorian.css.AnimationIntf
Sets the animation duration in milliseconds.
setAnimationDuration(long) - Method in class com.oorian.css.CssRule
Sets the animation duration in milliseconds.
setAnimationDuration(long) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-duration property.
setAnimationDuration(long) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-duration property.
setAnimationDuration(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation duration.
setAnimationDuration(String) - Method in class com.oorian.css.CssRule
Sets the animation duration.
setAnimationDuration(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-duration property.
setAnimationDuration(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-duration property.
setAnimationFillMode(AnimationFillMode) - Method in interface com.oorian.css.AnimationIntf
Sets the animation fill mode.
setAnimationFillMode(AnimationFillMode) - Method in class com.oorian.css.CssRule
Sets the animation fill mode.
setAnimationFillMode(AnimationFillMode) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-fill-mode property.
setAnimationFillMode(AnimationFillMode) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-fill-mode property.
setAnimationFillMode(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation fill mode.
setAnimationFillMode(String) - Method in class com.oorian.css.CssRule
Sets the animation fill mode.
setAnimationFillMode(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-fill-mode property.
setAnimationFillMode(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-fill-mode property.
setAnimationIterationCount(int) - Method in interface com.oorian.css.AnimationIntf
Sets the animation iteration count.
setAnimationIterationCount(int) - Method in class com.oorian.css.CssRule
Sets the animation iteration count.
setAnimationIterationCount(int) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-iteration-count property.
setAnimationIterationCount(int) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-iteration-count property.
setAnimationIterationCount(AnimationIterationCount) - Method in interface com.oorian.css.AnimationIntf
Sets the animation iteration count.
setAnimationIterationCount(AnimationIterationCount) - Method in class com.oorian.css.CssRule
Sets the animation iteration count.
setAnimationIterationCount(AnimationIterationCount) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-iteration-count property.
setAnimationIterationCount(AnimationIterationCount) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-iteration-count property.
setAnimationIterationCount(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation iteration count.
setAnimationIterationCount(String) - Method in class com.oorian.css.CssRule
Sets the animation iteration count.
setAnimationIterationCount(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-iteration-count property.
setAnimationIterationCount(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-iteration-count property.
setAnimationName(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation name (keyframes reference).
setAnimationName(String) - Method in class com.oorian.css.CssRule
Sets the animation name (keyframes reference).
setAnimationName(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-name property.
setAnimationName(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-name property.
setAnimationPlayState(AnimationPlayState) - Method in interface com.oorian.css.AnimationIntf
Sets the animation play state.
setAnimationPlayState(AnimationPlayState) - Method in class com.oorian.css.CssRule
Sets the animation play state.
setAnimationPlayState(AnimationPlayState) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-play-state property.
setAnimationPlayState(AnimationPlayState) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-play-state property.
setAnimationPlayState(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation play state.
setAnimationPlayState(String) - Method in class com.oorian.css.CssRule
Sets the animation play state.
setAnimationPlayState(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-play-state property.
setAnimationPlayState(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-play-state property.
setAnimationTimingFunction(float, float, float, float) - Method in interface com.oorian.css.AnimationIntf
Sets a cubic-bezier() timing function.
setAnimationTimingFunction(float, float, float, float) - Method in class com.oorian.css.CssRule
Sets a cubic-bezier() timing function.
setAnimationTimingFunction(float, float, float, float) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(float, float, float, float) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(int, boolean) - Method in interface com.oorian.css.AnimationIntf
Sets a steps() timing function.
setAnimationTimingFunction(int, boolean) - Method in class com.oorian.css.CssRule
Sets a steps() timing function.
setAnimationTimingFunction(int, boolean) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(int, boolean) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(AnimationTimingFunction) - Method in interface com.oorian.css.AnimationIntf
Sets the animation timing function.
setAnimationTimingFunction(AnimationTimingFunction) - Method in class com.oorian.css.CssRule
Sets the animation timing function.
setAnimationTimingFunction(AnimationTimingFunction) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(AnimationTimingFunction) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(String) - Method in interface com.oorian.css.AnimationIntf
Sets the animation timing function.
setAnimationTimingFunction(String) - Method in class com.oorian.css.CssRule
Sets the animation timing function.
setAnimationTimingFunction(String) - Method in class com.oorian.css.CssStyle
Sets the CSS animation-timing-function property.
setAnimationTimingFunction(String) - Method in class com.oorian.html.StyledElement
Sets the CSS animation-timing-function property.
setAppContext(AppContext) - Static method in class com.oorian.OorianSession
Sets the application context for resource access.
setApplicationCategory(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the application category.
setArea(String) - Method in class com.oorian.html.layout.GridItem
Assigns this item to a named grid area.
setAriaAtomic(boolean) - Method in class com.oorian.html.VisualElement
Specifies what changes should be announced in a live region.
setAriaBusy(boolean) - Method in class com.oorian.html.VisualElement
Sets aria-busy to indicate content is being updated.
setAriaChecked(boolean) - Method in class com.oorian.html.VisualElement
Sets aria-checked for checkable elements.
setAriaCheckedMixed() - Method in class com.oorian.html.VisualElement
Sets aria-checked to mixed state for partially checked elements.
setAriaControls(String) - Method in class com.oorian.html.VisualElement
Indicates the element controls another element.
setAriaCurrent(AriaCurrent) - Method in class com.oorian.html.VisualElement
Sets aria-current for navigation/pagination.
setAriaDescribedBy(String) - Method in class com.oorian.html.VisualElement
Sets aria-describedby to reference element(s) providing additional description.
setAriaDisabled(boolean) - Method in class com.oorian.html.VisualElement
Marks element as disabled for assistive technology.
setAriaErrorMessage(String) - Method in class com.oorian.html.VisualElement
Sets aria-errormessage to reference error text element.
setAriaExpanded(boolean) - Method in class com.oorian.html.VisualElement
Marks element as expanded or collapsed (for disclosure widgets).
setAriaHasPopup(boolean) - Method in class com.oorian.html.VisualElement
Indicates element has a popup.
setAriaHasPopup(AriaPopupType) - Method in class com.oorian.html.VisualElement
Indicates element has a popup of a specific type.
setAriaHidden(boolean) - Method in class com.oorian.html.VisualElement
Hides or shows the element from assistive technology.
setAriaInvalid(boolean) - Method in class com.oorian.html.VisualElement
Sets aria-invalid for form validation.
setAriaLabel(String) - Method in class com.oorian.html.VisualElement
Sets the aria-label attribute for screen readers.
setAriaLabelledBy(String) - Method in class com.oorian.html.VisualElement
Sets aria-labelledby to reference another element's ID.
setAriaLevel(int) - Method in class com.oorian.html.VisualElement
Sets aria-level for hierarchical elements.
setAriaLive(AriaLive) - Method in class com.oorian.html.VisualElement
Creates a live region that announces changes to screen readers.
setAriaModal(boolean) - Method in class com.oorian.html.VisualElement
Sets aria-modal to indicate a dialog is modal.
setAriaOwns(String) - Method in class com.oorian.html.VisualElement
Indicates an element owns another (for parent-child relationships not in DOM).
setAriaPressed(Boolean) - Method in class com.oorian.html.VisualElement
Marks element as pressed (for toggle buttons).
setAriaRequired(boolean) - Method in class com.oorian.html.VisualElement
Sets aria-required for form fields.
setAriaSelected(boolean) - Method in class com.oorian.html.VisualElement
Marks element as selected.
setAriaValueRange(Number, Number, Number) - Method in class com.oorian.html.VisualElement
Sets the value for range widgets (sliders, progress bars).
setAriaValueText(String) - Method in class com.oorian.html.VisualElement
Sets human-readable value text for range widgets.
setAs(String) - Method in class com.oorian.html.elements.Link
Sets the resource type hint for preloading.
setAsync(boolean) - Method in class com.oorian.html.elements.Script
Sets whether the script should be executed asynchronously.
setAttribute(String) - Method in class com.oorian.css.CssSelector
Sets an attribute presence selector.
setAttribute(String, Object) - Method in interface com.oorian.AppContext
Sets a context attribute.
setAttribute(String, Object) - Method in class com.oorian.jakarta.JakartaAppContext
 
setAttribute(String, Object) - Method in class com.oorian.jakarta.JakartaHttpRequest
 
setAttribute(String, Object) - Method in class com.oorian.jakarta.JakartaHttpSession
 
setAttribute(String, Object) - Method in interface com.oorian.OorianHttpRequest
Sets a request attribute.
setAttribute(String, Object) - Method in interface com.oorian.OorianHttpSession
Sets a session attribute.
setAttribute(String, Object) - Method in class com.oorian.OorianSession
Sets a session attribute.
setAttribute(String, Object) - Method in class com.oorian.test.TestAppContext
 
setAttribute(String, Object) - Method in class com.oorian.test.TestHttpRequest
 
setAttribute(String, Object) - Method in class com.oorian.test.TestHttpSession
 
setAttribute(String, Object) - Method in class com.oorian.testing.MockOorianHttpRequest
 
setAttribute(String, Object) - Method in class com.oorian.testing.MockOorianHttpSession
 
setAttributeContains(String, String) - Method in class com.oorian.css.CssSelector
Sets a substring attribute value selector (*=).
setAttributeContainsSpecific(String, String) - Method in class com.oorian.css.CssSelector
Sets a space-separated attribute value selector (~=).
setAttributeEndsWith(String, String) - Method in class com.oorian.css.CssSelector
Sets a suffix attribute value selector ($=).
setAttributeEquals(String, String) - Method in class com.oorian.css.CssSelector
Sets an exact attribute value selector (=).
setAttributeExactly(String, String) - Method in class com.oorian.css.CssSelector
Sets a hyphen-separated attribute value selector (|=).
setAttributeStartsWith(String, String) - Method in class com.oorian.css.CssSelector
Sets a prefix attribute value selector (^=).
setAuthenticator(OorianAuthenticator) - Method in class com.oorian.Application
Sets the authenticator used for credential verification.
setAuthor(SchemaOrganization) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the author/publisher of the software.
setAuthorName(String) - Method in class com.oorian.schema.SchemaArticle
Sets the name of the article author.
setAuthorUrl(String) - Method in class com.oorian.schema.SchemaArticle
Sets the URL of the article author's profile.
setAutoCapitalize(String) - Method in class com.oorian.html.VisualElement
Sets the autocapitalize attribute for text input behavior.
setAutocomplete(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the autocomplete attribute to enable or disable browser autocomplete.
setAutoComplete(boolean) - Method in class com.oorian.html.elements.Form
Enables or disables browser autocomplete for the form.
setAutoFocus() - Method in class com.oorian.html.elements.Input
Enables auto-focus on this input element so it receives keyboard focus when the page loads.
setAutoFocus(boolean) - Method in class com.oorian.html.VisualElement
Sets the autofocus boolean attribute.
setAutoPlay(boolean) - Method in class com.oorian.html.elements.Audio
Sets the autoplay boolean attribute.
setAutoPlay(boolean) - Method in class com.oorian.html.elements.Video
Sets the autoplay boolean attribute.
setAvailability(String) - Method in class com.oorian.schema.SchemaOffer
Sets the availability status of the offer.
setAxis(Axis) - Method in class com.oorian.css.transitions.Collapse
Sets the collapse axis.
setBackdrop(String) - Method in class com.oorian.html.layout.Overlay
Sets the backdrop color.
setBackdropBlur(int) - Method in class com.oorian.html.layout.Overlay
Adds blur effect to the backdrop.
setBackdropColor(String) - Method in class com.oorian.html.layout.Drawer
Sets the backdrop color.
setBackdropFilter(Filter) - Method in class com.oorian.css.CssRule
Sets the CSS backdrop-filter property from a Filter builder.
setBackdropFilter(Filter) - Method in class com.oorian.css.CssStyle
Sets the CSS backdrop-filter property from a Filter builder.
setBackdropFilter(Filter) - Method in class com.oorian.html.StyledElement
Sets the CSS backdrop-filter property from a Filter builder.
setBackdropFilter(String) - Method in class com.oorian.css.CssRule
Sets the backdrop-filter property to apply graphical effects to the area behind an element.
setBackdropFilter(String) - Method in class com.oorian.css.CssStyle
Sets the CSS backdrop-filter property.
setBackdropFilter(String) - Method in class com.oorian.html.StyledElement
Sets the CSS backdrop-filter property.
setBackdropOpacity(double) - Method in class com.oorian.html.layout.Overlay
Sets the backdrop opacity using a semi-transparent black.
setBackfaceVisibility(BackfaceVisibility) - Method in class com.oorian.css.CssRule
Sets the backface-visibility property from an enum.
setBackfaceVisibility(BackfaceVisibility) - Method in class com.oorian.css.CssStyle
Sets the CSS backface-visibility property.
setBackfaceVisibility(BackfaceVisibility) - Method in class com.oorian.html.StyledElement
Sets the CSS backface-visibility property.
setBackfaceVisibility(String) - Method in class com.oorian.css.CssRule
Sets the backface-visibility property from a CSS value string.
setBackfaceVisibility(String) - Method in class com.oorian.css.CssStyle
Sets the CSS backface-visibility property.
setBackfaceVisibility(String) - Method in class com.oorian.html.StyledElement
Sets the CSS backface-visibility property.
setBackground(Color) - Method in interface com.oorian.css.BackgroundIntf
Sets the background to a solid color.
setBackground(Color) - Method in class com.oorian.css.CssRule
Sets the background to a solid color.
setBackground(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS background property using a Color object.
setBackground(Color) - Method in class com.oorian.html.containers.GlassPane
Sets the background color of the glass pane layer using a Color object.
setBackground(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS background property using a Color object.
setBackground(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background shorthand property.
setBackground(String) - Method in class com.oorian.css.CssRule
Sets the background shorthand property.
setBackground(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background property.
setBackground(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background of the glass pane layer using a CSS color string.
setBackground(String) - Method in class com.oorian.html.layout.Sticky
Sets a solid background color.
setBackground(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background property.
setBackgroundAttachment(BackgroundAttachment) - Method in interface com.oorian.css.BackgroundIntf
Sets the background attachment behavior.
setBackgroundAttachment(BackgroundAttachment) - Method in class com.oorian.css.CssRule
Sets the background attachment behavior.
setBackgroundAttachment(BackgroundAttachment) - Method in class com.oorian.css.CssStyle
Sets the CSS background-attachment property.
setBackgroundAttachment(BackgroundAttachment) - Method in class com.oorian.html.StyledElement
Sets the CSS background-attachment property.
setBackgroundAttachment(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background attachment behavior.
setBackgroundAttachment(String) - Method in class com.oorian.css.CssRule
Sets the background attachment behavior.
setBackgroundAttachment(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-attachment property.
setBackgroundAttachment(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-attachment property.
setBackgroundBlendMode(BackgroundBlendMode) - Method in interface com.oorian.css.BackgroundIntf
Sets the background blend mode.
setBackgroundBlendMode(BackgroundBlendMode) - Method in class com.oorian.css.CssRule
Sets the background blend mode.
setBackgroundBlendMode(BackgroundBlendMode) - Method in class com.oorian.css.CssStyle
Sets the CSS background-blend-mode property.
setBackgroundBlendMode(BackgroundBlendMode) - Method in class com.oorian.html.StyledElement
Sets the CSS background-blend-mode property.
setBackgroundBlendMode(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background blend mode.
setBackgroundBlendMode(String) - Method in class com.oorian.css.CssRule
Sets the background blend mode.
setBackgroundBlendMode(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-blend-mode property.
setBackgroundBlendMode(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-blend-mode property.
setBackgroundClip(BackgroundClip) - Method in interface com.oorian.css.BackgroundIntf
Sets the background clip area.
setBackgroundClip(BackgroundClip) - Method in class com.oorian.css.CssRule
Sets the background clip area.
setBackgroundClip(BackgroundClip) - Method in class com.oorian.css.CssStyle
Sets the CSS background-clip property.
setBackgroundClip(BackgroundClip) - Method in class com.oorian.html.containers.GlassPane
Sets the background clip of the glass pane layer using a BackgroundClip constant.
setBackgroundClip(BackgroundClip) - Method in class com.oorian.html.StyledElement
Sets the CSS background-clip property.
setBackgroundClip(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background clip area.
setBackgroundClip(String) - Method in class com.oorian.css.CssRule
Sets the background clip area.
setBackgroundClip(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-clip property.
setBackgroundClip(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background clip of the glass pane layer using a CSS string value.
setBackgroundClip(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-clip property.
setBackgroundColor(BackgroundColor) - Method in interface com.oorian.css.BackgroundIntf
Sets the background color using a keyword.
setBackgroundColor(BackgroundColor) - Method in class com.oorian.css.CssRule
Sets the background color using a keyword.
setBackgroundColor(BackgroundColor) - Method in class com.oorian.css.CssStyle
Sets the CSS background-color property.
setBackgroundColor(BackgroundColor) - Method in class com.oorian.html.StyledElement
Sets the CSS background-color property.
setBackgroundColor(Color) - Method in interface com.oorian.css.BackgroundIntf
Sets the background color.
setBackgroundColor(Color) - Method in class com.oorian.css.CssRule
Sets the background color.
setBackgroundColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS background-color property using a Color object.
setBackgroundColor(Color) - Method in class com.oorian.html.containers.GlassPane
Sets the background color of the glass pane layer using a Color object.
setBackgroundColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS background-color property using a Color object.
setBackgroundColor(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background color.
setBackgroundColor(String) - Method in class com.oorian.css.CssRule
Sets the background color.
setBackgroundColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-color property.
setBackgroundColor(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background color of the glass pane layer using a CSS color string.
setBackgroundColor(String) - Method in class com.oorian.html.layout.PageLayout
Sets the background color for the entire layout.
setBackgroundColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-color property.
setBackgroundImage(Gradient) - Method in class com.oorian.css.CssRule
Sets the CSS background-image property from a Gradient builder.
setBackgroundImage(Gradient) - Method in class com.oorian.css.CssStyle
Sets the CSS background-image property from a Gradient builder.
setBackgroundImage(Gradient) - Method in class com.oorian.html.StyledElement
Sets the CSS background-image property from a Gradient builder.
setBackgroundImage(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background image URL.
setBackgroundImage(String) - Method in class com.oorian.css.CssRule
Sets the background image URL.
setBackgroundImage(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-image property.
setBackgroundImage(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background image of the glass pane layer.
setBackgroundImage(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-image property.
setBackgroundImage(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-image property.
setBackgroundOrigin(BackgroundOrigin) - Method in interface com.oorian.css.BackgroundIntf
Sets the background origin.
setBackgroundOrigin(BackgroundOrigin) - Method in class com.oorian.css.CssRule
Sets the background origin.
setBackgroundOrigin(BackgroundOrigin) - Method in class com.oorian.css.CssStyle
Sets the CSS background-origin property.
setBackgroundOrigin(BackgroundOrigin) - Method in class com.oorian.html.containers.GlassPane
Sets the background origin of the glass pane layer using a BackgroundOrigin constant.
setBackgroundOrigin(BackgroundOrigin) - Method in class com.oorian.html.StyledElement
Sets the CSS background-origin property.
setBackgroundOrigin(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background origin.
setBackgroundOrigin(String) - Method in class com.oorian.css.CssRule
Sets the background origin.
setBackgroundOrigin(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-origin property.
setBackgroundOrigin(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background origin of the glass pane layer using a CSS string value.
setBackgroundOrigin(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-origin property.
setBackgroundPosition(int, int) - Method in interface com.oorian.css.BackgroundIntf
Sets the background position in pixels.
setBackgroundPosition(int, int) - Method in class com.oorian.css.CssRule
Sets the background position in pixels.
setBackgroundPosition(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS background-position property.
setBackgroundPosition(int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS background-position property.
setBackgroundPosition(BackgroundPosition) - Method in interface com.oorian.css.BackgroundIntf
Sets the background position using a keyword.
setBackgroundPosition(BackgroundPosition) - Method in class com.oorian.css.CssRule
Sets the background position using a keyword.
setBackgroundPosition(BackgroundPosition) - Method in class com.oorian.css.CssStyle
Sets the CSS background-position property.
setBackgroundPosition(BackgroundPosition) - Method in class com.oorian.html.StyledElement
Sets the CSS background-position property.
setBackgroundPosition(Units, Units) - Method in interface com.oorian.css.BackgroundIntf
Sets the background position with CSS units.
setBackgroundPosition(Units, Units) - Method in class com.oorian.css.CssRule
Sets the background position with CSS units.
setBackgroundPosition(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS background-position property.
setBackgroundPosition(Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS background-position property.
setBackgroundPosition(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background position.
setBackgroundPosition(String) - Method in class com.oorian.css.CssRule
Sets the background position.
setBackgroundPosition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-position property.
setBackgroundPosition(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background position of the glass pane layer.
setBackgroundPosition(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-position property.
setBackgroundPosition(String, String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background position with x and y coordinates.
setBackgroundPosition(String, String) - Method in class com.oorian.css.CssRule
Sets the background position with x and y coordinates.
setBackgroundPosition(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-position property.
setBackgroundPosition(String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-position property.
setBackgroundRepeat(BackgroundRepeat) - Method in interface com.oorian.css.BackgroundIntf
Sets the background repeat behavior.
setBackgroundRepeat(BackgroundRepeat) - Method in class com.oorian.css.CssRule
Sets the background repeat behavior.
setBackgroundRepeat(BackgroundRepeat) - Method in class com.oorian.css.CssStyle
Sets the CSS background-repeat property.
setBackgroundRepeat(BackgroundRepeat) - Method in class com.oorian.html.StyledElement
Sets the CSS background-repeat property.
setBackgroundRepeat(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background repeat behavior.
setBackgroundRepeat(String) - Method in class com.oorian.css.CssRule
Sets the background repeat behavior.
setBackgroundRepeat(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-repeat property.
setBackgroundRepeat(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background repeat behavior of the glass pane layer.
setBackgroundRepeat(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-repeat property.
setBackgroundSize(int, int) - Method in interface com.oorian.css.BackgroundIntf
Sets the background size in pixels.
setBackgroundSize(int, int) - Method in class com.oorian.css.CssRule
Sets the background size in pixels.
setBackgroundSize(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS background-size property.
setBackgroundSize(int, int) - Method in class com.oorian.html.containers.GlassPane
Sets the background size of the glass pane layer using pixel width and height values.
setBackgroundSize(int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS background-size property.
setBackgroundSize(BackgroundSize) - Method in interface com.oorian.css.BackgroundIntf
Sets the background size using a keyword.
setBackgroundSize(BackgroundSize) - Method in class com.oorian.css.CssRule
Sets the background size using a keyword.
setBackgroundSize(BackgroundSize) - Method in class com.oorian.css.CssStyle
Sets the CSS background-size property.
setBackgroundSize(BackgroundSize) - Method in class com.oorian.html.containers.GlassPane
Sets the background size of the glass pane layer using a BackgroundSize constant.
setBackgroundSize(BackgroundSize) - Method in class com.oorian.html.StyledElement
Sets the CSS background-size property.
setBackgroundSize(Units, Units) - Method in interface com.oorian.css.BackgroundIntf
Sets the background size with CSS units.
setBackgroundSize(Units, Units) - Method in class com.oorian.css.CssRule
Sets the background size with CSS units.
setBackgroundSize(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS background-size property.
setBackgroundSize(Units, Units) - Method in class com.oorian.html.containers.GlassPane
Sets the background size of the glass pane layer using Units values for width and height.
setBackgroundSize(Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS background-size property.
setBackgroundSize(String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background size.
setBackgroundSize(String) - Method in class com.oorian.css.CssRule
Sets the background size.
setBackgroundSize(String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-size property.
setBackgroundSize(String) - Method in class com.oorian.html.containers.GlassPane
Sets the background size of the glass pane layer using a CSS string value.
setBackgroundSize(String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-size property.
setBackgroundSize(String, String) - Method in interface com.oorian.css.BackgroundIntf
Sets the background size with width and height.
setBackgroundSize(String, String) - Method in class com.oorian.css.CssRule
Sets the background size with width and height.
setBackgroundSize(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS background-size property.
setBackgroundSize(String, String) - Method in class com.oorian.html.containers.GlassPane
Sets the background size of the glass pane layer using CSS string width and height values.
setBackgroundSize(String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS background-size property.
setBadge(String) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets the badge icon URL (for mobile devices).
setBeforeStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the ::before pseudo-element.
setBeforeStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the ::before pseudo-element from a CSS string.
setBlocking(String) - Method in class com.oorian.html.elements.Link
Sets the blocking attribute indicating that rendering should be blocked until this resource is fetched.
setBlocking(String) - Method in class com.oorian.html.elements.Script
Sets the blocking attribute indicating that rendering should be blocked until this script is fetched.
setBlur(String) - Method in class com.oorian.css.CssStyle
Sets the blur() function within the CSS filter property.
setBlur(String) - Method in class com.oorian.html.StyledElement
Sets the blur() function within the CSS filter property.
setBody(Body) - Method in class com.oorian.html.HtmlPage
Sets the body element for this page.
setBody(String) - Method in class com.oorian.test.TestHttpRequest
Sets the request body content.
setBody(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the request body content.
setBorder(boolean) - Method in class com.oorian.html.elements.Table
Sets whether the table displays a border.
setBorder(int, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border shorthand property with typed values.
setBorder(int, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border shorthand property with typed values.
setBorder(int, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(int, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorder(int, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border property with width and color (solid style implied).
setBorder(int, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border property with width and color (solid style implied).
setBorder(int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorder(BorderWidth, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border shorthand property with BorderWidth enum.
setBorder(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border shorthand property with BorderWidth enum.
setBorder(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(BorderWidth, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorder(BorderWidth, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border property with BorderWidth enum and color.
setBorder(BorderWidth, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border property with BorderWidth enum and color.
setBorder(BorderWidth, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(BorderWidth, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorder(Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border property with color only.
setBorder(Color) - Method in class com.oorian.css.CssRule
Sets the CSS border property with color only.
setBorder(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border property using a Color object.
setBorder(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border property using a Color object.
setBorder(Units, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border shorthand property with Units width.
setBorder(Units, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border shorthand property with Units width.
setBorder(Units, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(Units, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorder(Units, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border property with Units width and color.
setBorder(Units, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border property with Units width and color.
setBorder(Units, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(Units, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorder(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border shorthand property using a string value.
setBorder(String) - Method in class com.oorian.css.CssRule
Sets the CSS border shorthand property using a string value.
setBorder(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border property.
setBorder(String) - Method in class com.oorian.html.layout.Accordion
Adds a border around the entire accordion.
setBorder(String) - Method in class com.oorian.html.layout.AccordionItem
Adds a bottom border to the item.
setBorder(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border property.
setBorder(String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border shorthand property with separate string values.
setBorder(String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border shorthand property with separate string values.
setBorder(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border shorthand property.
setBorder(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border shorthand property.
setBorderBottom(int, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with typed values.
setBorderBottom(int, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with typed values.
setBorderBottom(int, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(int, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottom(int, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with width and color.
setBorderBottom(int, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with width and color.
setBorderBottom(int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottom(BorderWidth, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with BorderWidth enum.
setBorderBottom(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with BorderWidth enum.
setBorderBottom(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(BorderWidth, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottom(BorderWidth, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with BorderWidth enum and color.
setBorderBottom(BorderWidth, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with BorderWidth enum and color.
setBorderBottom(BorderWidth, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(BorderWidth, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottom(Units, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with Units width.
setBorderBottom(Units, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with Units width.
setBorderBottom(Units, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(Units, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottom(Units, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with Units width and color.
setBorderBottom(Units, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with Units width and color.
setBorderBottom(Units, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(Units, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottom(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property using a string value.
setBorderBottom(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property using a string value.
setBorderBottom(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom property.
setBorderBottom(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom property.
setBorderBottom(String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom property with separate string values.
setBorderBottom(String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom property with separate string values.
setBorderBottom(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom shorthand property.
setBorderBottom(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom shorthand property.
setBorderBottomColor(Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-color property using a Color object.
setBorderBottomColor(Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-color property using a Color object.
setBorderBottomColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-color property using a Color object.
setBorderBottomColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-color property using a Color object.
setBorderBottomColor(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-color property using a string value.
setBorderBottomColor(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-color property using a string value.
setBorderBottomColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-color property.
setBorderBottomColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-color property.
setBorderBottomLeftRadius(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-left-radius property using a pixel value.
setBorderBottomLeftRadius(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-left-radius property using a pixel value.
setBorderBottomLeftRadius(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-left-radius property in pixels.
setBorderBottomLeftRadius(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-left-radius property in pixels.
setBorderBottomLeftRadius(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-left-radius property using a Units value.
setBorderBottomLeftRadius(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-left-radius property using a Units value.
setBorderBottomLeftRadius(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-left-radius property using a CSS unit value.
setBorderBottomLeftRadius(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-left-radius property using a CSS unit value.
setBorderBottomLeftRadius(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-left-radius property using a string value.
setBorderBottomLeftRadius(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-left-radius property using a string value.
setBorderBottomLeftRadius(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-left-radius property.
setBorderBottomLeftRadius(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-left-radius property.
setBorderBottomRightRadius(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-right-radius property using a pixel value.
setBorderBottomRightRadius(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-right-radius property using a pixel value.
setBorderBottomRightRadius(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-right-radius property in pixels.
setBorderBottomRightRadius(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-right-radius property in pixels.
setBorderBottomRightRadius(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-right-radius property using a Units value.
setBorderBottomRightRadius(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-right-radius property using a Units value.
setBorderBottomRightRadius(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-right-radius property using a CSS unit value.
setBorderBottomRightRadius(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-right-radius property using a CSS unit value.
setBorderBottomRightRadius(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-right-radius property using a string value.
setBorderBottomRightRadius(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-right-radius property using a string value.
setBorderBottomRightRadius(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-right-radius property.
setBorderBottomRightRadius(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-right-radius property.
setBorderBottomStyle(BorderStyle) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-style property using a BorderStyle enum.
setBorderBottomStyle(BorderStyle) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-style property using a BorderStyle enum.
setBorderBottomStyle(BorderStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-style property.
setBorderBottomStyle(BorderStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-style property.
setBorderBottomStyle(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-style property using a string value.
setBorderBottomStyle(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-style property using a string value.
setBorderBottomStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-style property.
setBorderBottomStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-style property.
setBorderBottomWidth(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-width property using a pixel value.
setBorderBottomWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-width property using a pixel value.
setBorderBottomWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-width property in pixels.
setBorderBottomWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-width property in pixels.
setBorderBottomWidth(BorderWidth) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-width property using a BorderWidth enum.
setBorderBottomWidth(BorderWidth) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-width property using a BorderWidth enum.
setBorderBottomWidth(BorderWidth) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-width property.
setBorderBottomWidth(BorderWidth) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-width property.
setBorderBottomWidth(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-width property using a Units value.
setBorderBottomWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-width property using a Units value.
setBorderBottomWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-width property using a CSS unit value.
setBorderBottomWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-width property using a CSS unit value.
setBorderBottomWidth(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-bottom-width property using a string value.
setBorderBottomWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-bottom-width property using a string value.
setBorderBottomWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-bottom-width property.
setBorderBottomWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-bottom-width property.
setBorderCollapse(BorderCollapse) - Method in class com.oorian.css.CssRule
Sets the border-collapse property using an enum value.
setBorderCollapse(BorderCollapse) - Method in class com.oorian.css.CssStyle
Sets the CSS border-collapse property.
setBorderCollapse(BorderCollapse) - Method in class com.oorian.html.elements.Table
Sets the border-collapse property using an enum value.
setBorderCollapse(String) - Method in class com.oorian.css.CssRule
Sets the border-collapse property using a string value.
setBorderCollapse(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-collapse property.
setBorderCollapse(String) - Method in class com.oorian.html.elements.Table
Sets the border-collapse property using a string value.
setBorderColor(Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-color property for all sides using a Color object.
setBorderColor(Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-color property for all sides using a Color object.
setBorderColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-color property using a Color object.
setBorderColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-color property using a Color object.
setBorderColor(Color, Color, Color, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-color property with individual Color objects for each side.
setBorderColor(Color, Color, Color, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-color property with individual Color objects for each side.
setBorderColor(Color, Color, Color, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-color property using individual values for each side.
setBorderColor(Color, Color, Color, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-color property using individual values for each side.
setBorderColor(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-color property using a string value.
setBorderColor(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-color property using a string value.
setBorderColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-color property.
setBorderColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-color property.
setBorderColor(String, String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-color property with individual string values for each side.
setBorderColor(String, String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-color property with individual string values for each side.
setBorderColor(String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-color property using individual values for each side.
setBorderColor(String, String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-color property using individual values for each side.
setBorderImage(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image shorthand property using a string value.
setBorderImage(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image shorthand property using a string value.
setBorderImage(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image property.
setBorderImage(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image property.
setBorderImage(String, String, String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image shorthand property with all components.
setBorderImage(String, String, String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image shorthand property with all components.
setBorderImage(String, String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image shorthand property.
setBorderImage(String, String, String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image shorthand property.
setBorderImageOutset(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image-outset property.
setBorderImageOutset(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image-outset property.
setBorderImageOutset(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image-outset property.
setBorderImageOutset(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image-outset property.
setBorderImageRepeat(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image-repeat property.
setBorderImageRepeat(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image-repeat property.
setBorderImageRepeat(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image-repeat property.
setBorderImageRepeat(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image-repeat property.
setBorderImageSlice(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image-slice property.
setBorderImageSlice(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image-slice property.
setBorderImageSlice(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image-slice property.
setBorderImageSlice(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image-slice property.
setBorderImageSource(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image-source property.
setBorderImageSource(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image-source property.
setBorderImageSource(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image-source property.
setBorderImageSource(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image-source property.
setBorderImageWidth(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-image-width property.
setBorderImageWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-image-width property.
setBorderImageWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-image-width property.
setBorderImageWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-image-width property.
setBorderLeft(int, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with typed values.
setBorderLeft(int, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with typed values.
setBorderLeft(int, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(int, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeft(int, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with width and color.
setBorderLeft(int, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with width and color.
setBorderLeft(int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeft(BorderWidth, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with BorderWidth enum.
setBorderLeft(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with BorderWidth enum.
setBorderLeft(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(BorderWidth, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeft(BorderWidth, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with BorderWidth enum and color.
setBorderLeft(BorderWidth, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with BorderWidth enum and color.
setBorderLeft(BorderWidth, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(BorderWidth, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeft(Units, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with Units width.
setBorderLeft(Units, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with Units width.
setBorderLeft(Units, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(Units, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeft(Units, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with Units width and color.
setBorderLeft(Units, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with Units width and color.
setBorderLeft(Units, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(Units, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeft(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property using a string value.
setBorderLeft(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property using a string value.
setBorderLeft(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left property.
setBorderLeft(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left property.
setBorderLeft(String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left property with separate string values.
setBorderLeft(String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-left property with separate string values.
setBorderLeft(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left shorthand property.
setBorderLeft(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left shorthand property.
setBorderLeftColor(Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-color property using a Color object.
setBorderLeftColor(Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-color property using a Color object.
setBorderLeftColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-color property using a Color object.
setBorderLeftColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-color property using a Color object.
setBorderLeftColor(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-color property using a string value.
setBorderLeftColor(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-color property using a string value.
setBorderLeftColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-color property.
setBorderLeftColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-color property.
setBorderLeftStyle(BorderStyle) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-style property using a BorderStyle enum.
setBorderLeftStyle(BorderStyle) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-style property using a BorderStyle enum.
setBorderLeftStyle(BorderStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-style property.
setBorderLeftStyle(BorderStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-style property.
setBorderLeftStyle(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-style property using a string value.
setBorderLeftStyle(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-style property using a string value.
setBorderLeftStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-style property.
setBorderLeftStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-style property.
setBorderLeftWidth(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-width property using a pixel value.
setBorderLeftWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-width property using a pixel value.
setBorderLeftWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-width property in pixels.
setBorderLeftWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-width property in pixels.
setBorderLeftWidth(BorderWidth) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-width property using a BorderWidth enum.
setBorderLeftWidth(BorderWidth) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-width property using a BorderWidth enum.
setBorderLeftWidth(BorderWidth) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-width property.
setBorderLeftWidth(BorderWidth) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-width property.
setBorderLeftWidth(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-width property using a Units value.
setBorderLeftWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-width property using a Units value.
setBorderLeftWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-width property using a CSS unit value.
setBorderLeftWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-width property using a CSS unit value.
setBorderLeftWidth(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-left-width property using a string value.
setBorderLeftWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-left-width property using a string value.
setBorderLeftWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-left-width property.
setBorderLeftWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-left-width property.
setBorderRadius(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-radius property for all corners using a pixel value.
setBorderRadius(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-radius property for all corners using a pixel value.
setBorderRadius(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-radius property in pixels.
setBorderRadius(int) - Method in class com.oorian.css.transitions.Reshape
Sets the target border-radius in pixels.
setBorderRadius(int) - Method in class com.oorian.html.layout.Accordion
Sets a border radius for the accordion container.
setBorderRadius(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-radius property in pixels.
setBorderRadius(int, int, int, int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-radius property with individual pixel values for each corner.
setBorderRadius(int, int, int, int) - Method in class com.oorian.css.CssRule
Sets the CSS border-radius property with individual pixel values for each corner.
setBorderRadius(int, int, int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-radius property.
setBorderRadius(int, int, int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-radius property.
setBorderRadius(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-radius property for all corners using a Units value.
setBorderRadius(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-radius property for all corners using a Units value.
setBorderRadius(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-radius property using a CSS unit value.
setBorderRadius(Units) - Method in class com.oorian.css.transitions.Reshape
Sets the target border-radius using a CSS unit value.
setBorderRadius(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-radius property using a CSS unit value.
setBorderRadius(Units, Units, Units, Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-radius property with individual Units values for each corner.
setBorderRadius(Units, Units, Units, Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-radius property with individual Units values for each corner.
setBorderRadius(Units, Units, Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-radius property.
setBorderRadius(Units, Units, Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-radius property.
setBorderRadius(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-radius property using a string value.
setBorderRadius(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-radius property using a string value.
setBorderRadius(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-radius property.
setBorderRadius(String) - Method in class com.oorian.css.transitions.Reshape
Sets the target border-radius as a CSS value string.
setBorderRadius(String) - Method in class com.oorian.html.layout.Accordion
Sets a border radius for the accordion container.
setBorderRadius(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-radius property.
setBorderRadius(String, String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-radius property with individual string values for each corner.
setBorderRadius(String, String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-radius property with individual string values for each corner.
setBorderRadius(String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-radius property.
setBorderRadius(String, String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-radius property.
setBorderRight(int, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with typed values.
setBorderRight(int, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with typed values.
setBorderRight(int, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(int, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRight(int, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with width and color.
setBorderRight(int, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with width and color.
setBorderRight(int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRight(BorderWidth, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with BorderWidth enum.
setBorderRight(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with BorderWidth enum.
setBorderRight(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(BorderWidth, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRight(BorderWidth, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with BorderWidth enum and color.
setBorderRight(BorderWidth, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with BorderWidth enum and color.
setBorderRight(BorderWidth, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(BorderWidth, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRight(Units, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with Units width.
setBorderRight(Units, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with Units width.
setBorderRight(Units, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(Units, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRight(Units, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with Units width and color.
setBorderRight(Units, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with Units width and color.
setBorderRight(Units, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(Units, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRight(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property using a string value.
setBorderRight(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property using a string value.
setBorderRight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right property.
setBorderRight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right property.
setBorderRight(String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right property with separate string values.
setBorderRight(String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-right property with separate string values.
setBorderRight(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right shorthand property.
setBorderRight(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right shorthand property.
setBorderRightColor(Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-color property using a Color object.
setBorderRightColor(Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-color property using a Color object.
setBorderRightColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-color property using a Color object.
setBorderRightColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-color property using a Color object.
setBorderRightColor(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-color property using a string value.
setBorderRightColor(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-color property using a string value.
setBorderRightColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-color property.
setBorderRightColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-color property.
setBorderRightStyle(BorderStyle) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-style property using a BorderStyle enum.
setBorderRightStyle(BorderStyle) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-style property using a BorderStyle enum.
setBorderRightStyle(BorderStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-style property.
setBorderRightStyle(BorderStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-style property.
setBorderRightStyle(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-style property using a string value.
setBorderRightStyle(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-style property using a string value.
setBorderRightStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-style property.
setBorderRightStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-style property.
setBorderRightWidth(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-width property using a pixel value.
setBorderRightWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-width property using a pixel value.
setBorderRightWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-width property in pixels.
setBorderRightWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-width property in pixels.
setBorderRightWidth(BorderWidth) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-width property using a BorderWidth enum.
setBorderRightWidth(BorderWidth) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-width property using a BorderWidth enum.
setBorderRightWidth(BorderWidth) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-width property.
setBorderRightWidth(BorderWidth) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-width property.
setBorderRightWidth(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-width property using a Units value.
setBorderRightWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-width property using a Units value.
setBorderRightWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-width property using a CSS unit value.
setBorderRightWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-width property using a CSS unit value.
setBorderRightWidth(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-right-width property using a string value.
setBorderRightWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-right-width property using a string value.
setBorderRightWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-right-width property.
setBorderRightWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-right-width property.
setBorderSpacing(int) - Method in class com.oorian.css.CssRule
Sets the border-spacing property using a pixel value for both dimensions.
setBorderSpacing(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-spacing property in pixels.
setBorderSpacing(int) - Method in class com.oorian.html.elements.Table
Sets the border-spacing property using a pixel value.
setBorderSpacing(int, int) - Method in class com.oorian.css.CssRule
Sets the border-spacing property with separate horizontal and vertical pixel values.
setBorderSpacing(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-spacing property.
setBorderSpacing(int, int) - Method in class com.oorian.html.elements.Table
Sets the border-spacing property with separate horizontal and vertical pixel values.
setBorderSpacing(Units) - Method in class com.oorian.css.CssRule
Sets the border-spacing property using a Units object for both dimensions.
setBorderSpacing(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-spacing property using a CSS unit value.
setBorderSpacing(Units) - Method in class com.oorian.html.elements.Table
Sets the border-spacing property using a Units object.
setBorderSpacing(Units, Units) - Method in class com.oorian.css.CssRule
Sets the border-spacing property with separate horizontal and vertical Units.
setBorderSpacing(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-spacing property.
setBorderSpacing(Units, Units) - Method in class com.oorian.html.elements.Table
Sets the border-spacing property with separate horizontal and vertical Units values.
setBorderSpacing(String) - Method in class com.oorian.css.CssRule
Sets the border-spacing property using a string value.
setBorderSpacing(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-spacing property.
setBorderSpacing(String) - Method in class com.oorian.html.elements.Table
Sets the border-spacing property using a string value.
setBorderSpacing(String, String) - Method in class com.oorian.css.CssRule
Sets the border-spacing property with separate horizontal and vertical string values.
setBorderSpacing(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-spacing property.
setBorderSpacing(String, String) - Method in class com.oorian.html.elements.Table
Sets the border-spacing property with separate horizontal and vertical string values.
setBorderStyle(BorderStyle) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-style property for all sides using a BorderStyle enum.
setBorderStyle(BorderStyle) - Method in class com.oorian.css.CssRule
Sets the CSS border-style property for all sides using a BorderStyle enum.
setBorderStyle(BorderStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS border-style property.
setBorderStyle(BorderStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS border-style property.
setBorderStyle(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-style property using a string value.
setBorderStyle(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-style property using a string value.
setBorderStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-style property.
setBorderStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-style property.
setBorderTop(int, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with typed values.
setBorderTop(int, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with typed values.
setBorderTop(int, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(int, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTop(int, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with width and color.
setBorderTop(int, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with width and color.
setBorderTop(int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTop(BorderWidth, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with BorderWidth enum.
setBorderTop(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with BorderWidth enum.
setBorderTop(BorderWidth, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(BorderWidth, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTop(BorderWidth, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with BorderWidth enum and color.
setBorderTop(BorderWidth, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with BorderWidth enum and color.
setBorderTop(BorderWidth, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(BorderWidth, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTop(Units, BorderStyle, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with Units width.
setBorderTop(Units, BorderStyle, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with Units width.
setBorderTop(Units, BorderStyle, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(Units, BorderStyle, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTop(Units, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with Units width and color.
setBorderTop(Units, Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with Units width and color.
setBorderTop(Units, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(Units, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTop(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property using a string value.
setBorderTop(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property using a string value.
setBorderTop(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top property.
setBorderTop(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top property.
setBorderTop(String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top property with separate string values.
setBorderTop(String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top property with separate string values.
setBorderTop(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top shorthand property.
setBorderTop(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top shorthand property.
setBorderTopColor(Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-color property using a Color object.
setBorderTopColor(Color) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-color property using a Color object.
setBorderTopColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-color property using a Color object.
setBorderTopColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-color property using a Color object.
setBorderTopColor(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-color property using a string value.
setBorderTopColor(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-color property using a string value.
setBorderTopColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-color property.
setBorderTopColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-color property.
setBorderTopLeftRadius(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-left-radius property using a pixel value.
setBorderTopLeftRadius(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-left-radius property using a pixel value.
setBorderTopLeftRadius(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-left-radius property in pixels.
setBorderTopLeftRadius(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-left-radius property in pixels.
setBorderTopLeftRadius(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-left-radius property using a Units value.
setBorderTopLeftRadius(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-left-radius property using a Units value.
setBorderTopLeftRadius(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-left-radius property using a CSS unit value.
setBorderTopLeftRadius(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-left-radius property using a CSS unit value.
setBorderTopLeftRadius(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-left-radius property using a string value.
setBorderTopLeftRadius(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-left-radius property using a string value.
setBorderTopLeftRadius(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-left-radius property.
setBorderTopLeftRadius(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-left-radius property.
setBorderTopRightRadius(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-right-radius property using a pixel value.
setBorderTopRightRadius(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-right-radius property using a pixel value.
setBorderTopRightRadius(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-right-radius property in pixels.
setBorderTopRightRadius(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-right-radius property in pixels.
setBorderTopRightRadius(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-right-radius property using a Units value.
setBorderTopRightRadius(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-right-radius property using a Units value.
setBorderTopRightRadius(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-right-radius property using a CSS unit value.
setBorderTopRightRadius(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-right-radius property using a CSS unit value.
setBorderTopRightRadius(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-right-radius property using a string value.
setBorderTopRightRadius(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-right-radius property using a string value.
setBorderTopRightRadius(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-right-radius property.
setBorderTopRightRadius(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-right-radius property.
setBorderTopStyle(BorderStyle) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-style property using a BorderStyle enum.
setBorderTopStyle(BorderStyle) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-style property using a BorderStyle enum.
setBorderTopStyle(BorderStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-style property.
setBorderTopStyle(BorderStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-style property.
setBorderTopStyle(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-style property using a string value.
setBorderTopStyle(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-style property using a string value.
setBorderTopStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-style property.
setBorderTopStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-style property.
setBorderTopWidth(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-width property using a pixel value.
setBorderTopWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-width property using a pixel value.
setBorderTopWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-width property in pixels.
setBorderTopWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-width property in pixels.
setBorderTopWidth(BorderWidth) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-width property using a BorderWidth enum.
setBorderTopWidth(BorderWidth) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-width property using a BorderWidth enum.
setBorderTopWidth(BorderWidth) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-width property.
setBorderTopWidth(BorderWidth) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-width property.
setBorderTopWidth(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-width property using a Units value.
setBorderTopWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-width property using a Units value.
setBorderTopWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-width property using a CSS unit value.
setBorderTopWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-width property using a CSS unit value.
setBorderTopWidth(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-top-width property using a string value.
setBorderTopWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-top-width property using a string value.
setBorderTopWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-top-width property.
setBorderTopWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-top-width property.
setBorderWidth(int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property for all sides using a pixel value.
setBorderWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property for all sides using a pixel value.
setBorderWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property in pixels.
setBorderWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property in pixels.
setBorderWidth(int, int, int, int) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property with individual pixel values for each side.
setBorderWidth(int, int, int, int) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property with individual pixel values for each side.
setBorderWidth(int, int, int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property using individual values for each side.
setBorderWidth(int, int, int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property using individual values for each side.
setBorderWidth(BorderWidth) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property for all sides using a BorderWidth enum.
setBorderWidth(BorderWidth) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property for all sides using a BorderWidth enum.
setBorderWidth(BorderWidth) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property.
setBorderWidth(BorderWidth) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property.
setBorderWidth(Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property for all sides using a Units value.
setBorderWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property for all sides using a Units value.
setBorderWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property using a CSS unit value.
setBorderWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property using a CSS unit value.
setBorderWidth(Units, Units, Units, Units) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property with individual Units values for each side.
setBorderWidth(Units, Units, Units, Units) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property with individual Units values for each side.
setBorderWidth(Units, Units, Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property using individual values for each side.
setBorderWidth(Units, Units, Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property using individual values for each side.
setBorderWidth(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property using a string value.
setBorderWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property using a string value.
setBorderWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property.
setBorderWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property.
setBorderWidth(String, String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS border-width property with individual string values for each side.
setBorderWidth(String, String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS border-width property with individual string values for each side.
setBorderWidth(String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS border-width property using individual values for each side.
setBorderWidth(String, String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS border-width property using individual values for each side.
setBottom(int) - Method in class com.oorian.css.CssRule
Sets the CSS bottom property using a pixel value.
setBottom(int) - Method in class com.oorian.css.CssStyle
Sets the CSS bottom property in pixels.
setBottom(int) - Method in class com.oorian.html.layout.Sticky
Sets the bottom offset for sticky positioning.
setBottom(int) - Method in class com.oorian.html.StyledElement
Sets the CSS bottom property in pixels.
setBottom(Units) - Method in class com.oorian.css.CssRule
Sets the CSS bottom property using a Units value.
setBottom(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS bottom property using a CSS unit value.
setBottom(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS bottom property using a CSS unit value.
setBottom(String) - Method in class com.oorian.css.CssRule
Sets the CSS bottom property using a string value.
setBottom(String) - Method in class com.oorian.css.CssStyle
Sets the CSS bottom property.
setBottom(String) - Method in class com.oorian.html.layout.Sticky
Sets the bottom offset for sticky positioning.
setBottom(String) - Method in class com.oorian.html.StyledElement
Sets the CSS bottom property.
setBottomBorder(String, String, String) - Method in class com.oorian.css.Border
Sets all properties for the bottom border.
setBottomColor(String) - Method in class com.oorian.css.Border
Sets the bottom border color.
setBottomStyle(String) - Method in class com.oorian.css.Border
Sets the bottom border style.
setBottomWidth(String) - Method in class com.oorian.css.Border
Sets the bottom border width.
setBoxShadow(int, int, int, int, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS box-shadow property with pixel values and Color object.
setBoxShadow(int, int, int, int, Color) - Method in class com.oorian.css.CssRule
Sets the CSS box-shadow property with pixel values and Color object.
setBoxShadow(int, int, int, int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS box-shadow property.
setBoxShadow(int, int, int, int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS box-shadow property.
setBoxShadow(BoxShadow) - Method in class com.oorian.css.CssRule
Sets the CSS box-shadow property from a BoxShadow builder.
setBoxShadow(BoxShadow) - Method in class com.oorian.css.CssStyle
Sets the CSS box-shadow property from a BoxShadow builder.
setBoxShadow(BoxShadow) - Method in class com.oorian.html.StyledElement
Sets the CSS box-shadow property from a BoxShadow builder.
setBoxShadow(Units, Units, Units, Units, Color) - Method in interface com.oorian.css.BorderIntf
Sets the CSS box-shadow property with Units values and Color object.
setBoxShadow(Units, Units, Units, Units, Color) - Method in class com.oorian.css.CssRule
Sets the CSS box-shadow property with Units values and Color object.
setBoxShadow(Units, Units, Units, Units, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS box-shadow property.
setBoxShadow(Units, Units, Units, Units, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS box-shadow property.
setBoxShadow(String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS box-shadow property using a string value.
setBoxShadow(String) - Method in class com.oorian.css.CssRule
Sets the CSS box-shadow property using a string value.
setBoxShadow(String) - Method in class com.oorian.css.CssStyle
Sets the CSS box-shadow property.
setBoxShadow(String) - Method in class com.oorian.html.StyledElement
Sets the CSS box-shadow property.
setBoxShadow(String, String, String, String, String) - Method in interface com.oorian.css.BorderIntf
Sets the CSS box-shadow property with separate string values.
setBoxShadow(String, String, String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS box-shadow property with separate string values.
setBoxShadow(String, String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS box-shadow property.
setBoxShadow(String, String, String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS box-shadow property.
setBoxSizing(BoxSizing) - Method in class com.oorian.css.CssRule
Sets the box-sizing property using an enum value.
setBoxSizing(BoxSizing) - Method in class com.oorian.css.CssStyle
Sets the box-sizing property using an enum value.
setBoxSizing(BoxSizing) - Method in class com.oorian.html.StyledElement
 
setBoxSizing(String) - Method in class com.oorian.css.CssRule
Sets the box-sizing property using a string value.
setBoxSizing(String) - Method in class com.oorian.css.CssStyle
Sets the box-sizing property using a string value.
setBoxSizing(String) - Method in class com.oorian.html.StyledElement
 
setBrand(Element<?>) - Method in class com.oorian.html.layout.NavbarLayout
Sets the brand/logo content.
setBreadcrumb(SchemaBreadcrumbList) - Method in class com.oorian.schema.SchemaWebPage
Sets the breadcrumb navigation for the page.
setBreakAfter(String) - Method in class com.oorian.css.CssRule
Sets the break-after property controlling page/column/region breaks after the element.
setBreakAfter(String) - Method in class com.oorian.css.CssStyle
Sets the CSS break-after property.
setBreakAfter(String) - Method in class com.oorian.html.StyledElement
Sets the CSS break-after property.
setBreakBefore(String) - Method in class com.oorian.css.CssRule
Sets the break-before property controlling page/column/region breaks before the element.
setBreakBefore(String) - Method in class com.oorian.css.CssStyle
Sets the CSS break-before property.
setBreakBefore(String) - Method in class com.oorian.html.StyledElement
Sets the CSS break-before property.
setBreakInside(String) - Method in class com.oorian.css.CssRule
Sets the break-inside property controlling page/column/region breaks inside the element.
setBreakInside(String) - Method in class com.oorian.css.CssStyle
Sets the CSS break-inside property.
setBreakInside(String) - Method in class com.oorian.html.StyledElement
Sets the CSS break-inside property.
setBrightness(float) - Method in class com.oorian.css.CssStyle
Sets the brightness() function within the CSS filter property.
setBrightness(float) - Method in class com.oorian.html.StyledElement
Sets the brightness() function within the CSS filter property.
setBruteForceProtection(BruteForceConfig) - Method in class com.oorian.Application
Configures brute-force protection for the application.
setCacheControl(CacheControl) - Method in class com.oorian.HttpFile
Sets the CacheControl policy for this file.
setCaption(Caption) - Method in class com.oorian.html.elements.Table
Sets the table caption, replacing any existing caption.
setCaption(String) - Method in class com.oorian.html.elements.Table
Sets the table caption with the specified text, replacing any existing caption.
setCaptionSide(CaptionSide) - Method in class com.oorian.css.CssRule
Sets the caption-side property using an enum value.
setCaptionSide(CaptionSide) - Method in class com.oorian.css.CssStyle
Sets the CSS caption-side property.
setCaptionSide(CaptionSide) - Method in class com.oorian.html.elements.Table
Sets the caption-side property using an enum value.
setCaptionSide(String) - Method in class com.oorian.css.CssRule
Sets the caption-side property using a string value.
setCaptionSide(String) - Method in class com.oorian.css.CssStyle
Sets the CSS caption-side property.
setCaptionSide(String) - Method in class com.oorian.html.elements.Table
Sets the caption-side property using a string value.
setCapture(String) - Method in class com.oorian.html.elements.FileInput
Sets the capture attribute for media capture on mobile devices.
setCapture(String) - Method in class com.oorian.html.elements.InputElement
Sets the capture attribute for media capture on mobile devices.
setCategoryGap(int) - Method in class com.oorian.html.layout.SettingsLayout
Sets the gap between category items in the sidebar.
setCategoryGap(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets the gap between category items in the sidebar.
setCellHeight(int, int) - Method in class com.oorian.html.containers.VPanel
Sets the height of a cell in pixels.
setCellHeight(int, String) - Method in class com.oorian.html.containers.VPanel
Sets the height of a cell using a CSS value.
setCellWidth(int, int) - Method in class com.oorian.html.containers.HPanel
Sets the width of a cell in pixels.
setCellWidth(int, String) - Method in class com.oorian.html.containers.HPanel
Sets the width of a cell using a CSS value.
setCenterBackground(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the center region background color.
setCenterPadding(int) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the center region.
setCenterPadding(String) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the center region.
setChangeOnEnter() - Method in class com.oorian.html.elements.EmailInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.NumberInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.SearchInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.TelephoneInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.TextInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.TimeInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.UrlInput
Enables input completion on Enter key press.
setChangeOnEnter() - Method in class com.oorian.html.elements.TextArea
Enables input completion on Enter key press.
setCharacterEncoding(String) - Method in class com.oorian.HttpFile
Sets the character encoding for the HTTP response.
setCharacterEncoding(String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
setCharacterEncoding(String) - Method in interface com.oorian.OorianHttpResponse
Sets the character encoding of the response.
setCharacterEncoding(String) - Method in class com.oorian.test.TestHttpResponse
 
setCharacterEncoding(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the character encoding.
setCharset(String) - Method in class com.oorian.apis.ApiHttpRequest
Sets the character encoding for this request.
setCharset(String) - Method in class com.oorian.html.elements.Meta
Sets the character encoding for the document.
setCharset(String) - Method in class com.oorian.html.elements.Script
Deprecated.
The charset attribute is obsolete. Use UTF-8 encoding for scripts.
setCharset(String) - Method in class com.oorian.html.HtmlTemplatePage
Sets the character encoding used when reading the template file.
setChecked(boolean) - Method in class com.oorian.html.elements.Checkbox
Sets the checked state of this checkbox.
setChecked(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the checked boolean attribute.
setChecked(boolean) - Method in class com.oorian.html.elements.RadioButton
Sets the checked state of this radio button.
setCheckedStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :checked pseudo-class.
setCheckedStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :checked pseudo-class from a CSS string.
setCite(String) - Method in class com.oorian.html.elements.Blockquote
Sets the URL of the source of the quotation.
setCite(String) - Method in class com.oorian.html.elements.Del
Sets a URL to a document explaining why the text was deleted.
setCite(String) - Method in class com.oorian.html.elements.Ins
Sets a URL to a document explaining why the text was inserted.
setCite(String) - Method in class com.oorian.html.elements.Q
Sets the URL of the source of the quotation.
setClass(String) - Method in class com.oorian.html.StyledElement
Sets the CSS class attribute for this element.
setClear(Clear) - Method in class com.oorian.css.CssRule
Sets the CSS clear property using a Clear enum value.
setClear(Clear) - Method in class com.oorian.css.CssStyle
Sets the CSS clear property.
setClear(Clear) - Method in class com.oorian.html.StyledElement
Sets the CSS clear property.
setClear(String) - Method in class com.oorian.css.CssRule
Sets the CSS clear property using a string value.
setClear(String) - Method in class com.oorian.css.CssStyle
Sets the CSS clear property.
setClear(String) - Method in class com.oorian.html.StyledElement
Sets the CSS clear property.
setClientInterval(HtmlPage, String, long) - Static method in class com.oorian.html.js.TimerApi
Executes JavaScript code repeatedly at a fixed interval.
setClientInterval(String, long) - Method in class com.oorian.html.HtmlPage
Executes JavaScript code repeatedly at a fixed interval on the client.
setClientInterval(String, long) - Static method in class com.oorian.html.js.TimerApi
Executes JavaScript code repeatedly at a fixed interval using the current page context.
setClientTimeout(HtmlPage, String, long) - Static method in class com.oorian.html.js.TimerApi
Executes JavaScript code after a delay.
setClientTimeout(String, long) - Method in class com.oorian.html.HtmlPage
Executes JavaScript code after a delay on the client.
setClientTimeout(String, long) - Static method in class com.oorian.html.js.TimerApi
Executes JavaScript code after a delay using the current page context.
setClip(String) - Method in class com.oorian.css.CssRule
Sets the CSS clip property using a string value.
setClip(String) - Method in class com.oorian.css.CssStyle
Sets the CSS clip property.
setClip(String) - Method in class com.oorian.html.StyledElement
Sets the CSS clip property.
setClipPath(ClipPath) - Method in class com.oorian.css.CssRule
Sets the CSS clip-path property from a ClipPath builder.
setClipPath(ClipPath) - Method in class com.oorian.css.CssStyle
Sets the CSS clip-path property from a ClipPath builder.
setClipPath(ClipPath) - Method in class com.oorian.html.StyledElement
Sets the CSS clip-path property from a ClipPath builder.
setClipPath(String) - Method in class com.oorian.css.CssRule
Sets the clip-path property to define a clipping region for an element.
setClipPath(String) - Method in class com.oorian.css.CssStyle
Sets the CSS clip-path property.
setClipPath(String) - Method in class com.oorian.html.StyledElement
Sets the CSS clip-path property.
setCloseOnClickPane(boolean) - Method in class com.oorian.html.controls.dialog.Dialog
Sets whether clicking the glass pane closes the dialog.
setCloseOnClickPane(boolean) - Method in class com.oorian.html.controls.popup.ModalPopup
Sets whether clicking the glass pane closes the popup.
setColGap(int) - Method in class com.oorian.css.CssRule
Sets the column-gap property using a pixel value.
setColGap(int) - Method in class com.oorian.css.CssStyle
Sets the CSS column-gap property using a pixel value.
setColGap(int) - Method in class com.oorian.html.StyledElement
 
setColGap(String) - Method in class com.oorian.css.CssRule
Sets the column-gap property using a string value.
setColGap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-gap property using a string value.
setColGap(String) - Method in class com.oorian.html.StyledElement
 
setCollapseAt(Breakpoint) - Method in class com.oorian.html.layout.NavbarLayout
Sets the breakpoint at which the menu collapses to mobile view.
setColor(Color) - Method in class com.oorian.css.CssRule
Sets the color property (foreground text color) using a Color object.
setColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS color property using a Color object.
setColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS color property using a Color object.
setColor(String) - Method in class com.oorian.css.Border
Sets the color for all four sides.
setColor(String) - Method in class com.oorian.css.CssRule
Sets the color property (foreground text color) using a string value.
setColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS color property.
setColor(String) - Method in class com.oorian.html.components.Spinner
Sets the color of the spinning arc.
setColor(String) - Method in class com.oorian.html.layout.Divider
Sets the divider color.
setColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS color property.
setCols(int) - Method in class com.oorian.html.elements.TextArea
Sets the visible width of the textarea in average character widths.
setColSpan(int) - Method in class com.oorian.html.elements.TableCell
Sets the number of columns this cell should span.
setColumn(int) - Method in class com.oorian.html.layout.GridItem
Sets the starting column for this item (1-based).
setColumnCount(int) - Method in class com.oorian.css.CssRule
Sets the column-count property to a specific number of columns.
setColumnCount(int) - Method in class com.oorian.css.CssStyle
Sets the CSS column-count property.
setColumnCount(int) - Method in class com.oorian.html.StyledElement
Sets the CSS column-count property.
setColumnCount(String) - Method in class com.oorian.css.CssRule
Sets the column-count property using a string value.
setColumnCount(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-count property.
setColumnCount(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-count property.
setColumnFill(ColumnFill) - Method in class com.oorian.css.CssRule
Sets the column-fill property using an enum value.
setColumnFill(ColumnFill) - Method in class com.oorian.css.CssStyle
Sets the CSS column-fill property.
setColumnFill(ColumnFill) - Method in class com.oorian.html.StyledElement
Sets the CSS column-fill property.
setColumnFill(String) - Method in class com.oorian.css.CssRule
Sets the column-fill property using a string value.
setColumnFill(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-fill property.
setColumnFill(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-fill property.
setColumnGap(int) - Method in class com.oorian.html.layout.DocsLayout
Sets the gap between columns.
setColumnGap(String) - Method in class com.oorian.css.CssRule
Sets the column-gap property specifying the gap between columns.
setColumnGap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-gap property.
setColumnGap(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the gap between columns.
setColumnGap(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-gap property.
setColumnRange(int, int) - Method in class com.oorian.html.layout.GridItem
Sets the column start and end positions.
setColumnRule(String) - Method in class com.oorian.css.CssRule
Sets the column-rule shorthand property for rule width, style, and color.
setColumnRule(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule property.
setColumnRule(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule property.
setColumnRuleColor(Color) - Method in class com.oorian.css.CssRule
Sets the column-rule-color property using a Color object.
setColumnRuleColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule-color property using a Color object.
setColumnRuleColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule-color property using a Color object.
setColumnRuleColor(String) - Method in class com.oorian.css.CssRule
Sets the column-rule-color property using a string value.
setColumnRuleColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule-color property.
setColumnRuleColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule-color property.
setColumnRuleStyle(ColumnRuleStyle) - Method in class com.oorian.css.CssRule
Sets the column-rule-style property using an enum value.
setColumnRuleStyle(ColumnRuleStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule-style property.
setColumnRuleStyle(ColumnRuleStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule-style property.
setColumnRuleStyle(String) - Method in class com.oorian.css.CssRule
Sets the column-rule-style property using a string value.
setColumnRuleStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule-style property.
setColumnRuleStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule-style property.
setColumnRuleWidth(ColumnRuleWidth) - Method in class com.oorian.css.CssRule
Sets the column-rule-width property using an enum value.
setColumnRuleWidth(ColumnRuleWidth) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule-width property.
setColumnRuleWidth(ColumnRuleWidth) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule-width property.
setColumnRuleWidth(String) - Method in class com.oorian.css.CssRule
Sets the column-rule-width property using a string value.
setColumnRuleWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-rule-width property.
setColumnRuleWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-rule-width property.
setColumns(int) - Method in class com.oorian.html.layout.ComposableLayout
Sets the number of equal-width columns.
setColumns(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the number of columns in the feature grid.
setColumns(int) - Method in class com.oorian.html.layout.Grid
Sets the number of equal-width columns using repeat(n, 1fr).
setColumns(int, int) - Method in class com.oorian.css.CssRule
Sets the columns shorthand property with column count and width in pixels.
setColumns(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS columns property.
setColumns(int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS columns property.
setColumns(int, Units) - Method in class com.oorian.css.CssRule
Sets the columns shorthand property with column count and width as Units.
setColumns(int, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS columns property.
setColumns(int, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS columns property.
setColumns(ResponsiveValue<Integer>) - Method in class com.oorian.html.layout.Grid
Sets responsive column counts that vary by breakpoint.
setColumns(String) - Method in class com.oorian.css.CssRule
Sets the columns shorthand property for column-width and column-count.
setColumns(String) - Method in class com.oorian.css.CssStyle
Sets the CSS columns property.
setColumns(String) - Method in class com.oorian.html.layout.Grid
Sets the grid columns using a custom template string.
setColumns(String) - Method in class com.oorian.html.StyledElement
Sets the CSS columns property.
setColumnSpan(String) - Method in class com.oorian.css.CssRule
Sets the column-span property specifying how many columns an element spans.
setColumnSpan(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-span property.
setColumnSpan(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-span property.
setColumnWidth(int) - Method in class com.oorian.css.CssRule
Sets the column-width property using a pixel value.
setColumnWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS column-width property in pixels.
setColumnWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS column-width property in pixels.
setColumnWidth(Units) - Method in class com.oorian.css.CssRule
Sets the column-width property using a Units object.
setColumnWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS column-width property using a CSS unit value.
setColumnWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS column-width property using a CSS unit value.
setColumnWidth(String) - Method in class com.oorian.css.CssRule
Sets the column-width property using a string value.
setColumnWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS column-width property.
setColumnWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS column-width property.
setCommunicationMode(CommunicationMode) - Method in class com.oorian.html.HtmlPage
Sets the asynchronous communication mode for this page.
setComponent(String) - Method in class com.oorian.html.Element
Sets the data-component attribute to identify this element as a custom component in the DOM.
setConnectTimeout(int) - Method in class com.oorian.apis.ApiHttpRequest
Sets the connection timeout in milliseconds.
setConsumeEvent(boolean) - Method in class com.oorian.html.VisualElement
Sets whether this element should consume (stop propagation of) events.
setContent(CssStyleSheet) - Method in class com.oorian.html.elements.Style
Sets the CSS content of this style element using a stylesheet object.
setContent(Element<?>) - Method in class com.oorian.html.layout.AccordionItem
Sets the content element.
setContent(Element<?>) - Method in class com.oorian.html.layout.MediaLayout
Sets the content element (text, description, etc.).
setContent(Element<?>) - Method in class com.oorian.html.layout.Tab
Sets the tab content.
setContent(String) - Method in class com.oorian.html.elements.Meta
Sets the content value for this meta element.
setContent(String) - Method in class com.oorian.html.elements.Style
Sets the CSS content of this style element using a string.
setContent(String) - Method in class com.oorian.xml.CData
Sets the CDATA content.
setContent(String) - Method in class com.oorian.xml.Comment
Sets the comment content.
setContentBackground(String) - Method in class com.oorian.html.layout.AccordionItem
Sets the content background color.
setContentBackground(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the content area background color.
setContentBackground(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the content background color.
setContentBackground(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets the content panel background color.
setContentBackground(String) - Method in class com.oorian.html.layout.SplitNavLayout
Sets the content pane background color.
setContentBackground(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets background color for the content area.
setContentBackground(String) - Method in class com.oorian.html.layout.WizardLayout
Sets the content area background color.
setContentClass(String) - Method in class com.oorian.html.controls.dialog.Dialog
Sets the CSS class for the content area element.
setContentClass(String) - Method in class com.oorian.html.controls.popup.ModalPopup
Sets the CSS class for the content area element.
setContentEditable(boolean) - Method in class com.oorian.html.VisualElement
Sets the contenteditable attribute.
setContentGap(int) - Method in class com.oorian.html.layout.AppShellLayout
Sets the gap between sidebar and content.
setContentGap(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the gap between sidebar and content.
setContentLength(int) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
setContentLength(int) - Method in interface com.oorian.OorianHttpResponse
Sets the content length of the response body.
setContentLength(int) - Method in class com.oorian.test.TestHttpResponse
 
setContentLength(int) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the content length.
setContentMaxWidth(int) - Method in class com.oorian.html.layout.WizardLayout
Sets the maximum width for centered content.
setContentMaxWidth(String) - Method in class com.oorian.html.layout.DocsLayout
Sets a maximum width for the content area.
setContentMaxWidth(String) - Method in class com.oorian.html.layout.WizardLayout
Sets the maximum width for centered content.
setContentPadding(int) - Method in class com.oorian.html.layout.AccordionItem
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.AppShellLayout
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.DashboardLayout
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.DocsLayout
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets padding for the content container.
setContentPadding(int) - Method in class com.oorian.html.layout.ErrorLayout
Sets padding for the content container.
setContentPadding(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.LoadingLayout
Sets padding for the content container.
setContentPadding(int) - Method in class com.oorian.html.layout.SettingsLayout
Sets padding for the content panel.
setContentPadding(int) - Method in class com.oorian.html.layout.SplitNavLayout
Sets padding for the content pane.
setContentPadding(int) - Method in class com.oorian.html.layout.StoryLayout
Sets padding for the sections container.
setContentPadding(int) - Method in class com.oorian.html.layout.Tab
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.TabbedLayout
Sets padding for the content area.
setContentPadding(int) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the content container.
setContentPadding(String) - Method in class com.oorian.html.layout.AccordionItem
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.DashboardLayout
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.DocsLayout
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets padding for the content container.
setContentPadding(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets padding for the content container.
setContentPadding(String) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets padding for the content container.
setContentPadding(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets padding for the content panel.
setContentPadding(String) - Method in class com.oorian.html.layout.SplitNavLayout
Sets padding for the content pane.
setContentPadding(String) - Method in class com.oorian.html.layout.StoryLayout
Sets padding for the sections container.
setContentPadding(String) - Method in class com.oorian.html.layout.Tab
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets padding for the content area.
setContentPadding(String) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the content container.
setContentSecurityPolicy(ContentSecurityPolicy) - Method in class com.oorian.Application
Sets an application-wide Content Security Policy that is applied as an HTTP response header to every request.
setContentSecurityPolicy(ContentSecurityPolicy) - Method in class com.oorian.html.elements.Head
Sets the Content Security Policy for the document via a <meta> element.
setContentSecurityPolicy(ContentSecurityPolicy, boolean) - Method in class com.oorian.Application
Sets an application-wide Content Security Policy with the option to use report-only mode.
setContentSecurityPolicyReportOnly(ContentSecurityPolicy) - Method in class com.oorian.html.elements.Head
Sets the Content Security Policy in report-only mode via a <meta> element.
setContentType(String) - Method in class com.oorian.apis.ApiHttpRequest
Sets the Content-Type header for this request.
setContentType(String) - Method in class com.oorian.apis.FileParameter
Sets the content type for this file parameter.
setContentType(String) - Method in class com.oorian.HttpFile
Sets the content type for the HTTP response.
setContentType(String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
setContentType(String) - Method in interface com.oorian.OorianHttpResponse
Sets the content type of the response.
setContentType(String) - Method in class com.oorian.test.TestHttpRequest
Sets the content type.
setContentType(String) - Method in class com.oorian.test.TestHttpResponse
 
setContentType(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the content type.
setContextPath(String) - Method in class com.oorian.test.TestAppContext
Sets the context path.
setContextPath(String) - Method in class com.oorian.test.TestHttpRequest
Sets the application context path.
setContextPath(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the context path.
setContrast(float) - Method in class com.oorian.css.CssStyle
Sets the contrast() function within the CSS filter property.
setContrast(float) - Method in class com.oorian.html.StyledElement
Sets the contrast() function within the CSS filter property.
setControls(boolean) - Method in class com.oorian.html.elements.Audio
Sets the controls boolean attribute.
setControls(boolean) - Method in class com.oorian.html.elements.Video
Sets the controls boolean attribute.
setCoords(String) - Method in class com.oorian.html.elements.Area
Sets the coordinates of the clickable area.
setCounterIncrement(String) - Method in interface com.oorian.css.CountersIntf
Sets the counter-increment property to increment CSS counters.
setCounterIncrement(String) - Method in class com.oorian.css.CssRule
Sets the counter-increment property to increment CSS counters.
setCounterIncrement(String) - Method in class com.oorian.css.CssStyle
Sets the CSS counter-increment property.
setCounterIncrement(String) - Method in class com.oorian.html.StyledElement
Sets the CSS counter-increment property.
setCounterReset(String) - Method in interface com.oorian.css.CountersIntf
Sets the counter-reset property to reset CSS counters to a value.
setCounterReset(String) - Method in class com.oorian.css.CssRule
Sets the counter-reset property to reset CSS counters to a value.
setCounterReset(String) - Method in class com.oorian.css.CssStyle
Sets the CSS counter-reset property.
setCounterReset(String) - Method in class com.oorian.html.StyledElement
Sets the CSS counter-reset property.
setCrossOrigin(CrossOrigin) - Method in class com.oorian.html.elements.Img
Sets the cross-origin attribute using the CrossOrigin enum.
setCrossOrigin(CrossOrigin) - Method in class com.oorian.html.elements.Link
Sets the cross-origin attribute using the CrossOrigin enum.
setCrossOrigin(CrossOrigin) - Method in class com.oorian.html.elements.Audio
Sets the cross-origin attribute using the CrossOrigin enum.
setCrossOrigin(CrossOrigin) - Method in class com.oorian.html.elements.Video
Sets the cross-origin attribute using the CrossOrigin enum.
setCrossOrigin(CrossOrigin) - Method in class com.oorian.html.elements.Script
Sets the cross-origin attribute using the CrossOrigin enum.
setCrossOrigin(String) - Method in class com.oorian.html.elements.Img
Sets the crossorigin attribute.
setCrossOrigin(String) - Method in class com.oorian.html.elements.Link
Sets the crossorigin attribute.
setCrossOrigin(String) - Method in class com.oorian.html.elements.Audio
Sets the crossorigin attribute.
setCrossOrigin(String) - Method in class com.oorian.html.elements.Video
Sets the crossorigin attribute.
setCrossOrigin(String) - Method in class com.oorian.html.elements.Script
Sets the crossorigin attribute.
setCsrfProtectionEnabled(boolean) - Method in class com.oorian.Application
Enables or disables CSRF (Cross-Site Request Forgery) protection for the entire application.
setCsrfProtectionEnabled(boolean) - Method in class com.oorian.html.HtmlPage
Overrides the application-level CSRF protection setting for this specific page.
setCssText(String) - Method in class com.oorian.css.CssStyle
Parses a CSS text string and adds the properties to this style.
setCtaGap(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the gap between CTA buttons.
setCtaGap(String) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the gap between CTA buttons.
setCtaSpacing(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets spacing between the feature grid and CTA.
setCtaSpacing(String) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets spacing between the feature grid and CTA.
setCurrentPage(HtmlPage) - Method in class com.oorian.OorianSession
Sets the specified page as the current page.
setCurrentPage(String) - Method in class com.oorian.OorianSession
Sets the current page by its unique identifier and returns it.
setCursor(Cursor) - Method in class com.oorian.css.CssRule
Sets the cursor property using an enum value.
setCursor(Cursor) - Method in class com.oorian.css.CssStyle
Sets the cursor property using an enum value.
setCursor(Cursor) - Method in class com.oorian.html.StyledElement
 
setCursor(String) - Method in class com.oorian.css.CssRule
Sets the cursor property using a string value.
setCursor(String) - Method in class com.oorian.css.CssStyle
Sets the cursor property using a string value.
setCursor(String) - Method in class com.oorian.html.StyledElement
 
setData(String) - Method in class com.oorian.apis.RawDataRequest
Sets the raw string data to send in the request body.
setData(String) - Method in class com.oorian.html.elements.Object
Sets the URL of the resource to embed.
setDateModified(String) - Method in class com.oorian.schema.SchemaArticle
Sets the date the article was last modified (ISO 8601 format).
setDateModified(String) - Method in class com.oorian.schema.SchemaWebPage
Sets the date the page was last modified (ISO 8601 format).
setDatePublished(String) - Method in class com.oorian.schema.SchemaArticle
Sets the date the article was first published (ISO 8601 format).
setDatePublished(String) - Method in class com.oorian.schema.SchemaWebPage
Sets the date the page was first published (ISO 8601 format).
setDateTime(String) - Method in class com.oorian.html.elements.Del
Sets the date and time when the text was deleted.
setDateTime(String) - Method in class com.oorian.html.elements.Ins
Sets the date and time when the text was inserted.
setDateTime(String) - Method in class com.oorian.html.elements.Time
Sets the machine-readable datetime value for this time element.
setDebounce(int) - Method in class com.oorian.validation.AsyncValidatedInput
Sets the debounce delay for async validation.
setDebounce(int) - Method in class com.oorian.validation.validators.UniqueValidator
Sets the debounce delay in milliseconds.
setDecoding(String) - Method in class com.oorian.html.elements.Img
Sets the decoding hint for the image.
setDefault(boolean) - Method in class com.oorian.html.elements.Track
Sets whether this track should be enabled by default.
setDefaultAbsoluteTimeout(long) - Method in class com.oorian.Application
Sets the application-wide absolute session timeout.
setDefaultBundle(String) - Static method in class com.oorian.i18n.Messages
Sets the default bundle name for Messages.get(String, Object...) lookups.
setDefaultCommunicationMode(CommunicationMode) - Method in class com.oorian.Application
Sets the default communication mode for all pages in the application.
setDefaultErrorPage(Class) - Method in class com.oorian.Application
Registers a default error page used when no status-code-specific error page is found.
setDefaultIdleTimeout(long) - Method in class com.oorian.Application
Sets the application-wide idle session timeout.
setDefaultLocale(Locale) - Static method in class com.oorian.i18n.LocaleConfiguration
Sets the application's default locale.
setDefaultPollInterval(long) - Method in class com.oorian.Application
Sets the default poll interval for AJAX_ONLY mode.
setDefaultRateLimit(int, long) - Method in class com.oorian.Application
Sets the application-wide default rate limit for requests per session.
setDefer(boolean) - Method in class com.oorian.html.elements.Script
Sets whether the script should be deferred until the document is parsed.
setDelay(long) - Method in class com.oorian.css.animations.Animation
Sets the delay before the animation starts.
setDescription(Element) - Method in class com.oorian.html.elements.InputElement
Associates this input with an element providing additional description.
setDescription(Element<?>) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the description content (class description, overview, etc.).
setDescription(String) - Method in class com.oorian.html.elements.Head
Sets the description meta tag for search engine optimization.
setDescription(String) - Method in class com.oorian.html.HtmlPage
Sets the meta description for search engine optimization.
setDescription(String) - Method in class com.oorian.schema.SchemaArticle
Sets a description/summary of the article.
setDescription(String) - Method in class com.oorian.schema.SchemaOrganization
Sets a description of the organization.
setDescription(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets a description of the software application.
setDescription(String) - Method in class com.oorian.schema.SchemaWebPage
Sets a description of the web page.
setDescription(String) - Method in class com.oorian.schema.SchemaWebSite
Sets a description of the website.
setDescriptionColor(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the description text color.
setDescriptionSpacing(int) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets spacing below the description.
setDescriptionSpacing(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets spacing below the description.
setDetailBackground(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the detail pane background color.
setDetailBackground(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the detail background color.
setDetailItemGap(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the gap between detail items.
setDetailPadding(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets padding for the detail pane.
setDetailPadding(int) - Method in class com.oorian.html.layout.ReferenceLayout
Sets padding for the detail area.
setDetailPadding(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets padding for the detail pane.
setDetailPadding(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets padding for the detail area.
setDevMode(boolean) - Method in class com.oorian.Application
Enables or disables development mode for the application.
setDir(TextDirection) - Method in class com.oorian.html.HtmlPage
Sets the text direction for the document.
setDir(TextDirection) - Method in class com.oorian.html.Element
Sets the text direction for the element using a TextDirection enum value.
setDir(TextDirection) - Method in class com.oorian.html.elements.Bdo
Sets the text direction for this element.
setDir(TextDirection) - Method in class com.oorian.html.elements.Html
Sets the text direction for the element using a TextDirection enum value.
setDir(String) - Method in class com.oorian.html.Element
Sets the dir attribute for text directionality.
setDir(String) - Method in class com.oorian.html.elements.Bdo
Sets the text direction for this element.
setDir(String) - Method in class com.oorian.html.HtmlPage
Sets the text direction for the document using a string value.
setDir(String) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets the text direction.
setDirection(AnimationDirection) - Method in class com.oorian.css.animations.Animation
Sets the animation direction.
setDirection(TextDirection) - Method in class com.oorian.css.CssRule
Sets the direction property using an enum value for text direction.
setDirection(TextDirection) - Method in class com.oorian.css.CssStyle
Sets the CSS direction property.
setDirection(TextDirection) - Method in class com.oorian.html.StyledElement
Sets the CSS direction property.
setDirection(Direction) - Method in class com.oorian.css.transitions.Slide
Sets the slide direction.
setDirection(String) - Method in class com.oorian.css.CssRule
Sets the direction property using a string value for text direction.
setDirection(String) - Method in class com.oorian.css.CssStyle
Sets the CSS direction property.
setDirection(String) - Method in class com.oorian.html.StyledElement
Sets the CSS direction property.
setDirName(String) - Method in class com.oorian.html.elements.InputElement
Sets the dirname attribute for text directionality submission.
setDisabled(boolean) - Method in class com.oorian.html.elements.Button
Sets the disabled boolean attribute.
setDisabled(boolean) - Method in class com.oorian.html.elements.Fieldset
Sets the disabled boolean attribute.
setDisabled(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the disabled boolean attribute.
setDisabled(boolean) - Method in class com.oorian.html.elements.Link
Sets the disabled boolean attribute.
setDisabled(boolean) - Method in class com.oorian.html.elements.OptGroup
Sets the disabled boolean attribute.
setDisabled(boolean) - Method in class com.oorian.html.elements.Option
Sets the disabled boolean attribute.
setDisabled(boolean) - Method in class com.oorian.html.VisualElement
Sets the disabled boolean attribute.
setDisabledStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :disabled pseudo-class.
setDisabledStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS style applied when the element is disabled (:disabled).
setDisabledStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :disabled pseudo-class from a CSS string.
setDisplay(Display) - Method in class com.oorian.css.CssRule
Sets the CSS display property using a Display enum value.
setDisplay(Display) - Method in class com.oorian.css.CssStyle
Sets the CSS display property.
setDisplay(Display) - Method in class com.oorian.html.StyledElement
Sets the CSS display property.
setDisplay(String) - Method in class com.oorian.css.CssRule
Sets the CSS display property using a string value.
setDisplay(String) - Method in class com.oorian.css.CssStyle
Sets the CSS display property.
setDisplay(String) - Method in class com.oorian.html.StyledElement
Sets the CSS display property.
setDisplayText(StyledElement<?>, String) - Static method in class com.oorian.validation.ValidatedInput
 
setDistance(String) - Method in class com.oorian.css.transitions.Slide
Sets the slide distance as a CSS length value.
setDividerColor(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the divider color.
setDividerThickness(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the divider thickness.
setDomain(String) - Method in class com.oorian.OorianCookie
Sets the domain for which the cookie is valid.
setDownload(String) - Method in class com.oorian.html.elements.A
Sets the download attribute.
setDownload(String) - Method in class com.oorian.html.elements.Area
Sets the download attribute.
setDownloadUrl(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the download URL for the software.
setDraggable(boolean) - Method in class com.oorian.html.VisualElement
Sets whether this element is draggable and registers the Oorian drag event handlers.
setDropAllowed(boolean) - Method in class com.oorian.html.VisualElement
Sets whether this element accepts dropped items and registers the Oorian drop event handlers.
setDroppedElement(Element) - Method in class com.oorian.messaging.events.client.DropEvent
Sets the element that was dropped.
setDuration(float) - Method in class com.oorian.css.animations.Animation
Sets an exact duration in seconds, overriding the speed scale.
setDuration(float) - Method in class com.oorian.css.transitions.Transition
Sets an exact duration in seconds, overriding the speed scale.
setEastBackground(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the east region background color.
setEastPadding(int) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the east region.
setEastPadding(String) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the east region.
setEastWidth(int) - Method in class com.oorian.html.layout.RegionLayout
Sets the east region width.
setEastWidth(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the east region width.
setEdgeThreshold(int) - Method in class com.oorian.html.containers.DropPanel
Sets the edge threshold distance for triggering auto-scroll during drag operations.
setElement(Element) - Method in class com.oorian.html.ContainerElement
 
setElement(Element) - Method in class com.oorian.html.containers.GlassPane
 
setElement(Element) - Method in class com.oorian.html.containers.HPanel
Replaces the content of this panel with the specified element.
setElement(Element) - Method in class com.oorian.html.containers.VPanel
Replaces the content of this panel with the specified element.
setElement(Element) - Method in class com.oorian.html.Element
Replaces all child elements with a single child element.
setElement(Element) - Method in class com.oorian.html.PhrasingContentElement
Replaces all child elements with a single child element.
setElement(Element) - Method in class com.oorian.html.StyledContainerElement
 
setElement(String) - Method in class com.oorian.css.CssSelector
Sets the HTML element type for this selector.
setElementId(String) - Method in class com.oorian.messaging.commands.Command
Sets the ID of the DOM element associated with this command.
setEmail(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the contact email address.
setEmptyCells(EmptyCells) - Method in class com.oorian.css.CssRule
Sets the empty-cells property using an enum value.
setEmptyCells(EmptyCells) - Method in class com.oorian.css.CssStyle
Sets the CSS empty-cells property.
setEmptyCells(EmptyCells) - Method in class com.oorian.html.elements.Table
Sets the empty-cells property using an enum value.
setEmptyCells(String) - Method in class com.oorian.css.CssRule
Sets the empty-cells property using a string value.
setEmptyCells(String) - Method in class com.oorian.css.CssStyle
Sets the CSS empty-cells property.
setEmptyCells(String) - Method in class com.oorian.html.elements.Table
Sets the empty-cells property using a string value.
setEmptyStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :empty pseudo-class.
setEmptyStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :empty pseudo-class from a CSS string.
setEnableCsrfProtection(boolean) - Method in class com.oorian.html.HtmlPage
setEnabled(boolean) - Static method in class com.oorian.security.AccessLogger
Enables or disables access logging.
setEnabled(boolean) - Static method in class com.oorian.security.SecurityAuditLog
Enables or disables security audit logging.
setEnabledStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :enabled pseudo-class.
setEnabledStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :enabled pseudo-class from a CSS string.
setEnableHighAccuracy(boolean) - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Sets whether to request high accuracy positioning.
setEncoding(String) - Method in class com.oorian.xml.XmlDocument
Sets the XML encoding declaration.
setEncType(FormEncoding) - Method in class com.oorian.html.elements.Form
Sets the encoding type for form data submission using the FormEncoding enum.
setEncType(String) - Method in class com.oorian.html.elements.Form
Sets the encoding type for form data submission.
setEnterKeyHint(String) - Method in class com.oorian.html.VisualElement
Sets the enterkeyhint attribute.
setErrorDisplay(Element) - Method in class com.oorian.html.elements.InputElement
Sets up an accessible error display for this input.
setErrorPage(int, Class) - Method in class com.oorian.Application
Registers a custom error page for a specific HTTP status code.
setExceptionHandler(ExceptionHandler) - Method in class com.oorian.Application
Registers a centralized exception handler for the application.
setExpanded(boolean) - Method in class com.oorian.html.components.TreeGroup
Sets whether the group is initially expanded.
setExpanded(boolean) - Method in class com.oorian.html.layout.AccordionItem
Sets whether this item starts expanded.
setFallbackImage(String, String) - Method in class com.oorian.html.elements.Picture
Sets the fallback image for the picture element.
setFallbackImage(String, String, int) - Method in class com.oorian.html.elements.Picture
Sets the fallback image with additional width specification.
setFallbackImage(String, String, String) - Method in class com.oorian.html.elements.Picture
Sets the fallback image with CSS width specification.
setFamily(FontFamily) - Method in class com.oorian.css.Font
Sets the font family from a FontFamily enum.
setFamily(String) - Method in class com.oorian.css.Font
Sets the font family by name.
setFetchPriority(String) - Method in class com.oorian.html.elements.Link
Sets the fetchpriority attribute.
setFetchPriority(String) - Method in class com.oorian.html.elements.Script
Sets the fetchpriority attribute.
setFileUploadConfig(FileUploadConfig) - Method in class com.oorian.Application
Sets the file upload security configuration.
setFillMode(AnimationFillMode) - Method in class com.oorian.css.animations.Animation
Sets the animation fill mode.
setFilter(Filter) - Method in class com.oorian.css.CssRule
Sets the CSS filter property from a Filter builder.
setFilter(Filter) - Method in class com.oorian.css.CssStyle
Sets the CSS filter property from a Filter builder.
setFilter(Filter) - Method in class com.oorian.html.StyledElement
Sets the CSS filter property from a Filter builder.
setFilter(String) - Method in class com.oorian.css.CssRule
Sets the filter property to apply graphical effects like blur, brightness, or contrast.
setFilter(String) - Method in class com.oorian.css.CssStyle
Sets the CSS filter property.
setFilter(String) - Method in class com.oorian.html.StyledElement
Sets the CSS filter property.
setFilterInput(Element<?>) - Method in class com.oorian.html.components.FilterableTree
Sets the filter input element.
setFilterInputId(String) - Method in class com.oorian.html.components.FilterableTree
Sets the filter input element by its ID.
setFilterOpacity(float) - Method in class com.oorian.css.CssStyle
Sets the opacity() function within the CSS filter property.
setFilterOpacity(float) - Method in class com.oorian.html.StyledElement
Sets the opacity() function within the CSS filter property.
setFilterText(String) - Method in class com.oorian.html.components.TreeItem
Sets the filter text for the item.
setFirstChildStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :first-child pseudo-class.
setFirstChildStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :first-child pseudo-class from a CSS string.
setFirstLetterStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the ::first-letter pseudo-element.
setFirstLetterStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the ::first-letter pseudo-element from a CSS string.
setFirstLineStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the ::first-line pseudo-element.
setFirstLineStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the ::first-line pseudo-element from a CSS string.
setFirstOfTypeStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :first-of-type pseudo-class.
setFirstOfTypeStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :first-of-type pseudo-class from a CSS string.
setFlex(String) - Method in class com.oorian.css.CssRule
Sets the flex shorthand property for flex-grow, flex-shrink, and flex-basis.
setFlex(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex property.
setFlex(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex property.
setFlexBasis(String) - Method in class com.oorian.css.CssRule
Sets the flex-basis property specifying the initial main size of a flex item.
setFlexBasis(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-basis property.
setFlexBasis(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-basis property.
setFlexDirection(FlexDirection) - Method in class com.oorian.css.CssRule
Sets the flex-direction property using an enum value.
setFlexDirection(FlexDirection) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-direction property.
setFlexDirection(FlexDirection) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-direction property.
setFlexDirection(String) - Method in class com.oorian.css.CssRule
Sets the flex-direction property using a string value.
setFlexDirection(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-direction property.
setFlexDirection(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-direction property.
setFlexFlow(String) - Method in class com.oorian.css.CssRule
Sets the flex-flow shorthand property for flex-direction and flex-wrap.
setFlexFlow(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-flow property.
setFlexFlow(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-flow property.
setFlexGrow(int) - Method in class com.oorian.css.CssRule
Sets the flex-grow property using an integer value.
setFlexGrow(int) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-grow property.
setFlexGrow(int) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-grow property.
setFlexGrow(String) - Method in class com.oorian.css.CssRule
Sets the flex-grow property using a string value.
setFlexGrow(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-grow property.
setFlexGrow(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-grow property.
setFlexShrink(int) - Method in class com.oorian.css.CssRule
Sets the flex-shrink property using an integer value.
setFlexShrink(int) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-shrink property using an integer value.
setFlexShrink(int) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-shrink property.
setFlexShrink(String) - Method in class com.oorian.css.CssRule
Sets the flex-shrink property using a string value.
setFlexShrink(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-shrink property.
setFlexShrink(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-shrink property.
setFlexWrap(FlexWrap) - Method in class com.oorian.css.CssRule
Sets the flex-wrap property using an enum value.
setFlexWrap(FlexWrap) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-wrap property.
setFlexWrap(FlexWrap) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-wrap property.
setFlexWrap(String) - Method in class com.oorian.css.CssRule
Sets the flex-wrap property using a string value.
setFlexWrap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS flex-wrap property.
setFlexWrap(String) - Method in class com.oorian.html.StyledElement
Sets the CSS flex-wrap property.
setFlipAxis(String) - Method in class com.oorian.css.animations.Flip
Sets the axis around which the element flips.
setFloat(Float) - Method in class com.oorian.css.CssRule
Sets the CSS float property using a Float enum value.
setFloat(Float) - Method in class com.oorian.css.CssStyle
Sets the CSS float property.
setFloat(Float) - Method in class com.oorian.html.StyledElement
Sets the CSS float property.
setFloat(String) - Method in class com.oorian.css.CssRule
Sets the CSS float property using a string value.
setFloat(String) - Method in class com.oorian.css.CssStyle
Sets the CSS float property.
setFloat(String) - Method in class com.oorian.html.StyledElement
Sets the CSS float property.
setFocus() - Method in class com.oorian.html.VisualElement
Sets focus on this element.
SetFocusAndSelectCommand - Class in com.oorian.messaging.commands
Command that sets focus on an input element and selects all of its text content.
SetFocusAndSelectCommand(String) - Constructor for class com.oorian.messaging.commands.SetFocusAndSelectCommand
Creates a SetFocusAndSelectCommand for the specified element.
SetFocusAndValueCommand - Class in com.oorian.messaging.commands
Command that sets focus on an input element and assigns it a new value.
SetFocusAndValueCommand(String, String) - Constructor for class com.oorian.messaging.commands.SetFocusAndValueCommand
Creates a SetFocusAndValueCommand for the specified element and value.
SetFocusCommand - Class in com.oorian.messaging.commands
Command to set keyboard focus on a specific DOM element.
SetFocusCommand(String) - Constructor for class com.oorian.messaging.commands.SetFocusCommand
Constructs a new SetFocusCommand to set focus on the specified element.
setFocusStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :focus pseudo-class.
setFocusStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS style applied when the element has focus (:focus).
setFocusStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :focus pseudo-class from a CSS string.
setFocusVisibleStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :focus-visible pseudo-class.
setFocusVisibleStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS style applied when focus should be visibly indicated (:focus-visible).
setFocusVisibleStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :focus-visible pseudo-class from a CSS string.
setFont(Font) - Method in class com.oorian.css.CssRule
Sets the font shorthand property from a Font object.
setFont(Font) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(Font) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(FontFamily, float) - Method in class com.oorian.css.CssRule
Sets the font with FontFamily enum and size in points.
setFont(FontFamily, float) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(FontFamily, float) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(FontFamily, float, FontWeight) - Method in class com.oorian.css.CssRule
Sets the font with FontFamily, size in points, and FontWeight.
setFont(FontFamily, float, FontWeight) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(FontFamily, float, FontWeight) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(FontFamily, Units) - Method in class com.oorian.css.CssRule
Sets the font with FontFamily enum and Units for size.
setFont(FontFamily, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(FontFamily, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(FontFamily, Units, FontWeight) - Method in class com.oorian.css.CssRule
Sets the font with FontFamily, Units size, and FontWeight.
setFont(FontFamily, Units, FontWeight) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(FontFamily, Units, FontWeight) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String) - Method in class com.oorian.css.CssRule
Sets the font shorthand property from a CSS value string.
setFont(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String, float) - Method in class com.oorian.css.CssRule
Sets the font with family name and size in points.
setFont(String, float) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String, float) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String, float, FontWeight) - Method in class com.oorian.css.CssRule
Sets the font with family name, size in points, and FontWeight.
setFont(String, float, FontWeight) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String, float, FontWeight) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String, Units) - Method in class com.oorian.css.CssRule
Sets the font with family name and Units for size.
setFont(String, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String, Units, FontWeight) - Method in class com.oorian.css.CssRule
Sets the font with family name, Units size, and FontWeight.
setFont(String, Units, FontWeight) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String, Units, FontWeight) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String, String) - Method in class com.oorian.css.CssRule
Sets the font with family and size as strings.
setFont(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFont(String, String, String) - Method in class com.oorian.css.CssRule
Sets the font with family, size, and weight as strings.
setFont(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS font property.
setFont(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS font property.
setFontFace(String) - Method in class com.oorian.css.CssRule
Sets the @font-face at-rule for custom font definitions.
setFontFace(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-face property.
setFontFace(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-face property.
setFontFamily(FontFamily) - Method in class com.oorian.css.CssRule
Sets the font-family property from a FontFamily enum.
setFontFamily(FontFamily) - Method in class com.oorian.css.CssStyle
Sets the CSS font-family property.
setFontFamily(FontFamily) - Method in class com.oorian.html.StyledElement
Sets the CSS font-family property.
setFontFamily(String) - Method in class com.oorian.css.CssRule
Sets the font-family property from a CSS value string.
setFontFamily(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-family property.
setFontFamily(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-family property.
setFontFeatureSettings(String) - Method in class com.oorian.css.CssRule
Sets the font-feature-settings property for OpenType features.
setFontFeatureSettings(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-feature-settings property.
setFontFeatureSettings(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-feature-settings property.
setFontKerning(String) - Method in class com.oorian.css.CssRule
Sets the font-kerning property for kerning control.
setFontKerning(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-kerning property.
setFontKerning(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-kerning property.
setFontLanguageOverride(String) - Method in class com.oorian.css.CssRule
Sets the font-language-override property for language-specific glyphs.
setFontLanguageOverride(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-language-override property.
setFontLanguageOverride(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-language-override property.
setFontSize(float) - Method in class com.oorian.css.CssRule
Sets the font-size property in points.
setFontSize(float) - Method in class com.oorian.css.CssStyle
Sets the CSS font-size property.
setFontSize(float) - Method in class com.oorian.html.StyledElement
Sets the CSS font-size property.
setFontSize(Units) - Method in class com.oorian.css.CssRule
Sets the font-size property using Units.
setFontSize(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS font-size property using a CSS unit value.
setFontSize(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS font-size property using a CSS unit value.
setFontSize(String) - Method in class com.oorian.css.CssRule
Sets the font-size property from a CSS value string.
setFontSize(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-size property.
setFontSize(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-size property.
setFontSizeAdjust(String) - Method in class com.oorian.css.CssRule
Sets the font-size-adjust property for aspect ratio preservation.
setFontSizeAdjust(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-size-adjust property.
setFontSizeAdjust(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-size-adjust property.
setFontStretch(FontStretch) - Method in class com.oorian.css.CssRule
Sets the font-stretch property from a FontStretch enum.
setFontStretch(FontStretch) - Method in class com.oorian.css.CssStyle
Sets the CSS font-stretch property.
setFontStretch(FontStretch) - Method in class com.oorian.html.StyledElement
Sets the CSS font-stretch property.
setFontStretch(String) - Method in class com.oorian.css.CssRule
Sets the font-stretch property from a CSS value string.
setFontStretch(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-stretch property.
setFontStretch(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-stretch property.
setFontStyle(FontStyle) - Method in class com.oorian.css.CssRule
Sets the font-style property from a FontStyle enum.
setFontStyle(FontStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS font-style property.
setFontStyle(FontStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS font-style property.
setFontStyle(String) - Method in class com.oorian.css.CssRule
Sets the font-style property from a CSS value string.
setFontStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-style property.
setFontStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-style property.
setFontSynthesis(String) - Method in class com.oorian.css.CssRule
Sets the font-synthesis property for synthesizing missing styles.
setFontSynthesis(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-synthesis property.
setFontSynthesis(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-synthesis property.
setFontVariant(FontVariant) - Method in class com.oorian.css.CssRule
Sets the font-variant property from a FontVariant enum.
setFontVariant(FontVariant) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant property.
setFontVariant(FontVariant) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant property.
setFontVariant(String) - Method in class com.oorian.css.CssRule
Sets the font-variant property from a CSS value string.
setFontVariant(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant property.
setFontVariant(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant property.
setFontVariantAlternates(String) - Method in class com.oorian.css.CssRule
Sets the font-variant-alternates property for alternate glyphs.
setFontVariantAlternates(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant-alternates property.
setFontVariantAlternates(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant-alternates property.
setFontVariantCaps(String) - Method in class com.oorian.css.CssRule
Sets the font-variant-caps property for capital letter variants.
setFontVariantCaps(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant-caps property.
setFontVariantCaps(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant-caps property.
setFontVariantEastAsian(String) - Method in class com.oorian.css.CssRule
Sets the font-variant-east-asian property for East Asian glyph variants.
setFontVariantEastAsian(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant-east-asian property.
setFontVariantEastAsian(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant-east-asian property.
setFontVariantLigatures(String) - Method in class com.oorian.css.CssRule
Sets the font-variant-ligatures property for ligature control.
setFontVariantLigatures(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant-ligatures property.
setFontVariantLigatures(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant-ligatures property.
setFontVariantNumeric(String) - Method in class com.oorian.css.CssRule
Sets the font-variant-numeric property for numeric glyph variants.
setFontVariantNumeric(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant-numeric property.
setFontVariantNumeric(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant-numeric property.
setFontVariantPosition(String) - Method in class com.oorian.css.CssRule
Sets the font-variant-position property for subscript/superscript positioning.
setFontVariantPosition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-variant-position property.
setFontVariantPosition(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-variant-position property.
setFontWeight(FontWeight) - Method in class com.oorian.css.CssRule
Sets the font-weight property from a FontWeight enum.
setFontWeight(FontWeight) - Method in class com.oorian.css.CssStyle
Sets the CSS font-weight property.
setFontWeight(FontWeight) - Method in class com.oorian.html.StyledElement
Sets the CSS font-weight property.
setFontWeight(String) - Method in class com.oorian.css.CssRule
Sets the font-weight property from a CSS value string.
setFontWeight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS font-weight property.
setFontWeight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS font-weight property.
setFooterBackground(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the footer background color.
setFooterStyle(CssStyle) - Method in class com.oorian.html.elements.Table
Sets the style for the table footer section using a CssStyle object.
setFooterStyle(String) - Method in class com.oorian.html.elements.Table
Sets the CSS class for the table footer section.
setFor(String) - Method in class com.oorian.html.elements.Label
Sets the ID of the form control this label is associated with.
setFor(String) - Method in class com.oorian.html.elements.Output
Sets the element IDs that contribute to this output's value.
setForm(String) - Method in class com.oorian.html.elements.Button
Associates this element with a form element.
setForm(String) - Method in class com.oorian.html.elements.Fieldset
Associates this element with a form element.
setForm(String) - Method in class com.oorian.html.elements.InputElement
Associates this input with a form element.
setForm(String) - Method in class com.oorian.html.elements.Label
Associates this label with a form element.
setForm(String) - Method in class com.oorian.html.elements.Meter
Associates this meter with a form element.
setForm(String) - Method in class com.oorian.html.elements.Object
Associates this object with a form element.
setForm(String) - Method in class com.oorian.html.elements.Output
Associates this element with a form element.
setFormAction(String) - Method in class com.oorian.html.elements.Button
Overrides the form's action URL when this button is used to submit.
setFormAction(String) - Method in class com.oorian.html.elements.Fieldset
Sets the formaction attribute.
setFormAction(String) - Method in class com.oorian.html.elements.Output
Sets the formaction attribute.
setFormAction(String) - Method in class com.oorian.html.elements.ImageInput
Sets the formaction attribute.
setFormAction(String) - Method in class com.oorian.html.elements.InputElement
Sets the formaction attribute.
setFormAction(String) - Method in class com.oorian.html.elements.SubmitButton
Sets the formaction attribute.
setFormat(AccessLogFormat) - Static method in class com.oorian.security.AccessLogger
Sets the access log format.
setFormat(PhoneValidator.Format) - Method in class com.oorian.validation.validators.PhoneValidator
Sets the phone format to validate against.
setFormBackground(String) - Method in class com.oorian.html.layout.FormLayout
Sets the background color of the form card.
setFormEncType(FormEncoding) - Method in class com.oorian.html.elements.Button
Sets the form encoding type override using the FormEncoding enum.
setFormEncType(FormEncoding) - Method in class com.oorian.html.elements.Fieldset
Sets the form encoding type override using the FormEncoding enum.
setFormEncType(FormEncoding) - Method in class com.oorian.html.elements.Output
Sets the form encoding type override using the FormEncoding enum.
setFormEncType(FormEncoding) - Method in class com.oorian.html.elements.ImageInput
Sets the form encoding type override using the FormEncoding enum.
setFormEncType(FormEncoding) - Method in class com.oorian.html.elements.InputElement
Sets the form encoding type override using the FormEncoding enum.
setFormEncType(FormEncoding) - Method in class com.oorian.html.elements.SubmitButton
Sets the form encoding type override using the FormEncoding enum.
setFormEncType(String) - Method in class com.oorian.html.elements.Button
Sets the formenctype attribute.
setFormEncType(String) - Method in class com.oorian.html.elements.Fieldset
Sets the formenctype attribute.
setFormEncType(String) - Method in class com.oorian.html.elements.Output
Sets the formenctype attribute.
setFormEncType(String) - Method in class com.oorian.html.elements.ImageInput
Sets the formenctype attribute.
setFormEncType(String) - Method in class com.oorian.html.elements.InputElement
Sets the formenctype attribute.
setFormEncType(String) - Method in class com.oorian.html.elements.SubmitButton
Sets the formenctype attribute.
setFormMethod(FormMethod) - Method in class com.oorian.html.elements.Button
Sets the form method override using the FormMethod enum.
setFormMethod(FormMethod) - Method in class com.oorian.html.elements.Fieldset
Sets the form method override using the FormMethod enum.
setFormMethod(FormMethod) - Method in class com.oorian.html.elements.Output
Sets the form method override using the FormMethod enum.
setFormMethod(FormMethod) - Method in class com.oorian.html.elements.ImageInput
Sets the form method override using the FormMethod enum.
setFormMethod(FormMethod) - Method in class com.oorian.html.elements.InputElement
Sets the form method override using the FormMethod enum.
setFormMethod(FormMethod) - Method in class com.oorian.html.elements.SubmitButton
Sets the form method override using the FormMethod enum.
setFormMethod(String) - Method in class com.oorian.html.elements.Button
Sets the formmethod attribute.
setFormMethod(String) - Method in class com.oorian.html.elements.Fieldset
Sets the formmethod attribute.
setFormMethod(String) - Method in class com.oorian.html.elements.Output
Sets the formmethod attribute.
setFormMethod(String) - Method in class com.oorian.html.elements.ImageInput
Sets the formmethod attribute.
setFormMethod(String) - Method in class com.oorian.html.elements.InputElement
Sets the formmethod attribute.
setFormMethod(String) - Method in class com.oorian.html.elements.SubmitButton
Sets the formmethod attribute.
setFormNoValidate(boolean) - Method in class com.oorian.html.elements.Button
Sets the formnovalidate boolean attribute.
setFormNoValidate(boolean) - Method in class com.oorian.html.elements.Fieldset
Sets the formnovalidate boolean attribute.
setFormNoValidate(boolean) - Method in class com.oorian.html.elements.Output
Sets the formnovalidate boolean attribute.
setFormNoValidate(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the formnovalidate boolean attribute.
setFormPadding(int) - Method in class com.oorian.html.layout.FormLayout
Sets padding for the form card.
setFormPadding(String) - Method in class com.oorian.html.layout.FormLayout
Sets padding for the form card.
setFormTarget(Target) - Method in class com.oorian.html.elements.Button
Sets the form target override using the Target enum.
setFormTarget(Target) - Method in class com.oorian.html.elements.Fieldset
Sets the form target override using the Target enum.
setFormTarget(Target) - Method in class com.oorian.html.elements.Output
Sets the form target override using the Target enum.
setFormTarget(Target) - Method in class com.oorian.html.elements.ImageInput
Sets the form target override using the Target enum.
setFormTarget(Target) - Method in class com.oorian.html.elements.InputElement
Sets the form target override using the Target enum.
setFormTarget(Target) - Method in class com.oorian.html.elements.SubmitButton
Sets the form target override using the Target enum.
setFormTarget(String) - Method in class com.oorian.html.elements.Button
Sets the formtarget attribute.
setFormTarget(String) - Method in class com.oorian.html.elements.Fieldset
Sets the formtarget attribute.
setFormTarget(String) - Method in class com.oorian.html.elements.Output
Sets the formtarget attribute.
setFormTarget(String) - Method in class com.oorian.html.elements.ImageInput
Sets the formtarget attribute.
setFormTarget(String) - Method in class com.oorian.html.elements.InputElement
Sets the formtarget attribute.
setFormTarget(String) - Method in class com.oorian.html.elements.SubmitButton
Sets the formtarget attribute.
setFoundingDate(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the founding date of the organization (ISO 8601 format).
setGap(int) - Method in class com.oorian.css.CssRule
Sets the gap property using a pixel value for both row and column gaps.
setGap(int) - Method in class com.oorian.css.CssStyle
Sets the CSS gap property using a pixel value.
setGap(int) - Method in class com.oorian.html.layout.Accordion
Sets a gap between accordion items.
setGap(int) - Method in class com.oorian.html.layout.AutoLayout
Sets a uniform gap between items.
setGap(int) - Method in class com.oorian.html.layout.Center
Sets the gap between centered children.
setGap(int) - Method in class com.oorian.html.layout.ComposableLayout
Sets the gap between grid cells.
setGap(int) - Method in class com.oorian.html.layout.FlowLayout
Sets a uniform gap between items.
setGap(int) - Method in class com.oorian.html.layout.Grid
Sets the gap between grid items (both row and column).
setGap(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the gap between master and detail (alternative to divider).
setGap(int) - Method in class com.oorian.html.layout.MediaLayout
Sets the gap between media and content.
setGap(int) - Method in class com.oorian.html.layout.NavbarLayout
Sets the gap between navbar items.
setGap(int) - Method in class com.oorian.html.layout.SplitLayout
Sets the gap between the sidebar and main panels.
setGap(int) - Method in class com.oorian.html.layout.Stack
Sets the gap between child elements.
setGap(int) - Method in class com.oorian.html.StyledElement
 
setGap(int, int) - Method in class com.oorian.css.CssRule
Sets the gap property with separate row and column gap pixel values.
setGap(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS gap property with separate row and column gap values in pixels.
setGap(int, int) - Method in class com.oorian.html.layout.AutoLayout
Sets separate row and column gaps.
setGap(int, int) - Method in class com.oorian.html.layout.ComposableLayout
Sets separate row and column gaps.
setGap(int, int) - Method in class com.oorian.html.layout.FlowLayout
Sets separate row and column gaps.
setGap(int, int) - Method in class com.oorian.html.layout.Grid
Sets separate row and column gaps.
setGap(int, int) - Method in class com.oorian.html.StyledElement
 
setGap(ResponsiveValue<Integer>) - Method in class com.oorian.html.layout.Grid
Sets responsive gap sizes that vary by breakpoint.
setGap(String) - Method in class com.oorian.css.CssRule
Sets the gap property using a string value for both row and column gaps.
setGap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS gap property using a string value.
setGap(String) - Method in class com.oorian.html.layout.Accordion
Sets a gap between accordion items.
setGap(String) - Method in class com.oorian.html.layout.AutoLayout
Sets a uniform gap between items using a CSS value.
setGap(String) - Method in class com.oorian.html.layout.Center
Sets the gap between centered children.
setGap(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets the gap between grid cells.
setGap(String) - Method in class com.oorian.html.layout.FlowLayout
Sets a uniform gap between items using a CSS value.
setGap(String) - Method in class com.oorian.html.layout.Grid
Sets the gap between grid items (both row and column).
setGap(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the gap between master and detail.
setGap(String) - Method in class com.oorian.html.layout.MediaLayout
Sets the gap between media and content.
setGap(String) - Method in class com.oorian.html.layout.NavbarLayout
Sets the gap between navbar items.
setGap(String) - Method in class com.oorian.html.layout.SplitLayout
Sets the gap between the sidebar and main panels.
setGap(String) - Method in class com.oorian.html.layout.Stack
Sets the gap between child elements using a CSS value.
setGap(String) - Method in class com.oorian.html.StyledElement
 
setGap(String, String) - Method in class com.oorian.css.CssRule
Sets the gap property with separate row and column gap string values.
setGap(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS gap property with separate row and column gap values.
setGap(String, String) - Method in class com.oorian.html.StyledElement
 
setGrayscale(float) - Method in class com.oorian.css.CssStyle
Sets the grayscale() function within the CSS filter property.
setGrayscale(float) - Method in class com.oorian.html.StyledElement
Sets the grayscale() function within the CSS filter property.
setGridAreas(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets grid-template-areas for named area placement.
setGridColumns(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets grid-template-columns for column sizing.
setGridGap(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the gap between feature cards.
setGridGap(String) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the gap between feature cards.
setGridRows(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets grid-template-rows for row sizing.
setGridTemplate(String) - Method in class com.oorian.html.layout.ComposableLayout
Sets the full CSS grid-template property for complex layouts.
setHangingPunctuation(HangingPunctuation) - Method in class com.oorian.css.CssRule
Sets the hanging-punctuation property from an enum.
setHangingPunctuation(HangingPunctuation) - Method in class com.oorian.css.CssStyle
Sets the CSS hanging-punctuation property.
setHangingPunctuation(HangingPunctuation) - Method in class com.oorian.html.StyledElement
Sets the CSS hanging-punctuation property.
setHangingPunctuation(String) - Method in class com.oorian.css.CssRule
Sets the hanging-punctuation property from a CSS value string.
setHangingPunctuation(String) - Method in class com.oorian.css.CssStyle
Sets the CSS hanging-punctuation property.
setHangingPunctuation(String) - Method in class com.oorian.html.StyledElement
Sets the CSS hanging-punctuation property.
setHasError(boolean) - Method in class com.oorian.html.elements.InputElement
Marks this input as having or not having an error.
setHash(HtmlPage, String) - Static method in class com.oorian.html.js.NavigationApi
Sets the URL hash (fragment identifier).
setHash(String) - Static method in class com.oorian.html.js.NavigationApi
Sets the URL hash (fragment identifier) using the current page context.
setHashNavigation(boolean) - Method in class com.oorian.html.containers.Deck
Enables or disables URL hash navigation for this deck.
setHead(Head) - Method in class com.oorian.html.HtmlPage
Sets the head element for this page.
setHeader(Element<?>) - Method in class com.oorian.html.layout.AccordionItem
Sets the header element.
setHeader(Element<?>) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the header content (class/API name, etc.).
setHeader(Element<?>) - Method in class com.oorian.html.layout.Tab
Sets a custom header element.
setHeader(String, String) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
setHeader(String, String) - Method in interface com.oorian.OorianHttpResponse
Sets a response header, replacing any existing values.
setHeader(String, String) - Method in class com.oorian.test.TestHttpRequest
Sets a request header.
setHeader(String, String) - Method in class com.oorian.test.TestHttpResponse
 
setHeaderBackground(String) - Method in class com.oorian.html.layout.AccordionItem
Sets the header background color.
setHeaderBackground(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the header background color.
setHeaderBackground(String) - Method in class com.oorian.html.layout.DashboardLayout
Sets the header background color.
setHeaderBackground(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the header background color.
setHeaderBackground(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets the header background color.
setHeaderBackground(String) - Method in class com.oorian.html.layout.WizardLayout
Sets the header area background color.
setHeaderPadding(int) - Method in class com.oorian.html.layout.AccordionItem
Sets padding for the header.
setHeaderPadding(int) - Method in class com.oorian.html.layout.ReferenceLayout
Sets padding for the header.
setHeaderPadding(int) - Method in class com.oorian.html.layout.SettingsLayout
Sets padding for the header.
setHeaderPadding(int) - Method in class com.oorian.html.layout.Tab
Sets padding for the header.
setHeaderPadding(int) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the header area.
setHeaderPadding(String) - Method in class com.oorian.html.layout.AccordionItem
Sets padding for the header.
setHeaderPadding(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets padding for the header.
setHeaderPadding(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets padding for the header.
setHeaderPadding(String) - Method in class com.oorian.html.layout.Tab
Sets padding for the header.
setHeaderPadding(String) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the header area.
setHeaders(String) - Method in class com.oorian.html.elements.TableCell
Associates this cell with one or more header cells.
setHeaderStyle(CssStyle) - Method in class com.oorian.html.elements.Table
Sets the style for the table header section using a CssStyle object.
setHeaderStyle(String) - Method in class com.oorian.html.elements.Table
Sets the CSS class for the table header section.
setHeaderText(String) - Method in class com.oorian.html.layout.AccordionItem
Sets the header text.
setHeadline(String) - Method in class com.oorian.schema.SchemaArticle
Sets the headline/title of the article.
setHeadlineSpacing(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets spacing between the headline and feature grid.
setHeadlineSpacing(String) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets spacing between the headline and feature grid.
setHeight(int) - Method in class com.oorian.css.CssRule
Sets the CSS height property using a pixel value.
setHeight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS height property in pixels.
setHeight(int) - Method in class com.oorian.html.layout.NavbarLayout
Sets a fixed height for the navbar.
setHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS height property in pixels.
setHeight(Units) - Method in class com.oorian.css.CssRule
Sets the CSS height property using a Units value.
setHeight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS height property using a CSS unit value.
setHeight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS height property using a CSS unit value.
setHeight(String) - Method in class com.oorian.css.animations.Bounce
Sets the bounce height.
setHeight(String) - Method in class com.oorian.css.CssRule
Sets the CSS height property using a string value.
setHeight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS height property.
setHeight(String) - Method in class com.oorian.html.layout.NavbarLayout
Sets a fixed height for the navbar.
setHeight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS height property.
setHeroBackground(String) - Method in class com.oorian.html.layout.HeroLayout
Sets a background color for the hero section.
setHeroBackgroundImage(String) - Method in class com.oorian.html.layout.HeroLayout
Sets a background image for the hero section.
setHeroGradient(String, String) - Method in class com.oorian.html.layout.HeroLayout
Sets a gradient background for the hero section.
setHeroHeight(int) - Method in class com.oorian.html.layout.HeroLayout
Sets a specific height for the hero section.
setHeroHeight(String) - Method in class com.oorian.html.layout.HeroLayout
Sets a specific height for the hero section.
setHeroMinHeight(String) - Method in class com.oorian.html.layout.HeroLayout
Sets a minimum height for the hero section.
setHeroOverlay(double) - Method in class com.oorian.html.layout.HeroLayout
Adds a dark overlay to the hero for better text readability.
setHeroOverlayColor(String) - Method in class com.oorian.html.layout.HeroLayout
Adds a colored overlay to the hero.
setHeroPadding(int) - Method in class com.oorian.html.layout.HeroLayout
Sets padding for the hero content area.
setHeroPadding(String) - Method in class com.oorian.html.layout.HeroLayout
Sets padding for the hero content area.
setHeroVerticalGradient(String, String) - Method in class com.oorian.html.layout.HeroLayout
Sets a vertical gradient background for the hero section.
setHidden(boolean) - Method in class com.oorian.html.VisualElement
Sets the hidden boolean attribute.
setHigh(int) - Method in class com.oorian.html.elements.Meter
Sets the high threshold value for the meter.
setHoverStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :hover pseudo-class.
setHoverStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS style applied when the mouse hovers over the element (:hover).
setHoverStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :hover pseudo-class from a CSS string.
setHref(String) - Method in class com.oorian.html.elements.A
Sets the URL that the hyperlink points to.
setHref(String) - Method in class com.oorian.html.elements.Area
Sets the URL that the area hyperlink points to.
setHref(String) - Method in class com.oorian.html.elements.Base
Sets the base URL for all relative URLs in the document.
setHref(String) - Method in class com.oorian.html.elements.Link
Sets the URL of the linked resource.
setHrefLang(String) - Method in class com.oorian.html.elements.A
Sets the hreflang attribute.
setHrefLang(String) - Method in class com.oorian.html.elements.Area
Sets the hreflang attribute.
setHrefLang(String) - Method in class com.oorian.html.elements.Link
Sets the hreflang attribute.
setHttpEquiv(HttpEquiv) - Method in class com.oorian.html.elements.Meta
Sets the HTTP-equiv pragma directive using the HttpEquiv enum.
setHttpEquiv(String) - Method in class com.oorian.html.elements.Meta
Sets the HTTP-equiv pragma directive using a string value.
setHttpOnly(boolean) - Method in class com.oorian.OorianCookie
Sets whether the cookie should be inaccessible to client-side scripts.
setHttpOnly(boolean) - Method in class com.oorian.security.CookieDefaults
Sets whether cookies should be inaccessible to client-side scripts by default.
setHttpsRequired(boolean) - Method in class com.oorian.Application
Enables or disables HTTPS enforcement for the entire application.
setHueRotate(float) - Method in class com.oorian.css.CssStyle
Sets the hue-rotate() function within the CSS filter property.
setHueRotate(float) - Method in class com.oorian.html.StyledElement
Sets the hue-rotate() function within the CSS filter property.
setHyphens(String) - Method in class com.oorian.css.CssRule
Sets the hyphens property for automatic hyphenation.
setHyphens(String) - Method in class com.oorian.css.CssStyle
Sets the CSS hyphens property.
setHyphens(String) - Method in class com.oorian.html.StyledElement
Sets the CSS hyphens property.
setIcon(String) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets the notification icon URL.
setIconSpacing(int) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets spacing below the icon.
setIconSpacing(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets spacing below the icon.
setId(int) - Method in class com.oorian.messaging.events.server.ExtServerEvent
Sets the event identifier.
setId(int) - Method in class com.oorian.messaging.events.server.PageEvent
Sets the event identifier.
setId(int) - Method in class com.oorian.messaging.events.server.ServerEvent
Sets the event identifier.
setId(String) - Method in class com.oorian.css.CssSelector
Sets the ID for this selector.
setId(String) - Method in class com.oorian.html.Element
Sets the unique identifier for this element.
setId(String) - Method in class com.oorian.testing.MockOorianHttpSession
Sets the session ID.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.EmailInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.NumberInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.SearchInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.TelephoneInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.TextInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.TimeInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.UrlInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.PasswordInput
Sets whether to ignore input completion events when the value hasn't changed.
setIgnoreValueNonchanges(boolean) - Method in class com.oorian.html.elements.TextArea
Sets whether to ignore input completion events when the value hasn't changed.
setImage(String) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets the notification image URL.
setImage(String) - Method in class com.oorian.schema.SchemaArticle
Sets a single image for the article (convenience method).
setImageOrientation(String) - Method in class com.oorian.css.CssRule
Sets the image-orientation property for image rotation and flipping.
setImageOrientation(String) - Method in class com.oorian.css.CssStyle
Sets the CSS image-orientation property.
setImageOrientation(String) - Method in class com.oorian.html.StyledElement
Sets the CSS image-orientation property.
setImageRendering(String) - Method in class com.oorian.css.CssRule
Sets the image-rendering property for image scaling algorithm.
setImageRendering(String) - Method in class com.oorian.css.CssStyle
Sets the CSS image-rendering property.
setImageRendering(String) - Method in class com.oorian.html.StyledElement
Sets the CSS image-rendering property.
setImageResolution(String) - Method in class com.oorian.css.CssRule
Sets the image-resolution property for image resolution override.
setImageResolution(String) - Method in class com.oorian.css.CssStyle
Sets the CSS image-resolution property.
setImageResolution(String) - Method in class com.oorian.html.StyledElement
Sets the CSS image-resolution property.
setImageSizes(String) - Method in class com.oorian.html.elements.Link
Sets the image sizes attribute for preloading responsive images.
setImageSrcSet(String) - Method in class com.oorian.html.elements.Link
Sets the imagesrcset attribute for preloading responsive images.
setImeMode(String) - Method in class com.oorian.css.CssRule
Sets the ime-mode property using a string value.
setImeMode(String) - Method in class com.oorian.css.CssStyle
Sets the ime-mode property using a string value.
setImeMode(String) - Method in class com.oorian.html.StyledElement
 
setIndexBackground(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the index background color.
setIndexItemGap(int) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the gap between index items.
setIndexPadding(int) - Method in class com.oorian.html.layout.ReferenceLayout
Sets padding for the index.
setIndexPadding(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets padding for the index.
setIndexWidth(int) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the index pane width.
setIndexWidth(String) - Method in class com.oorian.html.layout.ReferenceLayout
Sets the index pane width.
setInert(boolean) - Method in class com.oorian.html.VisualElement
Sets the inert boolean attribute.
setInitialDelay(long) - Method in class com.oorian.OorianTimer
Sets the initial delay before the first tick.
setInitialText(String) - Method in class com.oorian.html.elements.Select
Sets the initial placeholder text shown before a selection is made.
setInitParameter(String, String) - Method in class com.oorian.test.TestAppContext
Sets an init parameter.
setInLanguage(String) - Method in class com.oorian.schema.SchemaWebPage
Sets the language of the page (BCP 47 format).
setInnerGap(int) - Method in class com.oorian.html.layout.StoryLayout
Sets the gap between image and text within sections.
setInnerGap(String) - Method in class com.oorian.html.layout.StoryLayout
Sets the gap between image and text within sections.
setInputMode(String) - Method in class com.oorian.html.VisualElement
Sets the inputmode attribute.
setInRangeStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :in-range pseudo-class.
setInRangeStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :in-range pseudo-class from a CSS string.
setInstallUrl(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the installation URL for the software.
setIntegrity(String) - Method in class com.oorian.html.elements.Link
Sets the subresource integrity hash for verifying the fetched resource has not been tampered with.
setIntegrity(String) - Method in class com.oorian.html.elements.Script
Sets the subresource integrity hash for verifying the fetched script has not been tampered with.
setInterval(Runnable, long, long) - Static method in class com.oorian.html.js.TimerApi
Creates a server-side periodic timer that executes a task at regular intervals.
setInterval(String, Runnable, long, long) - Static method in class com.oorian.html.js.TimerApi
Creates a server-side periodic timer with an ID that executes a task at regular intervals.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Audio
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Canvas
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Embed
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.IFrame
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Image
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Img
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Object
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(int) - Method in class com.oorian.html.elements.Video
Sets the HTML height attribute to specify intrinsic height in pixels.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Audio
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Canvas
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Embed
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.IFrame
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Image
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Img
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Object
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicHeight(String) - Method in class com.oorian.html.elements.Video
Sets the HTML height attribute to specify intrinsic height.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Audio
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Canvas
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Embed
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.IFrame
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Image
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Img
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Object
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(int) - Method in class com.oorian.html.elements.Video
Sets the HTML width attribute to specify intrinsic width in pixels.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Audio
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Canvas
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Embed
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.IFrame
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Image
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Img
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Object
Sets the HTML width attribute to specify intrinsic width.
setIntrinsicWidth(String) - Method in class com.oorian.html.elements.Video
Sets the HTML width attribute to specify intrinsic width.
setInvalidStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :invalid pseudo-class.
setInvalidStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :invalid pseudo-class from a CSS string.
setInvert(float) - Method in class com.oorian.css.CssStyle
Sets the invert() function within the CSS filter property.
setInvert(float) - Method in class com.oorian.html.StyledElement
Sets the invert() function within the CSS filter property.
setIs(String) - Method in class com.oorian.html.Element
Sets the is attribute for custom element identification.
setIsMap(boolean) - Method in class com.oorian.html.elements.Img
Sets whether the image is a server-side image map.
setItemBorder(String) - Method in class com.oorian.html.layout.Accordion
Sets a border between items.
setItemGap(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the gap between items in the master pane.
setItemGap(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the gap between items in the master pane.
setItemId(String) - Method in class com.oorian.html.Element
Sets the itemid attribute for microdata.
setItemProp(String) - Method in class com.oorian.html.Element
Sets the itemprop attribute for microdata.
setItemRef(String) - Method in class com.oorian.html.Element
Sets the itemref attribute for microdata.
setItems(List<T>) - Method in class com.oorian.data.ListDataProvider
Replaces all items and notifies listeners.
setItemScope(boolean) - Method in class com.oorian.html.Element
Sets the itemscope boolean attribute for microdata.
setItemType(String) - Method in class com.oorian.html.Element
Sets the itemtype attribute for microdata.
setIterationCount(int) - Method in class com.oorian.css.animations.Animation
Sets the number of times the animation plays.
setJustify(JustifyContent) - Method in class com.oorian.html.layout.AutoLayout
Sets the main-axis alignment/distribution for items.
setJustify(JustifyContent) - Method in class com.oorian.html.layout.FlowLayout
Sets the main-axis alignment for items.
setJustify(JustifyContent) - Method in class com.oorian.html.layout.Stack
Sets the main-axis alignment for child elements.
setJustifyContent(JustifyContent) - Method in class com.oorian.css.CssRule
Sets the justify-content property using an enum value.
setJustifyContent(JustifyContent) - Method in class com.oorian.css.CssStyle
Sets the CSS justify-content property.
setJustifyContent(JustifyContent) - Method in class com.oorian.html.StyledElement
Sets the CSS justify-content property.
setJustifyContent(String) - Method in class com.oorian.css.CssRule
Sets the justify-content property using a string value.
setJustifyContent(String) - Method in class com.oorian.css.CssStyle
Sets the CSS justify-content property.
setJustifyContent(String) - Method in class com.oorian.html.StyledElement
Sets the CSS justify-content property.
setJustifyItems(JustifyContent) - Method in class com.oorian.html.layout.Grid
Sets the horizontal alignment of items within their grid cells.
setJustifySelf(String) - Method in class com.oorian.html.layout.GridItem
Sets the horizontal alignment of this item within its grid cell.
setKeyFrames(String) - Method in interface com.oorian.css.AnimationIntf
Sets CSS keyframes definition.
setKeyFrames(String) - Method in class com.oorian.css.CssRule
Sets CSS keyframes definition.
setKeyFrames(String) - Method in class com.oorian.css.CssStyle
Sets the CSS @keyframes animation name.
setKeyFrames(String) - Method in class com.oorian.html.StyledElement
Sets the CSS @keyframes animation name.
setKeywords(String) - Method in class com.oorian.html.elements.Head
Sets the keywords meta tag for search engine optimization.
setKeywords(String) - Method in class com.oorian.html.HtmlPage
Sets the meta keywords for search engine optimization.
setKind(TrackKind) - Method in class com.oorian.html.elements.Track
Sets the text track kind using the TrackKind enum.
setKind(String) - Method in class com.oorian.html.elements.Track
Sets the kind of text track (subtitles, captions, descriptions, chapters, metadata).
setLabel(String) - Method in class com.oorian.html.components.TreeGroup
Sets the group label.
setLabel(String) - Method in class com.oorian.html.components.TreeItem
Sets the display label for the item.
setLabel(String) - Method in class com.oorian.html.elements.Menu
Sets the label for this menu.
setLabel(String) - Method in class com.oorian.html.elements.OptGroup
Sets the label for this option group.
setLabel(String) - Method in class com.oorian.html.elements.Option
Sets the label text for this option.
setLabel(String) - Method in class com.oorian.html.elements.Track
Sets the user-readable title for this text track.
setLabel(String) - Method in class com.oorian.html.layout.Tab
Sets the tab label text.
setLang(String) - Method in class com.oorian.html.Element
Sets the lang attribute for the element's language.
setLang(String) - Method in class com.oorian.html.HtmlPage
Sets the document language for accessibility and SEO.
setLang(String) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets the language of the notification.
setLastChildStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :last-child pseudo-class.
setLastChildStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :last-child pseudo-class from a CSS string.
setLastOfTypeStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :last-of-type pseudo-class.
setLastOfTypeStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :last-of-type pseudo-class from a CSS string.
setLeft(int) - Method in class com.oorian.css.CssRule
Sets the CSS left property using a pixel value.
setLeft(int) - Method in class com.oorian.css.CssStyle
Sets the CSS left property in pixels.
setLeft(int) - Method in class com.oorian.html.layout.Sticky
Sets the left offset for sticky positioning.
setLeft(int) - Method in class com.oorian.html.StyledElement
Sets the CSS left property in pixels.
setLeft(Units) - Method in class com.oorian.css.CssRule
Sets the CSS left property using a Units value.
setLeft(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS left property using a CSS unit value.
setLeft(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS left property using a CSS unit value.
setLeft(String) - Method in class com.oorian.css.CssRule
Sets the CSS left property using a string value.
setLeft(String) - Method in class com.oorian.css.CssStyle
Sets the CSS left property.
setLeft(String) - Method in class com.oorian.html.layout.Sticky
Sets the left offset for sticky positioning.
setLeft(String) - Method in class com.oorian.html.StyledElement
Sets the CSS left property.
setLeftBorder(String, String, String) - Method in class com.oorian.css.Border
Sets all properties for the left border.
setLeftColor(String) - Method in class com.oorian.css.Border
Sets the left border color.
setLeftStyle(String) - Method in class com.oorian.css.Border
Sets the left border style.
setLeftWidth(String) - Method in class com.oorian.css.Border
Sets the left border width.
setLegend(Legend) - Method in class com.oorian.html.elements.Fieldset
Sets the legend for this fieldset using a Legend element.
setLegend(String) - Method in class com.oorian.html.elements.Fieldset
Sets the legend for this fieldset using text.
setLetterSpacing(float) - Method in class com.oorian.css.CssRule
Sets the letter-spacing property in points.
setLetterSpacing(float) - Method in class com.oorian.css.CssStyle
Sets the CSS letter-spacing property.
setLetterSpacing(float) - Method in class com.oorian.html.StyledElement
Sets the CSS letter-spacing property.
setLetterSpacing(int) - Method in class com.oorian.css.CssRule
Sets the letter-spacing property in pixels.
setLetterSpacing(int) - Method in class com.oorian.css.CssStyle
Sets the CSS letter-spacing property in pixels.
setLetterSpacing(int) - Method in class com.oorian.html.StyledElement
Sets the CSS letter-spacing property in pixels.
setLetterSpacing(Units) - Method in class com.oorian.css.CssRule
Sets the letter-spacing property using Units.
setLetterSpacing(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS letter-spacing property using a CSS unit value.
setLetterSpacing(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS letter-spacing property using a CSS unit value.
setLetterSpacing(String) - Method in class com.oorian.css.CssRule
Sets the letter-spacing property from a CSS value string.
setLetterSpacing(String) - Method in class com.oorian.css.CssStyle
Sets the CSS letter-spacing property.
setLetterSpacing(String) - Method in class com.oorian.html.StyledElement
Sets the CSS letter-spacing property.
setLightBackdrop(double) - Method in class com.oorian.html.layout.Overlay
Sets a white semi-transparent backdrop.
setLineBreak(String) - Method in class com.oorian.css.CssRule
Sets the line-break property for line breaking rules.
setLineBreak(String) - Method in class com.oorian.css.CssStyle
Sets the CSS line-break property.
setLineBreak(String) - Method in class com.oorian.html.StyledElement
Sets the CSS line-break property.
setLineHeight(float) - Method in class com.oorian.css.CssRule
Sets the line-height property in points.
setLineHeight(float) - Method in class com.oorian.css.CssStyle
Sets the CSS line-height property.
setLineHeight(float) - Method in class com.oorian.html.StyledElement
Sets the CSS line-height property.
setLineHeight(int) - Method in class com.oorian.css.CssRule
Sets the line-height property in pixels.
setLineHeight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS line-height property in pixels.
setLineHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS line-height property in pixels.
setLineHeight(Units) - Method in class com.oorian.css.CssRule
Sets the line-height property using Units.
setLineHeight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS line-height property using a CSS unit value.
setLineHeight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS line-height property using a CSS unit value.
setLineHeight(String) - Method in class com.oorian.css.CssRule
Sets the line-height property from a CSS value string.
setLineHeight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS line-height property.
setLineHeight(String) - Method in class com.oorian.html.layout.CenteredContentLayout
Sets line height for improved readability.
setLineHeight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS line-height property.
setLinkStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :link pseudo-class.
setLinkStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :link pseudo-class from a CSS string.
setList(String) - Method in class com.oorian.html.elements.DataList
Sets the list attribute (typically used on the input element, not datalist).
setList(String) - Method in class com.oorian.html.elements.InputElement
Sets the list attribute linking this input to a <datalist> element.
setListStyle(String) - Method in class com.oorian.css.CssRule
Sets the list-style shorthand property for list appearance.
setListStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS list-style property.
setListStyle(String) - Method in class com.oorian.html.elements.Ol
Sets the overall list-style CSS property.
setListStyle(String) - Method in class com.oorian.html.elements.OrderedList
Sets the overall list-style CSS property.
setListStyle(String) - Method in class com.oorian.html.elements.Ul
Sets the overall list-style CSS property.
setListStyle(String) - Method in class com.oorian.html.elements.UnorderedList
Sets the overall list-style CSS property.
setListStyleImage(String) - Method in class com.oorian.css.CssRule
Sets the list-style-image property for a custom list marker image.
setListStyleImage(String) - Method in class com.oorian.css.CssStyle
Sets the CSS list-style-image property.
setListStyleImage(String) - Method in class com.oorian.html.elements.Ol
Sets the list-style-image CSS property.
setListStyleImage(String) - Method in class com.oorian.html.elements.OrderedList
Sets the list-style-image CSS property.
setListStyleImage(String) - Method in class com.oorian.html.elements.Ul
Sets the list-style-image CSS property.
setListStyleImage(String) - Method in class com.oorian.html.elements.UnorderedList
Sets the list-style-image CSS property.
setListStylePosition(ListStylePosition) - Method in class com.oorian.css.CssRule
Sets the list-style-position property using an enum value.
setListStylePosition(ListStylePosition) - Method in class com.oorian.css.CssStyle
Sets the CSS list-style-position property.
setListStylePosition(ListStylePosition) - Method in class com.oorian.html.elements.Ol
Sets the list-style-position CSS property using a type-safe constant.
setListStylePosition(ListStylePosition) - Method in class com.oorian.html.elements.OrderedList
Sets the list-style-position CSS property using a type-safe constant.
setListStylePosition(ListStylePosition) - Method in class com.oorian.html.elements.Ul
Sets the list-style-position CSS property using a type-safe constant.
setListStylePosition(ListStylePosition) - Method in class com.oorian.html.elements.UnorderedList
Sets the list-style-position CSS property using a type-safe constant.
setListStylePosition(String) - Method in class com.oorian.css.CssRule
Sets the list-style-position property using a string value.
setListStylePosition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS list-style-position property.
setListStylePosition(String) - Method in class com.oorian.html.elements.Ol
Sets the list-style-position CSS property.
setListStylePosition(String) - Method in class com.oorian.html.elements.OrderedList
Sets the list-style-position CSS property.
setListStylePosition(String) - Method in class com.oorian.html.elements.Ul
Sets the list-style-position CSS property.
setListStylePosition(String) - Method in class com.oorian.html.elements.UnorderedList
Sets the list-style-position CSS property.
setListStyleType(ListStyleType) - Method in class com.oorian.css.CssRule
Sets the list-style-type property using an enum value.
setListStyleType(ListStyleType) - Method in class com.oorian.css.CssStyle
Sets the CSS list-style-type property.
setListStyleType(ListStyleType) - Method in class com.oorian.html.elements.Ol
Sets the list-style-type CSS property using a type-safe constant.
setListStyleType(ListStyleType) - Method in class com.oorian.html.elements.OrderedList
Sets the list-style-type CSS property using a type-safe constant.
setListStyleType(ListStyleType) - Method in class com.oorian.html.elements.Ul
Sets the list-style-type CSS property using a type-safe constant.
setListStyleType(ListStyleType) - Method in class com.oorian.html.elements.UnorderedList
Sets the list-style-type CSS property using a type-safe constant.
setListStyleType(String) - Method in class com.oorian.css.CssRule
Sets the list-style-type property using a string value.
setListStyleType(String) - Method in class com.oorian.css.CssStyle
Sets the CSS list-style-type property.
setListStyleType(String) - Method in class com.oorian.html.elements.Ol
Sets the list-style-type CSS property.
setListStyleType(String) - Method in class com.oorian.html.elements.OrderedList
Sets the list-style-type CSS property.
setListStyleType(String) - Method in class com.oorian.html.elements.Ul
Sets the list-style-type CSS property.
setListStyleType(String) - Method in class com.oorian.html.elements.UnorderedList
Sets the list-style-type CSS property.
setLoadingElement(Element) - Method in class com.oorian.html.containers.Deck
Sets the element to display as a loading indicator while lazy-loaded content is being initialized.
setLoadingIndicator(StyledElement<?>) - Method in class com.oorian.validation.AsyncValidatedInput
Sets the loading indicator element.
setLocale(Locale) - Static method in class com.oorian.i18n.SessionLocaleResolver
Stores a locale override in the current session.
setLocale(Locale) - Method in class com.oorian.test.TestHttpRequest
Sets the preferred locale for this request.
setLocale(Locale) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the preferred locale.
setLocaleResolver(LocaleResolver) - Static method in class com.oorian.i18n.LocaleConfiguration
Sets the active locale resolver strategy.
setLocalItem(HtmlPage, String, String) - Static method in class com.oorian.html.js.storage.StorageApi
Sets an item in localStorage.
setLocalItem(String, String) - Static method in class com.oorian.html.js.storage.StorageApi
Sets an item in localStorage using the current page context.
setLocation(String) - Method in class com.oorian.html.elements.Popup
Sets the positioning mode for the popup.
setLoginPage(String) - Method in class com.oorian.Application
Sets the login page path for authentication redirects.
setLogo(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the URL of the organization's logo.
setLongDesc(String) - Method in class com.oorian.html.elements.Img
Deprecated.
Use setAlt() with a more descriptive text instead.
setLoop(boolean) - Method in class com.oorian.html.elements.Audio
Sets the loop boolean attribute.
setLoop(boolean) - Method in class com.oorian.html.elements.Video
Sets the loop boolean attribute.
setLow(int) - Method in class com.oorian.html.elements.Meter
Sets the low threshold value for the meter.
setMain(Element<?>) - Method in class com.oorian.html.layout.SplitLayout
Sets the content for the main/flexible panel.
setMainEntityOfPage(String) - Method in class com.oorian.schema.SchemaArticle
Sets the URL of the page that is the main subject of this article.
setManifest(String) - Method in class com.oorian.html.elements.Html
Deprecated.
The Application Cache feature has been removed from the HTML specification. Use Service Workers for offline support instead.
setMargin(int) - Method in class com.oorian.css.CssRule
Sets the CSS margin property using a pixel value for all sides.
setMargin(int) - Method in class com.oorian.css.CssStyle
Sets the CSS margin property in pixels.
setMargin(int) - Method in class com.oorian.html.StyledElement
Sets the CSS margin property in pixels.
setMargin(int, int, int, int) - Method in class com.oorian.css.CssRule
Sets the CSS margin property with individual pixel values for each side.
setMargin(int, int, int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS margin property using individual values for each side.
setMargin(int, int, int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS margin property using individual values for each side.
setMargin(Units) - Method in class com.oorian.css.CssRule
Sets the CSS margin property using a Units value for all sides.
setMargin(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS margin property using a CSS unit value.
setMargin(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS margin property using a CSS unit value.
setMargin(Units, Units, Units, Units) - Method in class com.oorian.css.CssRule
Sets the CSS margin property with individual Units values for each side.
setMargin(Units, Units, Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS margin property using individual values for each side.
setMargin(Units, Units, Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS margin property using individual values for each side.
setMargin(String) - Method in class com.oorian.css.CssRule
Sets the CSS margin property using a string value.
setMargin(String) - Method in class com.oorian.css.CssStyle
Sets the CSS margin property.
setMargin(String) - Method in class com.oorian.html.StyledElement
Sets the CSS margin property.
setMargin(String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS margin property using individual values for each side.
setMarginBottom(int) - Method in class com.oorian.css.CssRule
Sets the CSS margin-bottom property using a pixel value.
setMarginBottom(int) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-bottom property in pixels.
setMarginBottom(int) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-bottom property in pixels.
setMarginBottom(Units) - Method in class com.oorian.css.CssRule
Sets the CSS margin-bottom property using a Units value.
setMarginBottom(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-bottom property using a CSS unit value.
setMarginBottom(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-bottom property using a CSS unit value.
setMarginBottom(String) - Method in class com.oorian.css.CssRule
Sets the CSS margin-bottom property using a string value.
setMarginBottom(String) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-bottom property.
setMarginBottom(String) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-bottom property.
setMarginLeft(int) - Method in class com.oorian.css.CssRule
Sets the CSS margin-left property using a pixel value.
setMarginLeft(int) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-left property in pixels.
setMarginLeft(int) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-left property in pixels.
setMarginLeft(Units) - Method in class com.oorian.css.CssRule
Sets the CSS margin-left property using a Units value.
setMarginLeft(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-left property using a CSS unit value.
setMarginLeft(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-left property using a CSS unit value.
setMarginLeft(String) - Method in class com.oorian.css.CssRule
Sets the CSS margin-left property using a string value.
setMarginLeft(String) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-left property.
setMarginLeft(String) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-left property.
setMarginRight(int) - Method in class com.oorian.css.CssRule
Sets the CSS margin-right property using a pixel value.
setMarginRight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-right property in pixels.
setMarginRight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-right property in pixels.
setMarginRight(Units) - Method in class com.oorian.css.CssRule
Sets the CSS margin-right property using a Units value.
setMarginRight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-right property using a CSS unit value.
setMarginRight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-right property using a CSS unit value.
setMarginRight(String) - Method in class com.oorian.css.CssRule
Sets the CSS margin-right property using a string value.
setMarginRight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-right property.
setMarginRight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-right property.
setMarginTop(int) - Method in class com.oorian.css.CssRule
Sets the CSS margin-top property using a pixel value.
setMarginTop(int) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-top property in pixels.
setMarginTop(int) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-top property in pixels.
setMarginTop(Units) - Method in class com.oorian.css.CssRule
Sets the CSS margin-top property using a Units value.
setMarginTop(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-top property using a CSS unit value.
setMarginTop(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-top property using a CSS unit value.
setMarginTop(String) - Method in class com.oorian.css.CssRule
Sets the CSS margin-top property using a string value.
setMarginTop(String) - Method in class com.oorian.css.CssStyle
Sets the CSS margin-top property.
setMarginTop(String) - Method in class com.oorian.html.StyledElement
Sets the CSS margin-top property.
setMarginX(int) - Method in class com.oorian.html.layout.Divider
Sets horizontal margin (left and right) in pixels.
setMarginX(String) - Method in class com.oorian.html.layout.Divider
Sets horizontal margin (left and right) for vertical dividers.
setMarginY(int) - Method in class com.oorian.html.layout.Divider
Sets vertical margin (top and bottom) in pixels.
setMarginY(int) - Method in class com.oorian.html.layout.PageSection
Sets vertical margin (top and bottom) in pixels.
setMarginY(PageSection.Spacing) - Method in class com.oorian.html.layout.PageSection
Sets vertical margin (top and bottom) using a spacing preset.
setMarginY(String) - Method in class com.oorian.html.layout.Divider
Sets vertical margin (top and bottom) for horizontal dividers.
setMarginY(String) - Method in class com.oorian.html.layout.PageSection
Sets vertical margin (top and bottom) using a CSS value.
setMark(String) - Method in class com.oorian.css.CssRule
Sets the mark shorthand property for speech bookmark markers.
setMark(String) - Method in class com.oorian.css.CssStyle
Sets the CSS mark property.
setMark(String) - Method in class com.oorian.html.StyledElement
Sets the CSS mark property.
setMarkAfter(String) - Method in class com.oorian.css.CssRule
Sets the mark-after property for a speech bookmark after the element.
setMarkAfter(String) - Method in class com.oorian.css.CssStyle
Sets the CSS mark-after property.
setMarkAfter(String) - Method in class com.oorian.html.StyledElement
Sets the CSS mark-after property.
setMarkBefore(String) - Method in class com.oorian.css.CssRule
Sets the mark-before property for a speech bookmark before the element.
setMarkBefore(String) - Method in class com.oorian.css.CssStyle
Sets the CSS mark-before property.
setMarkBefore(String) - Method in class com.oorian.html.StyledElement
Sets the CSS mark-before property.
setMarkerStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the ::marker pseudo-element.
setMarkerStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the ::marker pseudo-element from a CSS string.
setMarks(String) - Method in class com.oorian.css.CssRule
Sets the marks property for crop or cross marks on printed pages.
setMarks(String) - Method in class com.oorian.css.CssStyle
Sets the CSS marks property.
setMarks(String) - Method in class com.oorian.html.StyledElement
Sets the CSS marks property.
setMarqueeDirection(String) - Method in class com.oorian.css.CssRule
Sets the marquee-direction property for scroll direction.
setMarqueeDirection(String) - Method in class com.oorian.css.CssStyle
Sets the marquee-direction property for scroll direction.
setMarqueeDirection(String) - Method in class com.oorian.html.StyledElement
 
setMarqueePlayCount(String) - Method in class com.oorian.css.CssRule
Sets the marquee-play-count property for number of scrolling iterations.
setMarqueePlayCount(String) - Method in class com.oorian.css.CssStyle
Sets the marquee-play-count property for number of scrolling iterations.
setMarqueePlayCount(String) - Method in class com.oorian.html.StyledElement
 
setMarqueeSpeed(String) - Method in class com.oorian.css.CssRule
Sets the marquee-speed property for scrolling speed.
setMarqueeSpeed(String) - Method in class com.oorian.css.CssStyle
Sets the marquee-speed property for scrolling speed.
setMarqueeSpeed(String) - Method in class com.oorian.html.StyledElement
 
setMarqueeStyle(String) - Method in class com.oorian.css.CssRule
Sets the marquee-style property for scrolling behavior style.
setMarqueeStyle(String) - Method in class com.oorian.css.CssStyle
Sets the marquee-style property for scrolling behavior style.
setMarqueeStyle(String) - Method in class com.oorian.html.StyledElement
 
setMask(String) - Method in class com.oorian.css.CssRule
Sets the mask shorthand property for element masking.
setMask(String) - Method in class com.oorian.css.CssStyle
Sets the mask shorthand property for element masking.
setMask(String) - Method in class com.oorian.html.StyledElement
 
setMaskType(String) - Method in class com.oorian.css.CssRule
Sets the mask-type property for mask element interpretation.
setMaskType(String) - Method in class com.oorian.css.CssStyle
Sets the mask-type property for mask element interpretation.
setMaskType(String) - Method in class com.oorian.html.StyledElement
 
setMasterBackground(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the master pane background color.
setMasterHeight(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the master pane height (for vertical layout).
setMasterHeight(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the master pane height (for vertical layout).
setMasterPadding(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets padding for the master pane.
setMasterPadding(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets padding for the master pane.
setMasterWidth(int) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the master pane width (for horizontal layout).
setMasterWidth(String) - Method in class com.oorian.html.layout.MasterDetailLayout
Sets the master pane width (for horizontal layout).
setMax(float) - Method in class com.oorian.html.elements.NumberInput
Sets the maximum allowed value for this number input.
setMax(int) - Method in class com.oorian.html.elements.Meter
Sets the maximum value of the meter's range.
setMax(int) - Method in class com.oorian.html.elements.NumberInput
Sets the maximum allowed value for this number input.
setMax(int) - Method in class com.oorian.html.elements.Progress
Sets the maximum value of the progress bar.
setMax(String) - Method in class com.oorian.html.elements.InputElement
Sets the max attribute specifying the maximum allowed value.
setMaxAge(int) - Method in class com.oorian.OorianCookie
Sets the maximum age of the cookie in seconds.
setMaxAge(int) - Method in class com.oorian.security.CacheControl
Sets the max-age directive.
setMaxCellWidth(int, int) - Method in class com.oorian.html.containers.HPanel
Sets the maximum width of a cell in pixels.
setMaxCellWidth(int, String) - Method in class com.oorian.html.containers.HPanel
Sets the maximum width of a cell using a CSS value.
setMaxConcurrentSessions(int) - Method in class com.oorian.Application
Sets the maximum number of concurrent sessions allowed per user.
setMaxConnectionsPerIp(int) - Method in class com.oorian.Application
Sets the maximum number of concurrent WebSocket connections allowed per IP address.
setMaxConnectionsPerSession(int) - Method in class com.oorian.Application
Sets the maximum number of concurrent WebSocket connections allowed per session.
setMaxHeight(int) - Method in class com.oorian.css.CssRule
Sets the CSS max-height property using a pixel value.
setMaxHeight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS max-height property in pixels.
setMaxHeight(int) - Method in class com.oorian.html.layout.ScrollBox
Sets the maximum height before scrolling begins, in pixels.
setMaxHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS max-height property in pixels.
setMaxHeight(Units) - Method in class com.oorian.css.CssRule
Sets the CSS max-height property using a Units value.
setMaxHeight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS max-height property using a CSS unit value.
setMaxHeight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS max-height property using a CSS unit value.
setMaxHeight(String) - Method in class com.oorian.css.CssRule
Sets the CSS max-height property using a string value.
setMaxHeight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS max-height property.
setMaxHeight(String) - Method in class com.oorian.html.layout.ScrollBox
Sets the maximum height before scrolling begins.
setMaxHeight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS max-height property.
setMaxHeightToWindowHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS max-height-to-window-height property.
setMaximumAge(long) - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Sets the maximum age of a cached position that is acceptable.
setMaxInactiveInterval(int) - Method in class com.oorian.jakarta.JakartaHttpSession
 
setMaxInactiveInterval(int) - Method in interface com.oorian.OorianHttpSession
Sets the maximum time interval between requests before the session expires.
setMaxInactiveInterval(int) - Method in class com.oorian.OorianSession
Sets the maximum time interval between requests before the session expires.
setMaxInactiveInterval(int) - Method in class com.oorian.test.TestHttpSession
 
setMaxInactiveInterval(int) - Method in class com.oorian.testing.MockOorianHttpSession
 
setMaxLength(int) - Method in class com.oorian.html.elements.InputElement
Sets the maxlength attribute specifying the maximum number of characters allowed.
setMaxLength(String) - Method in class com.oorian.html.elements.InputElement
Sets the maximum character length allowed, parsing the string value as an integer.
setMaxRequestBodySize(long) - Method in class com.oorian.Application
Sets the maximum request body size in bytes.
setMaxScrollSpeed(int) - Method in class com.oorian.html.containers.DropPanel
Sets the maximum auto-scroll speed when dragging near the top or bottom edge of the viewport.
setMaxWebSocketMessageSize(int) - Method in class com.oorian.Application
Sets the maximum WebSocket text message size in bytes.
setMaxWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS max-width property using a pixel value.
setMaxWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS max-width property in pixels.
setMaxWidth(int) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the maximum width of the content container.
setMaxWidth(int) - Method in class com.oorian.html.layout.ErrorLayout
Sets the maximum width of the content container.
setMaxWidth(int) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the maximum width of the content area.
setMaxWidth(int) - Method in class com.oorian.html.layout.FormLayout
Sets the maximum width of the form card.
setMaxWidth(int) - Method in class com.oorian.html.layout.ScrollBox
Sets the maximum width before horizontal scrolling begins, in pixels.
setMaxWidth(int) - Method in class com.oorian.html.layout.StoryLayout
Sets maximum width for the sections (for centered content).
setMaxWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS max-width property in pixels.
setMaxWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS max-width property using a Units value.
setMaxWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS max-width property using a CSS unit value.
setMaxWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS max-width property using a CSS unit value.
setMaxWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS max-width property using a string value.
setMaxWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS max-width property.
setMaxWidth(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the maximum width of the content container.
setMaxWidth(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the maximum width of the content container.
setMaxWidth(String) - Method in class com.oorian.html.layout.FeatureGridLayout
Sets the maximum width of the content area.
setMaxWidth(String) - Method in class com.oorian.html.layout.FormLayout
Sets the maximum width of the form card.
setMaxWidth(String) - Method in class com.oorian.html.layout.ScrollBox
Sets the maximum width before horizontal scrolling begins.
setMaxWidth(String) - Method in class com.oorian.html.layout.StoryLayout
Sets maximum width for the sections (for centered content).
setMaxWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS max-width property.
setMaxWidthToWindowWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS max-width-to-window-width property.
setMedia(Element<?>) - Method in class com.oorian.html.layout.MediaLayout
Sets the media element (image, icon, avatar, etc.).
setMedia(String) - Method in class com.oorian.html.elements.A
Sets the media attribute specifying the media query for which the hyperlink is optimized.
setMedia(String) - Method in class com.oorian.html.elements.Link
Sets the media query that the linked resource applies to.
setMedia(String) - Method in class com.oorian.html.elements.Meta
Sets the media attribute specifying the media query for which this metadata applies.
setMedia(String) - Method in class com.oorian.html.elements.Source
Sets the media query that this source applies to.
setMedia(String) - Method in class com.oorian.html.elements.Style
Sets the media query that this style applies to.
setMediaWidth(int) - Method in class com.oorian.html.layout.MediaLayout
Sets the width of the media pane.
setMediaWidth(String) - Method in class com.oorian.html.layout.MediaLayout
Sets the width of the media pane.
setMenu(Element<?>) - Method in class com.oorian.html.layout.NavbarLayout
Sets the navigation menu content.
setMessageColor(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets the message text color.
setMessageColor(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the message color.
setMessageColor(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets the message text color.
setMessageResolver(MessageResolver) - Static method in class com.oorian.i18n.MessageConfiguration
Sets the active message resolver.
setMessageSize(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets the message font size.
setMessageSpacing(int) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets spacing below the message.
setMessageSpacing(int) - Method in class com.oorian.html.layout.LoadingLayout
Sets spacing below the message.
setMessageSpacing(String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets spacing below the message.
setMessageSpacing(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets spacing below the message.
setMethod(FormMethod) - Method in class com.oorian.html.elements.Form
Sets the HTTP method for form submission using the FormMethod enum.
setMethod(String) - Method in class com.oorian.html.elements.Form
Sets the HTTP method for form submission.
setMethod(String) - Method in class com.oorian.test.TestHttpRequest
Sets the HTTP method.
setMethod(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the HTTP method.
setMin(float) - Method in class com.oorian.html.elements.NumberInput
Sets the minimum allowed value for this number input.
setMin(int) - Method in class com.oorian.html.elements.Meter
Sets the minimum value of the meter's range.
setMin(int) - Method in class com.oorian.html.elements.NumberInput
Sets the minimum allowed value for this number input.
setMin(String) - Method in class com.oorian.html.elements.InputElement
Sets the min attribute specifying the minimum allowed value.
setMinCellWidth(int, int) - Method in class com.oorian.html.containers.HPanel
Sets the minimum width of a cell in pixels.
setMinCellWidth(int, String) - Method in class com.oorian.html.containers.HPanel
Sets the minimum width of a cell using a CSS value.
setMinChildWidth(int) - Method in class com.oorian.html.layout.AutoLayout
Sets the minimum width for child elements in FLOW mode.
setMinChildWidth(String) - Method in class com.oorian.html.layout.AutoLayout
Sets the minimum width for child elements in FLOW mode.
setMinDisplayTime(long) - Method in class com.oorian.html.containers.AsyncPanel
Sets the minimum time (in milliseconds) that placeholder content must remain visible before the async content replaces it.
setMinHeight(int) - Method in class com.oorian.css.CssRule
Sets the CSS min-height property using a pixel value.
setMinHeight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS min-height property in pixels.
setMinHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS min-height property in pixels.
setMinHeight(Units) - Method in class com.oorian.css.CssRule
Sets the CSS min-height property using a Units value.
setMinHeight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS min-height property using a CSS unit value.
setMinHeight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS min-height property using a CSS unit value.
setMinHeight(String) - Method in class com.oorian.css.CssRule
Sets the CSS min-height property using a string value.
setMinHeight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS min-height property.
setMinHeight(String) - Method in class com.oorian.html.layout.PageLayout
Sets a minimum height for the layout.
setMinHeight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS min-height property.
setMinHeightToWindowHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS min-height-to-window-height property.
setMinLength(int) - Method in class com.oorian.html.elements.InputElement
Sets the minlength attribute specifying the minimum number of characters required.
setMinLoadTime(int) - Method in class com.oorian.html.containers.Deck
Sets the minimum time in milliseconds that the loading indicator is displayed.
setMinOpacity(float) - Method in class com.oorian.css.animations.BeatFade
Sets the minimum opacity during the fade-out phase.
setMinOpacity(float) - Method in class com.oorian.css.animations.Fade
Sets the minimum opacity during the fade-out phase.
setMinWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS min-width property using a pixel value.
setMinWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS min-width property in pixels.
setMinWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS min-width property in pixels.
setMinWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS min-width property using a Units value.
setMinWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS min-width property using a CSS unit value.
setMinWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS min-width property using a CSS unit value.
setMinWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS min-width property using a string value.
setMinWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS min-width property.
setMinWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS min-width property.
setMinWidthToWindowWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS min-width-to-window-width property.
setMobileToggle(Element<?>) - Method in class com.oorian.html.layout.NavbarLayout
Sets the mobile toggle button (hamburger menu).
setMode(AutoLayout.Mode) - Method in class com.oorian.html.layout.AutoLayout
Sets the layout mode.
setMultiple(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the multiple boolean attribute to allow selection of multiple values.
setMultiple(boolean) - Method in class com.oorian.html.layout.Accordion
Sets whether multiple items can be expanded simultaneously.
setMuted(boolean) - Method in class com.oorian.html.elements.Audio
Sets the muted boolean attribute.
setMuted(boolean) - Method in class com.oorian.html.elements.Video
Sets the muted boolean attribute.
setName(String) - Method in class com.oorian.html.elements.Button
Sets the name attribute.
setName(String) - Method in class com.oorian.html.elements.Details
Sets the name attribute for this details element.
setName(String) - Method in class com.oorian.html.elements.Fieldset
Sets the name attribute.
setName(String) - Method in class com.oorian.html.elements.Form
Sets the name of this form element.
setName(String) - Method in class com.oorian.html.elements.IFrame
Sets the name attribute, which can be used as a target for links and forms.
setName(String) - Method in class com.oorian.html.elements.InputElement
Sets the name attribute for this input element.
setName(String) - Method in class com.oorian.html.elements.Map
Sets the name attribute for this image map.
setName(String) - Method in class com.oorian.html.elements.Meta
Sets the name attribute identifying the metadata type.
setName(String) - Method in class com.oorian.html.elements.Object
Sets the name of the object for scripting and form submission.
setName(String) - Method in class com.oorian.html.elements.Output
Sets the name attribute.
setName(String) - Method in class com.oorian.html.elements.Param
Sets the name of this parameter.
setName(String) - Method in class com.oorian.html.elements.Slot
Sets the name of this slot.
setName(String) - Method in class com.oorian.OorianCookie
Sets the cookie name.
setName(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the name of the organization.
setName(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the name of the software application.
setName(String) - Method in class com.oorian.schema.SchemaWebPage
Sets the name/title of the web page.
setName(String) - Method in class com.oorian.schema.SchemaWebSite
Sets the name of the website.
setNavBackground(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the navigation background color.
setNavBackground(String) - Method in class com.oorian.html.layout.SplitNavLayout
Sets the nav pane background color.
setNavBorder(String) - Method in class com.oorian.html.layout.DocsLayout
Adds a border to the navigation column.
setNavBorder(String) - Method in class com.oorian.html.layout.SplitNavLayout
Adds a border between nav and content.
setNavDown(String) - Method in class com.oorian.css.CssRule
Sets the nav-down property using a string value.
setNavDown(String) - Method in class com.oorian.css.CssStyle
Sets the nav-down property using a string value.
setNavDown(String) - Method in class com.oorian.html.StyledElement
 
setNavigationBackground(String) - Method in class com.oorian.html.layout.WizardLayout
Sets the navigation area background color.
setNavigationPadding(int) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the navigation area.
setNavigationPadding(String) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the navigation area.
setNavIndex(int) - Method in class com.oorian.css.CssRule
Sets the nav-index property using an integer value.
setNavIndex(int) - Method in class com.oorian.css.CssStyle
Sets the nav-index property using an integer value.
setNavIndex(int) - Method in class com.oorian.html.StyledElement
 
setNavIndex(String) - Method in class com.oorian.css.CssRule
Sets the nav-index property using a string value.
setNavIndex(String) - Method in class com.oorian.css.CssStyle
Sets the nav-index property using a string value.
setNavIndex(String) - Method in class com.oorian.html.StyledElement
 
setNavItemGap(int) - Method in class com.oorian.html.layout.AppShellLayout
Sets the gap between nav items.
setNavItemGap(int) - Method in class com.oorian.html.layout.DocsLayout
Sets the gap between nav items.
setNavItemGap(int) - Method in class com.oorian.html.layout.SettingsLayout
Sets the gap between nav items in the sidebar.
setNavItemGap(int) - Method in class com.oorian.html.layout.SplitNavLayout
Sets the gap between nav items.
setNavItemGap(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the gap between nav items.
setNavItemGap(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the gap between nav items.
setNavItemGap(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets the gap between nav items in the sidebar.
setNavItemGap(String) - Method in class com.oorian.html.layout.SplitNavLayout
Sets the gap between nav items.
setNavLeft(String) - Method in class com.oorian.css.CssRule
Sets the nav-left property using a string value.
setNavLeft(String) - Method in class com.oorian.css.CssStyle
Sets the nav-left property using a string value.
setNavLeft(String) - Method in class com.oorian.html.StyledElement
 
setNavPadding(int) - Method in class com.oorian.html.layout.DocsLayout
Sets padding for the navigation area.
setNavPadding(int) - Method in class com.oorian.html.layout.SplitNavLayout
Sets padding for the nav pane.
setNavPadding(String) - Method in class com.oorian.html.layout.DocsLayout
Sets padding for the navigation area.
setNavPadding(String) - Method in class com.oorian.html.layout.SplitNavLayout
Sets padding for the nav pane.
setNavRight(String) - Method in class com.oorian.css.CssRule
Sets the nav-right property using a string value.
setNavRight(String) - Method in class com.oorian.css.CssStyle
Sets the nav-right property using a string value.
setNavRight(String) - Method in class com.oorian.html.StyledElement
 
setNavUp(String) - Method in class com.oorian.css.CssRule
Sets the nav-up property using a string value.
setNavUp(String) - Method in class com.oorian.css.CssStyle
Sets the nav-up property using a string value.
setNavUp(String) - Method in class com.oorian.html.StyledElement
 
setNavWidth(int) - Method in class com.oorian.html.layout.DocsLayout
Sets the navigation column width.
setNavWidth(int) - Method in class com.oorian.html.layout.SplitNavLayout
Sets the nav pane width.
setNavWidth(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the navigation column width.
setNavWidth(String) - Method in class com.oorian.html.layout.SplitNavLayout
Sets the nav pane width.
setNew(boolean) - Method in class com.oorian.test.TestHttpSession
Sets whether this session is new.
setNew(boolean) - Method in class com.oorian.testing.MockOorianHttpSession
Sets the new-session flag.
setNewParent(Element) - Method in class com.oorian.messaging.events.client.DropEvent
Sets the new parent where the element was dropped.
setNewParentChildIds(ArrayList<String>) - Method in class com.oorian.messaging.events.client.DropEvent
Sets the child IDs of the new parent after the drop.
setNoModule(boolean) - Method in class com.oorian.html.elements.Script
Sets whether the script should not be executed in browsers that support ES modules.
setNonce(String) - Method in class com.oorian.html.elements.Script
Sets the nonce attribute for Content Security Policy.
setNormalSource(String) - Method in class com.oorian.html.elements.Img
Sets the normal state source for rollover effects.
setNorthBackground(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the north region background color.
setNorthHeight(int) - Method in class com.oorian.html.layout.RegionLayout
Sets the north region height.
setNorthHeight(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the north region height.
setNorthPadding(int) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the north region.
setNorthPadding(String) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the north region.
setNoValidate(boolean) - Method in class com.oorian.html.elements.Form
Sets whether the form should bypass validation on submission.
setNthChild(int, CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :nth-child pseudo-class.
setNthChild(int, String) - Method in class com.oorian.css.CssRule
Sets the style for the :nth-child pseudo-class from a CSS string.
setNumCells(int) - Method in class com.oorian.html.containers.HPanel
Sets the number of cells in the panel, removing any existing cells.
setNumCells(int) - Method in class com.oorian.html.containers.VPanel
Sets the number of rows in this vertical panel, replacing any existing rows.
setObjectFit(String) - Method in class com.oorian.css.CssRule
Sets the object-fit property for replaced content sizing.
setObjectFit(String) - Method in class com.oorian.css.CssStyle
Sets the CSS object-fit property.
setObjectFit(String) - Method in class com.oorian.html.StyledElement
Sets the CSS object-fit property.
setObjectPosition(String) - Method in class com.oorian.css.CssRule
Sets the object-position property for replaced content positioning.
setObjectPosition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS object-position property.
setObjectPosition(String) - Method in class com.oorian.html.StyledElement
Sets the CSS object-position property.
setOffer(SchemaOffer) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the pricing offer for the software.
setOffsetX(int) - Method in class com.oorian.html.elements.Popup
Sets the horizontal offset from the target position.
setOffsetY(int) - Method in class com.oorian.html.elements.Popup
Sets the vertical offset from the target position.
setOldParent(Element) - Method in class com.oorian.messaging.events.client.DropEvent
Sets the original parent of the dropped element.
setOldParentChildIds(ArrayList<String>) - Method in class com.oorian.messaging.events.client.DropEvent
Sets the child IDs of the original parent after the drop.
setOnAnimationCancel(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onanimationcancel event handler for this element.
setOnAnimationEnd(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onanimationend event handler for this element.
setOnAnimationIteration(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onanimationiteration event handler for this element.
setOnAnimationStart(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onanimationstart event handler for this element.
setOnAuxClick(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onauxclick event handler for this element.
setOnBeforeInput(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onbeforeinput event handler for this element.
setOnBeforeToggle(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onbeforetoggle event handler for this element.
setOnBlur(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onblur event handler for this element.
setOnChange(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onchange event handler for this element.
setOnClick(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onclick event handler for this element.
setOnClickChange(String) - Method in class com.oorian.html.VisualElement
Sets the onclick handler to toggle a CSS class change on the specified element.
setOnClickNavigateBack() - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-back property.
setOnClickNavigateBack() - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser back one page in history.
setOnClickNavigateBack(int) - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-back property.
setOnClickNavigateBack(int) - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser back the specified number of pages in history.
setOnClickNavigateBack(String) - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-back property.
setOnClickNavigateBack(String) - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser back to the specified URL in history.
setOnClickNavigateForward() - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-forward property.
setOnClickNavigateForward() - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser forward one page in history.
setOnClickNavigateForward(int) - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-forward property.
setOnClickNavigateForward(int) - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser forward the specified number of pages in history.
setOnClickNavigateForward(String) - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-forward property.
setOnClickNavigateForward(String) - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser forward to the specified URL in history.
setOnClickNavigateTo(String) - Method in class com.oorian.html.StyledElement
Sets the CSS on-click-navigate-to property.
setOnClickNavigateTo(String) - Method in class com.oorian.html.VisualElement
Sets the onclick handler to navigate the browser to the specified URL.
setOnCompositionEnd(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oncompositionend event handler for this element.
setOnCompositionStart(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oncompositionstart event handler for this element.
setOnCompositionUpdate(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oncompositionupdate event handler for this element.
setOnContextMenu(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oncontextmenu event handler for this element.
setOnCopy(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oncopy event handler for this element.
setOnCut(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oncut event handler for this element.
setOnDblClick(String) - Method in class com.oorian.html.StyledElement
Sets the CSS on-dbl-click property.
setOnDblClick(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ondblclick event handler for this element.
setOnDblClickChange(String) - Method in class com.oorian.html.StyledElement
Sets the CSS on-dbl-click-change property.
setOnDblClickChange(String) - Method in class com.oorian.html.VisualElement
Sets the ondblclick handler to toggle a CSS class change on the specified element.
setOnDocumentResize(String) - Method in class com.oorian.html.VisualElement
Sets a JavaScript handler to execute when the document is resized.
setOnError(String) - Method in class com.oorian.html.Element
Sets the JavaScript onerror event handler for this element.
setOnFocus(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onfocus event handler for this element.
setOnFocusIn(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onfocusin event handler for this element.
setOnFocusOut(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onfocusout event handler for this element.
setOnFormData(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onformdata event handler for this element.
setOnGotPointerCapture(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ongotpointercapture event handler for this element.
setOnInput(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oninput event handler for this element.
setOnInvalid(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript oninvalid event handler for this element.
setOnKeyDown(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onkeydown event handler for this element.
setOnKeyPressed(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onkeypress event handler for this element.
setOnKeyUp(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onkeyup event handler for this element.
setOnLoad(String) - Method in class com.oorian.html.Element
Sets the JavaScript onload event handler for this element.
setOnLoad(String) - Method in class com.oorian.html.elements.Body
Sets the JavaScript code to execute when the page finishes loading.
setOnLostPointerCapture(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onlostpointercapture event handler for this element.
setOnlyChildStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :only-child pseudo-class.
setOnlyChildStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :only-child pseudo-class from a CSS string.
setOnlyOfTypeStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :only-of-type pseudo-class.
setOnlyOfTypeStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :only-of-type pseudo-class from a CSS string.
setOnMouseDown(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmousedown event handler for this element.
setOnMouseEnter(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmouseenter event handler for this element.
setOnMouseLeave(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmouseleave event handler for this element.
setOnMouseMove(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmousemove event handler for this element.
setOnMouseOut(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmouseout event handler for this element.
setOnMouseOutChangeClass(String, String) - Method in class com.oorian.html.VisualElement
Sets the onmouseout handler to change the CSS class of the specified element.
setOnMouseOutChangeStyle(String, CssStyle) - Method in class com.oorian.html.VisualElement
Sets the onmouseout handler to change the style of the specified element using a CssStyle.
setOnMouseOutChangeStyle(String, String) - Method in class com.oorian.html.VisualElement
Sets the onmouseout handler to change the style of the specified element.
setOnMouseOver(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmouseover event handler for this element.
setOnMouseOverChangeClass(String, String) - Method in class com.oorian.html.VisualElement
Sets the onmouseover handler to change the CSS class of the specified element.
setOnMouseOverChangeStyle(String, CssStyle) - Method in class com.oorian.html.VisualElement
Sets the onmouseover handler to change the style of the specified element using a CssStyle.
setOnMouseOverChangeStyle(String, String) - Method in class com.oorian.html.VisualElement
Sets the onmouseover handler to change the style of the specified element.
setOnMouseOverShow(String) - Method in class com.oorian.html.VisualElement
Sets mouse over/out handlers to show an element on hover and hide it when the mouse leaves.
setOnMouseUp(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onmouseup event handler for this element.
setOnPageLoad(String) - Method in class com.oorian.html.VisualElement
Sets a JavaScript handler to execute when the page finishes loading.
setOnPaste(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpaste event handler for this element.
setOnPointerCancel(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointercancel event handler for this element.
setOnPointerDown(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointerdown event handler for this element.
setOnPointerEnter(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointerenter event handler for this element.
setOnPointerLeave(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointerleave event handler for this element.
setOnPointerMove(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointermove event handler for this element.
setOnPointerOut(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointerout event handler for this element.
setOnPointerOver(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointerover event handler for this element.
setOnPointerUp(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onpointerup event handler for this element.
setOnReset(String) - Method in class com.oorian.html.elements.Form
Sets the JavaScript onreset event handler for this element.
setOnResize(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onresize event handler for this element.
setOnScroll(String) - Method in class com.oorian.html.elements.Body
Enables scroll event generation for this body element.
setOnScroll(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onscroll event handler for this element.
setOnScrollEnd(String) - Method in class com.oorian.html.elements.Body
Enables scroll-end event generation for this body element.
setOnScrollEnd(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onscrollend event handler for this element.
setOnSelect(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onselect event handler for this element.
setOnSelectionChange(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onselectionchange event handler for this element.
setOnSelectStart(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onselectstart event handler for this element.
setOnSubmit(String) - Method in class com.oorian.html.elements.Form
Sets the JavaScript onsubmit event handler for this element.
setOnToggle(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontoggle event handler for this element.
setOnTouchCancel(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontouchcancel event handler for this element.
setOnTouchEnd(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontouchend event handler for this element.
setOnTouchMove(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontouchmove event handler for this element.
setOnTouchStart(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontouchstart event handler for this element.
setOnTransitionCancel(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontransitioncancel event handler for this element.
setOnTransitionEnd(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontransitionend event handler for this element.
setOnTransitionRun(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontransitionrun event handler for this element.
setOnTransitionStart(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript ontransitionstart event handler for this element.
setOnWheel(String) - Method in class com.oorian.html.VisualElement
Sets the JavaScript onwheel event handler for this element.
setOnWindowResize(String) - Method in class com.oorian.html.VisualElement
Sets a JavaScript handler to execute when the browser window is resized.
setOorianScript(String) - Method in class com.oorian.Application
Sets the application-wide path to the Oorian client-side JavaScript file.
setOorianScriptPath(String) - Method in class com.oorian.html.HtmlPage
Sets the path to the Oorian JavaScript file for this page, overriding the application-wide default set via
invalid reference
Application#setOorianScript(String)
.
setOpacity(int) - Method in class com.oorian.css.CssRule
Sets the opacity property using an integer value from 0 to 100.
setOpacity(int) - Method in class com.oorian.css.CssStyle
Sets the CSS opacity property.
setOpacity(int) - Method in class com.oorian.html.containers.GlassPane
Sets the opacity of the glass pane layer.
setOpacity(int) - Method in class com.oorian.html.StyledElement
Sets the CSS opacity property.
setOpacity(String) - Method in class com.oorian.css.CssRule
Sets the opacity property using a string value.
setOpacity(String) - Method in class com.oorian.css.CssStyle
Sets the CSS opacity property.
setOpacity(String) - Method in class com.oorian.html.StyledElement
Sets the CSS opacity property.
setOpen(boolean) - Method in class com.oorian.html.elements.Details
Sets whether the details content is visible.
setOpen(boolean) - Method in class com.oorian.html.elements.Dialog
Sets whether the dialog is currently visible.
setOpenGraph(String, String, String, String) - Method in class com.oorian.html.elements.Head
Sets the core Open Graph meta tags for social media sharing.
setOpenGraphLocale(String) - Method in class com.oorian.html.elements.Head
Sets the Open Graph locale meta tag.
setOpenGraphSiteName(String) - Method in class com.oorian.html.elements.Head
Sets the Open Graph site name meta tag.
setOpenGraphType(String) - Method in class com.oorian.html.elements.Head
Sets the Open Graph type meta tag.
setOperatingSystem(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the operating system requirements.
setOptimum(int) - Method in class com.oorian.html.elements.Meter
Sets the optimum value for the meter.
setOptionalStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :optional pseudo-class.
setOptionalStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :optional pseudo-class from a CSS string.
setOrder(int) - Method in class com.oorian.css.CssRule
Sets the order property using an integer value.
setOrder(int) - Method in class com.oorian.css.CssStyle
Sets the CSS order property.
setOrder(int) - Method in class com.oorian.html.StyledElement
Sets the CSS order property.
setOrder(String) - Method in class com.oorian.css.CssRule
Sets the order property using a string value.
setOrder(String) - Method in class com.oorian.css.CssStyle
Sets the CSS order property.
setOrder(String) - Method in class com.oorian.html.StyledElement
Sets the CSS order property.
setOrigin(Origin, Origin) - Method in class com.oorian.css.transitions.Grow
Sets the transform origin for the scale effect.
setOrphans(String) - Method in class com.oorian.css.CssRule
Sets the orphans property specifying minimum lines at the bottom of a page.
setOrphans(String) - Method in class com.oorian.css.CssStyle
Sets the CSS orphans property.
setOrphans(String) - Method in interface com.oorian.css.PagedMediaIntf
Sets the orphans property specifying minimum lines at the bottom of a page.
setOrphans(String) - Method in class com.oorian.html.StyledElement
Sets the CSS orphans property.
setOutline(Color, OutlineStyle, int) - Method in class com.oorian.css.CssRule
Sets the outline shorthand property using typed values.
setOutline(Color, OutlineStyle, int) - Method in class com.oorian.css.CssStyle
Sets the outline shorthand property using typed values.
setOutline(Color, OutlineStyle, int) - Method in class com.oorian.html.StyledElement
 
setOutline(Color, OutlineStyle, Units) - Method in class com.oorian.css.CssRule
Sets the outline shorthand property using typed values.
setOutline(Color, OutlineStyle, Units) - Method in class com.oorian.css.CssStyle
Sets the outline shorthand property using typed values.
setOutline(Color, OutlineStyle, Units) - Method in class com.oorian.html.StyledElement
 
setOutline(String) - Method in class com.oorian.css.CssRule
Sets the outline shorthand property using a string value.
setOutline(String) - Method in class com.oorian.css.CssStyle
Sets the outline shorthand property using a string value.
setOutline(String) - Method in class com.oorian.html.StyledElement
 
setOutline(String, String, String) - Method in class com.oorian.css.CssRule
Sets the outline shorthand property using string values.
setOutline(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the outline shorthand property using string values.
setOutline(String, String, String) - Method in class com.oorian.html.StyledElement
 
setOutlineColor(Color) - Method in class com.oorian.css.CssRule
Sets the outline-color property using a Color value.
setOutlineColor(Color) - Method in class com.oorian.css.CssStyle
Sets the outline-color property using a Color value.
setOutlineColor(Color) - Method in class com.oorian.html.StyledElement
 
setOutlineColor(String) - Method in class com.oorian.css.CssRule
Sets the outline-color property using a string value.
setOutlineColor(String) - Method in class com.oorian.css.CssStyle
Sets the outline-color property using a string value.
setOutlineColor(String) - Method in class com.oorian.html.StyledElement
 
setOutlineOffset(int) - Method in class com.oorian.css.CssRule
Sets the outline-offset property using a pixel value.
setOutlineOffset(int) - Method in class com.oorian.css.CssStyle
Sets the outline-offset property using a pixel value.
setOutlineOffset(int) - Method in class com.oorian.html.StyledElement
 
setOutlineOffset(Units) - Method in class com.oorian.css.CssRule
Sets the outline-offset property using a unit value.
setOutlineOffset(Units) - Method in class com.oorian.css.CssStyle
Sets the outline-offset property using a unit value.
setOutlineOffset(Units) - Method in class com.oorian.html.StyledElement
 
setOutlineOffset(String) - Method in class com.oorian.css.CssRule
Sets the outline-offset property using a string value.
setOutlineOffset(String) - Method in class com.oorian.css.CssStyle
Sets the outline-offset property using a string value.
setOutlineOffset(String) - Method in class com.oorian.html.StyledElement
 
setOutlineStyle(OutlineStyle) - Method in class com.oorian.css.CssRule
Sets the outline-style property using an enum value.
setOutlineStyle(OutlineStyle) - Method in class com.oorian.css.CssStyle
Sets the outline-style property using an enum value.
setOutlineStyle(OutlineStyle) - Method in class com.oorian.html.StyledElement
 
setOutlineStyle(String) - Method in class com.oorian.css.CssRule
Sets the outline-style property using a string value.
setOutlineStyle(String) - Method in class com.oorian.css.CssStyle
Sets the outline-style property using a string value.
setOutlineStyle(String) - Method in class com.oorian.html.StyledElement
 
setOutlineWidth(int) - Method in class com.oorian.css.CssRule
Sets the outline-width property using a pixel value.
setOutlineWidth(int) - Method in class com.oorian.css.CssStyle
Sets the outline-width property using a pixel value.
setOutlineWidth(int) - Method in class com.oorian.html.StyledElement
 
setOutlineWidth(OutlineWidth) - Method in class com.oorian.css.CssRule
Sets the outline-width property using an enum value.
setOutlineWidth(OutlineWidth) - Method in class com.oorian.css.CssStyle
Sets the outline-width property using an enum value.
setOutlineWidth(OutlineWidth) - Method in class com.oorian.html.StyledElement
 
setOutlineWidth(Units) - Method in class com.oorian.css.CssRule
Sets the outline-width property using a unit value.
setOutlineWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the outline-width property using a unit value.
setOutlineWidth(Units) - Method in class com.oorian.html.StyledElement
 
setOutlineWidth(String) - Method in class com.oorian.css.CssRule
Sets the outline-width property using a string value.
setOutlineWidth(String) - Method in class com.oorian.css.CssStyle
Sets the outline-width property using a string value.
setOutlineWidth(String) - Method in class com.oorian.html.StyledElement
 
setOutOfRangeStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :out-of-range pseudo-class.
setOutOfRangeStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :out-of-range pseudo-class from a CSS string.
setOverflow(Overflow) - Method in class com.oorian.css.CssRule
Sets the CSS overflow property using an Overflow enum value.
setOverflow(Overflow) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow property.
setOverflow(Overflow) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow property.
setOverflow(Overflow, Overflow) - Method in class com.oorian.css.CssRule
Sets the CSS overflow-x and overflow-y properties separately.
setOverflow(Overflow, Overflow) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow property.
setOverflow(Overflow, Overflow) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow property.
setOverflow(String) - Method in class com.oorian.css.CssRule
Sets the CSS overflow property using a string value.
setOverflow(String) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow property.
setOverflow(String) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow property.
setOverflowWrap(String) - Method in class com.oorian.css.CssRule
Sets the overflow-wrap property for line breaking on overflow.
setOverflowWrap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow-wrap property.
setOverflowWrap(String) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow-wrap property.
setOverflowX(Overflow) - Method in class com.oorian.css.CssRule
Sets the CSS overflow-x property using an Overflow enum value.
setOverflowX(Overflow) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow-x property.
setOverflowX(Overflow) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow-x property.
setOverflowX(String) - Method in class com.oorian.css.CssRule
Sets the CSS overflow-x property using a string value.
setOverflowX(String) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow-x property.
setOverflowX(String) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow-x property.
setOverflowY(Overflow) - Method in class com.oorian.css.CssRule
Sets the CSS overflow-y property using an Overflow enum value.
setOverflowY(Overflow) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow-y property.
setOverflowY(Overflow) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow-y property.
setOverflowY(String) - Method in class com.oorian.css.CssRule
Sets the CSS overflow-y property using a string value.
setOverflowY(String) - Method in class com.oorian.css.CssStyle
Sets the CSS overflow-y property.
setOverflowY(String) - Method in class com.oorian.html.StyledElement
Sets the CSS overflow-y property.
setOverSource(String) - Method in class com.oorian.html.elements.Img
Sets the hover state source for rollover effects.
setPadding(int) - Method in class com.oorian.css.CssRule
Sets the CSS padding property using a pixel value for all sides.
setPadding(int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property in pixels.
setPadding(int) - Method in class com.oorian.html.StyledElement
Sets the CSS padding property in pixels.
setPadding(int, int) - Method in class com.oorian.css.CssRule
Sets the CSS padding property using pixel values for vertical and horizontal padding.
setPadding(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property using pixel values for vertical and horizontal padding.
setPadding(int, int) - Method in class com.oorian.html.StyledElement
 
setPadding(int, int, int, int) - Method in class com.oorian.css.CssRule
Sets the CSS padding property with individual pixel values for each side.
setPadding(int, int, int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property using individual values for each side.
setPadding(int, int, int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS padding property using individual values for each side.
setPadding(Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding property using a Units value for all sides.
setPadding(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property using a CSS unit value.
setPadding(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS padding property using a CSS unit value.
setPadding(Units, Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding property using Units values for vertical and horizontal padding.
setPadding(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property using Units values for vertical and horizontal padding.
setPadding(Units, Units) - Method in class com.oorian.html.StyledElement
 
setPadding(Units, Units, Units, Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding property with individual Units values for each side.
setPadding(Units, Units, Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property using individual values for each side.
setPadding(Units, Units, Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS padding property using individual values for each side.
setPadding(String) - Method in class com.oorian.css.CssRule
Sets the CSS padding property using a string value.
setPadding(String) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property.
setPadding(String) - Method in class com.oorian.html.StyledElement
Sets the CSS padding property.
setPadding(String, String, String, String) - Method in class com.oorian.css.CssRule
Sets the CSS padding property with individual string values for each side.
setPadding(String, String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS padding property using individual values for each side.
setPadding(String, String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS padding property using individual values for each side.
setPaddingBottom(int) - Method in class com.oorian.css.CssRule
Sets the CSS padding-bottom property using a pixel value.
setPaddingBottom(int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-bottom property in pixels.
setPaddingBottom(int) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-bottom property in pixels.
setPaddingBottom(Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding-bottom property using a Units value.
setPaddingBottom(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-bottom property using a CSS unit value.
setPaddingBottom(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-bottom property using a CSS unit value.
setPaddingBottom(String) - Method in class com.oorian.css.CssRule
Sets the CSS padding-bottom property using a string value.
setPaddingBottom(String) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-bottom property.
setPaddingBottom(String) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-bottom property.
setPaddingLeft(int) - Method in class com.oorian.css.CssRule
Sets the CSS padding-left property using a pixel value.
setPaddingLeft(int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-left property in pixels.
setPaddingLeft(int) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-left property in pixels.
setPaddingLeft(Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding-left property using a Units value.
setPaddingLeft(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-left property using a CSS unit value.
setPaddingLeft(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-left property using a CSS unit value.
setPaddingLeft(String) - Method in class com.oorian.css.CssRule
Sets the CSS padding-left property using a string value.
setPaddingLeft(String) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-left property.
setPaddingLeft(String) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-left property.
setPaddingRight(int) - Method in class com.oorian.css.CssRule
Sets the CSS padding-right property using a pixel value.
setPaddingRight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-right property in pixels.
setPaddingRight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-right property in pixels.
setPaddingRight(Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding-right property using a Units value.
setPaddingRight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-right property using a CSS unit value.
setPaddingRight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-right property using a CSS unit value.
setPaddingRight(String) - Method in class com.oorian.css.CssRule
Sets the CSS padding-right property using a string value.
setPaddingRight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-right property.
setPaddingRight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-right property.
setPaddingTop(int) - Method in class com.oorian.css.CssRule
Sets the CSS padding-top property using a pixel value.
setPaddingTop(int) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-top property in pixels.
setPaddingTop(int) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-top property in pixels.
setPaddingTop(Units) - Method in class com.oorian.css.CssRule
Sets the CSS padding-top property using a Units value.
setPaddingTop(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-top property using a CSS unit value.
setPaddingTop(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-top property using a CSS unit value.
setPaddingTop(String) - Method in class com.oorian.css.CssRule
Sets the CSS padding-top property using a string value.
setPaddingTop(String) - Method in class com.oorian.css.CssStyle
Sets the CSS padding-top property.
setPaddingTop(String) - Method in class com.oorian.html.StyledElement
Sets the CSS padding-top property.
setPaddingX(int) - Method in class com.oorian.html.layout.CenteredContentLayout
Sets horizontal padding (left and right) in pixels.
setPaddingX(int) - Method in class com.oorian.html.layout.Container
Sets horizontal padding (left and right) for the container in pixels.
setPaddingX(int) - Method in class com.oorian.html.layout.NavbarLayout
Sets horizontal padding for the navbar.
setPaddingX(int) - Method in class com.oorian.html.layout.PageSection
Sets horizontal padding (left and right) in pixels.
setPaddingX(String) - Method in class com.oorian.html.layout.CenteredContentLayout
Sets horizontal padding (left and right).
setPaddingX(String) - Method in class com.oorian.html.layout.Container
Sets horizontal padding (left and right) for the container.
setPaddingX(String) - Method in class com.oorian.html.layout.NavbarLayout
Sets horizontal padding for the navbar.
setPaddingX(String) - Method in class com.oorian.html.layout.PageSection
Sets horizontal padding (left and right) using a CSS value.
setPaddingY(int) - Method in class com.oorian.html.layout.CenteredContentLayout
Sets vertical padding (top and bottom) in pixels.
setPaddingY(int) - Method in class com.oorian.html.layout.Container
Sets vertical padding (top and bottom) for the container in pixels.
setPaddingY(int) - Method in class com.oorian.html.layout.NavbarLayout
Sets vertical padding for the navbar.
setPaddingY(int) - Method in class com.oorian.html.layout.PageSection
Sets vertical padding (top and bottom) in pixels.
setPaddingY(PageSection.Spacing) - Method in class com.oorian.html.layout.PageSection
Sets vertical padding (top and bottom) using a spacing preset.
setPaddingY(String) - Method in class com.oorian.html.layout.CenteredContentLayout
Sets vertical padding (top and bottom).
setPaddingY(String) - Method in class com.oorian.html.layout.Container
Sets vertical padding (top and bottom) for the container.
setPaddingY(String) - Method in class com.oorian.html.layout.NavbarLayout
Sets vertical padding for the navbar.
setPaddingY(String) - Method in class com.oorian.html.layout.PageSection
Sets vertical padding (top and bottom) using a CSS value.
setPage(HtmlPage) - Method in class com.oorian.html.Element
Associates this element and all its descendants with the specified page.
setPageBackground(String) - Method in class com.oorian.html.layout.FormLayout
Sets the background color of the outer container.
setPageBreakAfter(PageBreakAfter) - Method in class com.oorian.css.CssRule
Sets the page-break-after property using an enum value.
setPageBreakAfter(PageBreakAfter) - Method in class com.oorian.css.CssStyle
Sets the CSS page-break-after property.
setPageBreakAfter(PageBreakAfter) - Method in interface com.oorian.css.PagedMediaIntf
Sets the page-break-after property using an enum value.
setPageBreakAfter(PageBreakAfter) - Method in class com.oorian.html.StyledElement
Sets the CSS page-break-after property.
setPageBreakAfter(String) - Method in class com.oorian.css.CssRule
Sets the page-break-after property using a string value.
setPageBreakAfter(String) - Method in class com.oorian.css.CssStyle
Sets the CSS page-break-after property.
setPageBreakAfter(String) - Method in interface com.oorian.css.PagedMediaIntf
Sets the page-break-after property using a string value.
setPageBreakAfter(String) - Method in class com.oorian.html.StyledElement
Sets the CSS page-break-after property.
setPageBreakBefore(PageBreakBefore) - Method in class com.oorian.css.CssRule
Sets the page-break-before property using an enum value.
setPageBreakBefore(PageBreakBefore) - Method in class com.oorian.css.CssStyle
Sets the CSS page-break-before property.
setPageBreakBefore(PageBreakBefore) - Method in interface com.oorian.css.PagedMediaIntf
Sets the page-break-before property using an enum value.
setPageBreakBefore(PageBreakBefore) - Method in class com.oorian.html.StyledElement
Sets the CSS page-break-before property.
setPageBreakBefore(String) - Method in class com.oorian.css.CssRule
Sets the page-break-before property using a string value.
setPageBreakBefore(String) - Method in class com.oorian.css.CssStyle
Sets the CSS page-break-before property.
setPageBreakBefore(String) - Method in interface com.oorian.css.PagedMediaIntf
Sets the page-break-before property using a string value.
setPageBreakBefore(String) - Method in class com.oorian.html.StyledElement
Sets the CSS page-break-before property.
setPageBreakInside(PageBreakInside) - Method in class com.oorian.css.CssRule
Sets the page-break-inside property using an enum value.
setPageBreakInside(PageBreakInside) - Method in class com.oorian.css.CssStyle
Sets the CSS page-break-inside property.
setPageBreakInside(PageBreakInside) - Method in interface com.oorian.css.PagedMediaIntf
Sets the page-break-inside property using an enum value.
setPageBreakInside(PageBreakInside) - Method in class com.oorian.html.StyledElement
Sets the CSS page-break-inside property.
setPageBreakInside(String) - Method in class com.oorian.css.CssRule
Sets the page-break-inside property using a string value.
setPageBreakInside(String) - Method in class com.oorian.css.CssStyle
Sets the CSS page-break-inside property.
setPageBreakInside(String) - Method in interface com.oorian.css.PagedMediaIntf
Sets the page-break-inside property using a string value.
setPageBreakInside(String) - Method in class com.oorian.html.StyledElement
Sets the CSS page-break-inside property.
setPaneColor(Color) - Method in class com.oorian.html.controls.dialog.Dialog
Sets the background color of the glass pane overlay.
setPaneColor(Color) - Method in class com.oorian.html.controls.popup.ModalPopup
Sets the background color of the glass pane overlay.
setPaneColor(Color, int) - Method in class com.oorian.html.controls.dialog.Dialog
Sets the background color and opacity of the glass pane overlay.
setPaneColor(Color, int) - Method in class com.oorian.html.controls.popup.ModalPopup
Sets the background color and opacity of the glass pane overlay.
setPanelBackground(String) - Method in class com.oorian.html.layout.Drawer
Sets the panel background color.
setPanelPadding(int) - Method in class com.oorian.html.layout.Drawer
Sets padding inside the drawer panel.
setPanelPadding(String) - Method in class com.oorian.html.layout.Drawer
Sets padding inside the drawer panel.
setPanelShadow(String) - Method in class com.oorian.html.layout.Drawer
Adds a box shadow to the panel.
setPaneOpacity(int) - Method in class com.oorian.html.controls.dialog.Dialog
Sets the opacity of the glass pane overlay.
setPaneOpacity(int) - Method in class com.oorian.html.controls.popup.ModalPopup
Sets the opacity of the glass pane overlay.
setParameter(String, String) - Method in class com.oorian.test.TestHttpRequest
Sets a single-valued request parameter.
setParameter(String, String) - Method in class com.oorian.utils.Url
Sets or adds a query parameter and rebuilds the URL.
setParameter(String, String...) - Method in class com.oorian.test.TestHttpRequest
Sets a multi-valued request parameter.
setParameterValue(String, String) - Method in class com.oorian.Parameters
Sets a single-valued parameter, replacing any existing values.
setParent(Element) - Method in class com.oorian.html.Element
Sets the parent element for this element.
setParentSelector(String) - Method in class com.oorian.css.CssRule
Sets the parent selector for nested rule resolution.
setPart(String) - Method in class com.oorian.html.Element
Sets the part attribute for CSS shadow parts.
setPath(String) - Method in class com.oorian.OorianCookie
Sets the path for which the cookie is valid.
setPathInfo(String) - Method in class com.oorian.test.TestHttpRequest
Sets the path info (page path).
setPathInfo(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the path info.
setPattern(String) - Method in class com.oorian.html.elements.InputElement
Sets the regular expression pattern for input validation.
setPerspective(int) - Method in class com.oorian.css.CssRule
Sets the perspective property in pixels.
setPerspective(int) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective property in pixels.
setPerspective(int) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective property in pixels.
setPerspective(Units) - Method in class com.oorian.css.CssRule
Sets the perspective property using Units.
setPerspective(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective property using a CSS unit value.
setPerspective(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective property using a CSS unit value.
setPerspective(String) - Method in class com.oorian.css.CssRule
Sets the perspective property from a CSS value string.
setPerspective(String) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective property.
setPerspective(String) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective property.
setPerspectiveOrigin(Origin, Origin) - Method in class com.oorian.css.CssRule
Sets the perspective-origin property using Origin enums.
setPerspectiveOrigin(Origin, Origin) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective-origin property.
setPerspectiveOrigin(Origin, Origin) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective-origin property.
setPerspectiveOrigin(Units, Units) - Method in class com.oorian.css.CssRule
Sets the perspective-origin property using Units.
setPerspectiveOrigin(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective-origin property.
setPerspectiveOrigin(Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective-origin property.
setPerspectiveOrigin(String) - Method in class com.oorian.css.CssRule
Sets the perspective-origin property from a CSS value string.
setPerspectiveOrigin(String) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective-origin property.
setPerspectiveOrigin(String) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective-origin property.
setPerspectiveOrigin(String, String) - Method in class com.oorian.css.CssRule
Sets the perspective-origin property with x and y values.
setPerspectiveOrigin(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS perspective-origin property.
setPerspectiveOrigin(String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS perspective-origin property.
setPhonemes(String) - Method in class com.oorian.css.CssRule
Sets the phonemes property for phonetic pronunciation.
setPhonemes(String) - Method in class com.oorian.css.CssStyle
Sets the CSS phonemes property.
setPhonemes(String) - Method in class com.oorian.html.StyledElement
Sets the CSS phonemes property.
setPing(String) - Method in class com.oorian.html.elements.A
Sets the ping attribute.
setPing(String) - Method in class com.oorian.html.elements.Area
Sets the ping attribute.
setPlaceholder(String) - Method in class com.oorian.html.elements.InputElement
Sets the placeholder attribute providing a short hint for expected input.
setPlaysInline(boolean) - Method in class com.oorian.html.elements.Video
Sets whether the video should play inline on mobile devices.
setPollInterval(long) - Method in class com.oorian.html.HtmlPage
Sets the polling interval for AJAX_ONLY mode.
setPopover(String) - Method in class com.oorian.html.VisualElement
Sets the popover attribute.
setPopoverTarget(String) - Method in class com.oorian.html.elements.Button
Sets the ID of the popover element that this button controls.
setPopoverTargetAction(String) - Method in class com.oorian.html.elements.Button
Sets the action to perform on the target popover element.
setPosition(int, int) - Method in class com.oorian.css.CssRule
Sets the CSS left and top position properties using pixel values.
setPosition(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS position property using individual values for each side.
setPosition(int, int) - Method in class com.oorian.html.layout.GridItem
Sets both the starting column and row for this item.
setPosition(int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS position property using individual values for each side.
setPosition(Position) - Method in class com.oorian.css.CssRule
Sets the CSS position property using a Position enum value.
setPosition(Position) - Method in class com.oorian.css.CssStyle
Sets the CSS position property.
setPosition(Position) - Method in class com.oorian.html.StyledElement
Sets the CSS position property.
setPosition(Units, Units) - Method in class com.oorian.css.CssRule
Sets the CSS left and top position properties using Units values.
setPosition(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS position property using individual values for each side.
setPosition(Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS position property using individual values for each side.
setPosition(String) - Method in class com.oorian.css.CssRule
Sets the CSS position property using a string value.
setPosition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS position property.
setPosition(String) - Method in class com.oorian.html.StyledElement
Sets the CSS position property.
setPosition(String, String) - Method in class com.oorian.css.CssRule
Sets the CSS left and top position properties using string values.
setPosition(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS position property using individual values for each side.
setPosition(String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS position property using individual values for each side.
setPoster(String) - Method in class com.oorian.html.elements.Video
Sets the poster image URL displayed before playback.
setPreload(Preload) - Method in class com.oorian.html.elements.Audio
Sets the preload strategy using the Preload enum.
setPreload(Preload) - Method in class com.oorian.html.elements.Video
Sets the preload strategy using the Preload enum.
setPreload(String) - Method in class com.oorian.html.elements.Audio
Sets the preload attribute.
setPreload(String) - Method in class com.oorian.html.elements.Video
Sets the preload attribute.
setPressSource(String) - Method in class com.oorian.html.elements.Img
Sets the pressed state source for rollover effects.
setPrice(Number) - Method in class com.oorian.schema.SchemaOffer
Sets the price of the offer.
setPriceCurrency(String) - Method in class com.oorian.schema.SchemaOffer
Sets the currency of the price (ISO 4217 format).
setPriceValidUntil(String) - Method in class com.oorian.schema.SchemaOffer
Sets the date after which the price is no longer valid (ISO 8601 format).
setPrivate() - Method in class com.oorian.security.CacheControl
Sets the private directive.
setProfile(String) - Method in class com.oorian.Application
Sets the active configuration profile for the application.
setProgressBackground(String) - Method in class com.oorian.html.layout.WizardLayout
Sets the progress area background color.
setProgressPadding(int) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the progress area.
setProgressPadding(String) - Method in class com.oorian.html.layout.WizardLayout
Sets padding for the progress area.
setProgressWidth(int) - Method in class com.oorian.html.layout.LoadingLayout
Sets the width of the progress area.
setProgressWidth(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets the width of the progress area.
setProperty(String) - Method in class com.oorian.html.elements.Meta
Sets the property attribute for extended metadata protocols.
setPseudoClass(String) - Method in class com.oorian.css.CssSelector
Sets a pseudo-class for this selector.
setPseudoElement(String) - Method in class com.oorian.css.CssSelector
Sets a pseudo-element for this selector.
setPublic() - Method in class com.oorian.security.CacheControl
Sets the public directive.
setPublisher(SchemaOrganization) - Method in class com.oorian.schema.SchemaArticle
Sets the publisher of the article.
setPublisher(SchemaOrganization) - Method in class com.oorian.schema.SchemaWebPage
Sets the publisher of the page.
setPublisher(SchemaOrganization) - Method in class com.oorian.schema.SchemaWebSite
Sets the publisher/owner of the website.
setQueryString(String) - Method in class com.oorian.test.TestHttpRequest
Sets the query string.
setQueryString(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the query string.
setQuotes(String) - Method in class com.oorian.css.CssRule
Sets the quotes property for quotation mark characters.
setQuotes(String) - Method in class com.oorian.css.CssStyle
Sets the CSS quotes property.
setQuotes(String) - Method in class com.oorian.html.StyledElement
Sets the CSS quotes property.
setRatio(double) - Method in class com.oorian.html.layout.AspectRatio
Sets the aspect ratio using a decimal value.
setRatio(int, int) - Method in class com.oorian.html.layout.AspectRatio
Sets a custom aspect ratio.
setRatio(AspectRatio.Ratio) - Method in class com.oorian.html.layout.AspectRatio
Sets the aspect ratio using a preset.
setReadOnly(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the readonly boolean attribute preventing user modification.
setReadOnlyStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :read-only pseudo-class.
setReadOnlyStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :read-only pseudo-class from a CSS string.
setReadTimeout(int) - Method in class com.oorian.apis.ApiHttpRequest
Sets the read timeout in milliseconds.
setReadWriteStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :read-write pseudo-class.
setReadWriteStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :read-write pseudo-class from a CSS string.
setReferrerPolicy(String) - Method in class com.oorian.html.elements.A
Sets the referrerpolicy attribute.
setReferrerPolicy(String) - Method in class com.oorian.html.elements.Area
Sets the referrerpolicy attribute.
setReferrerPolicy(String) - Method in class com.oorian.html.elements.Link
Sets the referrerpolicy attribute.
setReferrerPolicy(String) - Method in class com.oorian.html.elements.Script
Sets the referrerpolicy attribute.
setRel(Relationship) - Method in class com.oorian.html.elements.A
Sets the rel attribute using the Relationship enum.
setRel(Relationship) - Method in class com.oorian.html.elements.Area
Sets the rel attribute using the Relationship enum.
setRel(Relationship) - Method in class com.oorian.html.elements.Link
Sets the rel attribute using the Relationship enum.
setRel(String) - Method in class com.oorian.html.elements.A
Sets the rel attribute.
setRel(String) - Method in class com.oorian.html.elements.Area
Sets the rel attribute.
setRel(String) - Method in class com.oorian.html.elements.Form
Sets the rel attribute.
setRel(String) - Method in class com.oorian.html.elements.Link
Sets the rel attribute.
setReloadOnBack(boolean) - Method in class com.oorian.html.HtmlPage
Sets whether the page should reload when navigating back.
setRemoteAddr(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the remote address.
setReportTo(String) - Method in class com.oorian.security.ContentSecurityPolicy
Sets the report-to directive.
setReportUri(String) - Method in class com.oorian.security.ContentSecurityPolicy
Sets the report-uri directive.
setRequestURI(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the request URI.
setRequired(boolean) - Method in class com.oorian.html.elements.InputElement
Sets the required boolean attribute indicating the field must be filled before form submission.
setRequiredAccessible(boolean) - Method in class com.oorian.html.elements.InputElement
Sets this input as required with proper accessibility attributes.
setRequiredStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :required pseudo-class.
setRequiredStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :required pseudo-class from a CSS string.
setRequireInteraction(boolean) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets whether the notification requires user interaction to dismiss.
setResize(Resize) - Method in class com.oorian.css.CssRule
Sets the resize property using an enum value.
setResize(Resize) - Method in class com.oorian.css.CssStyle
Sets the resize property using an enum value.
setResize(Resize) - Method in class com.oorian.html.StyledElement
 
setResize(String) - Method in class com.oorian.css.CssRule
Sets the resize property using a string value.
setResize(String) - Method in class com.oorian.css.CssStyle
Sets the resize property using a string value.
setResize(String) - Method in class com.oorian.html.StyledElement
 
setResizeToWindowHeight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS resize-to-window-height property.
setResizeToWindowHeight(int, String) - Method in class com.oorian.html.StyledElement
Sets the CSS resize-to-window-height property.
setResizeToWindowWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS resize-to-window-width property.
setResponseHeader(String, String) - Method in class com.oorian.HttpFile
Sets a custom header on the HTTP response, replacing any existing header with the same name.
setRest(String) - Method in class com.oorian.css.CssRule
Sets the rest shorthand property for pauses before and after speech.
setRest(String) - Method in class com.oorian.css.CssStyle
Sets the CSS rest property.
setRest(String) - Method in class com.oorian.html.StyledElement
Sets the CSS rest property.
setRestAfter(String) - Method in class com.oorian.css.CssRule
Sets the rest-after property for pause after speech synthesis.
setRestAfter(String) - Method in class com.oorian.css.CssStyle
Sets the CSS rest-after property.
setRestAfter(String) - Method in class com.oorian.html.StyledElement
Sets the CSS rest-after property.
setRestBefore(String) - Method in class com.oorian.css.CssRule
Sets the rest-before property for pause before speech synthesis.
setRestBefore(String) - Method in class com.oorian.css.CssStyle
Sets the CSS rest-before property.
setRestBefore(String) - Method in class com.oorian.html.StyledElement
Sets the CSS rest-before property.
setReversed(boolean) - Method in class com.oorian.html.elements.Ol
Sets whether the list numbering should be reversed (descending).
setRight(int) - Method in class com.oorian.css.CssRule
Sets the CSS right property using a pixel value.
setRight(int) - Method in class com.oorian.css.CssStyle
Sets the CSS right property in pixels.
setRight(int) - Method in class com.oorian.html.layout.Sticky
Sets the right offset for sticky positioning.
setRight(int) - Method in class com.oorian.html.StyledElement
Sets the CSS right property in pixels.
setRight(Units) - Method in class com.oorian.css.CssRule
Sets the CSS right property using a Units value.
setRight(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS right property using a CSS unit value.
setRight(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS right property using a CSS unit value.
setRight(String) - Method in class com.oorian.css.CssRule
Sets the CSS right property using a string value.
setRight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS right property.
setRight(String) - Method in class com.oorian.html.layout.Sticky
Sets the right offset for sticky positioning.
setRight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS right property.
setRightBorder(String, String, String) - Method in class com.oorian.css.Border
Sets all properties for the right border.
setRightColor(String) - Method in class com.oorian.css.Border
Sets the right border color.
setRightStyle(String) - Method in class com.oorian.css.Border
Sets the right border style.
setRightWidth(String) - Method in class com.oorian.css.Border
Sets the right border width.
setRobots(String) - Method in class com.oorian.html.elements.Head
Sets the robots meta tag to control search engine crawler behavior.
setRobots(String) - Method in class com.oorian.html.HtmlPage
Sets the meta robots directive for search engine crawlers.
setRole(AriaRole) - Method in class com.oorian.html.VisualElement
Sets the ARIA role attribute using the AriaRole enum.
setRole(String) - Method in class com.oorian.html.VisualElement
Sets the ARIA role attribute using a string value.
setRoot(XmlElement) - Method in class com.oorian.xml.XmlDocument
Sets the root element of this document.
setRootStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :root pseudo-class.
setRootStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :root pseudo-class from a CSS string.
setRotate(float) - Method in class com.oorian.css.CssStyle
Sets the rotate() function within the CSS transform property.
setRotate(float) - Method in class com.oorian.html.StyledElement
Sets the rotate() function within the CSS transform property.
setRotate(String) - Method in class com.oorian.css.CssStyle
Sets the rotate() function within the CSS transform property.
setRotate(String) - Method in class com.oorian.html.StyledElement
Sets the rotate() function within the CSS transform property.
setRotation(int) - Method in class com.oorian.css.transitions.Move
Sets the rotation in degrees.
setRotation(String) - Method in class com.oorian.css.transitions.Move
Sets the rotation as a CSS angle string.
setRow(int) - Method in class com.oorian.html.layout.GridItem
Sets the starting row for this item (1-based).
setRowGap(int) - Method in class com.oorian.css.CssRule
Sets the row-gap property using a pixel value.
setRowGap(int) - Method in class com.oorian.css.CssStyle
Sets the CSS row-gap property using a pixel value.
setRowGap(int) - Method in class com.oorian.html.StyledElement
 
setRowGap(String) - Method in class com.oorian.css.CssRule
Sets the row-gap property using a string value.
setRowGap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS row-gap property using a string value.
setRowGap(String) - Method in class com.oorian.html.StyledElement
 
setRowRange(int, int) - Method in class com.oorian.html.layout.GridItem
Sets the row start and end positions.
setRows(int) - Method in class com.oorian.html.elements.TextArea
Sets the rows attribute.
setRows(int) - Method in class com.oorian.html.layout.ComposableLayout
Sets the number of equal-height rows.
setRows(int) - Method in class com.oorian.html.layout.Grid
Sets the number of rows using repeat(n, 1fr).
setRows(String) - Method in class com.oorian.html.layout.Grid
Sets the grid rows using a custom template string.
setRowSpan(int) - Method in class com.oorian.html.elements.TableCell
Sets the number of rows this cell should span.
setSameSite(CookieDefaults.SameSite) - Method in class com.oorian.security.CookieDefaults
Sets the default SameSite attribute for cookies.
setSameSite(String) - Method in class com.oorian.OorianCookie
Sets the SameSite attribute for the cookie.
setSameSite(String) - Method in class com.oorian.security.CookieDefaults
Sets the default SameSite attribute for cookies using a raw string.
setSandbox(Sandbox) - Method in class com.oorian.html.elements.IFrame
Sets the iframe sandbox restriction using the Sandbox enum.
setSandbox(String) - Method in class com.oorian.html.elements.IFrame
Sets the sandbox attribute applying extra restrictions to the iframe content.
setSaturate(float) - Method in class com.oorian.css.CssStyle
Sets the saturate() function within the CSS filter property.
setSaturate(float) - Method in class com.oorian.html.StyledElement
Sets the saturate() function within the CSS filter property.
setScale(float) - Method in class com.oorian.css.animations.Beat
Sets the maximum scale factor for the beat effect.
setScale(float) - Method in class com.oorian.css.animations.BeatFade
Sets the maximum scale factor for the beat effect.
setScale(float) - Method in class com.oorian.css.CssStyle
Sets the scale() function within the CSS transform property.
setScale(float) - Method in class com.oorian.css.transitions.Grow
Sets the target scale factor.
setScale(float) - Method in class com.oorian.css.transitions.Move
Sets the scale factor.
setScale(float) - Method in class com.oorian.html.StyledElement
Sets the scale() function within the CSS transform property.
setScale(String) - Method in class com.oorian.css.CssStyle
Sets the scale() function within the CSS transform property.
setScale(String) - Method in class com.oorian.html.StyledElement
Sets the scale() function within the CSS transform property.
setScheme(String) - Method in class com.oorian.test.TestHttpRequest
Sets the HTTP scheme (http or https).
setScheme(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the scheme (http or https).
setScope(ThScope) - Method in class com.oorian.html.elements.Th
Sets the scope of the header cell using the ThScope enum.
setScope(String) - Method in class com.oorian.html.elements.Th
Sets the scope of the header cell using a string value.
setScoped(boolean) - Method in class com.oorian.html.elements.Style
Sets whether this style element should be scoped.
setScreenshot(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the URL of a screenshot of the software.
setScreenSize(int, int, float, Orientation) - Method in class com.oorian.ClientProfile
Sets the client's screen size and display properties.
setSearchAction(String) - Method in class com.oorian.schema.SchemaWebSite
Enables the sitelinks search box by setting the search action target URL.
setSectionGap(int) - Method in class com.oorian.html.layout.StoryLayout
Sets the gap between sections.
setSectionGap(String) - Method in class com.oorian.html.layout.StoryLayout
Sets the gap between sections.
setSectionSpacing(int) - Method in class com.oorian.html.layout.DashboardLayout
Sets the spacing between stats bar and widget area.
setSectionSpacing(String) - Method in class com.oorian.html.layout.DashboardLayout
Sets the spacing between stats bar and widget area.
setSecure(boolean) - Method in class com.oorian.OorianCookie
Sets whether the cookie should only be sent over secure (HTTPS) connections.
setSecure(boolean) - Method in class com.oorian.security.CookieDefaults
Sets whether cookies should only be sent over HTTPS connections by default.
setSecure(boolean) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets whether this request uses a secure channel (HTTPS).
setSecureCookieDefaults(CookieDefaults) - Method in class com.oorian.Application
Configures application-wide secure cookie defaults for session cookies and application cookies.
setSecurityAuditLoggingEnabled(boolean) - Method in class com.oorian.Application
Enables or disables security audit logging.
setSecurityHandler(SecurityHandler) - Method in class com.oorian.Application
Sets the security handler for authentication and authorization checks.
setSecurityHeaders(SecurityHeaders) - Method in class com.oorian.Application
Sets the security response headers that will be applied to every HTTP response.
setSelected(boolean) - Method in class com.oorian.html.elements.Option
Sets whether this option is selected.
setSelectedIndex(int) - Method in class com.oorian.html.elements.Select
Sets the selected option by index.
setSelectedText(String) - Method in class com.oorian.html.elements.Select
Sets the selected option by matching display text.
setSelectedValue(Object) - Method in class com.oorian.html.elements.Select
Sets the selected option by matching value.
setSelectionStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the ::selection pseudo-element.
setSelectionStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the ::selection pseudo-element from a CSS string.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.EmailInput
Configures the input to automatically select all text when clicked.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.NumberInput
Configures the input to automatically select all text when clicked.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.SearchInput
Configures the input to automatically select all text when clicked.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.TelephoneInput
Configures the input to automatically select all text when clicked.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.TextInput
Configures the input to automatically select all text when clicked.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.TimeInput
Configures the input to automatically select all text when clicked.
setSelectTextOnFocus() - Method in class com.oorian.html.elements.UrlInput
Configures the input to automatically select all text when clicked.
setSepia(float) - Method in class com.oorian.css.CssStyle
Sets the sepia() function within the CSS filter property.
setSepia(float) - Method in class com.oorian.html.StyledElement
Sets the sepia() function within the CSS filter property.
setServerName(String) - Method in class com.oorian.test.TestHttpRequest
Sets the server name.
setServerName(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the server name.
setServerPort(int) - Method in class com.oorian.test.TestHttpRequest
Sets the server port.
setServerPort(int) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the server port.
setServiceLocator(ServiceLocator) - Static method in class com.oorian.inject.Services
Sets the active service locator.
setServletPath(String) - Method in class com.oorian.test.TestHttpRequest
Sets the servlet path.
setServletPath(String) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the servlet path.
setSession(OorianHttpSession) - Method in class com.oorian.testing.MockOorianHttpRequest
Sets the session associated with this request.
setSession(TestHttpSession) - Method in class com.oorian.test.TestHttpRequest
Sets the session for this request.
setSessionItem(HtmlPage, String, String) - Static method in class com.oorian.html.js.storage.StorageApi
Sets an item in sessionStorage.
setSessionItem(String, String) - Static method in class com.oorian.html.js.storage.StorageApi
Sets an item in sessionStorage using the current page context.
setShadow(String) - Method in class com.oorian.html.layout.Sticky
Adds a box shadow for visual depth.
setShadowRootClonable(boolean) - Method in class com.oorian.html.elements.Template
Sets the shadowrootclonable boolean attribute.
setShadowRootDelegatesFocus(boolean) - Method in class com.oorian.html.elements.Template
Sets the shadowrootdelegatesfocus boolean attribute.
setShadowRootMode(String) - Method in class com.oorian.html.elements.Template
Sets the shadow root mode for declarative shadow DOM.
setShadowRootSerializable(boolean) - Method in class com.oorian.html.elements.Template
Sets the shadowrootserializable boolean attribute.
setShape(Shape) - Method in class com.oorian.html.elements.Area
Sets the shape of the clickable area using the Shape enum.
setShape(String) - Method in class com.oorian.html.elements.Area
Sets the shape of the clickable area (default, rect, circle, poly).
setShow(boolean) - Method in class com.oorian.html.StyledElement
Sets the CSS show property.
setSidebar(Element<?>) - Method in class com.oorian.html.layout.SplitLayout
Sets the content for the sidebar/fixed panel.
setSidebarBackground(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the sidebar background color.
setSidebarBackground(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets the sidebar background color.
setSidebarPadding(int) - Method in class com.oorian.html.layout.AppShellLayout
Sets padding for the sidebar.
setSidebarPadding(int) - Method in class com.oorian.html.layout.SettingsLayout
Sets padding for the sidebar.
setSidebarPadding(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets padding for the sidebar.
setSidebarPadding(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets padding for the sidebar.
setSidebarWidth(int) - Method in class com.oorian.html.layout.AppShellLayout
Sets the sidebar width.
setSidebarWidth(int) - Method in class com.oorian.html.layout.SettingsLayout
Sets the sidebar width.
setSidebarWidth(String) - Method in class com.oorian.html.layout.AppShellLayout
Sets the sidebar width.
setSidebarWidth(String) - Method in class com.oorian.html.layout.SettingsLayout
Sets the sidebar width.
setSilent(boolean) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets whether the notification should be silent (no sound/vibration).
setSize(float) - Method in class com.oorian.css.Font
Sets the font size in points.
setSize(int) - Method in class com.oorian.html.components.Spinner
Sets the diameter of the spinner in pixels.
setSize(int) - Method in class com.oorian.html.elements.InputElement
Sets the size attribute specifying the visible width in characters.
setSize(int, int) - Method in class com.oorian.css.CssRule
Sets both the CSS width and height properties using pixel values.
setSize(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS size property.
setSize(int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS size property.
setSize(int, int) - Method in class com.oorian.Size
Sets the width and height dimensions.
setSize(Units, Units) - Method in class com.oorian.css.CssRule
Sets both the CSS width and height properties using Units values.
setSize(Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS size property.
setSize(Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS size property.
setSize(Container.Size) - Method in class com.oorian.html.layout.Container
Sets the container size using a preset.
setSize(Size) - Method in class com.oorian.Size
Copies the dimensions from another Size object.
setSize(String) - Method in class com.oorian.css.Font
Sets the font size with units.
setSize(String, String) - Method in class com.oorian.css.CssRule
Sets both the CSS width and height properties using string values.
setSize(String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS size property.
setSize(String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS size property.
setSizes(String) - Method in class com.oorian.html.elements.Link
Sets the sizes attribute specifying icon sizes.
setSizes(String) - Method in class com.oorian.html.elements.Source
Sets the sizes attribute for responsive image selection.
setSkewX(String) - Method in class com.oorian.css.CssStyle
Sets the skewX() function within the CSS transform property.
setSkewX(String) - Method in class com.oorian.html.StyledElement
Sets the skewX() function within the CSS transform property.
setSkewY(String) - Method in class com.oorian.css.CssStyle
Sets the skewY() function within the CSS transform property.
setSkewY(String) - Method in class com.oorian.html.StyledElement
Sets the skewY() function within the CSS transform property.
setSlot(String) - Method in class com.oorian.html.Element
Sets the slot attribute for shadow DOM slot assignment.
setSMaxAge(int) - Method in class com.oorian.security.CacheControl
Sets the s-maxage directive.
setSoftwareVersion(String) - Method in class com.oorian.schema.SchemaSoftwareApplication
Sets the software version.
setSortable(boolean) - Method in class com.oorian.html.elements.Table
Sets whether the table is sortable by clicking on column headers.
setSortData(double) - Method in class com.oorian.html.elements.Td
Sets the sort data for this cell using a double value.
setSortData(float) - Method in class com.oorian.html.elements.Td
Sets the sort data for this cell using a float value.
setSortData(int) - Method in class com.oorian.html.elements.Td
Sets the sort data for this cell using an int value.
setSortData(long) - Method in class com.oorian.html.elements.Td
Sets the sort data for this cell using a long value.
setSortData(short) - Method in class com.oorian.html.elements.Td
Sets the sort data for this cell using a short value.
setSortData(String) - Method in class com.oorian.html.elements.Td
Sets the sort data for this cell using a string value.
setSorted(String) - Method in class com.oorian.html.elements.Th
Sets the sort direction indicator for the header cell.
setSource(Element) - Method in class com.oorian.messaging.events.client.ClientEvent
Sets the source element for this event.
setSource(Element) - Method in class com.oorian.messaging.events.server.ExtServerEvent
Sets the source element that originated this event.
setSource(Element) - Method in class com.oorian.messaging.events.server.ServerEvent
Sets the source element that originated this event.
setSouthBackground(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the south region background color.
setSouthHeight(int) - Method in class com.oorian.html.layout.RegionLayout
Sets the south region height.
setSouthHeight(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the south region height.
setSouthPadding(int) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the south region.
setSouthPadding(String) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the south region.
setSpacing(int) - Method in class com.oorian.html.containers.HPanel
 
setSpacing(int) - Method in class com.oorian.html.containers.VPanel
 
setSpan(int) - Method in class com.oorian.html.elements.Col
Sets the number of columns this element should span.
setSpan(int) - Method in class com.oorian.html.elements.Colgroup
Sets the number of columns in the group.
setSpeed(float) - Method in class com.oorian.html.components.Spinner
Sets the animation speed in seconds per full rotation.
setSpeed(int) - Method in class com.oorian.css.animations.Animation
Sets the animation speed on a 0-10 scale.
setSpeed(int) - Method in class com.oorian.css.transitions.Transition
Sets the transition speed on a 0-10 scale.
setSpellCheck(boolean) - Method in class com.oorian.html.VisualElement
Sets the spellcheck attribute.
setSpinnerSpacing(int) - Method in class com.oorian.html.layout.LoadingLayout
Sets spacing below the spinner.
setSpinnerSpacing(String) - Method in class com.oorian.html.layout.LoadingLayout
Sets spacing below the spinner.
setSplitRatio(String, String) - Method in class com.oorian.html.layout.StoryLayout
Sets the split ratio between image and text panes.
setSrc(String) - Method in class com.oorian.html.elements.Embed
Sets the URL of the embedded content.
setSrc(String) - Method in class com.oorian.html.elements.IFrame
Sets the URL of the page to embed.
setSrc(String) - Method in class com.oorian.html.elements.ImageInput
Sets the image source URL for the submit button.
setSrc(String) - Method in class com.oorian.html.elements.Img
Sets the image source URL.
setSrc(String) - Method in class com.oorian.html.elements.Audio
Sets the URL of the media resource.
setSrc(String) - Method in class com.oorian.html.elements.Video
Sets the URL of the media resource.
setSrc(String) - Method in class com.oorian.html.elements.Script
Sets the URL of an external script file.
setSrc(String) - Method in class com.oorian.html.elements.Source
Sets the URL of the media resource.
setSrc(String) - Method in class com.oorian.html.elements.Track
Sets the URL of the track file.
setSrcCode(String) - Method in class com.oorian.html.elements.Script
Sets the inline JavaScript source code, replacing any existing content.
setSrcCodeFromFile(String) - Method in class com.oorian.html.elements.Script
Sets the script's inline source code to be loaded from a file at render time.
setSrcDoc(String) - Method in class com.oorian.html.elements.IFrame
Sets the srcdoc attribute specifying inline HTML content for the iframe.
setSrcLang(String) - Method in class com.oorian.html.elements.Track
Sets the language of the track text data.
setSrcSet(String) - Method in class com.oorian.html.elements.Source
Sets the srcset attribute for responsive image selection.
setStaleIfError(int) - Method in class com.oorian.security.CacheControl
Sets the stale-if-error directive.
setStaleWhileRevalidate(int) - Method in class com.oorian.security.CacheControl
Sets the stale-while-revalidate directive.
setStart(int) - Method in class com.oorian.html.elements.Ol
Sets the starting number for the list.
setStatsGap(int) - Method in class com.oorian.html.layout.DashboardLayout
Sets the gap between stat cards.
setStatsGap(String) - Method in class com.oorian.html.layout.DashboardLayout
Sets the gap between stat cards.
setStatus(int) - Method in class com.oorian.jakarta.JakartaHttpResponse
 
setStatus(int) - Method in interface com.oorian.OorianHttpResponse
Sets the HTTP status code of the response.
setStatus(int) - Method in class com.oorian.test.TestHttpResponse
 
setStatusColor(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the status code color.
setStatusSize(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the status code font size.
setStep(float) - Method in class com.oorian.html.elements.NumberInput
Sets the step interval for valid values.
setStep(int) - Method in class com.oorian.html.elements.NumberInput
Sets the step interval for valid values.
setStep(String) - Method in class com.oorian.html.elements.InputElement
Sets the step interval for numeric and date/time inputs.
setStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for this rule from a CssStyle object.
setStyle(CssStyle) - Method in class com.oorian.css.CssStyle
Copies all CSS properties from another CssStyle into this style.
setStyle(CssStyle) - Method in class com.oorian.html.StyledElement
Sets the inline CSS style from a CssStyle object.
setStyle(FontStyle) - Method in class com.oorian.css.Font
Sets the font style from a FontStyle enum.
setStyle(String) - Method in class com.oorian.css.Border
Sets the style for all four sides.
setStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for this rule from a CSS string.
setStyle(String) - Method in class com.oorian.css.Font
Sets the font style by value string.
setStyle(String) - Method in class com.oorian.html.StyledElement
Sets the inline CSS style from a CSS string.
setSvgHeight(String) - Method in class com.oorian.html.elements.svg.Svg
Sets the height of the SVG element.
setSvgWidth(String) - Method in class com.oorian.html.elements.svg.Svg
Sets the width of the SVG element.
setTabBarBackground(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets background color for the tab bar.
setTabBarBorder(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets a bottom border for the horizontal tab bar.
setTabBarPadding(int) - Method in class com.oorian.html.layout.TabbedLayout
Sets padding for the tab bar.
setTabBarPadding(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets padding for the tab bar.
setTabBarWidth(int) - Method in class com.oorian.html.layout.TabbedLayout
Sets the tab bar width (for vertical orientation).
setTabBarWidth(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets the tab bar width (for vertical orientation).
setTabGap(int) - Method in class com.oorian.html.layout.TabbedLayout
Sets the gap between tabs.
setTabGap(String) - Method in class com.oorian.html.layout.TabbedLayout
Sets the gap between tabs.
setTabIndex(int) - Method in class com.oorian.html.VisualElement
Sets the tab index for keyboard navigation.
setTableLayout(TableLayout) - Method in class com.oorian.css.CssRule
Sets the table-layout property using an enum value.
setTableLayout(TableLayout) - Method in class com.oorian.css.CssStyle
Sets the CSS table-layout property.
setTableLayout(TableLayout) - Method in class com.oorian.html.elements.Table
Sets the table-layout property using an enum value.
setTableLayout(String) - Method in class com.oorian.css.CssRule
Sets the table-layout property using a string value.
setTableLayout(String) - Method in class com.oorian.css.CssStyle
Sets the CSS table-layout property.
setTableLayout(String) - Method in class com.oorian.html.elements.Table
Sets the table-layout property using a string value.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.EmailInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.NumberInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.SearchInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.TelephoneInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.TextInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.TimeInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(int) - Method in class com.oorian.html.elements.UrlInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.EmailInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.NumberInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.SearchInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.TelephoneInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.TextInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.TimeInput
Sets a key that will trigger tab behavior when pressed.
setTabOnKeyPressed(String) - Method in class com.oorian.html.elements.UrlInput
Sets a key that will trigger tab behavior when pressed.
setTabSize(float) - Method in class com.oorian.css.CssRule
Sets the tab-size property in points.
setTabSize(float) - Method in class com.oorian.css.CssStyle
Sets the CSS tab-size property.
setTabSize(float) - Method in class com.oorian.html.StyledElement
Sets the CSS tab-size property.
setTabSize(int) - Method in class com.oorian.css.CssRule
Sets the tab-size property in pixels.
setTabSize(int) - Method in class com.oorian.css.CssStyle
Sets the CSS tab-size property in pixels.
setTabSize(int) - Method in class com.oorian.html.StyledElement
Sets the CSS tab-size property in pixels.
setTabSize(Units) - Method in class com.oorian.css.CssRule
Sets the tab-size property using Units.
setTabSize(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS tab-size property using a CSS unit value.
setTabSize(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS tab-size property using a CSS unit value.
setTabSize(String) - Method in class com.oorian.css.CssRule
Sets the tab-size property from a CSS value string.
setTabSize(String) - Method in class com.oorian.css.CssStyle
Sets the CSS tab-size property.
setTabSize(String) - Method in class com.oorian.html.StyledElement
Sets the CSS tab-size property.
setTag(String) - Method in class com.oorian.html.js.notification.NotificationOptions
Sets the notification tag for grouping/replacing notifications.
setTagName(String) - Method in class com.oorian.html.Element
Sets the HTML tag name for this element.
setTagName(String) - Method in class com.oorian.xml.XmlElement
Sets the element tag name.
setTarget(Element) - Method in class com.oorian.messaging.events.client.ClientEvent
Sets the target element for this event.
setTarget(Target) - Method in class com.oorian.html.elements.A
Sets the target attribute using the Target enum.
setTarget(Target) - Method in class com.oorian.html.elements.Area
Sets the target attribute using the Target enum.
setTarget(Target) - Method in class com.oorian.html.elements.Base
Sets the default target using the Target enum.
setTarget(Target) - Method in class com.oorian.html.elements.Form
Sets the target attribute using the Target enum.
setTarget(String) - Method in class com.oorian.html.elements.A
Sets the target attribute.
setTarget(String) - Method in class com.oorian.html.elements.Area
Sets the target attribute.
setTarget(String) - Method in class com.oorian.html.elements.Base
Sets the default target for all hyperlinks and forms in the document.
setTarget(String) - Method in class com.oorian.html.elements.Form
Sets the target attribute.
setTargetIframe(Element<?>) - Method in class com.oorian.html.components.FilterableTree
Sets the target iframe element.
setTargetIframeId(String) - Method in class com.oorian.html.components.FilterableTree
Sets the target iframe by its ID.
setTargetStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :target pseudo-class.
setTargetStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :target pseudo-class from a CSS string.
setTelephone(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the contact telephone number.
setTempFileDir(String) - Method in class com.oorian.html.HtmlPage
Sets the directory for temporary file uploads.
setTempFilePath(String) - Method in class com.oorian.Application
Sets the temporary file path for file uploads and processing.
setText(String) - Method in class com.oorian.html.ContainerElement
 
setText(String) - Method in class com.oorian.html.containers.HPanel
Sets the text content of this panel, replacing any existing content.
setText(String) - Method in class com.oorian.html.containers.VPanel
Sets the text content of this panel, replacing any existing content.
setText(String) - Method in class com.oorian.html.Element
Sets the text content of this element, replacing any existing content.
setText(String) - Method in class com.oorian.html.elements.EmailInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.NumberInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.SearchInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.TelephoneInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.TextInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.TimeInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.UrlInput
Sets the text content of the input.
setText(String) - Method in class com.oorian.html.elements.mathml.MathMlContainerElement
Sets the text content of this element, replacing any existing content.
setText(String) - Method in class com.oorian.html.elements.Option
Sets the display text shown to the user for this option.
setText(String) - Method in class com.oorian.html.elements.svg.SvgContainerElement
Sets the text content of this element, replacing any existing content.
setText(String) - Method in class com.oorian.html.elements.Text
Sets the text content of this text node.
setText(String) - Method in class com.oorian.html.elements.TextArea
Sets the text content of the textarea.
setText(String) - Method in class com.oorian.html.RawTextElement
Sets the text content of this element, replacing any existing content.
setText(String) - Method in class com.oorian.html.StyledContainerElement
 
setText(String) - Method in class com.oorian.html.TextElement
Sets the text content of this element, replacing any existing content.
setText(String) - Method in class com.oorian.TextPage
Sets the text content to be rendered.
setText(String) - Method in class com.oorian.xml.TextNode
Sets the text content.
setText(String) - Method in class com.oorian.xml.XmlElement
Sets the text content of this element, replacing all existing children.
setText(String, CssStyle) - Method in class com.oorian.html.ContainerElement
 
setText(String, CssStyle) - Method in class com.oorian.html.containers.HPanel
Sets styled text content of this panel using a CssStyle object, replacing any existing content.
setText(String, CssStyle) - Method in class com.oorian.html.containers.VPanel
Sets styled text content of this panel using a CssStyle object, replacing any existing content.
setText(String, CssStyle) - Method in class com.oorian.html.Element
Sets the text content of this element with a CssStyle, replacing any existing content.
setText(String, CssStyle) - Method in class com.oorian.html.StyledContainerElement
 
setText(String, CssStyle) - Method in class com.oorian.html.TextElement
Sets the text content and style of this element, replacing any existing content.
setText(String, Font) - Method in class com.oorian.html.ContainerElement
 
setText(String, Font) - Method in class com.oorian.html.containers.HPanel
Sets styled text content of this panel using a Font, replacing any existing content.
setText(String, Font) - Method in class com.oorian.html.containers.VPanel
Sets styled text content of this panel using a Font, replacing any existing content.
setText(String, Font) - Method in class com.oorian.html.Element
Sets the text content of this element with a font, replacing any existing content.
setText(String, Font) - Method in class com.oorian.html.StyledContainerElement
 
setText(String, String) - Method in class com.oorian.html.ContainerElement
 
setText(String, String) - Method in class com.oorian.html.containers.HPanel
Sets styled text content of this panel using a CSS style string, replacing any existing content.
setText(String, String) - Method in class com.oorian.html.containers.VPanel
Sets styled text content of this panel using a CSS style string, replacing any existing content.
setText(String, String) - Method in class com.oorian.html.Element
Sets the text content of this element with inline CSS styling, replacing any existing content.
setText(String, String) - Method in class com.oorian.html.StyledContainerElement
 
setText(String, String) - Method in class com.oorian.html.TextElement
Sets the text content and inline CSS style of this element, replacing any existing content.
setTextAlign(TextAlign) - Method in class com.oorian.css.CssRule
Sets the text-align property from a TextAlign enum.
setTextAlign(TextAlign) - Method in class com.oorian.css.CssStyle
Sets the CSS text-align property.
setTextAlign(TextAlign) - Method in class com.oorian.html.StyledElement
Sets the CSS text-align property.
setTextAlign(String) - Method in class com.oorian.css.CssRule
Sets the text-align property from a CSS value string.
setTextAlign(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-align property.
setTextAlign(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-align property.
setTextAlignLast(TextAlignLast) - Method in class com.oorian.css.CssRule
Sets the text-align-last property from an enum.
setTextAlignLast(TextAlignLast) - Method in class com.oorian.css.CssStyle
Sets the CSS text-align-last property.
setTextAlignLast(TextAlignLast) - Method in class com.oorian.html.StyledElement
Sets the CSS text-align-last property.
setTextAlignLast(String) - Method in class com.oorian.css.CssRule
Sets the text-align-last property from a CSS value string.
setTextAlignLast(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-align-last property.
setTextAlignLast(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-align-last property.
setTextCombineUpright(String) - Method in class com.oorian.css.CssRule
Sets the text-combine-upright property for vertical text.
setTextCombineUpright(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-combine-upright property.
setTextCombineUpright(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-combine-upright property.
setTextCombineWeight(String) - Method in class com.oorian.css.CssRule
Sets the text-combine-upright property for combining characters in vertical text.
setTextCombineWeight(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-combine-weight property.
setTextCombineWeight(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-combine-weight property.
setTextDecoration(TextDecoration) - Method in class com.oorian.css.CssRule
Sets the text-decoration shorthand property using an enum value.
setTextDecoration(TextDecoration) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration property.
setTextDecoration(TextDecoration) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration property.
setTextDecoration(String) - Method in class com.oorian.css.CssRule
Sets the text-decoration shorthand property using a string value.
setTextDecoration(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration property.
setTextDecoration(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration property.
setTextDecorationColor(Color) - Method in class com.oorian.css.CssRule
Sets the text-decoration-color property using a Color object.
setTextDecorationColor(Color) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration-color property using a Color object.
setTextDecorationColor(Color) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration-color property using a Color object.
setTextDecorationColor(String) - Method in class com.oorian.css.CssRule
Sets the text-decoration-color property using a string value.
setTextDecorationColor(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration-color property.
setTextDecorationColor(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration-color property.
setTextDecorationLine(TextDecorationLine) - Method in class com.oorian.css.CssRule
Sets the text-decoration-line property using an enum value.
setTextDecorationLine(TextDecorationLine) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration-line property.
setTextDecorationLine(TextDecorationLine) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration-line property.
setTextDecorationLine(String) - Method in class com.oorian.css.CssRule
Sets the text-decoration-line property using a string value.
setTextDecorationLine(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration-line property.
setTextDecorationLine(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration-line property.
setTextDecorationStyle(TextDecorationStyle) - Method in class com.oorian.css.CssRule
Sets the text-decoration-style property using an enum value.
setTextDecorationStyle(TextDecorationStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration-style property.
setTextDecorationStyle(TextDecorationStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration-style property.
setTextDecorationStyle(String) - Method in class com.oorian.css.CssRule
Sets the text-decoration-style property using a string value.
setTextDecorationStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-decoration-style property.
setTextDecorationStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-decoration-style property.
setTextIndent(float) - Method in class com.oorian.css.CssRule
Sets the text-indent property in points.
setTextIndent(float) - Method in class com.oorian.css.CssStyle
Sets the CSS text-indent property.
setTextIndent(float) - Method in class com.oorian.html.StyledElement
Sets the CSS text-indent property.
setTextIndent(int) - Method in class com.oorian.css.CssRule
Sets the text-indent property in pixels.
setTextIndent(int) - Method in class com.oorian.css.CssStyle
Sets the CSS text-indent property in pixels.
setTextIndent(int) - Method in class com.oorian.html.StyledElement
Sets the CSS text-indent property in pixels.
setTextIndent(Units) - Method in class com.oorian.css.CssRule
Sets the text-indent property using Units.
setTextIndent(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS text-indent property using a CSS unit value.
setTextIndent(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS text-indent property using a CSS unit value.
setTextIndent(String) - Method in class com.oorian.css.CssRule
Sets the text-indent property from a CSS value string.
setTextIndent(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-indent property.
setTextIndent(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-indent property.
setTextJustify(TextJustify) - Method in class com.oorian.css.CssRule
Sets the text-justify property from an enum.
setTextJustify(TextJustify) - Method in class com.oorian.css.CssStyle
Sets the CSS text-justify property.
setTextJustify(TextJustify) - Method in class com.oorian.html.StyledElement
Sets the CSS text-justify property.
setTextJustify(String) - Method in class com.oorian.css.CssRule
Sets the text-justify property from a CSS value string.
setTextJustify(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-justify property.
setTextJustify(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-justify property.
setTextOrientation(String) - Method in class com.oorian.css.CssRule
Sets the text-orientation property for vertical text orientation.
setTextOrientation(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-orientation property.
setTextOrientation(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-orientation property.
setTextOverflow(TextOverflow) - Method in class com.oorian.css.CssRule
Sets the text-overflow property using an enum value.
setTextOverflow(TextOverflow) - Method in class com.oorian.css.CssStyle
Sets the text-overflow property using an enum value.
setTextOverflow(TextOverflow) - Method in class com.oorian.html.StyledElement
 
setTextOverflow(String) - Method in class com.oorian.css.CssRule
Sets the text-overflow property using a string value.
setTextOverflow(String) - Method in class com.oorian.css.CssStyle
Sets the text-overflow property using a string value.
setTextOverflow(String) - Method in class com.oorian.html.StyledElement
 
setTextSelectDisabled(boolean) - Method in class com.oorian.css.CssRule
Disables or enables text selection on the element.
setTextSelectDisabled(boolean) - Method in class com.oorian.css.CssStyle
Enables or disables text selection on this element.
setTextSelectDisabled(boolean) - Method in class com.oorian.html.StyledElement
Sets the CSS text-select-disabled property.
setTextShadow(int, int) - Method in class com.oorian.css.CssRule
Sets the text-shadow property with horizontal and vertical offset in pixels.
setTextShadow(int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS text-shadow property.
setTextShadow(int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS text-shadow property.
setTextShadow(int, int, int) - Method in class com.oorian.css.CssRule
Sets the text-shadow property with offset and blur radius in pixels.
setTextShadow(int, int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS text-shadow property.
setTextShadow(int, int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS text-shadow property.
setTextShadow(int, int, int, Color) - Method in class com.oorian.css.CssRule
Sets the text-shadow property with offset, blur radius, and color.
setTextShadow(int, int, int, Color) - Method in class com.oorian.css.CssStyle
Sets the CSS text-shadow property.
setTextShadow(int, int, int, Color) - Method in class com.oorian.html.StyledElement
Sets the CSS text-shadow property.
setTextShadow(BoxShadow) - Method in class com.oorian.css.CssRule
Sets the CSS text-shadow property from a BoxShadow builder.
setTextShadow(BoxShadow) - Method in class com.oorian.css.CssStyle
Sets the CSS text-shadow property from a BoxShadow builder.
setTextShadow(BoxShadow) - Method in class com.oorian.html.StyledElement
Sets the CSS text-shadow property from a BoxShadow builder.
setTextShadow(String) - Method in class com.oorian.css.CssRule
Sets the text-shadow property using a string value.
setTextShadow(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-shadow property.
setTextShadow(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-shadow property.
setTextTransform(TextTransform) - Method in class com.oorian.css.CssRule
Sets the text-transform property from a TextTransform enum.
setTextTransform(TextTransform) - Method in class com.oorian.css.CssStyle
Sets the CSS text-transform property.
setTextTransform(TextTransform) - Method in class com.oorian.html.StyledElement
Sets the CSS text-transform property.
setTextTransform(String) - Method in class com.oorian.css.CssRule
Sets the text-transform property from a CSS value string.
setTextTransform(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-transform property.
setTextTransform(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-transform property.
setTextUnderlinePosition(String) - Method in class com.oorian.css.CssRule
Sets the text-underline-position property for underline placement.
setTextUnderlinePosition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS text-underline-position property.
setTextUnderlinePosition(String) - Method in class com.oorian.html.StyledElement
Sets the CSS text-underline-position property.
setThickness(int) - Method in class com.oorian.html.components.Spinner
Sets the border thickness of the spinner ring in pixels.
setThickness(int) - Method in class com.oorian.html.layout.Divider
Sets the divider thickness.
setThickness(String) - Method in class com.oorian.html.layout.Divider
Sets the divider thickness.
setTimeout(long) - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Sets the maximum time to wait for a position response.
setTimeout(Runnable, long) - Static method in class com.oorian.html.js.TimerApi
Creates a server-side one-shot timer that executes a task after a delay.
setTimeout(String, Runnable, long) - Static method in class com.oorian.html.js.TimerApi
Creates a server-side one-shot timer with an ID that executes a task after a delay.
SettingsLayout - Class in com.oorian.html.layout
A layout for settings and preferences pages with navigation sidebar and content panel.
SettingsLayout() - Constructor for class com.oorian.html.layout.SettingsLayout
Constructs a SettingsLayout with default configuration.
setTitle(String) - Method in class com.oorian.html.elements.Head
Sets the document title by creating and adding a <title> element.
setTitle(String) - Method in class com.oorian.html.HtmlPage
Sets the page title displayed in the browser tab.
setTitle(String) - Method in class com.oorian.html.VisualElement
Sets the title attribute for this element.
setTitlebarClass(String) - Method in class com.oorian.html.controls.dialog.Dialog
Sets the CSS class for the titlebar element.
setTitleColor(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the title color.
setTitleSpacing(int) - Method in class com.oorian.html.layout.FormLayout
Sets spacing between the title and form content.
setTitleSpacing(String) - Method in class com.oorian.html.layout.FormLayout
Sets spacing between the title and form content.
setTo(float) - Method in class com.oorian.css.transitions.Fade
Sets the target opacity.
setTo(String) - Method in class com.oorian.css.transitions.ColorShift
Sets the target background color.
setTocBackground(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the TOC background color.
setTocBorder(String) - Method in class com.oorian.html.layout.DocsLayout
Adds a border to the TOC column.
setTocHeader(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the TOC header text (e.g., "On this page").
setTocPadding(int) - Method in class com.oorian.html.layout.DocsLayout
Sets padding for the TOC area.
setTocPadding(String) - Method in class com.oorian.html.layout.DocsLayout
Sets padding for the TOC area.
setTocWidth(int) - Method in class com.oorian.html.layout.DocsLayout
Sets the TOC column width.
setTocWidth(String) - Method in class com.oorian.html.layout.DocsLayout
Sets the TOC column width.
setTooltip(String) - Method in class com.oorian.html.VisualElement
Sets the tooltip text displayed when the user hovers over this element.
setTop(int) - Method in class com.oorian.css.CssRule
Sets the CSS top property using a pixel value.
setTop(int) - Method in class com.oorian.css.CssStyle
Sets the CSS top property in pixels.
setTop(int) - Method in class com.oorian.html.layout.Sticky
Sets the top offset for sticky positioning.
setTop(int) - Method in class com.oorian.html.StyledElement
Sets the CSS top property in pixels.
setTop(Units) - Method in class com.oorian.css.CssRule
Sets the CSS top property using a Units value.
setTop(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS top property using a CSS unit value.
setTop(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS top property using a CSS unit value.
setTop(String) - Method in class com.oorian.css.CssRule
Sets the CSS top property using a string value.
setTop(String) - Method in class com.oorian.css.CssStyle
Sets the CSS top property.
setTop(String) - Method in class com.oorian.html.layout.Sticky
Sets the top offset for sticky positioning.
setTop(String) - Method in class com.oorian.html.StyledElement
Sets the CSS top property.
setTopBorder(String, String, String) - Method in class com.oorian.css.Border
Sets all properties for the top border.
setTopColor(String) - Method in class com.oorian.css.Border
Sets the top border color.
setTopStyle(String) - Method in class com.oorian.css.Border
Sets the top border style.
setTopWidth(String) - Method in class com.oorian.css.Border
Sets the top border width.
setTrackColor(String) - Method in class com.oorian.html.components.Spinner
Sets the color of the background track circle.
setTransform(Transform) - Method in class com.oorian.css.CssStyle
Sets the CSS transform property from a Transform builder.
setTransform(Transform) - Method in class com.oorian.html.StyledElement
Sets the CSS transform property from a Transform builder.
setTransform(String) - Method in class com.oorian.css.CssRule
Sets the transform property from a CSS value string.
setTransform(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transform property.
setTransform(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transform property.
setTransformOrigin(int, int, int) - Method in class com.oorian.css.CssRule
Sets the transform-origin property in pixels.
setTransformOrigin(int, int, int) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-origin property.
setTransformOrigin(int, int, int) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-origin property.
setTransformOrigin(Origin, Origin, Units) - Method in class com.oorian.css.CssRule
Sets the transform-origin property using Origin enums and Units.
setTransformOrigin(Origin, Origin, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-origin property.
setTransformOrigin(Origin, Origin, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-origin property.
setTransformOrigin(Units, Units, Units) - Method in class com.oorian.css.CssRule
Sets the transform-origin property using Units.
setTransformOrigin(Units, Units, Units) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-origin property.
setTransformOrigin(Units, Units, Units) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-origin property.
setTransformOrigin(String) - Method in class com.oorian.css.CssRule
Sets the transform-origin property from a CSS value string.
setTransformOrigin(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-origin property.
setTransformOrigin(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-origin property.
setTransformOrigin(String, String, String) - Method in class com.oorian.css.CssRule
Sets the transform-origin property with x, y, and z values.
setTransformOrigin(String, String, String) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-origin property.
setTransformOrigin(String, String, String) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-origin property.
setTransformStyle(TransformStyle) - Method in class com.oorian.css.CssRule
Sets the transform-style property from an enum.
setTransformStyle(TransformStyle) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-style property.
setTransformStyle(TransformStyle) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-style property.
setTransformStyle(String) - Method in class com.oorian.css.CssRule
Sets the transform-style property from a CSS value string.
setTransformStyle(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transform-style property.
setTransformStyle(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transform-style property.
setTransition(String) - Method in class com.oorian.css.CssRule
Sets the transition shorthand property.
setTransition(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transition property.
setTransition(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transition property.
setTransitionDelay(int) - Method in class com.oorian.css.CssRule
Sets the transition delay in seconds.
setTransitionDelay(int) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-delay property.
setTransitionDelay(int) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-delay property.
setTransitionDelay(long) - Method in class com.oorian.css.CssRule
Sets the transition delay in milliseconds.
setTransitionDelay(long) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-delay property.
setTransitionDelay(long) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-delay property.
setTransitionDelay(String) - Method in class com.oorian.css.CssRule
Sets the transition delay from a CSS value string.
setTransitionDelay(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-delay property.
setTransitionDelay(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-delay property.
setTransitionDuration(float) - Method in class com.oorian.css.CssRule
Sets the transition duration in seconds.
setTransitionDuration(float) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-duration property.
setTransitionDuration(float) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-duration property.
setTransitionDuration(long) - Method in class com.oorian.css.CssRule
Sets the transition duration in milliseconds.
setTransitionDuration(long) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-duration property.
setTransitionDuration(long) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-duration property.
setTransitionDuration(String) - Method in class com.oorian.css.CssRule
Sets the transition duration from a CSS value string.
setTransitionDuration(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-duration property.
setTransitionDuration(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-duration property.
setTransitionProperty(String) - Method in class com.oorian.css.CssRule
Sets which CSS properties should be transitioned.
setTransitionProperty(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-property property.
setTransitionProperty(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-property property.
setTransitionTimingFunction(float, float, float, float) - Method in class com.oorian.css.CssRule
Sets a cubic-bezier timing function.
setTransitionTimingFunction(float, float, float, float) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(float, float, float, float) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(int, boolean) - Method in class com.oorian.css.CssRule
Sets a steps timing function.
setTransitionTimingFunction(int, boolean) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(int, boolean) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(TransitionTimingFunction) - Method in class com.oorian.css.CssRule
Sets the transition timing function from an enum.
setTransitionTimingFunction(TransitionTimingFunction) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(TransitionTimingFunction) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(String) - Method in class com.oorian.css.CssRule
Sets the transition timing function from a CSS value string.
setTransitionTimingFunction(String) - Method in class com.oorian.css.CssStyle
Sets the CSS transition-timing-function property.
setTransitionTimingFunction(String) - Method in class com.oorian.html.StyledElement
Sets the CSS transition-timing-function property.
setTranslate(boolean) - Method in class com.oorian.html.Element
Sets the translate attribute.
setTranslateX(String) - Method in class com.oorian.css.CssStyle
Sets the translateX() function within the CSS transform property.
setTranslateX(String) - Method in class com.oorian.html.StyledElement
Sets the translateX() function within the CSS transform property.
setTranslateY(String) - Method in class com.oorian.css.CssStyle
Sets the translateY() function within the CSS transform property.
setTranslateY(String) - Method in class com.oorian.html.StyledElement
Sets the translateY() function within the CSS transform property.
setTranslateZ(String) - Method in class com.oorian.css.CssStyle
Sets the translateZ() function within the CSS transform property.
setTranslateZ(String) - Method in class com.oorian.html.StyledElement
Sets the translateZ() function within the CSS transform property.
setTwitterCard(String, String, String, String) - Method in class com.oorian.html.elements.Head
Sets the core Twitter Card meta tags for Twitter sharing.
setTwitterSite(String) - Method in class com.oorian.html.elements.Head
Sets the Twitter site meta tag.
setType(ButtonType) - Method in class com.oorian.html.elements.Button
Sets the type of this button.
setType(OlMarkerType) - Method in class com.oorian.html.elements.Ol
Sets the marker type for list items.
setType(String) - Method in class com.oorian.html.elements.A
Sets the MIME type of the linked resource.
setType(String) - Method in class com.oorian.html.elements.Button
Sets the type of this button.
setType(String) - Method in class com.oorian.html.elements.Embed
Sets the MIME type of the embedded content.
setType(String) - Method in class com.oorian.html.elements.Input
Sets the input type attribute.
setType(String) - Method in class com.oorian.html.elements.Link
Sets the MIME type of the linked resource.
setType(String) - Method in class com.oorian.html.elements.Object
Sets the MIME type of the embedded resource.
setType(String) - Method in class com.oorian.html.elements.Ol
Sets the marker type for list items.
setType(String) - Method in class com.oorian.html.elements.Script
Sets the MIME type of the script.
setType(String) - Method in class com.oorian.html.elements.Source
Sets the MIME type of the media resource.
setType(String) - Method in class com.oorian.html.elements.Style
Sets the MIME type of the style content.
setTypeIndicator(String, String) - Method in class com.oorian.html.components.TreeItem
Sets a type indicator to display before the label.
setUnicodeBidi(UnicodeBidi) - Method in class com.oorian.css.CssRule
Sets the unicode-bidi property using an enum value.
setUnicodeBidi(UnicodeBidi) - Method in class com.oorian.css.CssStyle
Sets the CSS unicode-bidi property.
setUnicodeBidi(UnicodeBidi) - Method in class com.oorian.html.StyledElement
Sets the CSS unicode-bidi property.
setUnicodeBidi(String) - Method in class com.oorian.css.CssRule
Sets the unicode-bidi property using a string value.
setUnicodeBidi(String) - Method in class com.oorian.css.CssStyle
Sets the CSS unicode-bidi property.
setUnicodeBidi(String) - Method in class com.oorian.html.StyledElement
Sets the CSS unicode-bidi property.
setup() - Static method in class com.oorian.test.OorianTestHarness
Initializes the test environment with default settings.
setup(Element<?>, String, String) - Method in class com.oorian.html.layout.EmptyStateLayout
Sets icon, message, and description in one call.
setup(TestAppContext) - Static method in class com.oorian.test.OorianTestHarness
Initializes the test environment with a custom application context.
setUpdateMode(boolean) - Method in class com.oorian.testing.SnapshotTester
Sets whether update mode is enabled.
setUploadOnSelect(boolean) - Method in class com.oorian.html.elements.OorianFileInput
Sets whether files should be uploaded immediately upon selection.
setUrl(String) - Method in class com.oorian.apis.ApiHttpRequest
Sets the target URL for this request.
setUrl(String) - Method in class com.oorian.html.components.TreeItem
Sets the URL to navigate to when the item is selected.
setUrl(String) - Method in class com.oorian.schema.SchemaOffer
Sets the URL where the offer can be acquired.
setUrl(String) - Method in class com.oorian.schema.SchemaOrganization
Sets the URL of the organization's website.
setUrl(String) - Method in class com.oorian.schema.SchemaWebPage
Sets the URL of the web page.
setUrl(String) - Method in class com.oorian.schema.SchemaWebSite
Sets the URL of the website.
setUrl(String) - Method in class com.oorian.utils.Url
Sets the URL to a new value, re-parsing the query parameters.
setUrlParameters(UrlParameters) - Method in class com.oorian.HttpFile
Sets the URL parameters for this HttpFile.
setUrlSecurityKey(String) - Method in class com.oorian.Application
Sets the secret key used for URL signing and encryption.
setUseMap(String) - Method in class com.oorian.html.elements.Img
Sets the usemap attribute associating this image with a client-side image map.
setUseMap(String) - Method in class com.oorian.html.elements.Object
Sets the usemap attribute associating this object with a client-side image map.
setUserId(String) - Method in class com.oorian.OorianSession
Sets the user identifier for this session, enabling concurrent session control.
setUtcOffset(int) - Method in class com.oorian.ClientProfile
Sets the client's UTC timezone offset in minutes.
setValidStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :valid pseudo-class.
setValidStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :valid pseudo-class from a CSS string.
setValue(float) - Method in class com.oorian.html.elements.NumberInput
Sets the current value of the number input.
setValue(int) - Method in class com.oorian.html.elements.Li
Sets the ordinal value of this list item in an ordered list.
setValue(int) - Method in class com.oorian.html.elements.Meter
Sets the current value of the meter.
setValue(int) - Method in class com.oorian.html.elements.NumberInput
Sets the current value of the number input.
setValue(int) - Method in class com.oorian.html.elements.Progress
Sets the current value of the progress bar.
setValue(long) - Method in class com.oorian.AjaxPollInterval
Sets the poll interval value.
setValue(String) - Method in class com.oorian.html.elements.Button
Sets the value submitted with the form data when this button is used as the submitter.
setValue(String) - Method in class com.oorian.html.elements.Data
Sets the machine-readable value for this data element.
setValue(String) - Method in class com.oorian.html.elements.InputElement
Sets the current value of the input element.
setValue(String) - Method in class com.oorian.html.elements.Option
Sets the value attribute for this option, which is submitted with the form.
setValue(String) - Method in class com.oorian.html.elements.Output
Sets the default value of this output element.
setValue(String) - Method in class com.oorian.html.elements.Param
Sets the value of this parameter.
setValue(String) - Method in class com.oorian.OorianCookie
Sets the cookie value.
setVariant(FontVariant) - Method in class com.oorian.css.Font
Sets the font variant from a FontVariant enum.
setVariant(String) - Method in class com.oorian.css.Font
Sets the font variant by value string.
setVersion(String) - Method in class com.oorian.xml.XmlDocument
Sets the XML version declaration.
setVerticalAlign(int, VerticalAlign) - Method in class com.oorian.html.containers.HPanel
Sets the vertical alignment for a specific cell.
setVerticalAlign(VerticalAlign) - Method in class com.oorian.css.CssRule
Sets the CSS vertical-align property using a VerticalAlign enum value.
setVerticalAlign(VerticalAlign) - Method in class com.oorian.css.CssStyle
Sets the CSS vertical-align property.
setVerticalAlign(VerticalAlign) - Method in class com.oorian.html.containers.HPanel
Sets the default vertical alignment for all cells.
setVerticalAlign(VerticalAlign) - Method in class com.oorian.html.containers.VPanel
Sets the vertical alignment of content within this panel's content area.
setVerticalAlign(VerticalAlign) - Method in class com.oorian.html.StyledElement
Sets the CSS vertical-align property.
setVerticalAlign(String) - Method in class com.oorian.css.CssRule
Sets the CSS vertical-align property using a string value.
setVerticalAlign(String) - Method in class com.oorian.css.CssStyle
Sets the CSS vertical-align property.
setVerticalAlign(String) - Method in class com.oorian.html.StyledElement
Sets the CSS vertical-align property.
setVisibility(Visibility) - Method in class com.oorian.css.CssRule
Sets the CSS visibility property using a Visibility enum value.
setVisibility(Visibility) - Method in class com.oorian.css.CssStyle
Sets the CSS visibility property.
setVisibility(Visibility) - Method in class com.oorian.html.StyledElement
Sets the CSS visibility property.
setVisibility(String) - Method in class com.oorian.css.CssRule
Sets the CSS visibility property using a string value.
setVisibility(String) - Method in class com.oorian.css.CssStyle
Sets the CSS visibility property.
setVisibility(String) - Method in class com.oorian.html.StyledElement
Sets the CSS visibility property.
setVisitedStyle(CssStyle) - Method in class com.oorian.css.CssRule
Sets the style for the :visited pseudo-class.
setVisitedStyle(String) - Method in class com.oorian.css.CssRule
Sets the style for the :visited pseudo-class from a CSS string.
setVoiceBalance(String) - Method in class com.oorian.css.CssRule
Sets the voice-balance property for stereo audio positioning.
setVoiceBalance(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-balance property.
setVoiceBalance(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-balance property.
setVoiceDuration(String) - Method in class com.oorian.css.CssRule
Sets the voice-duration property specifying how long it takes to read the content.
setVoiceDuration(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-duration property.
setVoiceDuration(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-duration property.
setVoicePitch(String) - Method in class com.oorian.css.CssRule
Sets the voice-pitch property for speech synthesis pitch.
setVoicePitch(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-pitch property.
setVoicePitch(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-pitch property.
setVoicePitchRange(String) - Method in class com.oorian.css.CssRule
Sets the voice-pitch-range property for pitch variation during speech.
setVoicePitchRange(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-pitch-range property.
setVoicePitchRange(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-pitch-range property.
setVoiceRate(String) - Method in class com.oorian.css.CssRule
Sets the voice-rate property for speech synthesis speed.
setVoiceRate(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-rate property.
setVoiceRate(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-rate property.
setVoiceStress(String) - Method in class com.oorian.css.CssRule
Sets the voice-stress property for emphasis during speech synthesis.
setVoiceStress(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-stress property.
setVoiceStress(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-stress property.
setVoiceVolume(String) - Method in class com.oorian.css.CssRule
Sets the voice-volume property for speech synthesis volume.
setVoiceVolume(String) - Method in class com.oorian.css.CssStyle
Sets the CSS voice-volume property.
setVoiceVolume(String) - Method in class com.oorian.html.StyledElement
Sets the CSS voice-volume property.
setWeight(FontWeight) - Method in class com.oorian.css.Font
Sets the font weight from a FontWeight enum.
setWeight(String) - Method in class com.oorian.css.Font
Sets the font weight by value string.
setWestBackground(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the west region background color.
setWestPadding(int) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the west region.
setWestPadding(String) - Method in class com.oorian.html.layout.RegionLayout
Sets padding for the west region.
setWestWidth(int) - Method in class com.oorian.html.layout.RegionLayout
Sets the west region width.
setWestWidth(String) - Method in class com.oorian.html.layout.RegionLayout
Sets the west region width.
setWhiteSpace(WhiteSpace) - Method in class com.oorian.css.CssRule
Sets the white-space property from a WhiteSpace enum.
setWhiteSpace(WhiteSpace) - Method in class com.oorian.css.CssStyle
Sets the CSS white-space property.
setWhiteSpace(WhiteSpace) - Method in class com.oorian.html.StyledElement
Sets the CSS white-space property.
setWhiteSpace(String) - Method in class com.oorian.css.CssRule
Sets the white-space property from a CSS value string.
setWhiteSpace(String) - Method in class com.oorian.css.CssStyle
Sets the CSS white-space property.
setWhiteSpace(String) - Method in class com.oorian.html.StyledElement
Sets the CSS white-space property.
setWidgetColumns(int) - Method in class com.oorian.html.layout.DashboardLayout
Sets the number of columns in the widget grid.
setWidgetGap(int) - Method in class com.oorian.html.layout.DashboardLayout
Sets the gap between widgets.
setWidgetGap(String) - Method in class com.oorian.html.layout.DashboardLayout
Sets the gap between widgets.
setWidows(String) - Method in class com.oorian.css.CssRule
Sets the widows property specifying minimum lines at the top of a page/column.
setWidows(String) - Method in class com.oorian.css.CssStyle
Sets the CSS widows property.
setWidows(String) - Method in class com.oorian.html.StyledElement
Sets the CSS widows property.
setWidth(int) - Method in class com.oorian.css.CssRule
Sets the CSS width property using a pixel value.
setWidth(int) - Method in class com.oorian.css.CssStyle
Sets the CSS width property in pixels.
setWidth(int) - Method in class com.oorian.html.layout.Drawer
Sets the width of the drawer panel.
setWidth(int) - Method in class com.oorian.html.StyledElement
Sets the CSS width property in pixels.
setWidth(Units) - Method in class com.oorian.css.CssRule
Sets the CSS width property using a Units value.
setWidth(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS width property using a CSS unit value.
setWidth(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS width property using a CSS unit value.
setWidth(CenteredContentLayout.Width) - Method in class com.oorian.html.layout.CenteredContentLayout
Sets the content width using a preset.
setWidth(String) - Method in class com.oorian.css.Border
Sets the width for all four sides.
setWidth(String) - Method in class com.oorian.css.CssRule
Sets the CSS width property using a string value.
setWidth(String) - Method in class com.oorian.css.CssStyle
Sets the CSS width property.
setWidth(String) - Method in class com.oorian.html.layout.Drawer
Sets the width of the drawer panel.
setWidth(String) - Method in class com.oorian.html.StyledElement
Sets the CSS width property.
setWindowSize(int, int) - Method in class com.oorian.ClientProfile
Sets the client's browser window size.
setWithFade(boolean) - Method in class com.oorian.css.transitions.Grow
Sets whether the grow includes a simultaneous fade.
setWithFade(boolean) - Method in class com.oorian.css.transitions.Slide
Sets whether the slide includes a simultaneous fade to transparent.
setWordBreak(WordBreak) - Method in class com.oorian.css.CssRule
Sets the word-break property from a WordBreak enum.
setWordBreak(WordBreak) - Method in class com.oorian.css.CssStyle
Sets the CSS word-break property.
setWordBreak(WordBreak) - Method in class com.oorian.html.StyledElement
Sets the CSS word-break property.
setWordBreak(String) - Method in class com.oorian.css.CssRule
Sets the word-break property from a CSS value string.
setWordBreak(String) - Method in class com.oorian.css.CssStyle
Sets the CSS word-break property.
setWordBreak(String) - Method in class com.oorian.html.StyledElement
Sets the CSS word-break property.
setWordCount(String) - Method in class com.oorian.schema.SchemaArticle
Sets the word count of the article.
setWordSpacing(float) - Method in class com.oorian.css.CssRule
Sets the word-spacing property in points.
setWordSpacing(float) - Method in class com.oorian.css.CssStyle
Sets the CSS word-spacing property.
setWordSpacing(float) - Method in class com.oorian.html.StyledElement
Sets the CSS word-spacing property.
setWordSpacing(int) - Method in class com.oorian.css.CssRule
Sets the word-spacing property in pixels.
setWordSpacing(int) - Method in class com.oorian.css.CssStyle
Sets the CSS word-spacing property in pixels.
setWordSpacing(int) - Method in class com.oorian.html.StyledElement
Sets the CSS word-spacing property in pixels.
setWordSpacing(Units) - Method in class com.oorian.css.CssRule
Sets the word-spacing property using Units.
setWordSpacing(Units) - Method in class com.oorian.css.CssStyle
Sets the CSS word-spacing property using a CSS unit value.
setWordSpacing(Units) - Method in class com.oorian.html.StyledElement
Sets the CSS word-spacing property using a CSS unit value.
setWordSpacing(String) - Method in class com.oorian.css.CssRule
Sets the word-spacing property from a CSS value string.
setWordSpacing(String) - Method in class com.oorian.css.CssStyle
Sets the CSS word-spacing property.
setWordSpacing(String) - Method in class com.oorian.html.StyledElement
Sets the CSS word-spacing property.
setWordWrap(WordWrap) - Method in class com.oorian.css.CssRule
Sets the word-wrap property from a WordWrap enum.
setWordWrap(WordWrap) - Method in class com.oorian.css.CssStyle
Sets the CSS word-wrap property using a WordWrap enum value.
setWordWrap(WordWrap) - Method in class com.oorian.html.StyledElement
Sets the CSS word-wrap property.
setWordWrap(String) - Method in class com.oorian.css.CssRule
Sets the word-wrap property from a CSS value string.
setWordWrap(String) - Method in class com.oorian.css.CssStyle
Sets the CSS word-wrap property.
setWordWrap(String) - Method in class com.oorian.html.StyledElement
Sets the CSS word-wrap property.
setWrap(boolean) - Method in class com.oorian.html.layout.Stack
Enables or disables wrapping of child elements.
setWrap(String) - Method in class com.oorian.html.elements.TextArea
Sets how the textarea text should be wrapped on form submission.
setWrapCellText(int, boolean) - Method in class com.oorian.html.containers.HPanel
 
setWrapCellText(int, boolean) - Method in class com.oorian.html.containers.VPanel
 
setWritingMode(String) - Method in class com.oorian.css.CssRule
Sets the writing-mode property for text flow direction.
setWritingMode(String) - Method in class com.oorian.css.CssStyle
Sets the CSS writing-mode property.
setWritingMode(String) - Method in class com.oorian.html.StyledElement
Sets the CSS writing-mode property.
setX(int) - Method in class com.oorian.css.transitions.Move
Sets the horizontal translation in pixels.
setX(Units) - Method in class com.oorian.css.transitions.Move
Sets the horizontal translation using a CSS unit value.
setX(String) - Method in class com.oorian.css.transitions.Move
Sets the horizontal translation as a CSS value string.
setX(String) - Method in class com.oorian.html.elements.svg.Svg
Sets the x-axis coordinate of the SVG element.
setXmlns(boolean) - Method in class com.oorian.html.elements.Html
Sets or removes the XHTML namespace declaration.
setXmlns(String) - Method in class com.oorian.html.elements.Html
Sets the XML namespace declaration for this HTML element.
setY(int) - Method in class com.oorian.css.transitions.Move
Sets the vertical translation in pixels.
setY(Units) - Method in class com.oorian.css.transitions.Move
Sets the vertical translation using a CSS unit value.
setY(String) - Method in class com.oorian.css.transitions.Move
Sets the vertical translation as a CSS value string.
setY(String) - Method in class com.oorian.html.elements.svg.Svg
Sets the y-axis coordinate of the SVG element.
setZIndex(int) - Method in class com.oorian.css.CssRule
Sets the CSS z-index property using an integer value.
setZIndex(int) - Method in class com.oorian.css.CssStyle
Sets the CSS z-index property.
setZIndex(int) - Method in class com.oorian.html.layout.Drawer
Sets the z-index for stacking control.
setZIndex(int) - Method in class com.oorian.html.layout.LoadingLayout
Sets the z-index for overlay mode.
setZIndex(int) - Method in class com.oorian.html.layout.Overlay
Sets the z-index for stacking order.
setZIndex(int) - Method in class com.oorian.html.layout.Sticky
Sets the z-index for stacking control.
setZIndex(int) - Method in class com.oorian.html.StyledElement
Sets the CSS z-index property.
setZIndex(String) - Method in class com.oorian.css.CssRule
Sets the CSS z-index property using a string value.
setZIndex(String) - Method in class com.oorian.css.CssStyle
Sets the CSS z-index property.
setZIndex(String) - Method in class com.oorian.html.StyledElement
Sets the CSS z-index property.
SH - Static variable in class com.oorian.utils.MimeTypes
 
sha256(String) - Static method in class com.oorian.security.ContentSecurityPolicy
Returns a SHA-256 hash source expression for use in CSP directives.
sha384(String) - Static method in class com.oorian.security.ContentSecurityPolicy
Returns a SHA-384 hash source expression for use in CSP directives.
sha512(String) - Static method in class com.oorian.security.ContentSecurityPolicy
Returns a SHA-512 hash source expression for use in CSP directives.
Shake - Class in com.oorian.css.animations
A looping animation that rapidly shakes an element back and forth with rotation.
Shake() - Constructor for class com.oorian.css.animations.Shake
Constructs a Shake animation with speed 1 (1000ms).
Shape - Enum Class in com.oorian.html.elements.consts
Enumeration defining the shape types for image map areas.
SHAPE_CIRCLE - Enum constant in enum class com.oorian.html.elements.consts.Shape
Circular shape defined by center point and radius.
SHAPE_DEFAULT - Enum constant in enum class com.oorian.html.elements.consts.Shape
Default shape that covers the entire image.
SHAPE_POLY - Enum constant in enum class com.oorian.html.elements.consts.Shape
Polygonal shape defined by multiple coordinate pairs.
SHAPE_RECT - Enum constant in enum class com.oorian.html.elements.consts.Shape
Rectangular shape defined by top-left and bottom-right coordinates.
share(Element, String, String, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares content using the native share dialog with current page context.
share(HtmlPage, Element, String, String, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares content using the native share dialog.
ShareApi - Class in com.oorian.html.js.share
Provides access to the Web Share API from server-side Java code.
ShareApi() - Constructor for class com.oorian.html.js.share.ShareApi
 
ShareErrorEvent - Class in com.oorian.html.js.share
Event fired when a share operation fails.
ShareErrorEvent(String, String) - Constructor for class com.oorian.html.js.share.ShareErrorEvent
Constructs a ShareErrorEvent.
ShareListener - Interface in com.oorian.html.js.share
Listener interface for Web Share API events.
ShareSuccessEvent - Class in com.oorian.html.js.share
Event fired when a share operation completes successfully.
ShareSuccessEvent() - Constructor for class com.oorian.html.js.share.ShareSuccessEvent
Constructs a ShareSuccessEvent.
shareText(Element, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares text content using the native share dialog with current page context.
shareText(HtmlPage, Element, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares text content using the native share dialog.
shareUrl(Element, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares a URL using the native share dialog with current page context.
shareUrl(Element, String, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares a URL with title using the native share dialog with current page context.
shareUrl(HtmlPage, Element, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares a URL using the native share dialog.
shareUrl(HtmlPage, Element, String, String) - Static method in class com.oorian.html.js.share.ShareApi
Shares a URL with title using the native share dialog.
SHIFT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Shift modifier key.
show() - Method in class com.oorian.html.StyledElement
Makes this element visible by restoring its display value and setting visibility to visible.
show(int) - Method in class com.oorian.html.containers.Deck
Shows the element at the specified index.
show(Element) - Method in class com.oorian.html.containers.Deck
Shows the specified element.
show(Element, String) - Static method in class com.oorian.html.js.notification.NotificationApi
Shows a notification with the specified title using the current page context.
show(Element, String, NotificationOptions) - Static method in class com.oorian.html.js.notification.NotificationApi
Shows a notification with the specified options using the current page context.
show(Element, String, String) - Static method in class com.oorian.html.js.notification.NotificationApi
Shows a notification with the specified title and body using the current page context.
show(HtmlPage, Element, String, String, NotificationOptions) - Static method in class com.oorian.html.js.notification.NotificationApi
Shows a notification with the specified title, body, and options.
show(String) - Method in class com.oorian.html.containers.Deck
Shows the element with the specified ID.
Show - Class in com.oorian.html.layout.responsive
A container that shows its content only at specified breakpoints.
SHOW - Enum constant in enum class com.oorian.css.EmptyCells
Display borders on empty cells (default).
showDefault() - Method in class com.oorian.html.containers.Deck
Shows the default element (the first element added to the deck).
showDivider() - Method in class com.oorian.html.layout.MasterDetailLayout
Shows the divider between master and detail panes.
showErrors(boolean) - Method in class com.oorian.validation.ValidatedInput
Sets whether to automatically show error messages.
shown() - Method in class com.oorian.html.Element
Called when this element has become visible due to a parent's visibility change.
shown() - Method in class com.oorian.html.StyledElement
Handles the visibility cascade when this element becomes visible.
showNavigationBorder(String) - Method in class com.oorian.html.layout.WizardLayout
Adds a top border to the navigation area.
showNext() - Method in class com.oorian.html.containers.Deck
Shows the next element in the deck.
showPrev() - Method in class com.oorian.html.containers.Deck
Shows the previous element in the deck.
showProgressBorder(String) - Method in class com.oorian.html.layout.WizardLayout
Adds a bottom border to the progress area.
showSection(int) - Method in class com.oorian.html.layout.AppShellLayout
Shows the section at the specified index.
showSection(int) - Method in class com.oorian.html.layout.DocsLayout
Shows the section at the specified index.
showSection(int) - Method in class com.oorian.html.layout.SettingsLayout
Shows the section at the specified index.
showSection(int) - Method in class com.oorian.html.layout.SplitNavLayout
Shows the section at the specified index.
showSection(String) - Method in class com.oorian.html.layout.AppShellLayout
Shows the section with the specified ID.
showSection(String) - Method in class com.oorian.html.layout.DocsLayout
Shows the section with the specified ID.
showSection(String) - Method in class com.oorian.html.layout.SettingsLayout
Shows the section with the specified ID.
showSection(String) - Method in class com.oorian.html.layout.SplitNavLayout
Shows the section with the specified ID.
showSidebarBorder(String) - Method in class com.oorian.html.layout.SettingsLayout
Adds a border to the right side of the sidebar.
showStep(int) - Method in class com.oorian.html.layout.WizardLayout
Shows the step at the specified index.
showStep(String) - Method in class com.oorian.html.layout.WizardLayout
Shows the step with the specified ID.
sidebar(Element<?>) - Method in class com.oorian.html.layout.AppShellLayout
Sets the sidebar content.
SIDEBAR - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link should be shown in a sidebar.
SIENNA - Static variable in class com.oorian.css.color.Color
 
sign(String) - Static method in class com.oorian.security.UrlSecurity
Signs a URL path by appending an HMAC-SHA256 signature as a query parameter.
SIGNATURE_PARAM - Static variable in class com.oorian.security.UrlSecurity
Query parameter name for the HMAC signature.
SIGNED - Enum constant in enum class com.oorian.security.UrlSecurityMode
HMAC-based URL signing.
SILVER - Static variable in class com.oorian.css.color.Color
 
SimpleTimer - Class in com.oorian.html
A simplified timer implementation for scheduling delayed or periodic tasks.
SimpleTimer() - Constructor for class com.oorian.html.SimpleTimer
Creates a new SimpleTimer with no configuration.
SimpleTimer(long) - Constructor for class com.oorian.html.SimpleTimer
Creates a new one-shot SimpleTimer with the specified delay.
SimpleTimer(long, long) - Constructor for class com.oorian.html.SimpleTimer
Creates a new periodic SimpleTimer with the specified delay and interval.
SimpleTimer(String) - Constructor for class com.oorian.html.SimpleTimer
Creates a new SimpleTimer with the specified identifier.
SimpleTimer(String, long) - Constructor for class com.oorian.html.SimpleTimer
Creates a new one-shot SimpleTimer with the specified identifier and delay.
SimpleTimer(String, long, long) - Constructor for class com.oorian.html.SimpleTimer
Creates a new periodic SimpleTimer with the specified identifier, delay, and interval.
singleColumn() - Method in class com.oorian.html.layout.DashboardLayout
Configures a single-column widget layout.
singleColumn() - Method in class com.oorian.html.layout.FeatureGridLayout
Configures a single-column feature list.
size() - Method in class com.oorian.AttributeMap
Returns the number of attributes in this map.
size() - Method in class com.oorian.html.Elements
 
size() - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Returns the number of explicitly set values.
size() - Method in class com.oorian.json.JsonArray
Returns the number of elements in this array.
size() - Method in class com.oorian.Parameters
Returns the number of parameters in this collection.
size() - Method in class com.oorian.UrlParameters
Returns the number of URL parameters.
size(Query) - Method in class com.oorian.data.CallbackDataProvider
 
size(Query) - Method in interface com.oorian.data.DataProvider
Returns the total number of items matching the query's filters.
size(Query) - Method in class com.oorian.data.ListDataProvider
 
Size - Class in com.oorian
Represents a two-dimensional size with width and height.
Size() - Constructor for class com.oorian.Size
Constructs a new Size with default dimensions (0, 0).
sizeToString() - Method in class com.oorian.css.units.Ch
Returns the CSS string representation of this ch value.
sizeToString() - Method in class com.oorian.css.units.Cm
Returns the CSS string representation of this cm value.
sizeToString() - Method in class com.oorian.css.units.Em
Returns the CSS string representation of this em value.
sizeToString() - Method in class com.oorian.css.units.Ex
Returns the CSS string representation of this ex value.
sizeToString() - Method in class com.oorian.css.units.In
Returns the CSS string representation of this inch value.
sizeToString() - Method in class com.oorian.css.units.Mm
Returns the CSS string representation of this mm value.
sizeToString() - Method in class com.oorian.css.units.Pc
Returns the CSS string representation of this pica value.
sizeToString() - Method in class com.oorian.css.units.Percent
Returns the CSS string representation of this percent value.
sizeToString() - Method in class com.oorian.css.units.Pt
Returns the CSS string representation of this point value.
sizeToString() - Method in class com.oorian.css.units.Px
Returns the CSS string representation of this pixel value.
sizeToString() - Method in class com.oorian.css.units.Rem
Returns the CSS string representation of this rem value.
sizeToString() - Method in class com.oorian.css.units.Units
Returns the CSS string representation of this unit value.
sizeToString() - Method in class com.oorian.css.units.Vh
Returns the CSS string representation of this vh value.
sizeToString() - Method in class com.oorian.css.units.Vmax
Returns the CSS string representation of this vmax value.
sizeToString() - Method in class com.oorian.css.units.Vmin
Returns the CSS string representation of this vmin value.
sizeToString() - Method in class com.oorian.css.units.Vw
Returns the CSS string representation of this vw value.
skew(float, float) - Method in class com.oorian.css.Transform
Adds a skew() function for 2D skewing with angles in degrees.
skew(String, String) - Method in class com.oorian.css.Transform
Adds a skew() function for 2D skewing.
skewX(float) - Method in class com.oorian.css.Transform
Adds a skewX() function with an angle in degrees.
skewX(String) - Method in class com.oorian.css.Transform
Adds a skewX() function.
skewY(float) - Method in class com.oorian.css.Transform
Adds a skewY() function with an angle in degrees.
skewY(String) - Method in class com.oorian.css.Transform
Adds a skewY() function.
SkipLink - Class in com.oorian.html.accessibility
A skip link that allows keyboard users to bypass navigation and jump to main content.
SkipLink(String) - Constructor for class com.oorian.html.accessibility.SkipLink
Creates a skip link with default text "Skip to main content".
SkipLink(String, String) - Constructor for class com.oorian.html.accessibility.SkipLink
Creates a skip link targeting the specified element.
SKY_BLUE - Static variable in class com.oorian.css.color.Color
 
SLASH - Static variable in class com.oorian.messaging.events.client.KeyCodes
Forward slash key.
SLATE_BLUE - Static variable in class com.oorian.css.color.Color
 
SLATE_GRAY - Static variable in class com.oorian.css.color.Color
 
SLATE_GREY - Static variable in class com.oorian.css.color.Color
 
Slide - Class in com.oorian.css.transitions
A transition that slides an element in a specified direction.
Slide() - Constructor for class com.oorian.css.transitions.Slide
Constructs a Slide transition that slides down with fade.
SLIDER - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a slider control.
slot(String, Element<?>) - Method in class com.oorian.html.layout.ComposableLayout
Sets content into a named slot.
Slot<T> - Class in com.oorian.html.elements
Represents an HTML <slot> element for web component content distribution.
Slot() - Constructor for class com.oorian.html.elements.Slot
Constructs an unnamed (default) <slot> element.
Slot(String) - Constructor for class com.oorian.html.elements.Slot
Constructs a named <slot> element.
sm(String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds properties for SM breakpoint (640px and up).
sm(T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for SM breakpoint (640px and up).
SM - Enum constant in enum class com.oorian.html.layout.Container.Size
Small container - 640px max-width.
SM - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
Small spacing - 2rem (32px).
SM - Enum constant in enum class com.oorian.html.layout.responsive.Breakpoint
Small - 640px and up (large phones, small tablets).
Small<T> - Class in com.oorian.html.elements
Represents an HTML <small> element that renders text in a smaller font size.
Small() - Constructor for class com.oorian.html.elements.Small
Constructs a new empty Small element.
Small(String) - Constructor for class com.oorian.html.elements.Small
Constructs a new Small element with the specified text.
SMALL_CAPS - Enum constant in enum class com.oorian.css.FontVariant
Displays lowercase letters as smaller uppercase letters.
SMALL_CAPTION - Static variable in class com.oorian.css.Font
System font for small captions.
smallHero() - Method in class com.oorian.html.layout.HeroLayout
Applies a small hero height (300px).
smallImageSplit() - Method in class com.oorian.html.layout.StoryLayout
Sets a 40/60 split ratio (smaller image, larger text).
smooth() - Method in class com.oorian.html.layout.ScrollBox
Enables smooth scrolling behavior.
SMOOTH - Enum constant in enum class com.oorian.css.ScrollBehavior
Scrolling animates smoothly to scroll position.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Collapse
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.ColorShift
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Fade
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Grow
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Morph
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Move
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Reshape
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Slide
Saves the current values of the transition's properties from the element's style.
snapshotCurrentState(CssStyle, CssStyle) - Method in class com.oorian.css.transitions.Transition
Saves the current values of the transition's properties from the element's style.
snapshotExists(String) - Method in class com.oorian.testing.SnapshotTester
Checks whether a snapshot file exists for the given name.
SnapshotMismatchException - Exception Class in com.oorian.testing
Thrown when the current output does not match the saved snapshot.
SnapshotMismatchException(String, String, String) - Constructor for exception class com.oorian.testing.SnapshotMismatchException
Constructs a new SnapshotMismatchException.
SnapshotResult - Enum Class in com.oorian.testing
Result of a snapshot comparison.
SnapshotTester - Class in com.oorian.testing
Snapshot testing utility for comparing component HTML output against saved baselines.
SnapshotTester(String) - Constructor for class com.oorian.testing.SnapshotTester
Constructs a new SnapshotTester with the specified snapshot directory.
SnapshotTester(Path) - Constructor for class com.oorian.testing.SnapshotTester
Constructs a new SnapshotTester with the specified snapshot directory path.
SNOW - Static variable in class com.oorian.css.color.Color
 
SOLID - Enum constant in enum class com.oorian.css.BorderStyle
A single solid line.
SOLID - Enum constant in enum class com.oorian.css.ColumnRuleStyle
Solid rule.
SOLID - Enum constant in enum class com.oorian.css.OutlineStyle
Solid outline.
SOLID - Enum constant in enum class com.oorian.css.TextDecorationStyle
Single solid line decoration.
SortDescriptor - Class in com.oorian.data
Describes a sort operation on a named field.
SortDescriptor(String, SortDirection) - Constructor for class com.oorian.data.SortDescriptor
Creates a sort descriptor.
SortDirection - Enum Class in com.oorian.data
Sort direction for data provider queries.
SortTable - Class in com.oorian.messaging.commands
Command to sort a table by a specific column on the client side.
SortTable(String, Integer, Integer, Integer) - Constructor for class com.oorian.messaging.commands.SortTable
Constructs a new SortTable command with the specified parameters.
Source<T> - Class in com.oorian.html.elements
Represents an HTML <source> element that specifies multiple media resources.
Source() - Constructor for class com.oorian.html.elements.Source
Constructs a new Source element.
Source(String, String) - Constructor for class com.oorian.html.elements.Source
Constructs a new Source element with specified URL and media type.
south(Element<?>) - Method in class com.oorian.html.layout.RegionLayout
Sets the south region content.
SPACE - Enum constant in enum class com.oorian.css.BackgroundRepeat
Image is repeated as often as needed without clipping.
SPACE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Spacebar.
SPACE_AROUND - Enum constant in enum class com.oorian.css.AlignContent
Lines are evenly distributed with equal space around each.
SPACE_AROUND - Enum constant in enum class com.oorian.css.JustifyContent
Items evenly distributed with equal space around each.
SPACE_BETWEEN - Enum constant in enum class com.oorian.css.AlignContent
Lines are evenly distributed with no space at edges.
SPACE_BETWEEN - Enum constant in enum class com.oorian.css.JustifyContent
Items evenly distributed with first/last at edges.
SPACE_EVENLY - Enum constant in enum class com.oorian.css.AlignContent
Lines are evenly distributed with equal space between them.
SPACE_EVENLY - Enum constant in enum class com.oorian.css.JustifyContent
Items evenly distributed with equal space between them.
spaceAround() - Method in class com.oorian.html.layout.FlowLayout
Distributes items with space around them.
spaceAround() - Method in class com.oorian.html.layout.Stack
Distributes children with equal space around them.
spaceBetween() - Method in class com.oorian.html.layout.AutoLayout
Distributes items with space between them.
spaceBetween() - Method in class com.oorian.html.layout.FlowLayout
Distributes items with space between them.
spaceBetween() - Method in class com.oorian.html.layout.NavbarLayout
Distributes space between brand, menu, and actions.
spaceBetween() - Method in class com.oorian.html.layout.Stack
Distributes children with equal space between them.
spaceEvenly() - Method in class com.oorian.html.layout.AutoLayout
Distributes items with equal space around them.
spaceEvenly() - Method in class com.oorian.html.layout.FlowLayout
Distributes items with equal space between them including edges.
spaceEvenly() - Method in class com.oorian.html.layout.Stack
Distributes children with exactly equal space between them, including edges.
Spacer<T> - Class in com.oorian.html.components
Represents a layout spacer element that creates vertical or horizontal spacing in a document.
Spacer - Class in com.oorian.html.layout
A flexible spacer element that expands to fill available space in a flex container.
Spacer() - Constructor for class com.oorian.html.layout.Spacer
Constructs a flexible spacer that expands to fill available space.
Spacer(int) - Constructor for class com.oorian.html.components.Spacer
Constructs a new vertical Spacer element with the specified height.
Spacer(int) - Constructor for class com.oorian.html.layout.Spacer
Constructs a fixed-size spacer with the specified size in pixels.
Spacer(int, int) - Constructor for class com.oorian.html.components.Spacer
Constructs a new Spacer element with the specified width and height.
Spacer(String) - Constructor for class com.oorian.html.layout.Spacer
Constructs a fixed-size spacer with the specified CSS size value.
Spacer(String, String) - Constructor for class com.oorian.html.layout.Spacer
Constructs a fixed-size spacer with separate width and height values.
spaciousSpacing() - Method in class com.oorian.html.layout.DashboardLayout
Applies spacious spacing (larger gaps between elements).
spaciousSpacing() - Method in class com.oorian.html.layout.FeatureGridLayout
Applies spacious spacing (larger gaps between elements).
spaciousSpacing() - Method in class com.oorian.html.layout.FormLayout
Applies spacious spacing (larger gaps between elements).
spaciousSpacing() - Method in class com.oorian.html.layout.NavbarLayout
Applies spacious spacing with larger padding.
spaciousSpacing() - Method in class com.oorian.html.layout.StoryLayout
Applies spacious spacing (larger gaps for dramatic effect).
spaciousStyle() - Method in class com.oorian.html.layout.EmptyStateLayout
Applies spacious spacing (larger gaps between elements).
spaciousStyle() - Method in class com.oorian.html.layout.LoadingLayout
Applies spacious styling (larger padding and spacing).
span(int, int) - Method in class com.oorian.html.layout.GridItem
Sets both column and row spanning.
Span<T> - Class in com.oorian.html.elements
Java representation of the HTML <span> element.
Span() - Constructor for class com.oorian.html.elements.Span
Constructs an empty <span> element.
Span(String) - Constructor for class com.oorian.html.elements.Span
Constructs a <span> element with the specified text content.
Span(String, CssStyle) - Constructor for class com.oorian.html.elements.Span
Constructs a <span> element with styled text content.
Span(String, String) - Constructor for class com.oorian.html.elements.Span
Constructs a <span> element with text content and inline CSS.
spanColumns(int) - Method in class com.oorian.html.layout.GridItem
Sets the number of columns this item spans.
spanRows(int) - Method in class com.oorian.html.layout.GridItem
Sets the number of rows this item spans.
speak(HtmlPage, String) - Static method in class com.oorian.html.js.speech.SpeechApi
Speaks the given text.
speak(HtmlPage, String, String, float, float) - Static method in class com.oorian.html.js.speech.SpeechApi
Speaks the given text with options.
speak(String) - Static method in class com.oorian.html.js.speech.SpeechApi
Speaks the given text using the current page context.
speak(String, String, float, float) - Static method in class com.oorian.html.js.speech.SpeechApi
Speaks the given text with options using the current page context.
SpeechApi - Class in com.oorian.html.js.speech
Provides access to Web Speech API (Text-to-Speech and Speech Recognition) from server-side Java code.
SpeechApi() - Constructor for class com.oorian.html.js.speech.SpeechApi
 
SpeechErrorEvent - Class in com.oorian.html.js.speech
Event fired when speech recognition fails.
SpeechErrorEvent(String, String) - Constructor for class com.oorian.html.js.speech.SpeechErrorEvent
Constructs a SpeechErrorEvent.
SpeechListener - Interface in com.oorian.html.js.speech
Listener interface for speech recognition events.
SpeechResultEvent - Class in com.oorian.html.js.speech
Event fired when speech recognition produces a result.
SpeechResultEvent(String, float, boolean) - Constructor for class com.oorian.html.js.speech.SpeechResultEvent
Constructs a SpeechResultEvent.
Spin - Class in com.oorian.css.animations
A looping animation that continuously rotates an element 360 degrees.
Spin() - Constructor for class com.oorian.css.animations.Spin
Constructs a Spin animation with speed 0 (2000ms per rotation).
SPINBUTTON - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a spin button.
spinner(Element<?>) - Method in class com.oorian.html.layout.LoadingLayout
Sets the spinner/loading indicator element.
Spinner - Class in com.oorian.html.components
A CSS-only spinning loading indicator.
Spinner() - Constructor for class com.oorian.html.components.Spinner
Constructs a Spinner with default settings.
spinnerAndMessage(Element<?>, String) - Method in class com.oorian.html.layout.LoadingLayout
Sets both spinner and message in one call.
SpinPulse - Class in com.oorian.css.animations
A looping animation that rotates an element in discrete steps, creating a pulsing spin effect.
SpinPulse() - Constructor for class com.oorian.css.animations.SpinPulse
Constructs a SpinPulse animation with speed 1 (1000ms per rotation).
SplitLayout - Class in com.oorian.html.layout
A two-pane layout with a fixed panel and a flexible main area.
SplitLayout(int) - Constructor for class com.oorian.html.layout.SplitLayout
Constructs a left sidebar layout with the specified sidebar width.
SplitLayout(String) - Constructor for class com.oorian.html.layout.SplitLayout
Constructs a left sidebar layout with the specified sidebar width.
SplitNavLayout - Class in com.oorian.html.layout
A persistent navigation sidebar with switchable content panels.
SplitNavLayout() - Constructor for class com.oorian.html.layout.SplitNavLayout
Constructs a SplitNavLayout with default nav width (220px).
SplitNavLayout(int) - Constructor for class com.oorian.html.layout.SplitNavLayout
Constructs a SplitNavLayout with the specified nav width.
SPRING_GREEN - Static variable in class com.oorian.css.color.Color
 
SQUARE - Enum constant in enum class com.oorian.css.ListStyleType
Filled square bullet.
SQUARE - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
1:1 square ratio.
SseConnection - Interface in com.oorian
Abstracts a Server-Sent Events (SSE) connection for pushing updates to the client.
Stack<T> - Class in com.oorian.html.layout
A flexible box layout container that arranges children in a single direction with configurable spacing.
Stack(FlexDirection) - Constructor for class com.oorian.html.layout.Stack
Constructs a Stack with the specified flex direction.
STACK - Enum constant in enum class com.oorian.html.layout.AutoLayout.Mode
Items stack vertically.
standardDashboard() - Method in class com.oorian.html.layout.DashboardLayout
Configures a standard dashboard with 3 columns and normal spacing.
standardNavbar() - Method in class com.oorian.html.layout.NavbarLayout
Applies standard navbar height (64px) - the default.
standardSpacing() - Method in class com.oorian.html.layout.StoryLayout
Applies standard spacing (the default).
start() - Method in class com.oorian.html.SimpleTimer
Starts the timer with the configured delay and interval.
start() - Method in class com.oorian.html.Timer
Starts the timer by sending a CreateTimer command to the client.
start() - Method in class com.oorian.OorianTimer
Starts the timer.
START - Enum constant in enum class com.oorian.css.AlignContent
Lines packed to the start (writing-mode aware).
START - Enum constant in enum class com.oorian.css.AlignItems
Items packed to the start (writing-mode aware).
START - Enum constant in enum class com.oorian.css.AlignSelf
Item packed to the start (writing-mode aware).
START - Enum constant in enum class com.oorian.css.JustifyContent
Items packed to the start (writing-mode aware).
START - Enum constant in enum class com.oorian.css.TextAlign
Aligns to the start of the line direction (writing-mode aware).
START - Enum constant in enum class com.oorian.css.TextAlignLast
Aligns to start based on text direction.
START - Enum constant in enum class com.oorian.html.layout.MasterDetailLayout.MasterPosition
 
START_TAG - Enum constant in enum class com.oorian.html.parser.HtmlToken.Type
Opening/start tag
startListening(Element) - Static method in class com.oorian.html.js.network.NetworkApi
Starts listening for network status changes using the current page context.
startListening(Element) - Static method in class com.oorian.html.js.visibility.VisibilityApi
Starts listening for visibility changes using the current page context.
startListening(HtmlPage, Element) - Static method in class com.oorian.html.js.network.NetworkApi
Starts listening for network status changes.
startListening(HtmlPage, Element) - Static method in class com.oorian.html.js.visibility.VisibilityApi
Starts listening for visibility changes.
startRecognition(Element) - Static method in class com.oorian.html.js.speech.SpeechApi
Starts speech recognition using the current page context.
startRecognition(Element, String) - Static method in class com.oorian.html.js.speech.SpeechApi
Starts speech recognition with language using the current page context.
startRecognition(Element, String, boolean) - Static method in class com.oorian.html.js.speech.SpeechApi
Starts speech recognition with options using the current page context.
startRecognition(HtmlPage, Element, String, boolean) - Static method in class com.oorian.html.js.speech.SpeechApi
Starts speech recognition.
STARTS_WITH - Enum constant in enum class com.oorian.data.FilterOperator
String starts with (case-insensitive).
startsWith(String, String) - Static method in class com.oorian.data.FilterDescriptor
Creates a starts-with filter (case-insensitive prefix match).
STATE_DENIED - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
STATE_GRANTED - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
STATE_PROMPT - Static variable in class com.oorian.html.js.permissions.PermissionsApi
 
STATIC - Enum constant in enum class com.oorian.css.Position
Normal document flow positioning (default).
staticResources() - Static method in class com.oorian.security.CacheControl
Creates a CacheControl configured for long-lived static resources.
stats(Element<?>...) - Method in class com.oorian.html.layout.DashboardLayout
Sets multiple stat widgets at once.
status(int) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error status code.
status(Element<?>) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error status as an element.
status(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error status code as text.
STATUS - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a status message.
STATUS_BAR - Static variable in class com.oorian.css.Font
System font for status bars.
STEEL_BLUE - Static variable in class com.oorian.css.color.Color
 
STEP - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Represents the current step in a process.
STEP_END - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Equivalent to steps(1, end).
STEP_END - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Stay at initial value until end.
STEP_START - Enum constant in enum class com.oorian.css.AnimationTimingFunction
Equivalent to steps(1, start).
STEP_START - Enum constant in enum class com.oorian.css.TransitionTimingFunction
Jump immediately to final value.
Sticky - Class in com.oorian.html.layout
A container that sticks to a specified position when scrolling.
Sticky() - Constructor for class com.oorian.html.layout.Sticky
Constructs a Sticky container with position: sticky and top: 0.
Sticky(Element<?>) - Constructor for class com.oorian.html.layout.Sticky
Constructs a Sticky container wrapping the specified element.
STICKY - Enum constant in enum class com.oorian.css.Position
Hybrid of relative and fixed positioning.
stickyHeader() - Method in class com.oorian.html.layout.AppShellLayout
Makes the header sticky (fixed at top during scroll).
stickyNav() - Method in class com.oorian.html.layout.SplitNavLayout
Makes the nav pane sticky (stays in place when content scrolls).
stickyTop() - Method in class com.oorian.html.layout.NavbarLayout
Configures the navbar as sticky at the top.
stop() - Method in class com.oorian.html.SimpleTimer
Stops the timer and cancels any pending executions.
stop() - Method in class com.oorian.html.Timer
Stops the timer.
stop() - Method in class com.oorian.messaging.events.server.PageEvent
Stops this event from being dispatched to further listeners.
stop() - Method in class com.oorian.OorianTimer
Stops the timer.
stopAnimation() - Method in class com.oorian.html.StyledElement
Stops any active CSS keyframe animation on this element.
stopListening() - Static method in class com.oorian.html.js.network.NetworkApi
Stops listening for network status changes using the current page context.
stopListening() - Static method in class com.oorian.html.js.visibility.VisibilityApi
Stops listening for visibility changes using the current page context.
stopListening(HtmlPage) - Static method in class com.oorian.html.js.network.NetworkApi
Stops listening for network status changes.
stopListening(HtmlPage) - Static method in class com.oorian.html.js.visibility.VisibilityApi
Stops listening for visibility changes.
stopRecognition() - Static method in class com.oorian.html.js.speech.SpeechApi
Stops speech recognition using the current page context.
stopRecognition(HtmlPage) - Static method in class com.oorian.html.js.speech.SpeechApi
Stops speech recognition.
StorageApi - Class in com.oorian.html.js.storage
Provides access to the browser's Web Storage API (localStorage and sessionStorage) from server-side Java code.
StorageApi() - Constructor for class com.oorian.html.js.storage.StorageApi
 
StorageEvent - Class in com.oorian.html.js.storage
Event fired when a value has been retrieved from browser storage.
StorageEvent(String, String, String) - Constructor for class com.oorian.html.js.storage.StorageEvent
Constructs a StorageEvent with the retrieved key/value pair.
StorageListener - Interface in com.oorian.html.js.storage
Listener interface for storage events.
StoryLayout - Class in com.oorian.html.layout
A layout with alternating image/text sections for product storytelling.
StoryLayout() - Constructor for class com.oorian.html.layout.StoryLayout
Constructs a StoryLayout with default configuration.
stretch() - Method in class com.oorian.html.layout.AutoLayout
Makes all child elements stretch to fill the container height (in row modes) or width (in column mode).
STRETCH - Enum constant in enum class com.oorian.css.AlignContent
Lines stretch to fill the remaining space (default).
STRETCH - Enum constant in enum class com.oorian.css.AlignItems
Items stretch to fill the container (default).
STRETCH - Enum constant in enum class com.oorian.css.AlignSelf
Item stretches to fill the container.
STRETCH - Enum constant in enum class com.oorian.css.JustifyContent
Items stretched to distribute space evenly.
STRICT - Enum constant in enum class com.oorian.security.CookieDefaults.SameSite
Cookie is only sent in first-party context.
STRICT_DYNAMIC - Static variable in class com.oorian.security.ContentSecurityPolicy
 
STRICT_ORIGIN - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Send only the origin, never the path.
STRICT_ORIGIN_WHEN_CROSS_ORIGIN - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Send only the origin (no path) for cross-origin; full URL for same-origin.
Strike<T> - Class in com.oorian.html.elements
Represents an HTML <s> element, providing a semantic alias for strikethrough text.
Strike() - Constructor for class com.oorian.html.elements.Strike
Constructs an empty Strike element.
Strike(String) - Constructor for class com.oorian.html.elements.Strike
Constructs a Strike element with the specified text content.
StringToBigDecimalConverter - Class in com.oorian.data.converter
Converts between String and BigDecimal.
StringToBigDecimalConverter() - Constructor for class com.oorian.data.converter.StringToBigDecimalConverter
Creates a new converter with the default error message.
StringToBigDecimalConverter(String) - Constructor for class com.oorian.data.converter.StringToBigDecimalConverter
Creates a new converter with a custom error message.
StringToBooleanConverter - Class in com.oorian.data.converter
Converts between String and Boolean.
StringToBooleanConverter() - Constructor for class com.oorian.data.converter.StringToBooleanConverter
Creates a new StringToBooleanConverter.
StringToDateConverter - Class in com.oorian.data.converter
Converts between String and Date.
StringToDateConverter() - Constructor for class com.oorian.data.converter.StringToDateConverter
Creates a new converter with the default pattern ("yyyy-MM-dd").
StringToDateConverter(String) - Constructor for class com.oorian.data.converter.StringToDateConverter
Creates a new converter with the specified date format pattern.
StringToDateConverter(String, String) - Constructor for class com.oorian.data.converter.StringToDateConverter
Creates a new converter with the specified pattern and error message.
StringToDoubleConverter - Class in com.oorian.data.converter
Converts between String and Double.
StringToDoubleConverter() - Constructor for class com.oorian.data.converter.StringToDoubleConverter
Creates a new converter with the default error message.
StringToDoubleConverter(String) - Constructor for class com.oorian.data.converter.StringToDoubleConverter
Creates a new converter with a custom error message.
StringToEnumConverter<E> - Class in com.oorian.data.converter
Converts between String and any Enum type.
StringToEnumConverter(Class<E>) - Constructor for class com.oorian.data.converter.StringToEnumConverter
Creates a new converter for the specified enum type (case-sensitive).
StringToEnumConverter(Class<E>, boolean) - Constructor for class com.oorian.data.converter.StringToEnumConverter
Creates a new converter for the specified enum type with optional case-insensitive matching.
StringToEnumConverter(Class<E>, boolean, String) - Constructor for class com.oorian.data.converter.StringToEnumConverter
Creates a new converter with a custom error message.
StringToIntegerConverter - Class in com.oorian.data.converter
Converts between String and Integer.
StringToIntegerConverter() - Constructor for class com.oorian.data.converter.StringToIntegerConverter
Creates a new converter with the default error message.
StringToIntegerConverter(String) - Constructor for class com.oorian.data.converter.StringToIntegerConverter
Creates a new converter with a custom error message.
StringToLocalDateConverter - Class in com.oorian.data.converter
Converts between String and LocalDate.
StringToLocalDateConverter() - Constructor for class com.oorian.data.converter.StringToLocalDateConverter
Creates a new converter with the ISO-8601 date format ("yyyy-MM-dd").
StringToLocalDateConverter(String) - Constructor for class com.oorian.data.converter.StringToLocalDateConverter
Creates a new converter with the specified date format pattern.
StringToLocalDateConverter(DateTimeFormatter, String) - Constructor for class com.oorian.data.converter.StringToLocalDateConverter
Creates a new converter with the specified formatter and error message.
StringToLocalDateTimeConverter - Class in com.oorian.data.converter
Converts between String and LocalDateTime.
StringToLocalDateTimeConverter() - Constructor for class com.oorian.data.converter.StringToLocalDateTimeConverter
Creates a new converter with the ISO-8601 date-time format.
StringToLocalDateTimeConverter(String) - Constructor for class com.oorian.data.converter.StringToLocalDateTimeConverter
Creates a new converter with the specified date-time format pattern.
StringToLocalDateTimeConverter(DateTimeFormatter, String) - Constructor for class com.oorian.data.converter.StringToLocalDateTimeConverter
Creates a new converter with the specified formatter and error message.
StringToLongConverter - Class in com.oorian.data.converter
Converts between String and Long.
StringToLongConverter() - Constructor for class com.oorian.data.converter.StringToLongConverter
Creates a new converter with the default error message.
StringToLongConverter(String) - Constructor for class com.oorian.data.converter.StringToLongConverter
Creates a new converter with a custom error message.
stripHtml(String) - Static method in class com.oorian.security.InputSanitizer
Strips all HTML tags from the input string, leaving only text content.
stripHtml(String) - Static method in class com.oorian.utils.Sanitizer
Removes all HTML tags from the input string, leaving only plain text content.
STROKE - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when stroke is set (regardless of visibility).
Strong<T> - Class in com.oorian.html.elements
Java representation of the HTML <strong> element.
Strong() - Constructor for class com.oorian.html.elements.Strong
Constructs an empty <strong> element.
Strong(String) - Constructor for class com.oorian.html.elements.Strong
Constructs a <strong> element with the specified text content.
Style<T> - Class in com.oorian.html.elements
Represents an HTML <style> element for embedding CSS styles within an HTML document.
Style() - Constructor for class com.oorian.html.elements.Style
Constructs an empty Style element.
Style(CssStyleSheet) - Constructor for class com.oorian.html.elements.Style
Constructs a Style element with the specified CSS stylesheet object.
Style(String) - Constructor for class com.oorian.html.elements.Style
Constructs a Style element with the specified CSS content.
STYLE_ID - Static variable in class com.oorian.html.accessibility.SkipLink
ID for the style element to prevent duplicates.
STYLE_ID - Static variable in class com.oorian.html.accessibility.VisuallyHidden
ID for the style element to prevent duplicates.
STYLE_ID - Static variable in class com.oorian.html.layout.Drawer
 
StyledContainerElement<T> - Class in com.oorian.html
 
StyledContainerElement(String) - Constructor for class com.oorian.html.StyledContainerElement
 
StyledContainerElement(String, boolean) - Constructor for class com.oorian.html.StyledContainerElement
 
StyledElement<T> - Class in com.oorian.html
Abstract base class providing comprehensive CSS styling capabilities for HTML elements.
StyledElement(String) - Constructor for class com.oorian.html.StyledElement
Constructs a StyledElement with the specified tag name.
StyledElement(String, boolean) - Constructor for class com.oorian.html.StyledElement
Constructs a StyledElement with the specified tag name and closed state.
STYLESHEET - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Imports an external stylesheet.
Sub<T> - Class in com.oorian.html.elements
Represents an HTML <sub> element for displaying subscript text.
Sub() - Constructor for class com.oorian.html.elements.Sub
Constructs an empty Sub element.
Sub(String) - Constructor for class com.oorian.html.elements.Sub
Constructs a Sub element with the specified text content.
SUB - Enum constant in enum class com.oorian.css.VerticalAlign
Subscript positioning.
subList(int, int) - Method in class com.oorian.html.Elements
 
submit() - Method in class com.oorian.html.elements.Form
Programmatically submits the form.
submit() - Method in class com.oorian.html.elements.OorianForm
Submits the form programmatically by sending a FormSubmitCommand to the client.
SUBMIT - Enum constant in enum class com.oorian.html.elements.consts.ButtonType
Button that submits the form data to the server.
SUBMIT - Enum constant in enum class com.oorian.validation.ValidationTrigger
Validate only on form submission.
SUBMIT - Static variable in class com.oorian.html.elements.Input
Input type constant for a form submit button.
SubmitButton<T> - Class in com.oorian.html.elements
HTML submit button input element for form submission.
SubmitButton() - Constructor for class com.oorian.html.elements.SubmitButton
Constructs a submit button with default "submit" text.
SubmitButton(String) - Constructor for class com.oorian.html.elements.SubmitButton
Constructs a submit button with the specified text.
Subscript<T> - Class in com.oorian.html.elements
Represents an HTML <sub> element, providing a more descriptive alias for subscript text.
Subscript() - Constructor for class com.oorian.html.elements.Subscript
Constructs an empty Subscript element.
Subscript(String) - Constructor for class com.oorian.html.elements.Subscript
Constructs a Subscript element with the specified text content.
SUBTITLES - Enum constant in enum class com.oorian.html.elements.consts.TrackKind
Subtitles - translation of dialogue.
SUBTRACT - Static variable in class com.oorian.messaging.events.client.KeyCodes
Numpad subtract key.
success() - Static method in class com.oorian.html.js.vibration.VibrationApi
Success notification vibration pattern using the current page context.
success(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Success notification vibration pattern.
Summary<T> - Class in com.oorian.html.elements
Represents an HTML <summary> element used as a visible heading for a details disclosure widget.
Summary() - Constructor for class com.oorian.html.elements.Summary
Constructs an empty Summary element.
Summary(String) - Constructor for class com.oorian.html.elements.Summary
Constructs a Summary element with the specified text content.
Sup<T> - Class in com.oorian.html.elements
Represents an HTML <sup> element for displaying superscript text.
Sup() - Constructor for class com.oorian.html.elements.Sup
Constructs an empty Sup element.
Sup(String) - Constructor for class com.oorian.html.elements.Sup
Constructs a Sup element with the specified text content.
SUPER - Enum constant in enum class com.oorian.css.VerticalAlign
Superscript positioning.
Superscript<T> - Class in com.oorian.html.elements
Represents an HTML <sup> element, providing a more descriptive alias for superscript text.
Superscript() - Constructor for class com.oorian.html.elements.Superscript
Constructs an empty Superscript element.
Superscript(String) - Constructor for class com.oorian.html.elements.Superscript
Constructs a Superscript element with the specified text content.
Svg<T> - Class in com.oorian.html.elements.svg
Represents an SVG <svg> element, the root container for SVG graphics.
Svg() - Constructor for class com.oorian.html.elements.svg.Svg
Creates a new SVG element.
SVG - Static variable in class com.oorian.utils.MimeTypes
 
SvgAnchor<T> - Class in com.oorian.html.elements.svg
Represents an SVG <a> element.
SvgAnchor() - Constructor for class com.oorian.html.elements.svg.SvgAnchor
Creates a new SVG anchor element.
SvgAnimate<T> - Class in com.oorian.html.elements.svg
Represents an SVG <animate> element.
SvgAnimate() - Constructor for class com.oorian.html.elements.svg.SvgAnimate
Creates a new SVG animate element.
SvgAnimateMotion<T> - Class in com.oorian.html.elements.svg
Represents an SVG <animateMotion> element.
SvgAnimateMotion() - Constructor for class com.oorian.html.elements.svg.SvgAnimateMotion
Creates a new SVG animateMotion element.
SvgAnimateTransform<T> - Class in com.oorian.html.elements.svg
Represents an SVG <animateTransform> element.
SvgAnimateTransform() - Constructor for class com.oorian.html.elements.svg.SvgAnimateTransform
Creates a new SVG animateTransform element.
SvgCircle<T> - Class in com.oorian.html.elements.svg
Represents an SVG <circle> element.
SvgCircle() - Constructor for class com.oorian.html.elements.svg.SvgCircle
Creates a new SVG circle element.
SvgClipPath<T> - Class in com.oorian.html.elements.svg
Represents an SVG <clipPath> element.
SvgClipPath() - Constructor for class com.oorian.html.elements.svg.SvgClipPath
Creates a new SVG clipPath element.
SvgContainerElement<T> - Class in com.oorian.html.elements.svg
Abstract base class for SVG container elements that accept child SVG elements.
SvgContainerElement(String) - Constructor for class com.oorian.html.elements.svg.SvgContainerElement
Constructs an SVG container element with the specified tag name.
SvgDefs<T> - Class in com.oorian.html.elements.svg
Represents an SVG <defs> element.
SvgDefs() - Constructor for class com.oorian.html.elements.svg.SvgDefs
Creates a new SVG defs element.
SvgDesc<T> - Class in com.oorian.html.elements.svg
Represents an SVG <desc> element.
SvgDesc() - Constructor for class com.oorian.html.elements.svg.SvgDesc
Creates a new SVG desc element.
SvgElement<T> - Class in com.oorian.html.elements.svg
Abstract base class for all SVG elements.
SvgElement(String) - Constructor for class com.oorian.html.elements.svg.SvgElement
Constructs an SVG container element with the specified tag name.
SvgElement(String, boolean) - Constructor for class com.oorian.html.elements.svg.SvgElement
Constructs an SVG element with the specified tag name and closing behavior.
SvgEllipse<T> - Class in com.oorian.html.elements.svg
Represents an SVG <ellipse> element.
SvgEllipse() - Constructor for class com.oorian.html.elements.svg.SvgEllipse
Creates a new SVG ellipse element.
SvgFeBlend<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feBlend> filter primitive element.
SvgFeBlend() - Constructor for class com.oorian.html.elements.svg.SvgFeBlend
Creates a new SVG feBlend element.
SvgFeColorMatrix<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feColorMatrix> filter primitive element.
SvgFeColorMatrix() - Constructor for class com.oorian.html.elements.svg.SvgFeColorMatrix
Creates a new SVG feColorMatrix element.
SvgFeComponentTransfer<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feComponentTransfer> filter primitive element.
SvgFeComponentTransfer() - Constructor for class com.oorian.html.elements.svg.SvgFeComponentTransfer
Creates a new SVG feComponentTransfer element.
SvgFeComposite<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feComposite> filter primitive element.
SvgFeComposite() - Constructor for class com.oorian.html.elements.svg.SvgFeComposite
Creates a new SVG feComposite element.
SvgFeConvolveMatrix<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feConvolveMatrix> filter primitive element.
SvgFeConvolveMatrix() - Constructor for class com.oorian.html.elements.svg.SvgFeConvolveMatrix
Creates a new SVG feConvolveMatrix element.
SvgFeDiffuseLighting<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feDiffuseLighting> filter primitive element.
SvgFeDiffuseLighting() - Constructor for class com.oorian.html.elements.svg.SvgFeDiffuseLighting
Creates a new SVG feDiffuseLighting element.
SvgFeDisplacementMap<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feDisplacementMap> filter primitive element.
SvgFeDisplacementMap() - Constructor for class com.oorian.html.elements.svg.SvgFeDisplacementMap
Creates a new SVG feDisplacementMap element.
SvgFeDistantLight<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feDistantLight> filter primitive element.
SvgFeDistantLight() - Constructor for class com.oorian.html.elements.svg.SvgFeDistantLight
Creates a new SVG feDistantLight element.
SvgFeFlood<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feFlood> filter primitive element.
SvgFeFlood() - Constructor for class com.oorian.html.elements.svg.SvgFeFlood
Creates a new SVG feFlood element.
SvgFeFuncA<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feFuncA> filter primitive element.
SvgFeFuncA() - Constructor for class com.oorian.html.elements.svg.SvgFeFuncA
Creates a new SVG feFuncA element.
SvgFeFuncB<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feFuncB> filter primitive element.
SvgFeFuncB() - Constructor for class com.oorian.html.elements.svg.SvgFeFuncB
Creates a new SVG feFuncB element.
SvgFeFuncG<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feFuncG> filter primitive element.
SvgFeFuncG() - Constructor for class com.oorian.html.elements.svg.SvgFeFuncG
Creates a new SVG feFuncG element.
SvgFeFuncR<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feFuncR> filter primitive element.
SvgFeFuncR() - Constructor for class com.oorian.html.elements.svg.SvgFeFuncR
Creates a new SVG feFuncR element.
SvgFeGaussianBlur<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feGaussianBlur> filter primitive element.
SvgFeGaussianBlur() - Constructor for class com.oorian.html.elements.svg.SvgFeGaussianBlur
Creates a new SVG feGaussianBlur element.
SvgFeImage<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feImage> filter primitive element.
SvgFeImage() - Constructor for class com.oorian.html.elements.svg.SvgFeImage
Creates a new SVG feImage element.
SvgFeMerge<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feMerge> filter primitive element.
SvgFeMerge() - Constructor for class com.oorian.html.elements.svg.SvgFeMerge
Creates a new SVG feMerge element.
SvgFeMergeNode<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feMergeNode> filter primitive element.
SvgFeMergeNode() - Constructor for class com.oorian.html.elements.svg.SvgFeMergeNode
Creates a new SVG feMergeNode element.
SvgFeMorphology<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feMorphology> filter primitive element.
SvgFeMorphology() - Constructor for class com.oorian.html.elements.svg.SvgFeMorphology
Creates a new SVG feMorphology element.
SvgFeOffset<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feOffset> filter primitive element.
SvgFeOffset() - Constructor for class com.oorian.html.elements.svg.SvgFeOffset
Creates a new SVG feOffset element.
SvgFePointLight<T> - Class in com.oorian.html.elements.svg
Represents an SVG <fePointLight> filter primitive element.
SvgFePointLight() - Constructor for class com.oorian.html.elements.svg.SvgFePointLight
Creates a new SVG fePointLight element.
SvgFeSpecularLighting<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feSpecularLighting> filter primitive element.
SvgFeSpecularLighting() - Constructor for class com.oorian.html.elements.svg.SvgFeSpecularLighting
Creates a new SVG feSpecularLighting element.
SvgFeSpotLight<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feSpotLight> filter primitive element.
SvgFeSpotLight() - Constructor for class com.oorian.html.elements.svg.SvgFeSpotLight
Creates a new SVG feSpotLight element.
SvgFeTile<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feTile> filter primitive element.
SvgFeTile() - Constructor for class com.oorian.html.elements.svg.SvgFeTile
Creates a new SVG feTile element.
SvgFeTurbulence<T> - Class in com.oorian.html.elements.svg
Represents an SVG <feTurbulence> filter primitive element.
SvgFeTurbulence() - Constructor for class com.oorian.html.elements.svg.SvgFeTurbulence
Creates a new SVG feTurbulence element.
SvgFilter<T> - Class in com.oorian.html.elements.svg
Represents an SVG <filter> element.
SvgFilter() - Constructor for class com.oorian.html.elements.svg.SvgFilter
Creates a new SVG filter element.
SvgForeignObject<T> - Class in com.oorian.html.elements.svg
Represents an SVG <foreignObject> element.
SvgForeignObject() - Constructor for class com.oorian.html.elements.svg.SvgForeignObject
Creates a new SVG foreignObject element.
SvgGroup<T> - Class in com.oorian.html.elements.svg
Represents an SVG <g> element.
SvgGroup() - Constructor for class com.oorian.html.elements.svg.SvgGroup
Creates a new SVG group element.
SvgImage<T> - Class in com.oorian.html.elements.svg
Represents an SVG <image> element.
SvgImage() - Constructor for class com.oorian.html.elements.svg.SvgImage
Creates a new SVG image element.
SvgLine<T> - Class in com.oorian.html.elements.svg
Represents an SVG <line> element.
SvgLine() - Constructor for class com.oorian.html.elements.svg.SvgLine
Creates a new SVG line element.
SvgLinearGradient<T> - Class in com.oorian.html.elements.svg
Represents an SVG <linearGradient> element.
SvgLinearGradient() - Constructor for class com.oorian.html.elements.svg.SvgLinearGradient
Creates a new SVG linearGradient element.
SvgMarker<T> - Class in com.oorian.html.elements.svg
Represents an SVG <marker> element.
SvgMarker() - Constructor for class com.oorian.html.elements.svg.SvgMarker
Creates a new SVG marker element.
SvgMask<T> - Class in com.oorian.html.elements.svg
Represents an SVG <mask> element.
SvgMask() - Constructor for class com.oorian.html.elements.svg.SvgMask
Creates a new SVG mask element.
SvgMetadata<T> - Class in com.oorian.html.elements.svg
Represents an SVG <metadata> element.
SvgMetadata() - Constructor for class com.oorian.html.elements.svg.SvgMetadata
Creates a new SVG metadata element.
SvgPath<T> - Class in com.oorian.html.elements.svg
Represents an SVG <path> element.
SvgPath() - Constructor for class com.oorian.html.elements.svg.SvgPath
Creates a new SVG path element.
SvgPattern<T> - Class in com.oorian.html.elements.svg
Represents an SVG <pattern> element.
SvgPattern() - Constructor for class com.oorian.html.elements.svg.SvgPattern
Creates a new SVG pattern element.
SvgPolygon<T> - Class in com.oorian.html.elements.svg
Represents an SVG <polygon> element.
SvgPolygon() - Constructor for class com.oorian.html.elements.svg.SvgPolygon
Creates a new SVG polygon element.
SvgPolyline<T> - Class in com.oorian.html.elements.svg
Represents an SVG <polyline> element.
SvgPolyline() - Constructor for class com.oorian.html.elements.svg.SvgPolyline
Creates a new SVG polyline element.
SvgRadialGradient<T> - Class in com.oorian.html.elements.svg
Represents an SVG <radialGradient> element.
SvgRadialGradient() - Constructor for class com.oorian.html.elements.svg.SvgRadialGradient
Creates a new SVG radialGradient element.
SvgRect<T> - Class in com.oorian.html.elements.svg
Represents an SVG <rect> element.
SvgRect() - Constructor for class com.oorian.html.elements.svg.SvgRect
Creates a new SVG rect element.
SvgSet<T> - Class in com.oorian.html.elements.svg
Represents an SVG <set> element.
SvgSet() - Constructor for class com.oorian.html.elements.svg.SvgSet
Creates a new SVG set element.
SvgStop<T> - Class in com.oorian.html.elements.svg
Represents an SVG <stop> element.
SvgStop() - Constructor for class com.oorian.html.elements.svg.SvgStop
Creates a new SVG stop element.
SvgSwitch<T> - Class in com.oorian.html.elements.svg
Represents an SVG <switch> element.
SvgSwitch() - Constructor for class com.oorian.html.elements.svg.SvgSwitch
Creates a new SVG switch element.
SvgSymbol<T> - Class in com.oorian.html.elements.svg
Represents an SVG <symbol> element.
SvgSymbol() - Constructor for class com.oorian.html.elements.svg.SvgSymbol
Creates a new SVG symbol element.
SvgText<T> - Class in com.oorian.html.elements.svg
Represents an SVG <text> element.
SvgText() - Constructor for class com.oorian.html.elements.svg.SvgText
Creates a new SVG text element.
SvgTextPath<T> - Class in com.oorian.html.elements.svg
Represents an SVG <textPath> element.
SvgTextPath() - Constructor for class com.oorian.html.elements.svg.SvgTextPath
Creates a new SVG textPath element.
SvgTitle<T> - Class in com.oorian.html.elements.svg
Represents an SVG <title> element.
SvgTitle() - Constructor for class com.oorian.html.elements.svg.SvgTitle
Creates a new SVG title element.
SvgTspan<T> - Class in com.oorian.html.elements.svg
Represents an SVG <tspan> element.
SvgTspan() - Constructor for class com.oorian.html.elements.svg.SvgTspan
Creates a new SVG tspan element.
SvgUse<T> - Class in com.oorian.html.elements.svg
Represents an SVG <use> element.
SvgUse() - Constructor for class com.oorian.html.elements.svg.SvgUse
Creates a new SVG use element.
SW_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates southwest corner resize.
SWF - Static variable in class com.oorian.utils.MimeTypes
 
SwipeEvent - Class in com.oorian.messaging.events.client
Represents a general swipe gesture event that occurs when a user performs a swipe motion on a touch-enabled device.
SwipeEvent() - Constructor for class com.oorian.messaging.events.client.SwipeEvent
Constructs a new SwipeEvent.
SwipeLeftEvent - Class in com.oorian.messaging.events.client
Represents a leftward swipe gesture event that occurs when a user swipes from right to left on a touch-enabled device.
SwipeLeftEvent() - Constructor for class com.oorian.messaging.events.client.SwipeLeftEvent
 
SwipeRightEvent - Class in com.oorian.messaging.events.client
Represents a rightward swipe gesture event that occurs when a user swipes from left to right on a touch-enabled device.
SwipeRightEvent() - Constructor for class com.oorian.messaging.events.client.SwipeRightEvent
 
SWITCH - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a toggle switch.
switchLocale(Locale) - Static method in class com.oorian.i18n.LanguageSwitcher
Switches the current user's locale and notifies all registered listeners.
SYMBOL - Enum constant in enum class com.oorian.css.FontFamily
Symbol - special characters and symbols font.

T

T - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter T key.
Tab - Class in com.oorian.html.layout
An individual tab within a TabbedLayout.
Tab() - Constructor for class com.oorian.html.layout.Tab
Constructs an empty Tab.
Tab(String, Element<?>) - Constructor for class com.oorian.html.layout.Tab
Constructs a Tab with the specified label and content.
TAB - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a tab in a tablist.
TAB - Static variable in class com.oorian.messaging.events.client.KeyCodes
Tab key.
TabbedLayout - Class in com.oorian.html.layout
A layout with a tab bar and swappable content panels.
TabbedLayout() - Constructor for class com.oorian.html.layout.TabbedLayout
Constructs a TabbedLayout with horizontal tabs.
TabbedLayout(TabbedLayout.Orientation) - Constructor for class com.oorian.html.layout.TabbedLayout
Constructs a TabbedLayout with the specified orientation.
TabbedLayout.Orientation - Enum Class in com.oorian.html.layout
 
Table<T> - Class in com.oorian.html.elements
Represents the HTML <table> element for displaying tabular data.
Table() - Constructor for class com.oorian.html.elements.Table
Creates a new Table element with default settings.
TABLE - Enum constant in enum class com.oorian.css.Display
Element behaves like a table element.
TABLE - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a table.
TABLE_CAPTION - Enum constant in enum class com.oorian.css.Display
Element behaves like a table caption (caption).
TABLE_CELL - Enum constant in enum class com.oorian.css.Display
Element behaves like a table cell (td/th).
TABLE_COLUMN - Enum constant in enum class com.oorian.css.Display
Element behaves like a table column (col).
TABLE_COLUMN_GROUP - Enum constant in enum class com.oorian.css.Display
Element behaves like a column group (colgroup).
TABLE_FOOTER_GROUP - Enum constant in enum class com.oorian.css.Display
Element behaves like a table footer group (tfoot).
TABLE_HEADER_GROUP - Enum constant in enum class com.oorian.css.Display
Element behaves like a table header group (thead).
TABLE_ROW - Enum constant in enum class com.oorian.css.Display
Element behaves like a table row (tr).
TABLE_ROW_GROUP - Enum constant in enum class com.oorian.css.Display
Element behaves like a table body group (tbody).
TableCell<T> - Class in com.oorian.html.elements
Abstract base class for HTML table cell elements (<td> and <th>).
TableCell(String) - Constructor for class com.oorian.html.elements.TableCell
Constructs a TableCell with the specified HTML tag name.
TableCells - Class in com.oorian.html.elements
A specialized collection for managing HTML table cell elements.
TableCells() - Constructor for class com.oorian.html.elements.TableCells
 
TableLayout - Enum Class in com.oorian.css
CSS table-layout property values for table layout algorithm.
TableRows - Class in com.oorian.html.elements
A specialized collection for managing HTML table row elements.
TableRows() - Constructor for class com.oorian.html.elements.TableRows
 
TABLET_BREAKPOINT - Static variable in class com.oorian.html.js.ScreenApi
Breakpoint for tablet devices (max width in logical pixels).
TABLIST - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a list of tabs.
TABPANEL - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a tab panel.
TAG - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Provides a tag or keyword for the current document.
TagRule - Class in com.oorian.css
Represents a CSS rule that targets HTML elements by their tag name.
TagRule(String...) - Constructor for class com.oorian.css.TagRule
Constructs a tag rule targeting the specified HTML tags.
TAHOMA - Enum constant in enum class com.oorian.css.FontFamily
Tahoma - compact sans-serif font.
TALL - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
1:2 tall banner ratio.
tallNavbar() - Method in class com.oorian.html.layout.NavbarLayout
Applies tall navbar height (80px) - for prominent navigation.
TAN - Static variable in class com.oorian.css.color.Color
 
tap() - Static method in class com.oorian.html.js.vibration.VibrationApi
Short vibration for button/tap feedback using the current page context.
tap(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Short vibration for button/tap feedback.
TapEvent - Class in com.oorian.messaging.events.client
Represents a tap gesture event that occurs when a user performs a quick touch and release on a touch-enabled device.
TapEvent() - Constructor for class com.oorian.messaging.events.client.TapEvent
 
TapHoldEvent - Class in com.oorian.messaging.events.client
Represents a tap-and-hold gesture event that occurs when a user touches and maintains contact on a touch-enabled device.
TapHoldEvent() - Constructor for class com.oorian.messaging.events.client.TapHoldEvent
 
TAR - Static variable in class com.oorian.utils.MimeTypes
 
Target - Enum Class in com.oorian.html.elements.consts
Enumeration defining the browsing context targets for links and forms.
Tbody<T> - Class in com.oorian.html.elements
Represents an HTML <tbody> element for grouping table body rows.
Tbody() - Constructor for class com.oorian.html.elements.Tbody
Constructs a Tbody element.
Td<T> - Class in com.oorian.html.elements
Represents the HTML <td> element for defining a table data cell.
Td() - Constructor for class com.oorian.html.elements.Td
Creates a new Td table data cell.
TEAL - Static variable in class com.oorian.css.color.Color
 
teardown() - Static method in class com.oorian.test.OorianTestHarness
Cleans up the test environment.
tearDown() - Method in class com.oorian.testing.OorianTestContext
Cleans up the test context by removing the session from the current thread.
TELEPHONE - Static variable in class com.oorian.html.elements.Input
Input type constant for a telephone number input.
TelephoneInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="tel"> element for entering telephone numbers.
TelephoneInput() - Constructor for class com.oorian.html.elements.TelephoneInput
Creates a new TelephoneInput with no name or initial value.
TelephoneInput(String) - Constructor for class com.oorian.html.elements.TelephoneInput
Creates a new TelephoneInput with the specified name.
TelephoneInput(String, String) - Constructor for class com.oorian.html.elements.TelephoneInput
Creates a new TelephoneInput with the specified name and initial phone number value.
Template<T> - Class in com.oorian.html.elements
Represents an HTML <template> element for declaring inert HTML fragments.
Template() - Constructor for class com.oorian.html.elements.Template
Constructs an empty <template> element.
TERM - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a term being defined.
TestAppContext - Class in com.oorian.test
In-memory implementation of AppContext for headless testing.
TestAppContext() - Constructor for class com.oorian.test.TestAppContext
Creates a new TestAppContext with an empty context path.
TestAppContext(String) - Constructor for class com.oorian.test.TestAppContext
Creates a new TestAppContext with the specified context path.
TestHttpRequest - Class in com.oorian.test
In-memory implementation of OorianHttpRequest for headless testing.
TestHttpRequest(String) - Constructor for class com.oorian.test.TestHttpRequest
Creates a new TestHttpRequest for the specified path.
TestHttpResponse - Class in com.oorian.test
In-memory implementation of OorianHttpResponse for headless testing.
TestHttpResponse() - Constructor for class com.oorian.test.TestHttpResponse
Creates a new TestHttpResponse.
TestHttpSession - Class in com.oorian.test
In-memory implementation of OorianHttpSession for headless testing.
TestHttpSession() - Constructor for class com.oorian.test.TestHttpSession
Creates a new TestHttpSession with a random UUID as the session ID.
TestHttpSession(String) - Constructor for class com.oorian.test.TestHttpSession
Creates a new TestHttpSession with the specified session ID.
Text<T> - Class in com.oorian.html.elements
Represents a text node in an HTML document structure.
Text() - Constructor for class com.oorian.html.elements.Text
Constructs an empty Text element.
Text(String) - Constructor for class com.oorian.html.elements.Text
Constructs a Text element with the specified content.
TEXT - Enum constant in enum class com.oorian.css.Cursor
Indicates text can be selected.
TEXT - Enum constant in enum class com.oorian.css.UserSelect
Text can be selected by the user.
TEXT - Enum constant in enum class com.oorian.html.parser.HtmlToken.Type
Text content
TEXT - Static variable in class com.oorian.html.elements.Input
Input type constant for a single-line text input.
TEXT_BOTTOM - Enum constant in enum class com.oorian.css.VerticalAlign
Aligns to bottom of parent font.
TEXT_PLAIN - Enum constant in enum class com.oorian.html.elements.consts.FormEncoding
Plain text encoding.
TEXT_TOP - Enum constant in enum class com.oorian.css.VerticalAlign
Aligns to top of parent font.
TextAlign - Enum Class in com.oorian.css
CSS text-align property values for horizontal text alignment.
TextAlignLast - Enum Class in com.oorian.css
CSS text-align-last property values for last line alignment.
TextArea<T> - Class in com.oorian.html.elements
Represents the HTML <textarea> element for multi-line text input.
TextArea() - Constructor for class com.oorian.html.elements.TextArea
Constructs a new textarea element.
TextArea(String) - Constructor for class com.oorian.html.elements.TextArea
Constructs a new textarea element with the specified name.
TEXTBOX - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a text input.
TextDecoration - Enum Class in com.oorian.css
CSS text-decoration property values for text line decorations.
TextDecorationLine - Enum Class in com.oorian.css
CSS text-decoration-line property values for text decoration type.
TextDecorationStyle - Enum Class in com.oorian.css
CSS text-decoration-style property values for text decoration appearance.
TextDirection - Enum Class in com.oorian.css
CSS direction property values for text directionality.
TextDirection - Enum Class in com.oorian.html.elements.consts
Enumeration defining text directionality for HTML elements.
TextDirection - Enum Class in com.oorian.i18n
Text directionality for HTML content.
TextElement<T> - Class in com.oorian.html
Abstract base class for HTML elements that primarily contain text content.
TextElement(String) - Constructor for class com.oorian.html.TextElement
Creates a new TextElement with the specified HTML tag name.
TextElement(String, String) - Constructor for class com.oorian.html.TextElement
Creates a new TextElement with the specified tag name and text content.
TextElement(String, String, CssStyle) - Constructor for class com.oorian.html.TextElement
Creates a new TextElement with the specified tag name, text content, and CSS style object.
TextElement(String, String, String) - Constructor for class com.oorian.html.TextElement
Creates a new TextElement with the specified tag name, text content, and inline CSS style.
TextInput<T> - Class in com.oorian.html.elements
HTML text input element for single-line text entry.
TextInput() - Constructor for class com.oorian.html.elements.TextInput
Constructs a new TextInput with autocomplete disabled.
TextInput(String) - Constructor for class com.oorian.html.elements.TextInput
Constructs a new TextInput with the specified name.
TextJustify - Enum Class in com.oorian.css
CSS text-justify property values for justification method.
TextNode - Class in com.oorian.xml
Represents a text node within an XML document.
TextNode(String) - Constructor for class com.oorian.xml.TextNode
Constructs a new TextNode with the specified text content.
TextOverflow - Enum Class in com.oorian.css
CSS text-overflow property values for handling overflowed text.
TextPage - Class in com.oorian
Abstract base class for serving plain text HTTP responses.
TextPage() - Constructor for class com.oorian.TextPage
 
TextTransform - Enum Class in com.oorian.css
CSS text-transform property values for text capitalization.
Tfoot<T> - Class in com.oorian.html.elements
Represents an HTML <tfoot> element for grouping table footer rows.
Tfoot() - Constructor for class com.oorian.html.elements.Tfoot
Constructs a Tfoot element.
Th<T> - Class in com.oorian.html.elements
Represents the HTML <th> element for defining a table header cell.
Th() - Constructor for class com.oorian.html.elements.Th
Creates a new Th table header cell.
Thead<T> - Class in com.oorian.html.elements
Represents an HTML <thead> element for grouping table header rows.
Thead() - Constructor for class com.oorian.html.elements.Thead
Constructs a Thead element.
THICK - Enum constant in enum class com.oorian.css.BorderWidth
Thick border (typically 5px).
THICK - Enum constant in enum class com.oorian.css.ColumnRuleWidth
Thick rule.
THICK - Enum constant in enum class com.oorian.css.OutlineWidth
Thick outline.
THIN - Enum constant in enum class com.oorian.css.BorderWidth
Thin border (typically 1px).
THIN - Enum constant in enum class com.oorian.css.ColumnRuleWidth
Thin rule.
THIN - Enum constant in enum class com.oorian.css.OutlineWidth
Thin outline.
THISTLE - Static variable in class com.oorian.css.color.Color
 
threadComplete() - Static method in class com.oorian.OorianThreadMonitor
Notifies all registered listeners that the current thread has completed.
threeColumnGrid() - Method in class com.oorian.html.layout.DashboardLayout
Configures a three-column widget grid (the default).
threeColumnGrid() - Method in class com.oorian.html.layout.FeatureGridLayout
Configures a three-column feature grid (the default).
ThScope - Enum Class in com.oorian.html.elements.consts
Enumeration defining the scope of table header cells.
TIF - Static variable in class com.oorian.utils.MimeTypes
 
TIFF - Static variable in class com.oorian.utils.MimeTypes
 
Time<T> - Class in com.oorian.html.elements
Represents an HTML <time> element for marking up dates and times in a machine-readable format.
Time() - Constructor for class com.oorian.html.elements.Time
Constructs an empty Time element.
Time(String) - Constructor for class com.oorian.html.elements.Time
Constructs a Time element with the specified display text.
TIME - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Represents the current time in a set of times.
TIME - Static variable in class com.oorian.html.elements.Input
Input type constant for a time picker element.
TimeInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="time"> element for selecting a time value.
TimeInput() - Constructor for class com.oorian.html.elements.TimeInput
Creates a new TimeInput with no name or initial value.
TimeInput(String) - Constructor for class com.oorian.html.elements.TimeInput
Creates a new TimeInput with the specified name.
TimeInput(String, String) - Constructor for class com.oorian.html.elements.TimeInput
Creates a new TimeInput with the specified name and initial time value.
TIMEOUT - Static variable in class com.oorian.html.js.geolocation.GeolocationErrorEvent
Error code: The request to get user location timed out.
Timer - Class in com.oorian.html
Represents a client-side timer that can execute code at specified intervals.
TIMER - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a timer display.
TimerApi - Class in com.oorian.html.js
Provides timer functionality from server-side Java code.
TimerApi() - Constructor for class com.oorian.html.js.TimerApi
 
TimerEvent - Class in com.oorian.messaging.events.server
Event fired by an OorianTimer on each tick.
TimerEvent(OorianTimer, int) - Constructor for class com.oorian.messaging.events.server.TimerEvent
Creates a new TimerEvent.
TimerListener - Interface in com.oorian.html
Interface for receiving timer expiration notifications.
TimerListener - Interface in com.oorian.messaging.events.server
Listener interface for receiving TimerEvent notifications from an OorianTimer.
TIMES_NEW_ROMAN - Enum constant in enum class com.oorian.css.FontFamily
Times New Roman - classic serif font for body text.
title(Element<?>) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error title as an element.
title(Element<?>) - Method in class com.oorian.html.layout.FormLayout
Sets the title/header content.
title(String) - Method in class com.oorian.html.layout.ErrorLayout
Sets the error title.
Title<T> - Class in com.oorian.html.elements
Represents an HTML <title> element.
Title() - Constructor for class com.oorian.html.elements.Title
Constructs a new Title element with no text content.
Title(String) - Constructor for class com.oorian.html.elements.Title
Constructs a new Title element with the specified text content.
toArray() - Method in class com.oorian.html.Elements
 
toArray(T[]) - Method in class com.oorian.html.Elements
 
toc(Element<?>) - Method in class com.oorian.html.layout.DocsLayout
Sets the table of contents (right sidebar) content.
toCss() - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Generates the CSS string for all defined responsive styles.
toFile() - Method in class com.oorian.utils.ServerFile
Returns the underlying File object.
toggle() - Method in class com.oorian.html.layout.AccordionItem
Toggles the expanded/collapsed state.
toggle() - Method in class com.oorian.html.layout.Drawer
Toggles the drawer open/closed state.
ToggleEvent - Class in com.oorian.messaging.events.client
Represents a toggle event that occurs when a popover or details element is toggled.
ToggleEvent(String, String) - Constructor for class com.oorian.messaging.events.client.ToggleEvent
Constructs a new ToggleEvent with the specified old and new states.
toggleFullscreen(Element) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Toggles fullscreen mode for an element using the current page context.
toggleFullscreen(HtmlPage, Element) - Static method in class com.oorian.html.js.fullscreen.FullscreenApi
Toggles fullscreen mode for an element.
ToggleListener - Interface in com.oorian.messaging.events.client
Listener interface for handling toggle events in the client interface.
toggleSidebar() - Method in class com.oorian.html.layout.AppShellLayout
Toggles the sidebar collapsed/expanded state.
toJakartaCookie(OorianCookie) - Static method in class com.oorian.jakarta.JakartaCookie
Converts a framework-agnostic OorianCookie to a Jakarta Cookie.
toJavaScript() - Method in class com.oorian.html.js.geolocation.GeolocationOptions
Converts these options to a JavaScript options string.
toJavaScript() - Method in class com.oorian.html.js.notification.NotificationOptions
Converts these options to a JavaScript object literal.
toJson() - Method in class com.oorian.messaging.commands.ClickCommand
Generates the JSON representation of this click command.
toJson() - Method in class com.oorian.messaging.commands.ClientFileUploadCommand
Generates the JSON representation of this file upload command.
toJson() - Method in class com.oorian.messaging.commands.ClientFileUploadStatusResponse
Generates the JSON representation of this file upload status response.
toJson() - Method in class com.oorian.messaging.commands.CloseBrowserWindowCommand
Generates the JSON representation of this close window command.
toJson() - Method in class com.oorian.messaging.commands.Command
Generates the JSON representation of this command.
toJson() - Method in class com.oorian.messaging.commands.CreateTimer
Generates the JSON representation of this create timer command.
toJson() - Method in class com.oorian.messaging.commands.FormSubmitCommand
Generates the JSON representation of this form submit command.
toJson() - Method in class com.oorian.messaging.commands.JavaScriptCommand
Generates the JSON representation of this JavaScript command.
toJson() - Method in class com.oorian.messaging.commands.LoadImageCommand
Generates the JSON representation of this load image command.
toJson() - Method in class com.oorian.messaging.commands.LoadImagesCommand
Generates the JSON representation of this load images command.
toJson() - Method in class com.oorian.messaging.commands.NewBrowserWindowCommand
Generates the JSON representation of this new browser window command.
toJson() - Method in class com.oorian.messaging.commands.PrintCommand
Generates the JSON representation of this print command.
toJson() - Method in class com.oorian.messaging.commands.SelectTextCommand
Generates the JSON representation of this select text command.
toJson() - Method in class com.oorian.messaging.commands.SetFocusAndSelectCommand
Generates the JSON representation of this command.
toJson() - Method in class com.oorian.messaging.commands.SetFocusAndValueCommand
Generates the JSON representation of this command.
toJson() - Method in class com.oorian.messaging.commands.SetFocusCommand
Generates the JSON representation of this set focus command.
toJson() - Method in class com.oorian.messaging.commands.SortTable
Generates the JSON representation of this sort table command.
toJson() - Method in class com.oorian.messaging.responses.Response
Generates and returns the JSON representation of this response.
toJsonString() - Method in interface com.oorian.json.Jsonable
Serializes this object to a JSON string.
toJsonString() - Method in class com.oorian.json.JsonArray
 
toJsonString() - Method in class com.oorian.json.JsonBoolean
 
toJsonString() - Method in class com.oorian.json.JsonNull
 
toJsonString() - Method in class com.oorian.json.JsonNumber
 
toJsonString() - Method in class com.oorian.json.JsonObject
 
toJsonString() - Method in class com.oorian.json.JsonString
 
toJsonString() - Method in class com.oorian.json.JsonValue
Returns this value serialized as a JSON string.
toJsonValue() - Method in class com.oorian.html.js.geolocation.GeolocationOptions
 
toJsonValue() - Method in interface com.oorian.json.Jsonable
Serializes this object to a JsonValue.
toJsonValue() - Method in class com.oorian.schema.SchemaArticle
 
toJsonValue() - Method in class com.oorian.schema.SchemaBreadcrumbList
 
toJsonValue() - Method in class com.oorian.schema.SchemaFAQPage
 
toJsonValue() - Method in class com.oorian.schema.SchemaOffer
 
toJsonValue() - Method in class com.oorian.schema.SchemaOrganization
 
toJsonValue() - Method in class com.oorian.schema.SchemaSoftwareApplication
 
toJsonValue() - Method in class com.oorian.schema.SchemaType
 
toJsonValue() - Method in class com.oorian.schema.SchemaWebPage
 
toJsonValue() - Method in class com.oorian.schema.SchemaWebSite
 
TOMATO - Static variable in class com.oorian.css.color.Color
 
TOOLBAR - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a toolbar.
TOOLTIP - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a tooltip.
top(int) - Static method in class com.oorian.html.layout.Sticky
Creates a Sticky container that sticks to the top of its container.
top(String) - Static method in class com.oorian.html.layout.Sticky
Creates a Sticky container that sticks to the top of its container.
TOP - Enum constant in enum class com.oorian.css.CaptionSide
Caption above the table (default).
TOP - Enum constant in enum class com.oorian.css.Origin
Top edge position.
TOP - Enum constant in enum class com.oorian.css.VerticalAlign
Aligns to top of line box or cell.
TOP - Enum constant in enum class com.oorian.html.elements.consts.Target
Opens the linked document in the full body of the window.
topPanel(int) - Static method in class com.oorian.html.layout.SplitLayout
Creates a top panel layout with the specified panel height.
topPanel(String) - Static method in class com.oorian.html.layout.SplitLayout
Creates a top panel layout with the specified panel height.
toString() - Method in enum class com.oorian.css.AlignContent
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AlignItems
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AlignSelf
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AnimationDirection
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AnimationFillMode
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AnimationIterationCount
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AnimationPlayState
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AnimationTimingFunction
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.AspectRatio
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackfaceVisibility
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundAttachment
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundBlendMode
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundClip
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundColor
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundOrigin
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundPosition
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundRepeat
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BackgroundSize
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BorderCollapse
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BorderStyle
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.BorderWidth
Returns the CSS value string.
toString() - Method in class com.oorian.css.BoxShadow
Returns the CSS shadow string.
toString() - Method in enum class com.oorian.css.BoxSizing
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.CaptionSide
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Clear
Returns the CSS value string.
toString() - Method in class com.oorian.css.ClipPath
Returns the CSS clip-path string.
toString() - Method in class com.oorian.css.color.Hsb
Returns a String representation of this object.
toString() - Method in class com.oorian.css.color.Rgb
This method returns a String representation of this object.
toString() - Method in enum class com.oorian.css.ColumnFill
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.ColumnRuleStyle
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.ColumnRuleWidth
Returns the CSS value string.
toString() - Method in class com.oorian.css.CssMediaQuery
Converts this media query and its contents to a CSS string.
toString() - Method in class com.oorian.css.CssRule
toString() - Method in class com.oorian.css.CssSelector
Converts this selector to a CSS selector string.
toString() - Method in class com.oorian.css.CssStyle
toString() - Method in class com.oorian.css.CssStyleSheet
Generates and returns the complete CSS string representation of this stylesheet.
toString() - Method in enum class com.oorian.css.Cursor
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Display
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.EmptyCells
Returns the CSS value string.
toString() - Method in class com.oorian.css.Filter
Returns the CSS filter string.
toString() - Method in enum class com.oorian.css.FlexDirection
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.FlexWrap
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Float
Returns the CSS value string.
toString() - Method in class com.oorian.css.Font
Returns the CSS representation of this font configuration.
toString() - Method in enum class com.oorian.css.FontFamily
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.FontStretch
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.FontStyle
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.FontVariant
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.FontWeight
Returns the CSS value string.
toString() - Method in class com.oorian.css.Gradient
Returns the CSS gradient string.
toString() - Method in enum class com.oorian.css.HangingPunctuation
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.JustifyContent
Returns the CSS value string.
toString() - Method in class com.oorian.css.KeyFrames
Converts this keyframes definition to a CSS string.
toString() - Method in enum class com.oorian.css.ListStylePosition
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.ListStyleType
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.ObjectFit
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Origin
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.OutlineStyle
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.OutlineWidth
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Overflow
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.PageBreakAfter
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.PageBreakBefore
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.PageBreakInside
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.PointerEvents
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Position
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Resize
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.ScrollBehavior
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TableLayout
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextAlign
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextAlignLast
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextDecoration
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextDecorationLine
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextDecorationStyle
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextDirection
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextJustify
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextOverflow
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TextTransform
Returns the CSS value string.
toString() - Method in class com.oorian.css.Transform
Returns the CSS transform string.
toString() - Method in enum class com.oorian.css.TransformStyle
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.TransitionTimingFunction
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.UnicodeBidi
Returns the CSS value string.
toString() - Method in class com.oorian.css.units.Units
toString() - Method in enum class com.oorian.css.UserSelect
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.VerticalAlign
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.Visibility
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.WhiteSpace
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.WordBreak
Returns the CSS value string.
toString() - Method in enum class com.oorian.css.WordWrap
Returns the CSS value string.
toString() - Method in enum class com.oorian.html.aria.AriaCurrent
Returns the aria-current attribute value.
toString() - Method in enum class com.oorian.html.aria.AriaLive
Returns the aria-live attribute value.
toString() - Method in enum class com.oorian.html.aria.AriaPopupType
Returns the aria-haspopup attribute value.
toString() - Method in enum class com.oorian.html.aria.AriaRole
Returns the ARIA role string value.
toString() - Method in class com.oorian.html.Element
Returns a string representation of this element.
toString() - Method in enum class com.oorian.html.elements.consts.ButtonType
 
toString() - Method in enum class com.oorian.html.elements.consts.CrossOrigin
 
toString() - Method in enum class com.oorian.html.elements.consts.FormEncoding
 
toString() - Method in enum class com.oorian.html.elements.consts.FormMethod
 
toString() - Method in enum class com.oorian.html.elements.consts.HttpEquiv
 
toString() - Method in enum class com.oorian.html.elements.consts.KeyType
 
toString() - Method in enum class com.oorian.html.elements.consts.MetaDataName
 
toString() - Method in enum class com.oorian.html.elements.consts.OlMarkerType
 
toString() - Method in enum class com.oorian.html.elements.consts.Preload
 
toString() - Method in enum class com.oorian.html.elements.consts.Relationship
 
toString() - Method in enum class com.oorian.html.elements.consts.Sandbox
 
toString() - Method in enum class com.oorian.html.elements.consts.Shape
 
toString() - Method in enum class com.oorian.html.elements.consts.Target
 
toString() - Method in enum class com.oorian.html.elements.consts.TextDirection
 
toString() - Method in enum class com.oorian.html.elements.consts.ThScope
 
toString() - Method in enum class com.oorian.html.elements.consts.TrackKind
 
toString() - Method in class com.oorian.html.HtmlDocument
 
toString() - Method in class com.oorian.html.js.clipboard.ClipboardErrorEvent
 
toString() - Method in class com.oorian.html.js.clipboard.ClipboardReadEvent
 
toString() - Method in class com.oorian.html.js.fullscreen.FullscreenChangeEvent
 
toString() - Method in class com.oorian.html.js.fullscreen.FullscreenErrorEvent
 
toString() - Method in class com.oorian.html.js.geolocation.GeolocationCoordinates
 
toString() - Method in class com.oorian.html.js.geolocation.GeolocationErrorEvent
 
toString() - Method in class com.oorian.html.js.geolocation.GeolocationPosition
 
toString() - Method in class com.oorian.html.js.mediadevices.MediaDevice
 
toString() - Method in class com.oorian.html.js.mediadevices.MediaDevicesErrorEvent
 
toString() - Method in class com.oorian.html.js.mediadevices.MediaDevicesEvent
 
toString() - Method in class com.oorian.html.js.network.NetworkStatusEvent
 
toString() - Method in class com.oorian.html.js.notification.NotificationClickEvent
 
toString() - Method in class com.oorian.html.js.notification.NotificationCloseEvent
 
toString() - Method in class com.oorian.html.js.notification.NotificationErrorEvent
 
toString() - Method in class com.oorian.html.js.permissions.PermissionStatusEvent
 
toString() - Method in class com.oorian.html.js.share.ShareErrorEvent
 
toString() - Method in class com.oorian.html.js.share.ShareSuccessEvent
 
toString() - Method in class com.oorian.html.js.speech.SpeechErrorEvent
 
toString() - Method in class com.oorian.html.js.speech.SpeechResultEvent
 
toString() - Method in class com.oorian.html.js.storage.StorageEvent
 
toString() - Method in class com.oorian.html.js.visibility.VisibilityChangeEvent
 
toString() - Method in class com.oorian.html.js.wakelock.WakeLockErrorEvent
 
toString() - Method in class com.oorian.html.js.wakelock.WakeLockEvent
 
toString() - Method in enum class com.oorian.html.layout.responsive.Breakpoint
 
toString() - Method in class com.oorian.html.layout.responsive.ResponsiveValue
 
toString() - Method in class com.oorian.HttpFile
Returns the string representation of this HttpFile's content.
toString() - Method in class com.oorian.json.JsonValue
 
toString() - Method in class com.oorian.messaging.commands.Command
Returns the string representation of this command as JSON.
toString() - Method in class com.oorian.Parameter
Returns a string representation of this parameter.
toString() - Method in class com.oorian.Parameters
Returns a string representation of all parameters.
toString() - Method in class com.oorian.security.CacheControl
Returns the Cache-Control header value as a formatted string.
toString() - Method in class com.oorian.security.ContentSecurityPolicy
Returns the Content Security Policy as a formatted header value string.
toString() - Method in class com.oorian.utils.Day
Returns a string representation of this Day using the default format.
toString() - Method in class com.oorian.utils.Url
 
toString() - Method in class com.oorian.validation.ValidationMessage
 
toString() - Method in class com.oorian.validation.ValidationResult
 
toString() - Method in class com.oorian.xml.CData
 
toString() - Method in class com.oorian.xml.Comment
 
toString() - Method in class com.oorian.xml.TextNode
 
toString() - Method in class com.oorian.xml.XmlDocument
 
toString() - Method in class com.oorian.xml.XmlElement
 
toString(OorianHttpRequest, OorianHttpResponse) - Method in class com.oorian.HttpFile
Generates the string representation of this HttpFile with the given request/response context.
toString(StringBuilder) - Method in class com.oorian.css.CssFile
Appends the stylesheet content to the output buffer.
toString(StringBuilder) - Method in class com.oorian.ErrorPage
Appends the HTML doctype declaration and rendered page content to the given builder.
toString(StringBuilder) - Method in class com.oorian.html.HtmlDocument
 
toString(StringBuilder) - Method in class com.oorian.html.HtmlPage
Generates the complete HTML document string including the DOCTYPE declaration.
toString(StringBuilder) - Method in class com.oorian.HttpFile
Renders the content of this HttpFile to the provided StringBuilder.
toString(StringBuilder) - Method in class com.oorian.TextPage
Appends the text content to the output buffer.
toStyleElement() - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Creates a Style element containing the responsive CSS.
TouchCancelEvent - Class in com.oorian.messaging.events.client
Represents a native touchcancel event that occurs when a touch interaction is interrupted.
TouchCancelEvent(int, int, int, int) - Constructor for class com.oorian.messaging.events.client.TouchCancelEvent
Constructs a new TouchCancelEvent with the specified touch data.
TouchEndEvent - Class in com.oorian.messaging.events.client
Represents a native touchend event that occurs when a finger is removed from the touch surface.
TouchEndEvent(int, int, int, int) - Constructor for class com.oorian.messaging.events.client.TouchEndEvent
Constructs a new TouchEndEvent with the specified touch data.
TouchEvent - Class in com.oorian.messaging.events.client
Abstract base class for all touch-related events in the client interface.
TouchEvent() - Constructor for class com.oorian.messaging.events.client.TouchEvent
Constructs a new TouchEvent with no coordinate data.
TouchEvent(int, int, int, int) - Constructor for class com.oorian.messaging.events.client.TouchEvent
Constructs a new TouchEvent with the specified touch data.
TouchListener - Interface in com.oorian.messaging.events.client
Listener interface for handling comprehensive touch events in the client interface.
TouchMoveEvent - Class in com.oorian.messaging.events.client
Represents a native touchmove event that occurs when a finger moves across the touch surface.
TouchMoveEvent(int, int, int, int) - Constructor for class com.oorian.messaging.events.client.TouchMoveEvent
Constructs a new TouchMoveEvent with the specified touch data.
TouchStartEvent - Class in com.oorian.messaging.events.client
Represents a native touchstart event that occurs when a finger is placed on the touch surface.
TouchStartEvent(int, int, int, int) - Constructor for class com.oorian.messaging.events.client.TouchStartEvent
Constructs a new TouchStartEvent with the specified touch data.
toWebCookie(Cookie) - Static method in class com.oorian.jakarta.JakartaCookie
Converts a Jakarta Cookie to a framework-agnostic OorianCookie.
toXmlString() - Method in class com.oorian.xml.XmlDocument
Returns the XML as a formatted string with indentation.
toXmlString(int) - Method in class com.oorian.xml.CData
 
toXmlString(int) - Method in class com.oorian.xml.Comment
 
toXmlString(int) - Method in class com.oorian.xml.TextNode
 
toXmlString(int) - Method in class com.oorian.xml.XmlElement
 
toXmlString(int) - Method in interface com.oorian.xml.XmlNode
Returns the XML string representation of this node with the specified indentation level.
Tr<T> - Class in com.oorian.html.elements
Represents the HTML <tr> element for defining a table row.
Tr() - Constructor for class com.oorian.html.elements.Tr
Creates a new table row element.
trace(String) - Method in class com.oorian.OorianLog
Logs a TRACE-level message.
trace(String, Object...) - Method in class com.oorian.OorianLog
Logs a TRACE-level message with parameters using MessageFormat syntax.
trace(String, Throwable) - Method in class com.oorian.OorianLog
Logs a TRACE-level message with an associated throwable.
Track<T> - Class in com.oorian.html.elements
Represents an HTML <track> element for specifying timed text tracks for media elements.
Track() - Constructor for class com.oorian.html.elements.Track
Constructs a Track element.
TrackKind - Enum Class in com.oorian.html.elements.consts
Enumeration defining the types of text tracks for video and audio elements.
Transform - Class in com.oorian.css
A builder for composing CSS transform property values.
Transform() - Constructor for class com.oorian.css.Transform
Constructs an empty Transform.
TransformStyle - Enum Class in com.oorian.css
CSS transform-style property values for 3D transform rendering.
Transition - Class in com.oorian.css.transitions
Abstract base class for CSS transitions.
Transition() - Constructor for class com.oorian.css.transitions.Transition
Constructs a Transition with default speed (5).
TransitionCancelEvent - Class in com.oorian.messaging.events.client
Represents a transition cancel event that occurs when a CSS transition is cancelled.
TransitionCancelEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.TransitionCancelEvent
Constructs a new TransitionCancelEvent with the specified parameters.
TransitionEndEvent - Class in com.oorian.messaging.events.client
Represents a transition end event that occurs when a CSS transition completes.
TransitionEndEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.TransitionEndEvent
Constructs a new TransitionEndEvent with the specified parameters.
TransitionEvent - Class in com.oorian.messaging.events.client
Abstract base class for all CSS transition-related events in the client interface.
TransitionEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.TransitionEvent
Constructs a new TransitionEvent with the specified parameters.
transitionForward() - Method in class com.oorian.html.StyledElement
Plays all registered transitions forward.
transitionForward(long) - Method in class com.oorian.html.StyledElement
Plays all registered transitions forward after a delay.
TransitionGroup - Class in com.oorian.css.transitions
A group of transitions that play simultaneously.
TransitionGroup() - Constructor for class com.oorian.css.transitions.TransitionGroup
Constructs an empty TransitionGroup.
TransitionListener - Interface in com.oorian.messaging.events.client
Listener interface for handling CSS transition events in the client interface.
transitionReverse() - Method in class com.oorian.html.StyledElement
Plays all registered transitions in reverse, returning to the original state.
transitionReverse(long) - Method in class com.oorian.html.StyledElement
Plays all registered transitions in reverse after a delay.
TransitionRunEvent - Class in com.oorian.messaging.events.client
Represents a transition run event that occurs when a CSS transition first creates a visual change.
TransitionRunEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.TransitionRunEvent
Constructs a new TransitionRunEvent with the specified parameters.
TransitionSequence - Class in com.oorian.css.transitions
A sequence of transition steps that play one after another using CSS keyframe animations.
TransitionSequence(StyledElement<?>) - Constructor for class com.oorian.css.transitions.TransitionSequence
Constructs a TransitionSequence bound to a single element.
TransitionStartEvent - Class in com.oorian.messaging.events.client
Represents a transition start event that occurs when a CSS transition begins.
TransitionStartEvent(String, float, String) - Constructor for class com.oorian.messaging.events.client.TransitionStartEvent
Constructs a new TransitionStartEvent with the specified parameters.
TransitionStep - Interface in com.oorian.css.transitions
A step in a transition sequence.
TransitionTimingFunction - Enum Class in com.oorian.css
CSS transition-timing-function property values for animation easing.
translate(int, int) - Method in class com.oorian.css.Transform
Adds a translate() function for 2D translation with pixel values.
translate(Units, Units) - Method in class com.oorian.css.Transform
Adds a translate() function for 2D translation with Units values.
translate(String, String) - Method in class com.oorian.css.Transform
Adds a translate() function for 2D translation.
translate3d(int, int, int) - Method in class com.oorian.css.Transform
Adds a translate3d() function for 3D translation with pixel values.
translate3d(Units, Units, Units) - Method in class com.oorian.css.Transform
Adds a translate3d() function for 3D translation with Units values.
translate3d(String, String, String) - Method in class com.oorian.css.Transform
Adds a translate3d() function for 3D translation.
translateX(int) - Method in class com.oorian.css.Transform
Adds a translateX() function with a pixel value.
translateX(Units) - Method in class com.oorian.css.Transform
Adds a translateX() function with a Units value.
translateX(String) - Method in class com.oorian.css.Transform
Adds a translateX() function.
translateY(int) - Method in class com.oorian.css.Transform
Adds a translateY() function with a pixel value.
translateY(Units) - Method in class com.oorian.css.Transform
Adds a translateY() function with a Units value.
translateY(String) - Method in class com.oorian.css.Transform
Adds a translateY() function.
translateZ(int) - Method in class com.oorian.css.Transform
Adds a translateZ() function with a pixel value.
translateZ(Units) - Method in class com.oorian.css.Transform
Adds a translateZ() function with a Units value.
translateZ(String) - Method in class com.oorian.css.Transform
Adds a translateZ() function.
TRANSPARENT - Enum constant in enum class com.oorian.css.BackgroundColor
Fully transparent background.
TRANSPARENT - Static variable in class com.oorian.css.color.Color
 
transparentTheme() - Method in class com.oorian.html.layout.NavbarLayout
Applies transparent styling (no background).
TREBUCHET_MS - Enum constant in enum class com.oorian.css.FontFamily
Trebuchet MS - humanist sans-serif web font.
TREE - Enum constant in enum class com.oorian.html.aria.AriaPopupType
Indicates a tree popup.
TREE - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a tree widget.
TREEGRID - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies a tree grid (tree + table).
TreeGroup - Class in com.oorian.html.components
A collapsible group within a FilterableTree.
TreeGroup(String) - Constructor for class com.oorian.html.components.TreeGroup
Creates a new TreeGroup with the specified label.
TreeGroup(String, String) - Constructor for class com.oorian.html.components.TreeGroup
Creates a new TreeGroup with the specified label and ID.
TreeItem - Class in com.oorian.html.components
A selectable item within a TreeGroup.
TreeItem(String, String) - Constructor for class com.oorian.html.components.TreeItem
Creates a new TreeItem with the specified label and URL.
TreeItem(String, String, String) - Constructor for class com.oorian.html.components.TreeItem
Creates a new TreeItem with the specified label, filter text, and URL.
TREEITEM - Enum constant in enum class com.oorian.html.aria.AriaRole
Identifies an item in a tree.
TRIM - Enum constant in enum class com.oorian.css.TextJustify
Trims whitespace from ends of lines.
TRUE - Enum constant in enum class com.oorian.html.aria.AriaCurrent
Represents the current item (generic).
tryAcquire() - Method in class com.oorian.security.RateLimiter
Attempts to acquire a permit for one request.
TS - Static variable in class com.oorian.utils.MimeTypes
 
TTF - Static variable in class com.oorian.utils.MimeTypes
 
TURQUOISE - Static variable in class com.oorian.css.color.Color
 
twoColumnGrid() - Method in class com.oorian.html.layout.DashboardLayout
Configures a two-column widget grid.
twoColumnGrid() - Method in class com.oorian.html.layout.FeatureGridLayout
Configures a two-column feature grid.
TXT - Static variable in class com.oorian.utils.MimeTypes
 

U

U<T> - Class in com.oorian.html.elements
Represents an HTML <u> element for rendering underlined text.
U - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter U key.
U() - Constructor for class com.oorian.html.elements.U
Constructs an empty U element.
U(String) - Constructor for class com.oorian.html.elements.U
Constructs a U element with the specified text content.
Ul<T> - Class in com.oorian.html.elements
Represents an HTML <ul> element for creating unordered (bulleted) lists.
Ul() - Constructor for class com.oorian.html.elements.Ul
Constructs a Ul element.
ULTRA_CONDENSED - Enum constant in enum class com.oorian.css.FontStretch
Narrowest width (50% of normal).
ULTRA_EXPANDED - Enum constant in enum class com.oorian.css.FontStretch
Widest width (200% of normal).
unblockPageUnload() - Method in class com.oorian.html.HtmlPage
Unblocks the page from unloading.
unblockUnload() - Static method in class com.oorian.html.js.WindowApi
Unblocks the page from unloading using the current page context.
unblockUnload(HtmlPage) - Static method in class com.oorian.html.js.WindowApi
Unblocks the page from unloading.
uncheck() - Method in class com.oorian.html.elements.Checkbox
Unchecks this checkbox and updates the DOM.
uncheck() - Method in class com.oorian.html.elements.RadioButton
Unchecks this radio button.
Underline<T> - Class in com.oorian.html.elements
Represents an HTML <u> element, providing a more descriptive alias for underlined text.
Underline() - Constructor for class com.oorian.html.elements.Underline
Constructs an empty Underline element.
Underline(String) - Constructor for class com.oorian.html.elements.Underline
Constructs an Underline element with the specified text content.
UNDERLINE - Enum constant in enum class com.oorian.css.TextDecoration
Line below text.
UNDERLINE - Enum constant in enum class com.oorian.css.TextDecorationLine
Underline decoration below text.
UNDERSCORE - Static variable in class com.oorian.messaging.events.client.KeyCodes
Underscore key.
UndoQueue - Class in com.oorian.html.elements
A fixed-size undo queue that stores string values for undo operations.
UndoQueue() - Constructor for class com.oorian.html.elements.UndoQueue
Creates a new empty UndoQueue.
UnicodeBidi - Enum Class in com.oorian.css
CSS unicode-bidi property values for bidirectional text handling.
UniqueValidator<T> - Class in com.oorian.validation.validators
Async validator that checks if a value already exists using a provided function.
UniqueValidator(Function<T, Boolean>) - Constructor for class com.oorian.validation.validators.UniqueValidator
Creates a UniqueValidator with the specified existence checker.
UniqueValidator(Function<T, Boolean>, String) - Constructor for class com.oorian.validation.validators.UniqueValidator
Creates a UniqueValidator with the specified existence checker and message.
Units - Class in com.oorian.css.units
Abstract base class for CSS unit value types.
Units() - Constructor for class com.oorian.css.units.Units
 
UNKNOWN - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
UNLOADED - Enum constant in enum class com.oorian.PageState
Page has been intentionally closed by the user.
UnorderedList<T> - Class in com.oorian.html.elements
Represents an HTML <ul> element, providing a more descriptive alias for unordered lists.
UnorderedList() - Constructor for class com.oorian.html.elements.UnorderedList
Constructs an UnorderedList element.
unregister(Class<?>) - Method in class com.oorian.inject.ServiceRegistry
Removes a service registration.
unregisterListener(EventListener) - Method in class com.oorian.html.Element
Unregisters a listener from this element's event dispatcher.
UNSAFE_EVAL - Static variable in class com.oorian.security.ContentSecurityPolicy
 
UNSAFE_HASHES - Static variable in class com.oorian.security.ContentSecurityPolicy
 
UNSAFE_INLINE - Static variable in class com.oorian.security.ContentSecurityPolicy
 
UNSAFE_URL - Enum constant in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Always send the full URL (not recommended).
UNSET - Enum constant in enum class com.oorian.css.AspectRatio
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.BackgroundRepeat
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.Display
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.ObjectFit
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.Overflow
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.PointerEvents
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.Position
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.ScrollBehavior
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.TextAlign
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.UserSelect
Resets the property to its inherited value or initial value.
UNSET - Enum constant in enum class com.oorian.css.WhiteSpace
Resets the property to its inherited value or initial value.
UP - Enum constant in enum class com.oorian.css.transitions.Direction
Slide upward.
UP - Enum constant in enum class com.oorian.html.elements.consts.Relationship
Indicates the link to a parent document in the hierarchy.
UP - Static variable in class com.oorian.messaging.events.client.KeyCodes
Up arrow key.
update() - Method in class com.oorian.html.Element
Triggers a DOM update for this element.
Update() - Constructor for class com.oorian.validation.DefaultGroups.Update
 
updateAttributes() - Method in class com.oorian.html.Element
Triggers an attribute update for this element.
updateSnapshot(String, Element) - Method in class com.oorian.testing.SnapshotTester
Saves an element's rendered HTML as a snapshot without comparing.
updateSnapshot(String, String) - Method in class com.oorian.testing.SnapshotTester
Saves a string as a snapshot without comparing.
updateStyle() - Method in class com.oorian.html.StyledElement
 
updateStyle(boolean) - Method in class com.oorian.html.StyledElement
Conditionally updates the element's style attribute if a change occurred.
updateStyleIfChanged() - Method in class com.oorian.html.StyledElement
Updates the style attribute if any CSS properties have been modified.
upgradeInsecureRequests() - Method in class com.oorian.security.ContentSecurityPolicy
Enables the upgrade-insecure-requests directive.
uploadFiles() - Method in class com.oorian.html.elements.OorianFileInput
Triggers an upload of the currently selected files to the server.
uploading() - Method in class com.oorian.html.layout.LoadingLayout
Sets an "Uploading..." message.
UPPER_ALPHA - Enum constant in enum class com.oorian.css.ListStyleType
Uppercase letters (A, B, C...).
UPPER_GREEK - Enum constant in enum class com.oorian.css.ListStyleType
Uppercase Greek letters.
UPPER_LATIN - Enum constant in enum class com.oorian.css.ListStyleType
Uppercase Latin letters (A, B, C...).
UPPER_ROMAN - Enum constant in enum class com.oorian.css.ListStyleType
Uppercase Roman numerals (I, II, III...).
UPPERCASE - Enum constant in enum class com.oorian.css.TextTransform
All letters transformed to uppercase.
url() - Method in class com.oorian.validation.ValidatedInput
Adds a URL validator.
url(String) - Method in class com.oorian.css.ClipPath
Sets a url() reference to an SVG clipPath element.
url(String) - Method in class com.oorian.validation.ValidatedInput
Adds a URL validator with a custom message.
Url - Class in com.oorian.utils
Mutable URL wrapper with query parameter manipulation.
Url(String) - Constructor for class com.oorian.utils.Url
Constructs a new Url from the specified URL string.
URL - Static variable in class com.oorian.html.elements.Input
Input type constant for a URL input with built-in validation.
URL - Static variable in class com.oorian.i18n.DefaultMessages
 
UrlEncodedPostRequest - Class in com.oorian.apis
An HTTP POST request with URL-encoded form parameters.
UrlEncodedPostRequest(String) - Constructor for class com.oorian.apis.UrlEncodedPostRequest
Creates a new URL-encoded POST request for the specified URL.
UrlEncodedPutRequest - Class in com.oorian.apis
An HTTP PUT request with URL-encoded form parameters.
UrlEncodedPutRequest(String) - Constructor for class com.oorian.apis.UrlEncodedPutRequest
Creates a new URL-encoded PUT request for the specified URL.
UrlEncodedRequest - Class in com.oorian.apis
Abstract base class for HTTP requests with URL-encoded form parameters.
UrlEncodedRequest(int, String) - Constructor for class com.oorian.apis.UrlEncodedRequest
Creates a new URL-encoded request with the specified HTTP method and URL.
UrlInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="url"> element for entering URLs.
UrlInput() - Constructor for class com.oorian.html.elements.UrlInput
Creates a new UrlInput with no name or initial value.
UrlInput(String) - Constructor for class com.oorian.html.elements.UrlInput
Creates a new UrlInput with the specified name.
UrlInput(String, String) - Constructor for class com.oorian.html.elements.UrlInput
Creates a new UrlInput with the specified name and initial URL value.
UrlLocaleResolver - Class in com.oorian.i18n
Resolves the locale from the first segment of the URL path.
UrlLocaleResolver() - Constructor for class com.oorian.i18n.UrlLocaleResolver
Creates a new URL-based locale resolver with no supported locales.
UrlParameters - Class in com.oorian
Container for URL path parameters extracted from RESTful route patterns.
UrlParameters() - Constructor for class com.oorian.UrlParameters
 
UrlSecurity - Class in com.oorian.security
Provides URL signing and encryption utilities for tamper prevention.
UrlSecurityMode - Enum Class in com.oorian.security
Defines the URL protection strategy for tamper prevention.
UrlValidator<T> - Class in com.oorian.validation.validators
Validates URL format.
UrlValidator() - Constructor for class com.oorian.validation.validators.UrlValidator
Creates a UrlValidator with default settings (allows http and https).
UrlValidator(String) - Constructor for class com.oorian.validation.validators.UrlValidator
Creates a UrlValidator with a custom message.
US - Enum constant in enum class com.oorian.validation.validators.PhoneValidator.Format
US phone format: (xxx) xxx-xxxx, xxx-xxx-xxxx, xxx.xxx.xxxx, xxxxxxxxxx
USE_CREDENTIALS - Enum constant in enum class com.oorian.html.elements.consts.CrossOrigin
Credentialed CORS mode - sends cross-origin requests with credentials.
userAgentContains(String) - Method in class com.oorian.ClientProfile
Checks if the user agent string contains a specified keyword.
userAgentContains(String) - Method in class com.oorian.html.HtmlPage
Checks if the user agent contains a specified keyword.
userAgentContains(String) - Static method in class com.oorian.html.js.ScreenApi
Checks if the user agent contains a specified keyword.
UserEvent - Class in com.oorian.messaging.events.client
Event representing custom user-defined actions and interactions.
UserEvent() - Constructor for class com.oorian.messaging.events.client.UserEvent
Constructs a new UserEvent with an empty parameter set.
UserEventListener - Interface in com.oorian.messaging.events.client
Listener interface for handling UserEvent instances.
UserPrincipal - Interface in com.oorian.security
Represents an authenticated user in the Oorian framework.
UserSelect - Enum Class in com.oorian.css
CSS user-select property values for controlling text selection.

V

V - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter V key.
valid() - Static method in class com.oorian.validation.ValidationResult
Returns a valid result with no messages.
VALID - Static variable in class com.oorian.security.FileUploadValidator.Result
Singleton for successful validation.
VALID - Static variable in class com.oorian.validation.ValidationResult
A singleton instance representing a valid result with no messages.
validate() - Method in class com.oorian.data.binding.Binder
Validates all bindings and returns the results keyed by field.
validate() - Method in class com.oorian.data.binding.Binding
Validates the current field value against all configured validators.
validate() - Method in class com.oorian.html.elements.OorianForm
Validates all fields using their current input values.
validate() - Method in class com.oorian.validation.AsyncValidatedInput
Performs full validation including async validators.
validate() - Method in class com.oorian.validation.ValidatedInput
Validates the current value.
validate(FormEvent) - Method in class com.oorian.html.elements.OorianForm
Validates all fields using a FormEvent's parameters.
validate(FormEvent, Class<? extends ValidationGroup>...) - Method in class com.oorian.html.elements.OorianForm
Validates all fields using a FormEvent's parameters with specific validation groups.
validate(Parameters) - Method in class com.oorian.html.elements.OorianForm
Validates all fields using the provided parameters.
validate(Parameters, Class<? extends ValidationGroup>...) - Method in class com.oorian.html.elements.OorianForm
Validates all fields using the provided parameters with specific validation groups.
validate(ValidationContext) - Method in class com.oorian.validation.AsyncValidatedInput
 
validate(ValidationContext) - Method in interface com.oorian.validation.FormValidator
Validates the form using all field values from the context.
validate(ValidationContext) - Method in class com.oorian.validation.ValidatedInput
Validates the current value with context.
validate(ValidationContext) - Method in class com.oorian.validation.validators.CompareValidator
 
validate(ValidationContext) - Method in class com.oorian.validation.validators.DateRangeValidator
 
validate(ValidationContext, Class<? extends ValidationGroup>...) - Method in class com.oorian.validation.ValidatedInput
Validates the current value with context and specific validation groups.
validate(String, String, long, File) - Static method in class com.oorian.security.FileUploadValidator
Validates an uploaded file against the configured policies.
validate(T) - Method in class com.oorian.validation.bean.BeanValidator
Validates all fields of the given bean instance.
validate(T, ValidationContext) - Method in class com.oorian.validation.GroupedValidator
 
validate(T, ValidationContext) - Method in interface com.oorian.validation.Validator
Validates the given value.
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.AlphanumericValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.CreditCardValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.DateValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.EmailValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.LengthValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.NumericValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.PatternValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.PhoneValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.RangeValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.RequiredValidator
 
validate(T, ValidationContext) - Method in class com.oorian.validation.validators.UrlValidator
 
validate(T, Class<?>...) - Method in class com.oorian.validation.bean.BeanValidator
Validates the bean instance for the specified validation groups.
validateAsync(T, ValidationContext) - Method in interface com.oorian.validation.AsyncValidator
Performs asynchronous validation of the given value.
validateAsync(T, ValidationContext) - Method in class com.oorian.validation.validators.UniqueValidator
 
validateCsrfToken(String) - Method in class com.oorian.OorianSession
Validates a CSRF token against the session's stored token.
ValidatedInput<T> - Class in com.oorian.validation
Wrapper that adds validation capabilities to an InputElement.
ValidatedInput(InputElement<?>) - Constructor for class com.oorian.validation.ValidatedInput
Creates a ValidatedInput wrapping the specified input element.
ValidatedInput(InputElement<?>, StyledElement<?>) - Constructor for class com.oorian.validation.ValidatedInput
Creates a ValidatedInput wrapping the specified input element with an error display.
validateForCreate(FormEvent) - Method in class com.oorian.html.elements.OorianForm
Validates all fields for the Create scenario.
validateForDraft(FormEvent) - Method in class com.oorian.html.elements.OorianForm
Validates all fields for the Draft scenario.
validateForUpdate(FormEvent) - Method in class com.oorian.html.elements.OorianForm
Validates all fields for the Update scenario.
validateMagicNumbers(boolean) - Method in class com.oorian.security.FileUploadConfig
Enables or disables magic number (file signature) validation.
validateOn(ValidationTrigger) - Method in class com.oorian.validation.ValidatedInput
Sets when validation should be triggered.
ValidationContext - Class in com.oorian.validation
Provides context for validation, including access to other field values.
ValidationContext() - Constructor for class com.oorian.validation.ValidationContext
Creates an empty validation context.
ValidationContext(Map<String, Object>) - Constructor for class com.oorian.validation.ValidationContext
Creates a validation context with the specified field values.
ValidationContext(Map<String, Object>, String) - Constructor for class com.oorian.validation.ValidationContext
Creates a validation context with field values and current field name.
ValidationGroup - Interface in com.oorian.validation
Marker interface for validation groups.
ValidationMessage - Class in com.oorian.validation
A validation message with severity level.
ValidationMessage(String, ValidationMessage.Severity) - Constructor for class com.oorian.validation.ValidationMessage
Creates a validation message with the specified text and severity.
ValidationMessage(String, ValidationMessage.Severity, String) - Constructor for class com.oorian.validation.ValidationMessage
Creates a validation message with the specified text, severity, and field name.
ValidationMessage.Severity - Enum Class in com.oorian.validation
Severity levels for validation messages.
ValidationResult - Class in com.oorian.validation
Represents the result of a validation operation.
ValidationResult(boolean, List<ValidationMessage>) - Constructor for class com.oorian.validation.ValidationResult
Creates a validation result.
ValidationTrigger - Enum Class in com.oorian.validation
Defines when validation should be triggered for a validated input.
Validator<T> - Interface in com.oorian.validation
Core interface for all validators in the Oorian validation framework.
value() - Element in annotation interface com.oorian.annotations.Css
The path to the CSS resource.
value() - Element in annotation interface com.oorian.annotations.Page
The URL path for this page (shorthand for Page.path()).
value() - Element in annotation interface com.oorian.annotations.RequiresPermission
The permission(s) required to access this page.
value() - Element in annotation interface com.oorian.annotations.RequiresRole
The role(s) required to access this page.
valueOf(short) - Static method in enum class com.oorian.html.elements.consts.Orientation
Converts a numeric value to its corresponding Orientation enum.
valueOf(String) - Static method in enum class com.oorian.CommunicationMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AlignContent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AlignItems
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AlignSelf
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AnimationDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AnimationFillMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AnimationIterationCount
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AnimationPlayState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AnimationTimingFunction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.AspectRatio
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackfaceVisibility
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundAttachment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundBlendMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundClip
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundColor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundOrigin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundRepeat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BackgroundSize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BorderCollapse
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BorderStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BorderWidth
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.BoxSizing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.CaptionSide
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Clear
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ColumnFill
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ColumnRuleStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ColumnRuleWidth
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Combinator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Cursor
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Display
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.EmptyCells
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FlexDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FlexWrap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Float
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FontFamily
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FontStretch
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FontStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FontVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.FontWeight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.HangingPunctuation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.JustifyContent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ListStylePosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ListStyleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ObjectFit
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Origin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.OutlineStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.OutlineWidth
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Overflow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.PageBreakAfter
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.PageBreakBefore
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.PageBreakInside
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.PointerEvents
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Position
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Resize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.ScrollBehavior
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TableLayout
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextAlignLast
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextDecoration
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextDecorationLine
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextDecorationStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextJustify
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextOverflow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TextTransform
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TransformStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.transitions.Axis
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.transitions.Direction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.TransitionTimingFunction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.UnicodeBidi
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.UserSelect
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.VerticalAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.Visibility
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.WhiteSpace
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.WordBreak
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.css.WordWrap
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.data.FilterOperator
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.data.SortDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.aria.AriaCurrent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.aria.AriaLive
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.aria.AriaPopupType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.aria.AriaRole
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.ButtonType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.CrossOrigin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.FormEncoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.FormMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.HttpEquiv
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.KeyType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.MetaDataName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.OlMarkerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.Orientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.Preload
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.Relationship
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.Sandbox
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.Shape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.Target
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.TextDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.ThScope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.elements.consts.TrackKind
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.AppShellLayout.SidebarPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.AspectRatio.Ratio
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.AutoLayout.Mode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.CenteredContentLayout.Width
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.Container.Size
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.Drawer.Side
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.MasterDetailLayout.MasterPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.MasterDetailLayout.Orientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.MediaLayout.Position
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.PageSection.Spacing
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.layout.TabbedLayout.Orientation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.html.parser.HtmlToken.Type
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.i18n.TextDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.PageState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.security.AccessLogFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.security.CookieDefaults.SameSite
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.security.SecurityEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.security.SecurityHeaders.FrameOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.security.UrlSecurityMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.testing.SnapshotResult
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.validation.ValidationMessage.Severity
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.validation.ValidationTrigger
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.validation.validators.CompareValidator.Operation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.validation.validators.CreditCardValidator.CardType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.oorian.validation.validators.PhoneValidator.Format
Returns the enum constant of this class with the specified name.
values() - Method in class com.oorian.AttributeMap
Returns a Collection view of the attribute values contained in this map.
values() - Static method in enum class com.oorian.CommunicationMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AlignContent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AlignItems
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AlignSelf
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AnimationDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AnimationFillMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AnimationIterationCount
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AnimationPlayState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AnimationTimingFunction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.AspectRatio
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackfaceVisibility
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundAttachment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundBlendMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundClip
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundColor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundOrigin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundRepeat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BackgroundSize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BorderCollapse
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BorderStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BorderWidth
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.BoxSizing
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.CaptionSide
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Clear
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ColumnFill
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ColumnRuleStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ColumnRuleWidth
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Combinator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Cursor
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Display
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.EmptyCells
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FlexDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FlexWrap
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Float
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FontFamily
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FontStretch
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FontStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FontVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.FontWeight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.HangingPunctuation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.JustifyContent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ListStylePosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ListStyleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ObjectFit
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Origin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.OutlineStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.OutlineWidth
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Overflow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.PageBreakAfter
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.PageBreakBefore
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.PageBreakInside
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.PointerEvents
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Position
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Resize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.ScrollBehavior
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TableLayout
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextAlignLast
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextDecoration
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextDecorationLine
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextDecorationStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextJustify
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextOverflow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TextTransform
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TransformStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.transitions.Axis
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.transitions.Direction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.TransitionTimingFunction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.UnicodeBidi
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.UserSelect
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.VerticalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.Visibility
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.WhiteSpace
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.WordBreak
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.css.WordWrap
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.data.FilterOperator
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.data.SortDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.aria.AriaCurrent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.aria.AriaLive
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.aria.AriaPopupType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.aria.AriaRole
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.ButtonType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.CrossOrigin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.FormEncoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.FormMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.HttpEquiv
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.KeyType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.MetaDataName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.OlMarkerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.Orientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.Preload
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.Relationship
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.Sandbox
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.Shape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.Target
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.TextDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.ThScope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.elements.consts.TrackKind
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.AppShellLayout.SidebarPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.AspectRatio.Ratio
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.AutoLayout.Mode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.CenteredContentLayout.Width
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.Container.Size
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.Drawer.Side
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.MasterDetailLayout.MasterPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.MasterDetailLayout.Orientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.MediaLayout.Position
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.PageSection.Spacing
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.responsive.Breakpoint
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.layout.TabbedLayout.Orientation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.html.parser.HtmlToken.Type
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.i18n.TextDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.PageState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.security.AccessLogFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.security.CookieDefaults.SameSite
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.security.SecurityEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.security.SecurityHeaders.FrameOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.security.SecurityHeaders.ReferrerPolicy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.security.UrlSecurityMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.testing.SnapshotResult
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.validation.ValidationMessage.Severity
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.validation.ValidationTrigger
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.validation.validators.CompareValidator.Operation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.validation.validators.CreditCardValidator.CardType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.oorian.validation.validators.PhoneValidator.Format
Returns an array containing the constants of this enum class, in the order they are declared.
Var<T> - Class in com.oorian.html.elements
Represents an HTML <var> element for marking up variables in mathematical expressions or programming contexts.
Var() - Constructor for class com.oorian.html.elements.Var
Constructs an empty Var element.
Var(String) - Constructor for class com.oorian.html.elements.Var
Constructs a Var element with the specified variable name.
VERDANA - Enum constant in enum class com.oorian.css.FontFamily
Verdana - highly readable sans-serif screen font.
verify(String) - Static method in class com.oorian.security.UrlSecurity
Verifies the HMAC signature on a signed URL.
verify(String, String) - Method in class com.oorian.security.BcryptHasher
Verifies a plaintext password against a previously hashed value.
verify(String, String) - Method in interface com.oorian.security.PasswordHasher
Verifies a plaintext password against a previously hashed value.
verify(String, String) - Method in class com.oorian.security.Pbkdf2Hasher
Verifies a plaintext password against a previously hashed value.
vertical() - Static method in class com.oorian.html.layout.Center
Creates a container that centers content vertically only.
vertical() - Static method in class com.oorian.html.layout.Divider
Creates a vertical divider for use in horizontal layouts.
vertical() - Static method in class com.oorian.html.layout.MasterDetailLayout
Creates a vertical MasterDetailLayout with master pane on top.
vertical() - Static method in class com.oorian.html.layout.TabbedLayout
Creates a TabbedLayout with vertical tabs.
VERTICAL - Enum constant in enum class com.oorian.css.Resize
Resizable only vertically.
VERTICAL - Enum constant in enum class com.oorian.css.transitions.Axis
Collapse vertically using max-height.
VERTICAL - Enum constant in enum class com.oorian.html.layout.MasterDetailLayout.Orientation
 
VERTICAL - Enum constant in enum class com.oorian.html.layout.TabbedLayout.Orientation
 
VERTICAL_TEXT - Enum constant in enum class com.oorian.css.Cursor
Indicates vertical text can be selected.
VERTICAL_VIDEO - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
9:16 vertical video (stories/reels).
VerticalAlign - Enum Class in com.oorian.css
CSS vertical-align property values for vertical positioning.
verticalMasterOnBottom() - Static method in class com.oorian.html.layout.MasterDetailLayout
Creates a vertical MasterDetailLayout with master pane on bottom.
Vh - Class in com.oorian.css.units
CSS vh (viewport height) unit value.
Vh(float) - Constructor for class com.oorian.css.units.Vh
Constructs a Vh unit with the specified value.
vibrate(int) - Static method in class com.oorian.html.js.vibration.VibrationApi
Vibrates the device for the specified duration using the current page context.
vibrate(int...) - Static method in class com.oorian.html.js.vibration.VibrationApi
Vibrates the device with a pattern using the current page context.
vibrate(HtmlPage, int) - Static method in class com.oorian.html.js.vibration.VibrationApi
Vibrates the device for the specified duration.
vibrate(HtmlPage, int...) - Static method in class com.oorian.html.js.vibration.VibrationApi
Vibrates the device with a pattern.
VibrationApi - Class in com.oorian.html.js.vibration
Provides access to the Vibration API from server-side Java code.
VibrationApi() - Constructor for class com.oorian.html.js.vibration.VibrationApi
 
Video<T> - Class in com.oorian.html.elements
Represents the HTML <video> element for embedding video content.
Video() - Constructor for class com.oorian.html.elements.Video
Creates a new Video element.
VIDEO - Enum constant in enum class com.oorian.html.layout.AspectRatio.Ratio
16:9 widescreen video ratio.
VIOLET - Static variable in class com.oorian.css.color.Color
 
VISA - Enum constant in enum class com.oorian.validation.validators.CreditCardValidator.CardType
 
Visibility - Enum Class in com.oorian.css
CSS visibility property values for element visibility control.
VisibilityApi - Class in com.oorian.html.js.visibility
Provides access to the browser's Page Visibility API from server-side Java code.
VisibilityApi() - Constructor for class com.oorian.html.js.visibility.VisibilityApi
 
VisibilityChangeEvent - Class in com.oorian.html.js.visibility
Event fired when page visibility changes.
VisibilityChangeEvent(boolean, String) - Constructor for class com.oorian.html.js.visibility.VisibilityChangeEvent
Constructs a VisibilityChangeEvent.
VisibilityListener - Interface in com.oorian.html.js.visibility
Listener interface for visibility events.
VISIBLE - Enum constant in enum class com.oorian.css.BackfaceVisibility
Back face is visible (default).
VISIBLE - Enum constant in enum class com.oorian.css.Overflow
Overflow is visible outside the element (default).
VISIBLE - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when visibility is visible.
VISIBLE - Enum constant in enum class com.oorian.css.Visibility
Element is visible (default).
VISIBLE_FILL - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when visibility is visible and has fill.
VISIBLE_PAINTED - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when visibility is visible and painted.
VISIBLE_STROKE - Enum constant in enum class com.oorian.css.PointerEvents
SVG only: reacts when visibility is visible and has stroke.
VisualElement<T> - Class in com.oorian.html
Base class for visible, interactive HTML elements.
VisualElement() - Constructor for class com.oorian.html.VisualElement
Constructs a new VisualElement with default initialization.
VisualElement(String) - Constructor for class com.oorian.html.VisualElement
Constructs a new VisualElement with the specified HTML tag name.
VisualElement(String, boolean) - Constructor for class com.oorian.html.VisualElement
Constructs a new VisualElement with the specified HTML tag name and tag type.
VisuallyHidden - Class in com.oorian.html.accessibility
A span that is visually hidden but readable by screen readers.
VisuallyHidden() - Constructor for class com.oorian.html.accessibility.VisuallyHidden
Creates an empty visually hidden element.
VisuallyHidden(String) - Constructor for class com.oorian.html.accessibility.VisuallyHidden
Creates a visually hidden element with the specified text.
Vmax - Class in com.oorian.css.units
CSS vmax (viewport maximum) unit value.
Vmax(float) - Constructor for class com.oorian.css.units.Vmax
Constructs a Vmax unit with the specified value.
Vmin - Class in com.oorian.css.units
CSS vmin (viewport minimum) unit value.
Vmin(float) - Constructor for class com.oorian.css.units.Vmin
Constructs a Vmin unit with the specified value.
VPanel - Class in com.oorian.html.containers
A vertical panel container that arranges elements in multiple rows with one cell each.
VPanel() - Constructor for class com.oorian.html.containers.VPanel
Creates a new VPanel with no cells.
VPanel(int) - Constructor for class com.oorian.html.containers.VPanel
Creates a new VPanel with the specified number of rows.
VSD - Static variable in class com.oorian.utils.MimeTypes
 
VStack - Class in com.oorian.html.layout
A vertical stack layout container that arranges children in a column.
VStack() - Constructor for class com.oorian.html.layout.VStack
Constructs an empty vertical stack.
VStack(int) - Constructor for class com.oorian.html.layout.VStack
Constructs a vertical stack with the specified gap between children.
VStack(String) - Constructor for class com.oorian.html.layout.VStack
Constructs a vertical stack with the specified gap between children.
Vw - Class in com.oorian.css.units
CSS vw (viewport width) unit value.
Vw(float) - Constructor for class com.oorian.css.units.Vw
Constructs a Vw unit with the specified value.

W

W - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter W key.
W_RESIZE - Enum constant in enum class com.oorian.css.Cursor
Indicates west (left) edge resize.
WAIT - Enum constant in enum class com.oorian.css.Cursor
Indicates program is busy (hourglass/spinner).
WakeLockApi - Class in com.oorian.html.js.wakelock
Provides access to the Screen Wake Lock API from server-side Java code.
WakeLockApi() - Constructor for class com.oorian.html.js.wakelock.WakeLockApi
 
WakeLockErrorEvent - Class in com.oorian.html.js.wakelock
Event fired when a wake lock operation fails.
WakeLockErrorEvent(String, String) - Constructor for class com.oorian.html.js.wakelock.WakeLockErrorEvent
Constructs a WakeLockErrorEvent.
WakeLockEvent - Class in com.oorian.html.js.wakelock
Event fired when a wake lock state changes.
WakeLockEvent(boolean) - Constructor for class com.oorian.html.js.wakelock.WakeLockEvent
Constructs a WakeLockEvent.
WakeLockListener - Interface in com.oorian.html.js.wakelock
Listener interface for wake lock events.
warning() - Static method in class com.oorian.html.js.vibration.VibrationApi
Warning notification vibration pattern using the current page context.
warning(HtmlPage) - Static method in class com.oorian.html.js.vibration.VibrationApi
Warning notification vibration pattern.
warning(String) - Method in class com.oorian.OorianLog
Logs a WARNING-level message.
warning(String) - Static method in class com.oorian.validation.ValidationResult
Returns a valid result with a warning message.
warning(String, Object...) - Method in class com.oorian.OorianLog
Logs a WARNING-level message with parameters using MessageFormat syntax.
warning(String, Throwable) - Method in class com.oorian.OorianLog
Logs a WARNING-level message with an associated throwable.
WARNING - Enum constant in enum class com.oorian.validation.ValidationMessage.Severity
Indicates a warning that does not prevent submission but should be noted.
warningStyle() - Method in class com.oorian.html.layout.ErrorLayout
Applies a warning color scheme (orange tones).
wasModified() - Method in class com.oorian.css.CssStyle
Checks if any CSS properties have been modified since the last call to this method.
watchPosition() - Method in class com.oorian.html.HtmlPage
Starts watching the geographic position.
watchPosition(Element) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Starts watching the geographic position using the current page context.
watchPosition(Element, GeolocationOptions) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Starts watching the geographic position with options using the current page context.
watchPosition(HtmlPage, Element) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Starts watching the geographic position.
watchPosition(HtmlPage, Element, GeolocationOptions) - Static method in class com.oorian.html.js.geolocation.GeolocationApi
Starts watching the geographic position with options.
watchPosition(GeolocationOptions) - Method in class com.oorian.html.HtmlPage
Starts watching the geographic position with options.
WAV - Static variable in class com.oorian.utils.MimeTypes
 
WAVY - Enum constant in enum class com.oorian.css.TextDecorationStyle
Wavy line decoration.
Wbr - Class in com.oorian.html.elements
Represents an HTML <wbr> (Word Break Opportunity) element for suggesting line break points.
Wbr() - Constructor for class com.oorian.html.elements.Wbr
Constructs a Wbr element.
WEBA - Static variable in class com.oorian.utils.MimeTypes
 
WebApi - Class in com.oorian.apis
Abstract base class providing utility methods for making simple HTTP API calls using HttpURLConnection.
WebApi() - Constructor for class com.oorian.apis.WebApi
 
WEBM - Static variable in class com.oorian.utils.MimeTypes
 
WEBP - Static variable in class com.oorian.utils.MimeTypes
 
WEBSOCKET - Enum constant in enum class com.oorian.CommunicationMode
Full-duplex bidirectional WebSocket communication.
WebsocketConnection - Interface in com.oorian
Abstracts a WebSocket connection for sending messages to the client.
WEEK - Static variable in class com.oorian.html.elements.Input
Input type constant for a week and year picker element.
WeekInput<T> - Class in com.oorian.html.elements
Represents an HTML5 <input type="week"> element for selecting a week and year.
WeekInput() - Constructor for class com.oorian.html.elements.WeekInput
Creates a new WeekInput with no name or initial value.
WeekInput(String) - Constructor for class com.oorian.html.elements.WeekInput
Creates a new WeekInput with the specified name.
WeekInput(String, String) - Constructor for class com.oorian.html.elements.WeekInput
Creates a new WeekInput with the specified name and initial week value.
WEIGHT_100 - Enum constant in enum class com.oorian.css.FontWeight
Thin weight (100).
WEIGHT_200 - Enum constant in enum class com.oorian.css.FontWeight
Extra light weight (200).
WEIGHT_300 - Enum constant in enum class com.oorian.css.FontWeight
Light weight (300).
WEIGHT_400 - Enum constant in enum class com.oorian.css.FontWeight
Normal weight (400).
WEIGHT_500 - Enum constant in enum class com.oorian.css.FontWeight
Medium weight (500).
WEIGHT_600 - Enum constant in enum class com.oorian.css.FontWeight
Semi-bold weight (600).
WEIGHT_700 - Enum constant in enum class com.oorian.css.FontWeight
Bold weight (700).
WEIGHT_800 - Enum constant in enum class com.oorian.css.FontWeight
Extra bold weight (800).
WEIGHT_900 - Enum constant in enum class com.oorian.css.FontWeight
Black/heavy weight (900).
welcome() - Method in class com.oorian.html.layout.EmptyStateLayout
Configures the layout for a first-time/welcome experience.
west(Element<?>) - Method in class com.oorian.html.layout.RegionLayout
Sets the west region content.
WHEAT - Static variable in class com.oorian.css.color.Color
 
WHITE - Static variable in class com.oorian.css.color.Color
 
WHITE_SMOKE - Static variable in class com.oorian.css.color.Color
 
WhiteSpace - Enum Class in com.oorian.css
CSS white-space property values for whitespace handling.
WIDE - Enum constant in enum class com.oorian.html.layout.CenteredContentLayout.Width
Wide width - 85ch (~85 characters, ~900px).
wideContent() - Method in class com.oorian.html.layout.FeatureGridLayout
Applies a wide content width (1440px) - suitable for many features.
wideContent() - Method in class com.oorian.html.layout.StoryLayout
Applies wide content width (1440px).
wideDashboard() - Method in class com.oorian.html.layout.DashboardLayout
Configures a wide dashboard with 4 columns.
wideForm() - Method in class com.oorian.html.layout.FormLayout
Applies a wide form width (600px) - suitable for multi-column forms.
widgets(Element<?>...) - Method in class com.oorian.html.layout.DashboardLayout
Adds multiple widgets at once.
WindowApi - Class in com.oorian.html.js
Provides browser window management functionality from server-side Java code.
WindowApi() - Constructor for class com.oorian.html.js.WindowApi
 
WINDOWS - Static variable in class com.oorian.messaging.events.client.KeyCodes
Windows/Super key.
withConverter(Converter<TARGET, NEWTARGET>) - Method in class com.oorian.data.binding.BindingBuilder
Adds a type converter to this binding.
withField(String, Object) - Method in class com.oorian.validation.ValidationContext
Creates a new context with an additional field value.
withGutters() - Method in class com.oorian.html.layout.CenteredContentLayout
Adds standard responsive gutters for mobile-friendly display.
withMasterOnRight() - Static method in class com.oorian.html.layout.MasterDetailLayout
Creates a MasterDetailLayout with master pane on the right.
withMessage(String) - Method in class com.oorian.validation.GroupedValidator
 
withMessage(String) - Method in interface com.oorian.validation.Validator
Creates a new validator with a custom error message.
withMessage(String) - Method in class com.oorian.validation.validators.AlphanumericValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.CompareValidator
Sets a custom error message.
withMessage(String) - Method in class com.oorian.validation.validators.CreditCardValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.DateRangeValidator
Sets a custom error message.
withMessage(String) - Method in class com.oorian.validation.validators.DateValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.EmailValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.LengthValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.NumericValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.PatternValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.PhoneValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.RangeValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.RequiredValidator
 
withMessage(String) - Method in class com.oorian.validation.validators.UniqueValidator
Creates a copy with a custom message.
withMessage(String) - Method in class com.oorian.validation.validators.UrlValidator
 
withPadding(int) - Method in class com.oorian.html.layout.Overlay
Adds padding around the overlay content in pixels.
withPadding(int) - Method in class com.oorian.html.layout.ScrollBox
Adds padding inside the scroll container, in pixels.
withPadding(String) - Method in class com.oorian.html.layout.Overlay
Adds padding around the overlay content.
withPadding(String) - Method in class com.oorian.html.layout.ScrollBox
Adds padding inside the scroll container.
withReadableTypography() - Method in class com.oorian.html.layout.CenteredContentLayout
Applies optimal reading typography (line-height 1.6, readable font size).
withRightSidebar() - Static method in class com.oorian.html.layout.AppShellLayout
Creates a new AppShellLayout with right sidebar.
withShadow() - Method in class com.oorian.html.layout.Drawer
Adds a default shadow to the panel.
withShadow() - Method in class com.oorian.html.layout.NavbarLayout
Adds a subtle shadow to the navbar.
withShadow() - Method in class com.oorian.html.layout.Sticky
Adds a subtle shadow for visual depth.
withValidator(Validator<? super TARGET>) - Method in class com.oorian.data.binding.BindingBuilder
Adds a validator that will be run on the converted value during validation.
WizardLayout - Class in com.oorian.html.layout
A layout for multi-step wizard/stepper interfaces.
WizardLayout() - Constructor for class com.oorian.html.layout.WizardLayout
Constructs a WizardLayout with default configuration.
WOFF - Static variable in class com.oorian.utils.MimeTypes
 
WOFF2 - Static variable in class com.oorian.utils.MimeTypes
 
WordBreak - Enum Class in com.oorian.css
CSS word-break property values for line breaking rules.
WordWrap - Enum Class in com.oorian.css
CSS word-wrap (overflow-wrap) property values for word breaking.
WRAP - Enum constant in enum class com.oorian.css.FlexWrap
Items wrap onto multiple lines as needed.
WRAP_REVERSE - Enum constant in enum class com.oorian.css.FlexWrap
Items wrap in reverse/upward direction.
write(byte[]) - Method in class com.oorian.utils.ServerFile
Writes the given byte array to this file, creating the file if it does not exist and overwriting any existing contents.
write(OorianHttpRequest, OorianHttpResponse) - Method in class com.oorian.HttpFile
Writes the content of this HttpFile directly to the response.
write(String) - Method in class com.oorian.utils.ServerFile
Writes the given string to this file using UTF-8 encoding, creating the file if it does not exist and overwriting any existing contents.
write(String, Charset) - Method in class com.oorian.utils.ServerFile
Writes the given string to this file using the specified charset, creating the file if it does not exist and overwriting any existing contents.
writeBean(BEAN) - Method in class com.oorian.data.binding.Binder
Validates all bindings and writes field values to the given bean.
writeBeanIfValid(BEAN) - Method in class com.oorian.data.binding.Binder
Validates all bindings and writes field values to the bean only if all are valid.
writeText(HtmlPage, String) - Static method in class com.oorian.html.js.clipboard.ClipboardApi
Writes text to the clipboard.
writeText(String) - Static method in class com.oorian.html.js.clipboard.ClipboardApi
Writes text to the clipboard using the current page context.

X

x - Variable in class com.oorian.css.color.Xyz
 
X - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter X key.
XHTML - Static variable in class com.oorian.utils.MimeTypes
 
xl(String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds properties for XL breakpoint (1280px and up).
xl(T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for XL breakpoint (1280px and up).
XL - Enum constant in enum class com.oorian.html.layout.Container.Size
Extra large container - 1280px max-width.
XL - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
Extra large spacing - 6rem (96px).
XL - Enum constant in enum class com.oorian.html.layout.responsive.Breakpoint
Extra large - 1280px and up (desktops).
XLS - Static variable in class com.oorian.utils.MimeTypes
 
XLSX - Static variable in class com.oorian.utils.MimeTypes
 
XML - Static variable in class com.oorian.utils.MimeTypes
 
XmlDocument - Class in com.oorian.xml
Represents an XML document with a root element and optional XML declaration.
XmlDocument() - Constructor for class com.oorian.xml.XmlDocument
Constructs an empty XmlDocument with default version "1.0" and encoding "UTF-8".
XmlDocument(XmlElement) - Constructor for class com.oorian.xml.XmlDocument
Constructs an XmlDocument with the specified root element.
XmlElement - Class in com.oorian.xml
Represents an XML element with a name, attributes, and child nodes.
XmlElement(String) - Constructor for class com.oorian.xml.XmlElement
Constructs a new XmlElement with the specified tag name.
XmlNode - Interface in com.oorian.xml
Base interface for all XML node types in the Oorian XML library.
XmlParseException - Exception Class in com.oorian.xml
Exception thrown when XML parsing fails.
XmlParseException(String) - Constructor for exception class com.oorian.xml.XmlParseException
Constructs a new XmlParseException with the specified message.
XmlParseException(String, int, int) - Constructor for exception class com.oorian.xml.XmlParseException
Constructs a new XmlParseException with the specified message and location.
XmlParseException(String, Throwable) - Constructor for exception class com.oorian.xml.XmlParseException
Constructs a new XmlParseException with the specified message and cause.
xs(T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for XS breakpoint (0px and up).
XS - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
Extra small spacing - 1rem (16px).
XS - Enum constant in enum class com.oorian.html.layout.responsive.Breakpoint
Extra small - 0px and up (default/mobile).
XUL - Static variable in class com.oorian.utils.MimeTypes
 
xxl(String, String) - Method in class com.oorian.html.layout.responsive.ResponsiveStyle
Adds properties for XXL breakpoint (1536px and up).
xxl(T) - Method in class com.oorian.html.layout.responsive.ResponsiveValue
Sets the value for XXL breakpoint (1536px and up).
XXL - Enum constant in enum class com.oorian.html.layout.Container.Size
2x Extra large container - 1536px max-width.
XXL - Enum constant in enum class com.oorian.html.layout.PageSection.Spacing
2x Extra large spacing - 8rem (128px).
XXL - Enum constant in enum class com.oorian.html.layout.responsive.Breakpoint
2x Extra large - 1536px and up (large desktops).
Xyz - Class in com.oorian.css.color
Represents a color in the CIE XYZ color space.
Xyz(double, double, double) - Constructor for class com.oorian.css.color.Xyz
Creates an Xyz object with the specified X, Y, and Z components.
xyzToClab(Xyz) - Static method in class com.oorian.css.color.Color
Converts a CIE XYZ color to CIELAB color space.
xyzToRgb(Xyz) - Static method in class com.oorian.css.color.Color
Converts a CIE XYZ color to RGB color space.

Y

y - Variable in class com.oorian.css.color.Xyz
 
Y - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter Y key.
YELLOW - Static variable in class com.oorian.css.color.Color
 
YELLOW_GREEN - Static variable in class com.oorian.css.color.Color
 

Z

z - Variable in class com.oorian.css.color.Xyz
 
Z - Static variable in class com.oorian.messaging.events.client.KeyCodes
Letter Z key.
ZIP - Static variable in class com.oorian.utils.MimeTypes
 
ZOOM_IN - Enum constant in enum class com.oorian.css.Cursor
Indicates zoom in capability.
ZOOM_OUT - Enum constant in enum class com.oorian.css.Cursor
Indicates zoom out capability.

_

_3G2 - Static variable in class com.oorian.utils.MimeTypes
 
_3GP - Static variable in class com.oorian.utils.MimeTypes
 
_7Z - Static variable in class com.oorian.utils.MimeTypes
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form