Uses of Enum Class
org.apache.juneau.html.AsideFloat
Packages that use AsideFloat
-
Uses of AsideFloat in org.apache.juneau.html
Methods in org.apache.juneau.html that return AsideFloatModifier and TypeMethodDescriptionprotected final AsideFloat
HtmlDocSerializer.getAsideFloat()
Float side section contents.protected final AsideFloat
HtmlDocSerializerSession.getAsideFloat()
Aside section contents float.static AsideFloat
Returns the enum constant of this class with the specified name.static AsideFloat[]
AsideFloat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.juneau.html with parameters of type AsideFloatModifier and TypeMethodDescriptionHtmlDocSerializer.Builder.asideFloat
(AsideFloat value) Float aside section contents.HtmlSchemaDocSerializer.Builder.asideFloat
(AsideFloat value) boolean
AsideFloat.is
(AsideFloat value) Returnstrue if value matches this enum.boolean
AsideFloat.isAny
(AsideFloat... values) Returnstrue if any of the values match this enum.