Package com.oorian.html.elements
package com.oorian.html.elements
-
ClassDescriptionHTML <a> element for hyperlinks.Represents an HTML <abbr> element for defining abbreviations or acronyms.Represents an HTML <address> element for contact information.Represents an HTML anchor element with a more descriptive class name.Represents an HTML <area> element for defining clickable regions in an image map.Represents the HTML
<article>element for independent, self-contained content.Represents the HTML<aside>element for tangentially related content.Represents the HTML<audio>element for embedding sound content.Java representation of the HTML<b>element.Represents an HTML <base> element for specifying default URL and target.Represents an HTML <bdi> element for bi-directional text isolation.Represents an HTML <bdo> element for bi-directional text override.Blockquote<T extends Blockquote<T>>Represents an HTML <blockquote> element for block-level quotations.Represents an HTML <body> element containing the document's content.HTML <br> element for line breaks.Represents the HTML<button>element for creating clickable buttons.ButtonInput<T extends ButtonInput<T>>HTML button input element for clickable buttons.Represents the HTML<canvas>element for drawing graphics via scripting.Represents an HTML <caption> element for table captions.Deprecated.HTML checkbox input element for boolean selection.Represents an HTML <cite> element for citing creative works.Represents an HTML <code> element for displaying code snippets.Represents an HTML <col> element for table column properties.Represents an HTML <colgroup> element for grouping table columns.ColorInput<T extends ColorInput<T>>Represents an HTML5<input type="color">element for selecting colors.Represents an HTML link element specifically configured for CSS stylesheets.Represents an HTML<data>element that associates machine-readable data with its content.Represents an HTML <datalist> element for pre-defined input options.Represents an HTML5<input type="date">element for selecting dates.DateTimeInput<T extends DateTimeInput<T>>Deprecated.UseDateTimeLocalInputinstead, as datetime is no longer supported by most browsers.DateTimeLocalInput<T extends DateTimeLocalInput<T>>Represents an HTML5<input type="datetime-local">element for selecting local date and time.Represents an HTML <dd> element for definition descriptions.Represents an HTML <del> element for deleted text.Represents an HTML <details> element for collapsible content.Represents an HTML <dfn> element for defining terms.Represents an HTML <dialog> element for dialog boxes or modals.Java representation of the HTML<div>element.Represents an HTML <dl> element for description lists.Represents an HTML <dt> element for definition terms.Represents an HTML<em>(emphasis) element.EmailInput<T extends EmailInput<T>>Represents an HTML5<input type="email">element for entering email addresses.Represents an HTML<embed>element.Represents the HTML<fieldset>element for grouping related form controls.FigCaption<T extends FigCaption<T>>Represents an HTML<figcaption>element.Represents an HTML<figure>element.HTML file input element for file upload functionality.Represents the HTML<footer>element for footer content of a section or page.Represents the HTML<form>element for traditional browser-based form submission.Java representation of the HTML<h1>element.Java representation of the HTML<h2>element.Represents the HTML<h3>element for third-level headings.Represents an HTML<h4>(level 4 heading) element.Represents an HTML<h5>(level 5 heading) element.Represents an HTML<h6>(level 6 heading) element.Represents an HTML<head>element.Marker interface for elements that are valid children of the<head>element.Represents the HTML<header>element for introductory content or navigation.Represents an HTML<hgroup>element for grouping heading elements.Marker interface for elements that are valid children of the<hgroup>element.HiddenInput<T extends HiddenInput<T>>HTML hidden input element for storing data not displayed to users.HTML <hr> element for horizontal rules/dividers.Represents an HTML<html>(root) element.Represents an HTML hyperlink, extending the<a>(anchor) element.Java representation of the HTML<i>element.Represents the HTML<iframe>element for embedding external content.Represents an HTML image, extending the<img>element.ImageInput<T extends ImageInput<T>>HTML image input element for graphical submit buttons.HTML <img> element for embedding images.Represents the HTML<input>element, the foundation for various form input types.InputElement<T extends InputElement<T>>Base class for HTML input elements providing core input functionality.Represents an HTML<ins>(inserted text) element.Represents an HTML italic text element, extending the<i>element.JavaScript<T extends JavaScript<T>>Represents an HTML script element specifically configured for JavaScript.JsonLdScript<T extends JsonLdScript<T>>Represents a JSON-LD script element for embedding structured data (Schema.org) in HTML pages.Represents an HTML<kbd>(keyboard input) element.Represents the HTML<label>element for labeling form controls.Represents the HTML<legend>element for defining a caption for a fieldset.Represents an HTML<li>(list item) element.Represents an HTML line break, extending the<br>element.Represents an HTML<link>element for external resource linking.Represents an HTML list item, extending the<li>element.Represents the HTML<main>element for the dominant content of the document.Represents an HTML<map>element for defining image maps.Represents an HTML<mark>(marked/highlighted text) element.Represents an HTML<menu>element.Represents an HTML<meta>element that defines metadata about an HTML document.Represents an HTML<meter>element that displays a scalar measurement within a known range.MonthInput<T extends MonthInput<T>>Represents an HTML5<input type="month">element for selecting a month and year.Represents the HTML<nav>element for navigation links and menus.Represents an HTML<noscript>element that provides alternative content for scripts.NumberInput<T extends NumberInput<T>>Represents an HTML5<input type="number">element for entering numeric values.Represents an HTML<object>element that embeds external resources in a document.Represents an HTML<ol>(ordered list) element that displays a numbered list of items.OorianFileInput<T extends OorianFileInput<T>>Enhanced file input element with built-in Oorian file upload support.OorianForm<T extends OorianForm<T>>An Oorian form component that integrates with the framework's event handling and validation system.Represents an HTML<optgroup>element that groups related options in a select list.Represents the HTML<option>element for defining options in a select list.OrderedList<T extends OrderedList<T>>Represents an HTML ordered list element, providing a semantic alias forOl.Represents an HTML<output>element that displays the result of a calculation or user action.Java representation of the HTML<p>element.Represents an HTML paragraph element, providing a semantic alias forP.Represents an HTML<param>element that defines parameters for embedded objects.PasswordInput<T extends PasswordInput<T>>HTML password input element for secure password entry.Represents an HTML<picture>element for responsive images.Represents a dynamic popup element that can be positioned relative to a point on the page.Represents an HTML<pre>(preformatted text) element that preserves whitespace and line breaks.Represents an HTML<progress>element that displays the completion progress of a task.Represents an HTML<q>(inline quotation) element that marks short inline quotations.Represents an inline quotation element, providing a semantic alias forQ.RadioButton<T extends RadioButton<T>>HTML radio button input element for mutually exclusive selection.RangeInput<T extends RangeInput<T>>Represents an HTML5<input type="range">element for selecting a value from a range using a slider.Represents raw, unescaped HTML content within an HTML document structure.ResetInput<T extends ResetInput<T>>Represents an HTML<input type="reset">element for resetting form fields.Represents an HTML<rp>(ruby parentheses) element that provides fallback text for ruby annotations.Represents an HTML<rt>(ruby text) element that provides pronunciation or translation annotations.Represents an HTML<ruby>element that displays East Asian characters with pronunciation annotations.Represents an HTML<s>(strikethrough) element that displays text with a line through it.Represents an HTML<samp>(sample output) element that displays sample program output.Represents an HTML<script>element that embeds or references executable JavaScript code.Represents an HTML<search>element for search-related content.SearchInput<T extends SearchInput<T>>Represents an HTML5<input type="search">element for entering search queries.Represents the HTML<section>element for thematic grouping of content.Represents the HTML<select>element for creating dropdown selection lists.Represents an HTML<slot>element for web component content distribution.Represents an HTML<small>element that renders text in a smaller font size.Represents an HTML<source>element that specifies multiple media resources.Java representation of the HTML<span>element.Represents an HTML<s>element, providing a semantic alias for strikethrough text.Java representation of the HTML<strong>element.Represents an HTML<style>element for embedding CSS styles within an HTML document.Represents an HTML<sub>element for displaying subscript text.SubmitButton<T extends SubmitButton<T>>HTML submit button input element for form submission.Represents an HTML<sub>element, providing a more descriptive alias for subscript text.Represents an HTML<summary>element used as a visible heading for a details disclosure widget.Represents an HTML<sup>element for displaying superscript text.Superscript<T extends Superscript<T>>Represents an HTML<sup>element, providing a more descriptive alias for superscript text.Represents the HTML<table>element for displaying tabular data.Abstract base class for HTML table cell elements (<td>and<th>).A specialized collection for managing HTML table cell elements.A specialized collection for managing HTML table row elements.Represents an HTML<tbody>element for grouping table body rows.Represents the HTML<td>element for defining a table data cell.TelephoneInput<T extends TelephoneInput<T>>Represents an HTML5<input type="tel">element for entering telephone numbers.Represents an HTML<template>element for declaring inert HTML fragments.Represents a text node in an HTML document structure.Represents the HTML<textarea>element for multi-line text input.HTML text input element for single-line text entry.Represents an HTML<tfoot>element for grouping table footer rows.Represents the HTML<th>element for defining a table header cell.Represents an HTML<thead>element for grouping table header rows.Represents an HTML<time>element for marking up dates and times in a machine-readable format.Represents an HTML5<input type="time">element for selecting a time value.Represents an HTML <title> element.Represents the HTML<tr>element for defining a table row.Represents an HTML<track>element for specifying timed text tracks for media elements.Represents an HTML<u>element for rendering underlined text.Represents an HTML<ul>element for creating unordered (bulleted) lists.Represents an HTML<u>element, providing a more descriptive alias for underlined text.A fixed-size undo queue that stores string values for undo operations.UnorderedList<T extends UnorderedList<T>>Represents an HTML<ul>element, providing a more descriptive alias for unordered lists.Represents an HTML5<input type="url">element for entering URLs.Represents an HTML<var>element for marking up variables in mathematical expressions or programming contexts.Represents the HTML<video>element for embedding video content.Represents an HTML<wbr>(Word Break Opportunity) element for suggesting line break points.Represents an HTML5<input type="week">element for selecting a week and year.
text-align: centeror flexbox instead