objectos.way.HtmlAttributeNameGenerated Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of objectos.way Show documentation
Show all versions of objectos.way Show documentation
Objectos Way allows you to build full-stack web applications using only Java.
The newest version!
/*
* Copyright (C) 2015-2024 Objectos Software LTDA.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package objectos.way;
interface HtmlAttributeNameGenerated {
/**
* The {@code accesskey} attribute.
*/
public static final Html.AttributeName ACCESSKEY = HtmlAttributeName.ACCESSKEY;
/**
* The {@code action} attribute.
*/
public static final Html.AttributeName ACTION = HtmlAttributeName.ACTION;
/**
* The {@code align} attribute.
*/
public static final Html.AttributeName ALIGN = HtmlAttributeName.ALIGN;
/**
* The {@code alignment-baseline} attribute.
*/
public static final Html.AttributeName ALIGNMENT_BASELINE = HtmlAttributeName.ALIGNMENT_BASELINE;
/**
* The {@code alt} attribute.
*/
public static final Html.AttributeName ALT = HtmlAttributeName.ALT;
/**
* The {@code aria-hidden} attribute.
*/
public static final Html.AttributeName ARIA_HIDDEN = HtmlAttributeName.ARIA_HIDDEN;
/**
* The {@code aria-label} attribute.
*/
public static final Html.AttributeName ARIA_LABEL = HtmlAttributeName.ARIA_LABEL;
/**
* The {@code async} attribute.
*/
public static final Html.AttributeName ASYNC = HtmlAttributeName.ASYNC;
/**
* The {@code autocomplete} attribute.
*/
public static final Html.AttributeName AUTOCOMPLETE = HtmlAttributeName.AUTOCOMPLETE;
/**
* The {@code autofocus} attribute.
*/
public static final Html.AttributeName AUTOFOCUS = HtmlAttributeName.AUTOFOCUS;
/**
* The {@code baseline-shift} attribute.
*/
public static final Html.AttributeName BASELINE_SHIFT = HtmlAttributeName.BASELINE_SHIFT;
/**
* The {@code border} attribute.
*/
public static final Html.AttributeName BORDER = HtmlAttributeName.BORDER;
/**
* The {@code cellpadding} attribute.
*/
public static final Html.AttributeName CELLPADDING = HtmlAttributeName.CELLPADDING;
/**
* The {@code cellspacing} attribute.
*/
public static final Html.AttributeName CELLSPACING = HtmlAttributeName.CELLSPACING;
/**
* The {@code charset} attribute.
*/
public static final Html.AttributeName CHARSET = HtmlAttributeName.CHARSET;
/**
* The {@code cite} attribute.
*/
public static final Html.AttributeName CITE = HtmlAttributeName.CITE;
/**
* The {@code class} attribute.
*/
public static final Html.AttributeName CLASS = HtmlAttributeName.CLASS;
/**
* The {@code clip-path} attribute.
*/
public static final Html.AttributeName CLIP_PATH = HtmlAttributeName.CLIP_PATH;
/**
* The {@code clip-rule} attribute.
*/
public static final Html.AttributeName CLIP_RULE = HtmlAttributeName.CLIP_RULE;
/**
* The {@code color} attribute.
*/
public static final Html.AttributeName COLOR = HtmlAttributeName.COLOR;
/**
* The {@code color-interpolation} attribute.
*/
public static final Html.AttributeName COLOR_INTERPOLATION = HtmlAttributeName.COLOR_INTERPOLATION;
/**
* The {@code color-interpolation-filters} attribute.
*/
public static final Html.AttributeName COLOR_INTERPOLATION_FILTERS = HtmlAttributeName.COLOR_INTERPOLATION_FILTERS;
/**
* The {@code cols} attribute.
*/
public static final Html.AttributeName COLS = HtmlAttributeName.COLS;
/**
* The {@code content} attribute.
*/
public static final Html.AttributeName CONTENT = HtmlAttributeName.CONTENT;
/**
* The {@code contenteditable} attribute.
*/
public static final Html.AttributeName CONTENTEDITABLE = HtmlAttributeName.CONTENTEDITABLE;
/**
* The {@code crossorigin} attribute.
*/
public static final Html.AttributeName CROSSORIGIN = HtmlAttributeName.CROSSORIGIN;
/**
* The {@code cursor} attribute.
*/
public static final Html.AttributeName CURSOR = HtmlAttributeName.CURSOR;
/**
* The {@code d} attribute.
*/
public static final Html.AttributeName D = HtmlAttributeName.D;
/**
* The {@code defer} attribute.
*/
public static final Html.AttributeName DEFER = HtmlAttributeName.DEFER;
/**
* The {@code dir} attribute.
*/
public static final Html.AttributeName DIR = HtmlAttributeName.DIR;
/**
* The {@code direction} attribute.
*/
public static final Html.AttributeName DIRECTION = HtmlAttributeName.DIRECTION;
/**
* The {@code dirname} attribute.
*/
public static final Html.AttributeName DIRNAME = HtmlAttributeName.DIRNAME;
/**
* The {@code disabled} attribute.
*/
public static final Html.AttributeName DISABLED = HtmlAttributeName.DISABLED;
/**
* The {@code display} attribute.
*/
public static final Html.AttributeName DISPLAY = HtmlAttributeName.DISPLAY;
/**
* The {@code dominant-baseline} attribute.
*/
public static final Html.AttributeName DOMINANT_BASELINE = HtmlAttributeName.DOMINANT_BASELINE;
/**
* The {@code draggable} attribute.
*/
public static final Html.AttributeName DRAGGABLE = HtmlAttributeName.DRAGGABLE;
/**
* The {@code enctype} attribute.
*/
public static final Html.AttributeName ENCTYPE = HtmlAttributeName.ENCTYPE;
/**
* The {@code fill} attribute.
*/
public static final Html.AttributeName FILL = HtmlAttributeName.FILL;
/**
* The {@code fill-opacity} attribute.
*/
public static final Html.AttributeName FILL_OPACITY = HtmlAttributeName.FILL_OPACITY;
/**
* The {@code fill-rule} attribute.
*/
public static final Html.AttributeName FILL_RULE = HtmlAttributeName.FILL_RULE;
/**
* The {@code filter} attribute.
*/
public static final Html.AttributeName FILTER = HtmlAttributeName.FILTER;
/**
* The {@code flood-color} attribute.
*/
public static final Html.AttributeName FLOOD_COLOR = HtmlAttributeName.FLOOD_COLOR;
/**
* The {@code flood-opacity} attribute.
*/
public static final Html.AttributeName FLOOD_OPACITY = HtmlAttributeName.FLOOD_OPACITY;
/**
* The {@code for} attribute.
*/
public static final Html.AttributeName FOR = HtmlAttributeName.FOR;
/**
* The {@code form} attribute.
*/
public static final Html.AttributeName FORM = HtmlAttributeName.FORM;
/**
* The {@code glyph-orientation-horizontal} attribute.
*/
public static final Html.AttributeName GLYPH_ORIENTATION_HORIZONTAL = HtmlAttributeName.GLYPH_ORIENTATION_HORIZONTAL;
/**
* The {@code glyph-orientation-vertical} attribute.
*/
public static final Html.AttributeName GLYPH_ORIENTATION_VERTICAL = HtmlAttributeName.GLYPH_ORIENTATION_VERTICAL;
/**
* The {@code height} attribute.
*/
public static final Html.AttributeName HEIGHT = HtmlAttributeName.HEIGHT;
/**
* The {@code hidden} attribute.
*/
public static final Html.AttributeName HIDDEN = HtmlAttributeName.HIDDEN;
/**
* The {@code href} attribute.
*/
public static final Html.AttributeName HREF = HtmlAttributeName.HREF;
/**
* The {@code http-equiv} attribute.
*/
public static final Html.AttributeName HTTP_EQUIV = HtmlAttributeName.HTTP_EQUIV;
/**
* The {@code id} attribute.
*/
public static final Html.AttributeName ID = HtmlAttributeName.ID;
/**
* The {@code image-rendering} attribute.
*/
public static final Html.AttributeName IMAGE_RENDERING = HtmlAttributeName.IMAGE_RENDERING;
/**
* The {@code integrity} attribute.
*/
public static final Html.AttributeName INTEGRITY = HtmlAttributeName.INTEGRITY;
/**
* The {@code label} attribute.
*/
public static final Html.AttributeName LABEL = HtmlAttributeName.LABEL;
/**
* The {@code lang} attribute.
*/
public static final Html.AttributeName LANG = HtmlAttributeName.LANG;
/**
* The {@code letter-spacing} attribute.
*/
public static final Html.AttributeName LETTER_SPACING = HtmlAttributeName.LETTER_SPACING;
/**
* The {@code lighting-color} attribute.
*/
public static final Html.AttributeName LIGHTING_COLOR = HtmlAttributeName.LIGHTING_COLOR;
/**
* The {@code marker-end} attribute.
*/
public static final Html.AttributeName MARKER_END = HtmlAttributeName.MARKER_END;
/**
* The {@code marker-mid} attribute.
*/
public static final Html.AttributeName MARKER_MID = HtmlAttributeName.MARKER_MID;
/**
* The {@code marker-start} attribute.
*/
public static final Html.AttributeName MARKER_START = HtmlAttributeName.MARKER_START;
/**
* The {@code mask} attribute.
*/
public static final Html.AttributeName MASK = HtmlAttributeName.MASK;
/**
* The {@code mask-type} attribute.
*/
public static final Html.AttributeName MASK_TYPE = HtmlAttributeName.MASK_TYPE;
/**
* The {@code maxlength} attribute.
*/
public static final Html.AttributeName MAXLENGTH = HtmlAttributeName.MAXLENGTH;
/**
* The {@code media} attribute.
*/
public static final Html.AttributeName MEDIA = HtmlAttributeName.MEDIA;
/**
* The {@code method} attribute.
*/
public static final Html.AttributeName METHOD = HtmlAttributeName.METHOD;
/**
* The {@code minlength} attribute.
*/
public static final Html.AttributeName MINLENGTH = HtmlAttributeName.MINLENGTH;
/**
* The {@code multiple} attribute.
*/
public static final Html.AttributeName MULTIPLE = HtmlAttributeName.MULTIPLE;
/**
* The {@code name} attribute.
*/
public static final Html.AttributeName NAME = HtmlAttributeName.NAME;
/**
* The {@code nomodule} attribute.
*/
public static final Html.AttributeName NOMODULE = HtmlAttributeName.NOMODULE;
/**
* The {@code onafterprint} attribute.
*/
public static final Html.AttributeName ONAFTERPRINT = HtmlAttributeName.ONAFTERPRINT;
/**
* The {@code onbeforeprint} attribute.
*/
public static final Html.AttributeName ONBEFOREPRINT = HtmlAttributeName.ONBEFOREPRINT;
/**
* The {@code onbeforeunload} attribute.
*/
public static final Html.AttributeName ONBEFOREUNLOAD = HtmlAttributeName.ONBEFOREUNLOAD;
/**
* The {@code onclick} attribute.
*/
public static final Html.AttributeName ONCLICK = HtmlAttributeName.ONCLICK;
/**
* The {@code onhashchange} attribute.
*/
public static final Html.AttributeName ONHASHCHANGE = HtmlAttributeName.ONHASHCHANGE;
/**
* The {@code onlanguagechange} attribute.
*/
public static final Html.AttributeName ONLANGUAGECHANGE = HtmlAttributeName.ONLANGUAGECHANGE;
/**
* The {@code onmessage} attribute.
*/
public static final Html.AttributeName ONMESSAGE = HtmlAttributeName.ONMESSAGE;
/**
* The {@code onoffline} attribute.
*/
public static final Html.AttributeName ONOFFLINE = HtmlAttributeName.ONOFFLINE;
/**
* The {@code ononline} attribute.
*/
public static final Html.AttributeName ONONLINE = HtmlAttributeName.ONONLINE;
/**
* The {@code onpagehide} attribute.
*/
public static final Html.AttributeName ONPAGEHIDE = HtmlAttributeName.ONPAGEHIDE;
/**
* The {@code onpageshow} attribute.
*/
public static final Html.AttributeName ONPAGESHOW = HtmlAttributeName.ONPAGESHOW;
/**
* The {@code onpopstate} attribute.
*/
public static final Html.AttributeName ONPOPSTATE = HtmlAttributeName.ONPOPSTATE;
/**
* The {@code onrejectionhandled} attribute.
*/
public static final Html.AttributeName ONREJECTIONHANDLED = HtmlAttributeName.ONREJECTIONHANDLED;
/**
* The {@code onstorage} attribute.
*/
public static final Html.AttributeName ONSTORAGE = HtmlAttributeName.ONSTORAGE;
/**
* The {@code onsubmit} attribute.
*/
public static final Html.AttributeName ONSUBMIT = HtmlAttributeName.ONSUBMIT;
/**
* The {@code onunhandledrejection} attribute.
*/
public static final Html.AttributeName ONUNHANDLEDREJECTION = HtmlAttributeName.ONUNHANDLEDREJECTION;
/**
* The {@code onunload} attribute.
*/
public static final Html.AttributeName ONUNLOAD = HtmlAttributeName.ONUNLOAD;
/**
* The {@code opacity} attribute.
*/
public static final Html.AttributeName OPACITY = HtmlAttributeName.OPACITY;
/**
* The {@code open} attribute.
*/
public static final Html.AttributeName OPEN = HtmlAttributeName.OPEN;
/**
* The {@code overflow} attribute.
*/
public static final Html.AttributeName OVERFLOW = HtmlAttributeName.OVERFLOW;
/**
* The {@code paint-order} attribute.
*/
public static final Html.AttributeName PAINT_ORDER = HtmlAttributeName.PAINT_ORDER;
/**
* The {@code placeholder} attribute.
*/
public static final Html.AttributeName PLACEHOLDER = HtmlAttributeName.PLACEHOLDER;
/**
* The {@code pointer-events} attribute.
*/
public static final Html.AttributeName POINTER_EVENTS = HtmlAttributeName.POINTER_EVENTS;
/**
* The {@code property} attribute.
*/
public static final Html.AttributeName PROPERTY = HtmlAttributeName.PROPERTY;
/**
* The {@code readonly} attribute.
*/
public static final Html.AttributeName READONLY = HtmlAttributeName.READONLY;
/**
* The {@code referrerpolicy} attribute.
*/
public static final Html.AttributeName REFERRERPOLICY = HtmlAttributeName.REFERRERPOLICY;
/**
* The {@code rel} attribute.
*/
public static final Html.AttributeName REL = HtmlAttributeName.REL;
/**
* The {@code required} attribute.
*/
public static final Html.AttributeName REQUIRED = HtmlAttributeName.REQUIRED;
/**
* The {@code rev} attribute.
*/
public static final Html.AttributeName REV = HtmlAttributeName.REV;
/**
* The {@code reversed} attribute.
*/
public static final Html.AttributeName REVERSED = HtmlAttributeName.REVERSED;
/**
* The {@code role} attribute.
*/
public static final Html.AttributeName ROLE = HtmlAttributeName.ROLE;
/**
* The {@code rows} attribute.
*/
public static final Html.AttributeName ROWS = HtmlAttributeName.ROWS;
/**
* The {@code selected} attribute.
*/
public static final Html.AttributeName SELECTED = HtmlAttributeName.SELECTED;
/**
* The {@code shape-rendering} attribute.
*/
public static final Html.AttributeName SHAPE_RENDERING = HtmlAttributeName.SHAPE_RENDERING;
/**
* The {@code size} attribute.
*/
public static final Html.AttributeName SIZE = HtmlAttributeName.SIZE;
/**
* The {@code sizes} attribute.
*/
public static final Html.AttributeName SIZES = HtmlAttributeName.SIZES;
/**
* The {@code spellcheck} attribute.
*/
public static final Html.AttributeName SPELLCHECK = HtmlAttributeName.SPELLCHECK;
/**
* The {@code src} attribute.
*/
public static final Html.AttributeName SRC = HtmlAttributeName.SRC;
/**
* The {@code srcset} attribute.
*/
public static final Html.AttributeName SRCSET = HtmlAttributeName.SRCSET;
/**
* The {@code start} attribute.
*/
public static final Html.AttributeName START = HtmlAttributeName.START;
/**
* The {@code stop-color} attribute.
*/
public static final Html.AttributeName STOP_COLOR = HtmlAttributeName.STOP_COLOR;
/**
* The {@code stop-opacity} attribute.
*/
public static final Html.AttributeName STOP_OPACITY = HtmlAttributeName.STOP_OPACITY;
/**
* The {@code stroke} attribute.
*/
public static final Html.AttributeName STROKE = HtmlAttributeName.STROKE;
/**
* The {@code stroke-dasharray} attribute.
*/
public static final Html.AttributeName STROKE_DASHARRAY = HtmlAttributeName.STROKE_DASHARRAY;
/**
* The {@code stroke-dashoffset} attribute.
*/
public static final Html.AttributeName STROKE_DASHOFFSET = HtmlAttributeName.STROKE_DASHOFFSET;
/**
* The {@code stroke-linecap} attribute.
*/
public static final Html.AttributeName STROKE_LINECAP = HtmlAttributeName.STROKE_LINECAP;
/**
* The {@code stroke-linejoin} attribute.
*/
public static final Html.AttributeName STROKE_LINEJOIN = HtmlAttributeName.STROKE_LINEJOIN;
/**
* The {@code stroke-miterlimit} attribute.
*/
public static final Html.AttributeName STROKE_MITERLIMIT = HtmlAttributeName.STROKE_MITERLIMIT;
/**
* The {@code stroke-opacity} attribute.
*/
public static final Html.AttributeName STROKE_OPACITY = HtmlAttributeName.STROKE_OPACITY;
/**
* The {@code stroke-width} attribute.
*/
public static final Html.AttributeName STROKE_WIDTH = HtmlAttributeName.STROKE_WIDTH;
/**
* The {@code style} attribute.
*/
public static final Html.AttributeName STYLE = HtmlAttributeName.STYLE;
/**
* The {@code tabindex} attribute.
*/
public static final Html.AttributeName TABINDEX = HtmlAttributeName.TABINDEX;
/**
* The {@code target} attribute.
*/
public static final Html.AttributeName TARGET = HtmlAttributeName.TARGET;
/**
* The {@code text-anchor} attribute.
*/
public static final Html.AttributeName TEXT_ANCHOR = HtmlAttributeName.TEXT_ANCHOR;
/**
* The {@code text-decoration} attribute.
*/
public static final Html.AttributeName TEXT_DECORATION = HtmlAttributeName.TEXT_DECORATION;
/**
* The {@code text-overflow} attribute.
*/
public static final Html.AttributeName TEXT_OVERFLOW = HtmlAttributeName.TEXT_OVERFLOW;
/**
* The {@code text-rendering} attribute.
*/
public static final Html.AttributeName TEXT_RENDERING = HtmlAttributeName.TEXT_RENDERING;
/**
* The {@code title} attribute.
*/
public static final Html.AttributeName TITLE = HtmlAttributeName.TITLE;
/**
* The {@code transform} attribute.
*/
public static final Html.AttributeName TRANSFORM = HtmlAttributeName.TRANSFORM;
/**
* The {@code transform-origin} attribute.
*/
public static final Html.AttributeName TRANSFORM_ORIGIN = HtmlAttributeName.TRANSFORM_ORIGIN;
/**
* The {@code translate} attribute.
*/
public static final Html.AttributeName TRANSLATE = HtmlAttributeName.TRANSLATE;
/**
* The {@code type} attribute.
*/
public static final Html.AttributeName TYPE = HtmlAttributeName.TYPE;
/**
* The {@code unicode-bidi} attribute.
*/
public static final Html.AttributeName UNICODE_BIDI = HtmlAttributeName.UNICODE_BIDI;
/**
* The {@code value} attribute.
*/
public static final Html.AttributeName VALUE = HtmlAttributeName.VALUE;
/**
* The {@code vector-effect} attribute.
*/
public static final Html.AttributeName VECTOR_EFFECT = HtmlAttributeName.VECTOR_EFFECT;
/**
* The {@code viewBox} attribute.
*/
public static final Html.AttributeName VIEWBOX = HtmlAttributeName.VIEWBOX;
/**
* The {@code visibility} attribute.
*/
public static final Html.AttributeName VISIBILITY = HtmlAttributeName.VISIBILITY;
/**
* The {@code white-space} attribute.
*/
public static final Html.AttributeName WHITE_SPACE = HtmlAttributeName.WHITE_SPACE;
/**
* The {@code width} attribute.
*/
public static final Html.AttributeName WIDTH = HtmlAttributeName.WIDTH;
/**
* The {@code word-spacing} attribute.
*/
public static final Html.AttributeName WORD_SPACING = HtmlAttributeName.WORD_SPACING;
/**
* The {@code wrap} attribute.
*/
public static final Html.AttributeName WRAP = HtmlAttributeName.WRAP;
/**
* The {@code writing-mode} attribute.
*/
public static final Html.AttributeName WRITING_MODE = HtmlAttributeName.WRITING_MODE;
/**
* The {@code xmlns} attribute.
*/
public static final Html.AttributeName XMLNS = HtmlAttributeName.XMLNS;
}