Uses of Class
com.vladsch.flexmark.util.html.Attributes
-
Packages that use Attributes Package Description com.vladsch.flexmark.util.html com.vladsch.flexmark.util.html.ui -
-
Uses of Attributes in com.vladsch.flexmark.util.html
Subclasses of Attributes in com.vladsch.flexmark.util.html Modifier and Type Class Description classMutableAttributesFields in com.vladsch.flexmark.util.html declared as Attributes Modifier and Type Field Description static AttributesAttributes. EMPTYMethods in com.vladsch.flexmark.util.html that return Attributes Modifier and Type Method Description @Nullable AttributesHtmlAppendable. getAttributes()AttributesHtmlAppendableBase. getAttributes()AttributesAttributes. toImmutable()AttributesMutableAttributes. toImmutable()Methods in com.vladsch.flexmark.util.html with parameters of type Attributes Modifier and Type Method Description MutableAttributesMutableAttributes. addValues(Attributes attributes)@NotNull HtmlAppendableHtmlAppendable. attr(@NotNull Attributes attributes)THtmlAppendableBase. attr(@NotNull Attributes attributes)@NotNull HtmlAppendableHtmlAppendable. setAttributes(@NotNull Attributes attributes)THtmlAppendableBase. setAttributes(@NotNull Attributes attributes)Constructors in com.vladsch.flexmark.util.html with parameters of type Attributes Constructor Description Attributes(Attributes attributes)MutableAttributes(Attributes attributes) -
Uses of Attributes in com.vladsch.flexmark.util.html.ui
Methods in com.vladsch.flexmark.util.html.ui with parameters of type Attributes Modifier and Type Method Description @NotNull HtmlBuilderHtmlBuilder. attr(@NotNull Attributes attributes)
-