Uses of Enum Class
org.apache.juneau.html.AsideFloat
Packages that use AsideFloat
- 
Uses of AsideFloat in org.apache.juneau.htmlMethods in org.apache.juneau.html that return AsideFloatModifier and TypeMethodDescriptionprotected final AsideFloatHtmlDocSerializer.getAsideFloat()Float side section contents.protected final AsideFloatHtmlDocSerializerSession.getAsideFloat()Aside section contents float.static AsideFloatReturns 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) booleanAsideFloat.is(AsideFloat value) Returnstrue if value matches this enum.booleanAsideFloat.isAny(AsideFloat... values) Returnstrue if any of the values match this enum.