Class QThemeMetaData
java.lang.Object
com.kingsrook.qqq.backend.core.model.metadata.frontend.QThemeMetaData
- All Implemented Interfaces:
MetaDataProducerOutput,QMetaDataObject,QSupplementalInstanceMetaData,TopLevelMetaDataInterface,Serializable
Supplemental instance metadata for configuring frontend theme properties.
Provides color palette, typography, sizing, and asset path configuration
that gets sent to the frontend for runtime theme customization.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for appBarBackgroundColorGetter for appBarTextColorGetter for backgroundColorGetter for borderColorGetter for borderRadiusGetter for brandedHeaderBackgroundColorGetter for brandedHeaderEnabledGetter for brandedHeaderHeightGetter for brandedHeaderLogoAltTextGetter for brandedHeaderLogoPathGetter for brandedHeaderTaglineGetter for brandedHeaderTextColorGetter for cardBorderColorGetter for customCssGetter for densityGetter for dividerColorGetter for errorColorGetter for faviconPathGetter for fontFamilyGetter for fontSizeBaseGetter for fontWeightBoldGetter for fontWeightLightGetter for fontWeightMediumGetter for fontWeightRegularGetter for headerFontFamilyGetter for iconPathGetter for iconStyleGetter for infoColorGetter for logoPathGetter for monoFontFamilygetName()Getter for primaryColorGetter for secondaryColorGetter for sidebarBackgroundColorGetter for sidebarDividerColorGetter for sidebarHoverBackgroundColorGetter for sidebarIconColorGetter for sidebarSelectedBackgroundColorGetter for sidebarSelectedTextColorGetter for sidebarTextColorGetter for successColorGetter for surfaceColorGetter for tableBorderColorGetter for tableHeaderBackgroundColorGetter for tableHeaderTextColorGetter for tableRowHoverColorGetter for tableRowSelectedColorGetter for textPrimaryGetter for textSecondaryGetter for typographyBody1FontSizeGetter for typographyBody1FontWeightGetter for typographyBody1LetterSpacingGetter for typographyBody1LineHeightGetter for typographyBody2FontSizeGetter for typographyBody2FontWeightGetter for typographyBody2LetterSpacingGetter for typographyBody2LineHeightGetter for typographyButtonFontSizeGetter for typographyButtonFontWeightGetter for typographyButtonLetterSpacingGetter for typographyButtonLineHeightGetter for typographyButtonTextTransformGetter for typographyCaptionFontSizeGetter for typographyCaptionFontWeightGetter for typographyCaptionLetterSpacingGetter for typographyCaptionLineHeightGetter for typographyH1FontSizeGetter for typographyH1FontWeightGetter for typographyH1LetterSpacingGetter for typographyH1LineHeightGetter for typographyH2FontSizeGetter for typographyH2FontWeightGetter for typographyH2LetterSpacingGetter for typographyH2LineHeightGetter for typographyH3FontSizeGetter for typographyH3FontWeightGetter for typographyH3LetterSpacingGetter for typographyH3LineHeightGetter for typographyH4FontSizeGetter for typographyH4FontWeightGetter for typographyH4LetterSpacingGetter for typographyH4LineHeightGetter for typographyH5FontSizeGetter for typographyH5FontWeightGetter for typographyH5LetterSpacingGetter for typographyH5LineHeightGetter for typographyH6FontSizeGetter for typographyH6FontWeightGetter for typographyH6LetterSpacingGetter for typographyH6LineHeightGetter for warningColorstatic QThemeMetaDataRetrieve the QThemeMetaData from a QInstance.static QThemeMetaDataofOrWithNew(QInstance qInstance) Retrieve or create a new QThemeMetaData for a QInstance.voidsetAppBarBackgroundColor(String appBarBackgroundColor) Setter for appBarBackgroundColorvoidsetAppBarTextColor(String appBarTextColor) Setter for appBarTextColorvoidsetBackgroundColor(String backgroundColor) Setter for backgroundColorvoidsetBorderColor(String borderColor) Setter for borderColorvoidsetBorderRadius(String borderRadius) Setter for borderRadiusvoidsetBrandedHeaderBackgroundColor(String brandedHeaderBackgroundColor) Setter for brandedHeaderBackgroundColorvoidsetBrandedHeaderEnabled(Boolean brandedHeaderEnabled) Setter for brandedHeaderEnabledvoidsetBrandedHeaderHeight(String brandedHeaderHeight) Setter for brandedHeaderHeightvoidsetBrandedHeaderLogoAltText(String brandedHeaderLogoAltText) Setter for brandedHeaderLogoAltTextvoidsetBrandedHeaderLogoPath(String brandedHeaderLogoPath) Setter for brandedHeaderLogoPathvoidsetBrandedHeaderTagline(String brandedHeaderTagline) Setter for brandedHeaderTaglinevoidsetBrandedHeaderTextColor(String brandedHeaderTextColor) Setter for brandedHeaderTextColorvoidsetCardBorderColor(String cardBorderColor) Setter for cardBorderColorvoidsetCustomCss(String customCss) Setter for customCssvoidsetDensity(String density) Setter for densityvoidsetDividerColor(String dividerColor) Setter for dividerColorvoidsetErrorColor(String errorColor) Setter for errorColorvoidsetFaviconPath(String faviconPath) Setter for faviconPathvoidsetFontFamily(String fontFamily) Setter for fontFamilyvoidsetFontSizeBase(String fontSizeBase) Setter for fontSizeBasevoidsetFontWeightBold(Integer fontWeightBold) Setter for fontWeightBoldvoidsetFontWeightLight(Integer fontWeightLight) Setter for fontWeightLightvoidsetFontWeightMedium(Integer fontWeightMedium) Setter for fontWeightMediumvoidsetFontWeightRegular(Integer fontWeightRegular) Setter for fontWeightRegularvoidsetHeaderFontFamily(String headerFontFamily) Setter for headerFontFamilyvoidsetIconPath(String iconPath) Setter for iconPathvoidsetIconStyle(String iconStyle) Setter for iconStylevoidsetInfoColor(String infoColor) Setter for infoColorvoidsetLogoPath(String logoPath) Setter for logoPathvoidsetMonoFontFamily(String monoFontFamily) Setter for monoFontFamilyvoidsetPrimaryColor(String primaryColor) Setter for primaryColorvoidsetSecondaryColor(String secondaryColor) Setter for secondaryColorvoidsetSidebarBackgroundColor(String sidebarBackgroundColor) Setter for sidebarBackgroundColorvoidsetSidebarDividerColor(String sidebarDividerColor) Setter for sidebarDividerColorvoidsetSidebarHoverBackgroundColor(String sidebarHoverBackgroundColor) Setter for sidebarHoverBackgroundColorvoidsetSidebarIconColor(String sidebarIconColor) Setter for sidebarIconColorvoidsetSidebarSelectedBackgroundColor(String sidebarSelectedBackgroundColor) Setter for sidebarSelectedBackgroundColorvoidsetSidebarSelectedTextColor(String sidebarSelectedTextColor) Setter for sidebarSelectedTextColorvoidsetSidebarTextColor(String sidebarTextColor) Setter for sidebarTextColorvoidsetSuccessColor(String successColor) Setter for successColorvoidsetSurfaceColor(String surfaceColor) Setter for surfaceColorvoidsetTableBorderColor(String tableBorderColor) Setter for tableBorderColorvoidsetTableHeaderBackgroundColor(String tableHeaderBackgroundColor) Setter for tableHeaderBackgroundColorvoidsetTableHeaderTextColor(String tableHeaderTextColor) Setter for tableHeaderTextColorvoidsetTableRowHoverColor(String tableRowHoverColor) Setter for tableRowHoverColorvoidsetTableRowSelectedColor(String tableRowSelectedColor) Setter for tableRowSelectedColorvoidsetTextPrimary(String textPrimary) Setter for textPrimaryvoidsetTextSecondary(String textSecondary) Setter for textSecondaryvoidsetTypographyBody1FontSize(String typographyBody1FontSize) Setter for typographyBody1FontSizevoidsetTypographyBody1FontWeight(Integer typographyBody1FontWeight) Setter for typographyBody1FontWeightvoidsetTypographyBody1LetterSpacing(String typographyBody1LetterSpacing) Setter for typographyBody1LetterSpacingvoidsetTypographyBody1LineHeight(String typographyBody1LineHeight) Setter for typographyBody1LineHeightvoidsetTypographyBody2FontSize(String typographyBody2FontSize) Setter for typographyBody2FontSizevoidsetTypographyBody2FontWeight(Integer typographyBody2FontWeight) Setter for typographyBody2FontWeightvoidsetTypographyBody2LetterSpacing(String typographyBody2LetterSpacing) Setter for typographyBody2LetterSpacingvoidsetTypographyBody2LineHeight(String typographyBody2LineHeight) Setter for typographyBody2LineHeightvoidsetTypographyButtonFontSize(String typographyButtonFontSize) Setter for typographyButtonFontSizevoidsetTypographyButtonFontWeight(Integer typographyButtonFontWeight) Setter for typographyButtonFontWeightvoidsetTypographyButtonLetterSpacing(String typographyButtonLetterSpacing) Setter for typographyButtonLetterSpacingvoidsetTypographyButtonLineHeight(String typographyButtonLineHeight) Setter for typographyButtonLineHeightvoidsetTypographyButtonTextTransform(String typographyButtonTextTransform) Setter for typographyButtonTextTransformvoidsetTypographyCaptionFontSize(String typographyCaptionFontSize) Setter for typographyCaptionFontSizevoidsetTypographyCaptionFontWeight(Integer typographyCaptionFontWeight) Setter for typographyCaptionFontWeightvoidsetTypographyCaptionLetterSpacing(String typographyCaptionLetterSpacing) Setter for typographyCaptionLetterSpacingvoidsetTypographyCaptionLineHeight(String typographyCaptionLineHeight) Setter for typographyCaptionLineHeightvoidsetTypographyH1FontSize(String typographyH1FontSize) Setter for typographyH1FontSizevoidsetTypographyH1FontWeight(Integer typographyH1FontWeight) Setter for typographyH1FontWeightvoidsetTypographyH1LetterSpacing(String typographyH1LetterSpacing) Setter for typographyH1LetterSpacingvoidsetTypographyH1LineHeight(String typographyH1LineHeight) Setter for typographyH1LineHeightvoidsetTypographyH2FontSize(String typographyH2FontSize) Setter for typographyH2FontSizevoidsetTypographyH2FontWeight(Integer typographyH2FontWeight) Setter for typographyH2FontWeightvoidsetTypographyH2LetterSpacing(String typographyH2LetterSpacing) Setter for typographyH2LetterSpacingvoidsetTypographyH2LineHeight(String typographyH2LineHeight) Setter for typographyH2LineHeightvoidsetTypographyH3FontSize(String typographyH3FontSize) Setter for typographyH3FontSizevoidsetTypographyH3FontWeight(Integer typographyH3FontWeight) Setter for typographyH3FontWeightvoidsetTypographyH3LetterSpacing(String typographyH3LetterSpacing) Setter for typographyH3LetterSpacingvoidsetTypographyH3LineHeight(String typographyH3LineHeight) Setter for typographyH3LineHeightvoidsetTypographyH4FontSize(String typographyH4FontSize) Setter for typographyH4FontSizevoidsetTypographyH4FontWeight(Integer typographyH4FontWeight) Setter for typographyH4FontWeightvoidsetTypographyH4LetterSpacing(String typographyH4LetterSpacing) Setter for typographyH4LetterSpacingvoidsetTypographyH4LineHeight(String typographyH4LineHeight) Setter for typographyH4LineHeightvoidsetTypographyH5FontSize(String typographyH5FontSize) Setter for typographyH5FontSizevoidsetTypographyH5FontWeight(Integer typographyH5FontWeight) Setter for typographyH5FontWeightvoidsetTypographyH5LetterSpacing(String typographyH5LetterSpacing) Setter for typographyH5LetterSpacingvoidsetTypographyH5LineHeight(String typographyH5LineHeight) Setter for typographyH5LineHeightvoidsetTypographyH6FontSize(String typographyH6FontSize) Setter for typographyH6FontSizevoidsetTypographyH6FontWeight(Integer typographyH6FontWeight) Setter for typographyH6FontWeightvoidsetTypographyH6LetterSpacing(String typographyH6LetterSpacing) Setter for typographyH6LetterSpacingvoidsetTypographyH6LineHeight(String typographyH6LineHeight) Setter for typographyH6LineHeightvoidsetWarningColor(String warningColor) Setter for warningColorvoidvalidate(QInstance qInstance, QInstanceValidator validator) Validate theme configuration.withAppBarBackgroundColor(String appBarBackgroundColor) Fluent setter for appBarBackgroundColorwithAppBarTextColor(String appBarTextColor) Fluent setter for appBarTextColorwithBackgroundColor(String backgroundColor) Fluent setter for backgroundColorwithBorderColor(String borderColor) Fluent setter for borderColorwithBorderRadius(String borderRadius) Fluent setter for borderRadiuswithBrandedHeaderBackgroundColor(String brandedHeaderBackgroundColor) Fluent setter for brandedHeaderBackgroundColorwithBrandedHeaderEnabled(Boolean brandedHeaderEnabled) Fluent setter for brandedHeaderEnabledwithBrandedHeaderHeight(String brandedHeaderHeight) Fluent setter for brandedHeaderHeightwithBrandedHeaderLogoAltText(String brandedHeaderLogoAltText) Fluent setter for brandedHeaderLogoAltTextwithBrandedHeaderLogoPath(String brandedHeaderLogoPath) Fluent setter for brandedHeaderLogoPathwithBrandedHeaderTagline(String brandedHeaderTagline) Fluent setter for brandedHeaderTaglinewithBrandedHeaderTextColor(String brandedHeaderTextColor) Fluent setter for brandedHeaderTextColorwithCardBorderColor(String cardBorderColor) Fluent setter for cardBorderColorwithCustomCss(String customCss) Fluent setter for customCsswithDensity(String density) Fluent setter for densitywithDividerColor(String dividerColor) Fluent setter for dividerColorwithErrorColor(String errorColor) Fluent setter for errorColorwithFaviconPath(String faviconPath) Fluent setter for faviconPathwithFontFamily(String fontFamily) Fluent setter for fontFamilywithFontSizeBase(String fontSizeBase) Fluent setter for fontSizeBasewithFontWeightBold(Integer fontWeightBold) Fluent setter for fontWeightBoldwithFontWeightLight(Integer fontWeightLight) Fluent setter for fontWeightLightwithFontWeightMedium(Integer fontWeightMedium) Fluent setter for fontWeightMediumwithFontWeightRegular(Integer fontWeightRegular) Fluent setter for fontWeightRegularwithHeaderFontFamily(String headerFontFamily) Fluent setter for headerFontFamilywithIconPath(String iconPath) Fluent setter for iconPathwithIconStyle(String iconStyle) Fluent setter for iconStylewithInfoColor(String infoColor) Fluent setter for infoColorwithLogoPath(String logoPath) Fluent setter for logoPathwithMonoFontFamily(String monoFontFamily) Fluent setter for monoFontFamilywithPrimaryColor(String primaryColor) Fluent setter for primaryColorwithSecondaryColor(String secondaryColor) Fluent setter for secondaryColorwithSidebarBackgroundColor(String sidebarBackgroundColor) Fluent setter for sidebarBackgroundColorwithSidebarDividerColor(String sidebarDividerColor) Fluent setter for sidebarDividerColorwithSidebarHoverBackgroundColor(String sidebarHoverBackgroundColor) Fluent setter for sidebarHoverBackgroundColorwithSidebarIconColor(String sidebarIconColor) Fluent setter for sidebarIconColorwithSidebarSelectedBackgroundColor(String sidebarSelectedBackgroundColor) Fluent setter for sidebarSelectedBackgroundColorwithSidebarSelectedTextColor(String sidebarSelectedTextColor) Fluent setter for sidebarSelectedTextColorwithSidebarTextColor(String sidebarTextColor) Fluent setter for sidebarTextColorwithSuccessColor(String successColor) Fluent setter for successColorwithSurfaceColor(String surfaceColor) Fluent setter for surfaceColorwithTableBorderColor(String tableBorderColor) Fluent setter for tableBorderColorwithTableHeaderBackgroundColor(String tableHeaderBackgroundColor) Fluent setter for tableHeaderBackgroundColorwithTableHeaderTextColor(String tableHeaderTextColor) Fluent setter for tableHeaderTextColorwithTableRowHoverColor(String tableRowHoverColor) Fluent setter for tableRowHoverColorwithTableRowSelectedColor(String tableRowSelectedColor) Fluent setter for tableRowSelectedColorwithTextPrimary(String textPrimary) Fluent setter for textPrimarywithTextSecondary(String textSecondary) Fluent setter for textSecondarywithTypographyBody1FontSize(String typographyBody1FontSize) Fluent setter for typographyBody1FontSizewithTypographyBody1FontWeight(Integer typographyBody1FontWeight) Fluent setter for typographyBody1FontWeightwithTypographyBody1LetterSpacing(String typographyBody1LetterSpacing) Fluent setter for typographyBody1LetterSpacingwithTypographyBody1LineHeight(String typographyBody1LineHeight) Fluent setter for typographyBody1LineHeightwithTypographyBody2FontSize(String typographyBody2FontSize) Fluent setter for typographyBody2FontSizewithTypographyBody2FontWeight(Integer typographyBody2FontWeight) Fluent setter for typographyBody2FontWeightwithTypographyBody2LetterSpacing(String typographyBody2LetterSpacing) Fluent setter for typographyBody2LetterSpacingwithTypographyBody2LineHeight(String typographyBody2LineHeight) Fluent setter for typographyBody2LineHeightwithTypographyButtonFontSize(String typographyButtonFontSize) Fluent setter for typographyButtonFontSizewithTypographyButtonFontWeight(Integer typographyButtonFontWeight) Fluent setter for typographyButtonFontWeightwithTypographyButtonLetterSpacing(String typographyButtonLetterSpacing) Fluent setter for typographyButtonLetterSpacingwithTypographyButtonLineHeight(String typographyButtonLineHeight) Fluent setter for typographyButtonLineHeightwithTypographyButtonTextTransform(String typographyButtonTextTransform) Fluent setter for typographyButtonTextTransformwithTypographyCaptionFontSize(String typographyCaptionFontSize) Fluent setter for typographyCaptionFontSizewithTypographyCaptionFontWeight(Integer typographyCaptionFontWeight) Fluent setter for typographyCaptionFontWeightwithTypographyCaptionLetterSpacing(String typographyCaptionLetterSpacing) Fluent setter for typographyCaptionLetterSpacingwithTypographyCaptionLineHeight(String typographyCaptionLineHeight) Fluent setter for typographyCaptionLineHeightwithTypographyH1FontSize(String typographyH1FontSize) Fluent setter for typographyH1FontSizewithTypographyH1FontWeight(Integer typographyH1FontWeight) Fluent setter for typographyH1FontWeightwithTypographyH1LetterSpacing(String typographyH1LetterSpacing) Fluent setter for typographyH1LetterSpacingwithTypographyH1LineHeight(String typographyH1LineHeight) Fluent setter for typographyH1LineHeightwithTypographyH2FontSize(String typographyH2FontSize) Fluent setter for typographyH2FontSizewithTypographyH2FontWeight(Integer typographyH2FontWeight) Fluent setter for typographyH2FontWeightwithTypographyH2LetterSpacing(String typographyH2LetterSpacing) Fluent setter for typographyH2LetterSpacingwithTypographyH2LineHeight(String typographyH2LineHeight) Fluent setter for typographyH2LineHeightwithTypographyH3FontSize(String typographyH3FontSize) Fluent setter for typographyH3FontSizewithTypographyH3FontWeight(Integer typographyH3FontWeight) Fluent setter for typographyH3FontWeightwithTypographyH3LetterSpacing(String typographyH3LetterSpacing) Fluent setter for typographyH3LetterSpacingwithTypographyH3LineHeight(String typographyH3LineHeight) Fluent setter for typographyH3LineHeightwithTypographyH4FontSize(String typographyH4FontSize) Fluent setter for typographyH4FontSizewithTypographyH4FontWeight(Integer typographyH4FontWeight) Fluent setter for typographyH4FontWeightwithTypographyH4LetterSpacing(String typographyH4LetterSpacing) Fluent setter for typographyH4LetterSpacingwithTypographyH4LineHeight(String typographyH4LineHeight) Fluent setter for typographyH4LineHeightwithTypographyH5FontSize(String typographyH5FontSize) Fluent setter for typographyH5FontSizewithTypographyH5FontWeight(Integer typographyH5FontWeight) Fluent setter for typographyH5FontWeightwithTypographyH5LetterSpacing(String typographyH5LetterSpacing) Fluent setter for typographyH5LetterSpacingwithTypographyH5LineHeight(String typographyH5LineHeight) Fluent setter for typographyH5LineHeightwithTypographyH6FontSize(String typographyH6FontSize) Fluent setter for typographyH6FontSizewithTypographyH6FontWeight(Integer typographyH6FontWeight) Fluent setter for typographyH6FontWeightwithTypographyH6LetterSpacing(String typographyH6LetterSpacing) Fluent setter for typographyH6LetterSpacingwithTypographyH6LineHeight(String typographyH6LineHeight) Fluent setter for typographyH6LineHeightwithWarningColor(String warningColor) Fluent setter for warningColorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.model.metadata.QSupplementalInstanceMetaData
addSelfToInstance, enrich
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
QThemeMetaData
public QThemeMetaData()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceTopLevelMetaDataInterface
-
of
Retrieve the QThemeMetaData from a QInstance. -
ofOrWithNew
Retrieve or create a new QThemeMetaData for a QInstance. -
validate
Validate theme configuration. Logs warnings for invalid values but does not prevent startup.- Specified by:
validatein interfaceQSupplementalInstanceMetaData
-
getPrimaryColor
Getter for primaryColor -
setPrimaryColor
Setter for primaryColor -
withPrimaryColor
Fluent setter for primaryColor -
getSecondaryColor
Getter for secondaryColor -
setSecondaryColor
Setter for secondaryColor -
withSecondaryColor
Fluent setter for secondaryColor -
getBackgroundColor
Getter for backgroundColor -
setBackgroundColor
Setter for backgroundColor -
withBackgroundColor
Fluent setter for backgroundColor -
getSurfaceColor
Getter for surfaceColor -
setSurfaceColor
Setter for surfaceColor -
withSurfaceColor
Fluent setter for surfaceColor -
getTextPrimary
Getter for textPrimary -
setTextPrimary
Setter for textPrimary -
withTextPrimary
Fluent setter for textPrimary -
getTextSecondary
Getter for textSecondary -
setTextSecondary
Setter for textSecondary -
withTextSecondary
Fluent setter for textSecondary -
getErrorColor
Getter for errorColor -
setErrorColor
Setter for errorColor -
withErrorColor
Fluent setter for errorColor -
getWarningColor
Getter for warningColor -
setWarningColor
Setter for warningColor -
withWarningColor
Fluent setter for warningColor -
getSuccessColor
Getter for successColor -
setSuccessColor
Setter for successColor -
withSuccessColor
Fluent setter for successColor -
getInfoColor
Getter for infoColor -
setInfoColor
Setter for infoColor -
withInfoColor
Fluent setter for infoColor -
getFontFamily
Getter for fontFamily -
setFontFamily
Setter for fontFamily -
withFontFamily
Fluent setter for fontFamily -
getHeaderFontFamily
Getter for headerFontFamily -
setHeaderFontFamily
Setter for headerFontFamily -
withHeaderFontFamily
Fluent setter for headerFontFamily -
getBorderRadius
Getter for borderRadius -
setBorderRadius
Setter for borderRadius -
withBorderRadius
Fluent setter for borderRadius -
getDensity
Getter for density -
setDensity
Setter for density -
withDensity
Fluent setter for density -
getLogoPath
Getter for logoPath -
setLogoPath
Setter for logoPath -
withLogoPath
Fluent setter for logoPath -
getIconPath
Getter for iconPath -
setIconPath
Setter for iconPath -
withIconPath
Fluent setter for iconPath -
getFaviconPath
Getter for faviconPath -
setFaviconPath
Setter for faviconPath -
withFaviconPath
Fluent setter for faviconPath -
getCustomCss
Getter for customCss -
setCustomCss
Setter for customCss -
withCustomCss
Fluent setter for customCss -
getIconStyle
Getter for iconStyle -
setIconStyle
Setter for iconStyle -
withIconStyle
Fluent setter for iconStyle -
getBrandedHeaderEnabled
Getter for brandedHeaderEnabled -
setBrandedHeaderEnabled
Setter for brandedHeaderEnabled -
withBrandedHeaderEnabled
Fluent setter for brandedHeaderEnabled -
getBrandedHeaderBackgroundColor
Getter for brandedHeaderBackgroundColor -
setBrandedHeaderBackgroundColor
Setter for brandedHeaderBackgroundColor -
withBrandedHeaderBackgroundColor
Fluent setter for brandedHeaderBackgroundColor -
getBrandedHeaderTextColor
Getter for brandedHeaderTextColor -
setBrandedHeaderTextColor
Setter for brandedHeaderTextColor -
withBrandedHeaderTextColor
Fluent setter for brandedHeaderTextColor -
getBrandedHeaderLogoPath
Getter for brandedHeaderLogoPath -
setBrandedHeaderLogoPath
Setter for brandedHeaderLogoPath -
withBrandedHeaderLogoPath
Fluent setter for brandedHeaderLogoPath -
getBrandedHeaderLogoAltText
Getter for brandedHeaderLogoAltText -
setBrandedHeaderLogoAltText
Setter for brandedHeaderLogoAltText -
withBrandedHeaderLogoAltText
Fluent setter for brandedHeaderLogoAltText -
getBrandedHeaderHeight
Getter for brandedHeaderHeight -
setBrandedHeaderHeight
Setter for brandedHeaderHeight -
withBrandedHeaderHeight
Fluent setter for brandedHeaderHeight -
getBrandedHeaderTagline
Getter for brandedHeaderTagline -
setBrandedHeaderTagline
Setter for brandedHeaderTagline -
withBrandedHeaderTagline
Fluent setter for brandedHeaderTagline -
getAppBarBackgroundColor
Getter for appBarBackgroundColor -
setAppBarBackgroundColor
Setter for appBarBackgroundColor -
withAppBarBackgroundColor
Fluent setter for appBarBackgroundColor -
getAppBarTextColor
Getter for appBarTextColor -
setAppBarTextColor
Setter for appBarTextColor -
withAppBarTextColor
Fluent setter for appBarTextColor -
getSidebarBackgroundColor
Getter for sidebarBackgroundColor -
setSidebarBackgroundColor
Setter for sidebarBackgroundColor -
withSidebarBackgroundColor
Fluent setter for sidebarBackgroundColor -
getSidebarTextColor
Getter for sidebarTextColor -
setSidebarTextColor
Setter for sidebarTextColor -
withSidebarTextColor
Fluent setter for sidebarTextColor -
getSidebarIconColor
Getter for sidebarIconColor -
setSidebarIconColor
Setter for sidebarIconColor -
withSidebarIconColor
Fluent setter for sidebarIconColor -
getSidebarSelectedBackgroundColor
Getter for sidebarSelectedBackgroundColor -
setSidebarSelectedBackgroundColor
Setter for sidebarSelectedBackgroundColor -
withSidebarSelectedBackgroundColor
Fluent setter for sidebarSelectedBackgroundColor -
getSidebarSelectedTextColor
Getter for sidebarSelectedTextColor -
setSidebarSelectedTextColor
Setter for sidebarSelectedTextColor -
withSidebarSelectedTextColor
Fluent setter for sidebarSelectedTextColor -
getSidebarHoverBackgroundColor
Getter for sidebarHoverBackgroundColor -
setSidebarHoverBackgroundColor
Setter for sidebarHoverBackgroundColor -
withSidebarHoverBackgroundColor
Fluent setter for sidebarHoverBackgroundColor -
getSidebarDividerColor
Getter for sidebarDividerColor -
setSidebarDividerColor
Setter for sidebarDividerColor -
withSidebarDividerColor
Fluent setter for sidebarDividerColor -
getTableHeaderBackgroundColor
Getter for tableHeaderBackgroundColor -
setTableHeaderBackgroundColor
Setter for tableHeaderBackgroundColor -
withTableHeaderBackgroundColor
Fluent setter for tableHeaderBackgroundColor -
getTableHeaderTextColor
Getter for tableHeaderTextColor -
setTableHeaderTextColor
Setter for tableHeaderTextColor -
withTableHeaderTextColor
Fluent setter for tableHeaderTextColor -
getTableRowHoverColor
Getter for tableRowHoverColor -
setTableRowHoverColor
Setter for tableRowHoverColor -
withTableRowHoverColor
Fluent setter for tableRowHoverColor -
getTableRowSelectedColor
Getter for tableRowSelectedColor -
setTableRowSelectedColor
Setter for tableRowSelectedColor -
withTableRowSelectedColor
Fluent setter for tableRowSelectedColor -
getTableBorderColor
Getter for tableBorderColor -
setTableBorderColor
Setter for tableBorderColor -
withTableBorderColor
Fluent setter for tableBorderColor -
getDividerColor
Getter for dividerColor -
setDividerColor
Setter for dividerColor -
withDividerColor
Fluent setter for dividerColor -
getBorderColor
Getter for borderColor -
setBorderColor
Setter for borderColor -
withBorderColor
Fluent setter for borderColor -
getCardBorderColor
Getter for cardBorderColor -
setCardBorderColor
Setter for cardBorderColor -
withCardBorderColor
Fluent setter for cardBorderColor -
getMonoFontFamily
Getter for monoFontFamily -
setMonoFontFamily
Setter for monoFontFamily -
withMonoFontFamily
Fluent setter for monoFontFamily -
getFontSizeBase
Getter for fontSizeBase -
setFontSizeBase
Setter for fontSizeBase -
withFontSizeBase
Fluent setter for fontSizeBase -
getFontWeightLight
Getter for fontWeightLight -
setFontWeightLight
Setter for fontWeightLight -
withFontWeightLight
Fluent setter for fontWeightLight -
getFontWeightRegular
Getter for fontWeightRegular -
setFontWeightRegular
Setter for fontWeightRegular -
withFontWeightRegular
Fluent setter for fontWeightRegular -
getFontWeightMedium
Getter for fontWeightMedium -
setFontWeightMedium
Setter for fontWeightMedium -
withFontWeightMedium
Fluent setter for fontWeightMedium -
getFontWeightBold
Getter for fontWeightBold -
setFontWeightBold
Setter for fontWeightBold -
withFontWeightBold
Fluent setter for fontWeightBold -
getTypographyH1FontSize
Getter for typographyH1FontSize -
setTypographyH1FontSize
Setter for typographyH1FontSize -
withTypographyH1FontSize
Fluent setter for typographyH1FontSize -
getTypographyH1FontWeight
Getter for typographyH1FontWeight -
setTypographyH1FontWeight
Setter for typographyH1FontWeight -
withTypographyH1FontWeight
Fluent setter for typographyH1FontWeight -
getTypographyH1LineHeight
Getter for typographyH1LineHeight -
setTypographyH1LineHeight
Setter for typographyH1LineHeight -
withTypographyH1LineHeight
Fluent setter for typographyH1LineHeight -
getTypographyH1LetterSpacing
Getter for typographyH1LetterSpacing -
setTypographyH1LetterSpacing
Setter for typographyH1LetterSpacing -
withTypographyH1LetterSpacing
Fluent setter for typographyH1LetterSpacing -
getTypographyH2FontSize
Getter for typographyH2FontSize -
setTypographyH2FontSize
Setter for typographyH2FontSize -
withTypographyH2FontSize
Fluent setter for typographyH2FontSize -
getTypographyH2FontWeight
Getter for typographyH2FontWeight -
setTypographyH2FontWeight
Setter for typographyH2FontWeight -
withTypographyH2FontWeight
Fluent setter for typographyH2FontWeight -
getTypographyH2LineHeight
Getter for typographyH2LineHeight -
setTypographyH2LineHeight
Setter for typographyH2LineHeight -
withTypographyH2LineHeight
Fluent setter for typographyH2LineHeight -
getTypographyH2LetterSpacing
Getter for typographyH2LetterSpacing -
setTypographyH2LetterSpacing
Setter for typographyH2LetterSpacing -
withTypographyH2LetterSpacing
Fluent setter for typographyH2LetterSpacing -
getTypographyH3FontSize
Getter for typographyH3FontSize -
setTypographyH3FontSize
Setter for typographyH3FontSize -
withTypographyH3FontSize
Fluent setter for typographyH3FontSize -
getTypographyH3FontWeight
Getter for typographyH3FontWeight -
setTypographyH3FontWeight
Setter for typographyH3FontWeight -
withTypographyH3FontWeight
Fluent setter for typographyH3FontWeight -
getTypographyH3LineHeight
Getter for typographyH3LineHeight -
setTypographyH3LineHeight
Setter for typographyH3LineHeight -
withTypographyH3LineHeight
Fluent setter for typographyH3LineHeight -
getTypographyH3LetterSpacing
Getter for typographyH3LetterSpacing -
setTypographyH3LetterSpacing
Setter for typographyH3LetterSpacing -
withTypographyH3LetterSpacing
Fluent setter for typographyH3LetterSpacing -
getTypographyH4FontSize
Getter for typographyH4FontSize -
setTypographyH4FontSize
Setter for typographyH4FontSize -
withTypographyH4FontSize
Fluent setter for typographyH4FontSize -
getTypographyH4FontWeight
Getter for typographyH4FontWeight -
setTypographyH4FontWeight
Setter for typographyH4FontWeight -
withTypographyH4FontWeight
Fluent setter for typographyH4FontWeight -
getTypographyH4LineHeight
Getter for typographyH4LineHeight -
setTypographyH4LineHeight
Setter for typographyH4LineHeight -
withTypographyH4LineHeight
Fluent setter for typographyH4LineHeight -
getTypographyH4LetterSpacing
Getter for typographyH4LetterSpacing -
setTypographyH4LetterSpacing
Setter for typographyH4LetterSpacing -
withTypographyH4LetterSpacing
Fluent setter for typographyH4LetterSpacing -
getTypographyH5FontSize
Getter for typographyH5FontSize -
setTypographyH5FontSize
Setter for typographyH5FontSize -
withTypographyH5FontSize
Fluent setter for typographyH5FontSize -
getTypographyH5FontWeight
Getter for typographyH5FontWeight -
setTypographyH5FontWeight
Setter for typographyH5FontWeight -
withTypographyH5FontWeight
Fluent setter for typographyH5FontWeight -
getTypographyH5LineHeight
Getter for typographyH5LineHeight -
setTypographyH5LineHeight
Setter for typographyH5LineHeight -
withTypographyH5LineHeight
Fluent setter for typographyH5LineHeight -
getTypographyH5LetterSpacing
Getter for typographyH5LetterSpacing -
setTypographyH5LetterSpacing
Setter for typographyH5LetterSpacing -
withTypographyH5LetterSpacing
Fluent setter for typographyH5LetterSpacing -
getTypographyH6FontSize
Getter for typographyH6FontSize -
setTypographyH6FontSize
Setter for typographyH6FontSize -
withTypographyH6FontSize
Fluent setter for typographyH6FontSize -
getTypographyH6FontWeight
Getter for typographyH6FontWeight -
setTypographyH6FontWeight
Setter for typographyH6FontWeight -
withTypographyH6FontWeight
Fluent setter for typographyH6FontWeight -
getTypographyH6LineHeight
Getter for typographyH6LineHeight -
setTypographyH6LineHeight
Setter for typographyH6LineHeight -
withTypographyH6LineHeight
Fluent setter for typographyH6LineHeight -
getTypographyH6LetterSpacing
Getter for typographyH6LetterSpacing -
setTypographyH6LetterSpacing
Setter for typographyH6LetterSpacing -
withTypographyH6LetterSpacing
Fluent setter for typographyH6LetterSpacing -
getTypographyBody1FontSize
Getter for typographyBody1FontSize -
setTypographyBody1FontSize
Setter for typographyBody1FontSize -
withTypographyBody1FontSize
Fluent setter for typographyBody1FontSize -
getTypographyBody1FontWeight
Getter for typographyBody1FontWeight -
setTypographyBody1FontWeight
Setter for typographyBody1FontWeight -
withTypographyBody1FontWeight
Fluent setter for typographyBody1FontWeight -
getTypographyBody1LineHeight
Getter for typographyBody1LineHeight -
setTypographyBody1LineHeight
Setter for typographyBody1LineHeight -
withTypographyBody1LineHeight
Fluent setter for typographyBody1LineHeight -
getTypographyBody1LetterSpacing
Getter for typographyBody1LetterSpacing -
setTypographyBody1LetterSpacing
Setter for typographyBody1LetterSpacing -
withTypographyBody1LetterSpacing
Fluent setter for typographyBody1LetterSpacing -
getTypographyBody2FontSize
Getter for typographyBody2FontSize -
setTypographyBody2FontSize
Setter for typographyBody2FontSize -
withTypographyBody2FontSize
Fluent setter for typographyBody2FontSize -
getTypographyBody2FontWeight
Getter for typographyBody2FontWeight -
setTypographyBody2FontWeight
Setter for typographyBody2FontWeight -
withTypographyBody2FontWeight
Fluent setter for typographyBody2FontWeight -
getTypographyBody2LineHeight
Getter for typographyBody2LineHeight -
setTypographyBody2LineHeight
Setter for typographyBody2LineHeight -
withTypographyBody2LineHeight
Fluent setter for typographyBody2LineHeight -
getTypographyBody2LetterSpacing
Getter for typographyBody2LetterSpacing -
setTypographyBody2LetterSpacing
Setter for typographyBody2LetterSpacing -
withTypographyBody2LetterSpacing
Fluent setter for typographyBody2LetterSpacing -
getTypographyButtonFontSize
Getter for typographyButtonFontSize -
setTypographyButtonFontSize
Setter for typographyButtonFontSize -
withTypographyButtonFontSize
Fluent setter for typographyButtonFontSize -
getTypographyButtonFontWeight
Getter for typographyButtonFontWeight -
setTypographyButtonFontWeight
Setter for typographyButtonFontWeight -
withTypographyButtonFontWeight
Fluent setter for typographyButtonFontWeight -
getTypographyButtonLineHeight
Getter for typographyButtonLineHeight -
setTypographyButtonLineHeight
Setter for typographyButtonLineHeight -
withTypographyButtonLineHeight
Fluent setter for typographyButtonLineHeight -
getTypographyButtonLetterSpacing
Getter for typographyButtonLetterSpacing -
setTypographyButtonLetterSpacing
Setter for typographyButtonLetterSpacing -
withTypographyButtonLetterSpacing
Fluent setter for typographyButtonLetterSpacing -
getTypographyButtonTextTransform
Getter for typographyButtonTextTransform -
setTypographyButtonTextTransform
Setter for typographyButtonTextTransform -
withTypographyButtonTextTransform
Fluent setter for typographyButtonTextTransform -
getTypographyCaptionFontSize
Getter for typographyCaptionFontSize -
setTypographyCaptionFontSize
Setter for typographyCaptionFontSize -
withTypographyCaptionFontSize
Fluent setter for typographyCaptionFontSize -
getTypographyCaptionFontWeight
Getter for typographyCaptionFontWeight -
setTypographyCaptionFontWeight
Setter for typographyCaptionFontWeight -
withTypographyCaptionFontWeight
Fluent setter for typographyCaptionFontWeight -
getTypographyCaptionLineHeight
Getter for typographyCaptionLineHeight -
setTypographyCaptionLineHeight
Setter for typographyCaptionLineHeight -
withTypographyCaptionLineHeight
Fluent setter for typographyCaptionLineHeight -
getTypographyCaptionLetterSpacing
Getter for typographyCaptionLetterSpacing -
setTypographyCaptionLetterSpacing
Setter for typographyCaptionLetterSpacing -
withTypographyCaptionLetterSpacing
Fluent setter for typographyCaptionLetterSpacing
-