Uses of Class
org.javlo.image.ExtendedColor
-
Packages that use ExtendedColor Package Description org.javlo.component.links org.javlo.helper org.javlo.image org.javlo.navigation org.javlo.template -
-
Uses of ExtendedColor in org.javlo.component.links
Methods in org.javlo.component.links that return ExtendedColor Modifier and Type Method Description ExtendedColor
SmartPageBean. getBackgroundColor()
ExtendedColor
SmartPageBean. getColor()
-
Uses of ExtendedColor in org.javlo.helper
Method parameters in org.javlo.helper with type arguments of type ExtendedColor Modifier and Type Method Description static String
XHTMLHelper. renderColorChooser(String name, String cssValue, List<ExtendedColor> colors, String value)
-
Uses of ExtendedColor in org.javlo.image
Subclasses of ExtendedColor in org.javlo.image Modifier and Type Class Description class
EmptyColor
Fields in org.javlo.image declared as ExtendedColor Modifier and Type Field Description static ExtendedColor
ExtendedColor. BLACK
static ExtendedColor
ExtendedColor. WHITE
Methods in org.javlo.image that return ExtendedColor Modifier and Type Method Description static ExtendedColor
ExtendedColor. decode(String str)
ExtendedColor
ExtendedColor. getText()
-
Uses of ExtendedColor in org.javlo.navigation
Methods in org.javlo.navigation that return ExtendedColor Modifier and Type Method Description ExtendedColor
MenuElement. getBackgroundColor(ContentContext ctx)
get the background colorExtendedColor
PageBean. getBackgroundColor()
ExtendedColor
MenuElement. getColor(ContentContext ctx)
get the color of the pageExtendedColor
PageBean. getColor()
Methods in org.javlo.navigation that return types with arguments of type ExtendedColor Modifier and Type Method Description List<ExtendedColor>
DefaultTemplate. getColorList()
-
Uses of ExtendedColor in org.javlo.template
Methods in org.javlo.template that return types with arguments of type ExtendedColor Modifier and Type Method Description List<ExtendedColor>
Template. getColorList()
Map<Integer,ExtendedColor>
Template. getColorsMap()
-