-
@Immutable() public final class InvoicePreviewScreenColors
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvoicePreviewScreenColors.CloseButtonpublic final classInvoicePreviewScreenColors.ErrorMessagepublic final classInvoicePreviewScreenColors.ErrorHintpublic classInvoicePreviewScreenColors.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Colorbackgroundprivate final GiniTopBarColorstopBarColorsprivate final GiniContextMenuColorstopBarOverflowMenuColorsprivate final InvoicePreviewScreenColors.CloseButtoncloseButtonprivate final InvoicePreviewScreenFooterColorsfooterColorsprivate final InvoicePreviewScreenColors.ErrorMessageerrorMessage
-
Constructor Summary
Constructors Constructor Description InvoicePreviewScreenColors(Color background, GiniTopBarColors topBarColors, GiniContextMenuColors topBarOverflowMenuColors, InvoicePreviewScreenColors.CloseButton closeButton, InvoicePreviewScreenFooterColors footerColors, InvoicePreviewScreenColors.ErrorMessage errorMessage)
-
Method Summary
Modifier and Type Method Description final ColorgetBackground()final GiniTopBarColorsgetTopBarColors()final GiniContextMenuColorsgetTopBarOverflowMenuColors()final InvoicePreviewScreenColors.CloseButtongetCloseButton()final InvoicePreviewScreenFooterColorsgetFooterColors()final InvoicePreviewScreenColors.ErrorMessagegetErrorMessage()-
-
Constructor Detail
-
InvoicePreviewScreenColors
InvoicePreviewScreenColors(Color background, GiniTopBarColors topBarColors, GiniContextMenuColors topBarOverflowMenuColors, InvoicePreviewScreenColors.CloseButton closeButton, InvoicePreviewScreenFooterColors footerColors, InvoicePreviewScreenColors.ErrorMessage errorMessage)
-
-
Method Detail
-
getBackground
final Color getBackground()
-
getTopBarColors
final GiniTopBarColors getTopBarColors()
-
getTopBarOverflowMenuColors
final GiniContextMenuColors getTopBarOverflowMenuColors()
-
getCloseButton
final InvoicePreviewScreenColors.CloseButton getCloseButton()
-
getFooterColors
final InvoicePreviewScreenFooterColors getFooterColors()
-
getErrorMessage
final InvoicePreviewScreenColors.ErrorMessage getErrorMessage()
-
-
-
-