Klasse CustomApplicationThemeImpl
java.lang.Object
org.teamapps.application.api.application.theme.CustomApplicationThemeImpl
- Alle implementierten Schnittstellen:
CustomApplicationTheme
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCustomApplicationThemeImpl(Map<Class<?>, Object> iconStyleMap, byte[] backgroundImage, String css) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidaddIconStyle(Class<?> clazz, Object iconStyle) voidbyte[]voidsetBackgroundImage(byte[] backgroundImage) voidvoidsetIconStyleMap(Map<Class<?>, Object> iconStyleMap)
-
Konstruktordetails
-
CustomApplicationThemeImpl
public CustomApplicationThemeImpl() -
CustomApplicationThemeImpl
-
-
Methodendetails
-
getIconStylesForIconClass
- Angegeben von:
getIconStylesForIconClassin SchnittstelleCustomApplicationTheme
-
getBackgroundImage
public byte[] getBackgroundImage()- Angegeben von:
getBackgroundImagein SchnittstelleCustomApplicationTheme
-
getCustomCss
- Angegeben von:
getCustomCssin SchnittstelleCustomApplicationTheme
-
appendCss
-
addIconStyle
-
setIconStyleMap
-
setBackgroundImage
public void setBackgroundImage(byte[] backgroundImage) -
setCss
-