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 ExtendedColorSmartPageBean. getBackgroundColor()ExtendedColorSmartPageBean. 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 StringXHTMLHelper. 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 classEmptyColorFields in org.javlo.image declared as ExtendedColor Modifier and Type Field Description static ExtendedColorExtendedColor. BLACKstatic ExtendedColorExtendedColor. WHITEMethods in org.javlo.image that return ExtendedColor Modifier and Type Method Description static ExtendedColorExtendedColor. decode(String str)ExtendedColorExtendedColor. getText() -
Uses of ExtendedColor in org.javlo.navigation
Methods in org.javlo.navigation that return ExtendedColor Modifier and Type Method Description ExtendedColorMenuElement. getBackgroundColor(ContentContext ctx)get the background colorExtendedColorPageBean. getBackgroundColor()ExtendedColorMenuElement. getColor(ContentContext ctx)get the color of the pageExtendedColorPageBean. 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()
-