-
public final class InvoicePreviewScreenColors.ErrorMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final ColormessageColorprivate final InvoicePreviewScreenColors.ErrorHinterrorHint
-
Constructor Summary
Constructors Constructor Description InvoicePreviewScreenColors.ErrorMessage(Color messageColor, InvoicePreviewScreenColors.ErrorHint errorHint)
-
Method Summary
Modifier and Type Method Description final ColorgetMessageColor()final InvoicePreviewScreenColors.ErrorHintgetErrorHint()-
-
Constructor Detail
-
InvoicePreviewScreenColors.ErrorMessage
InvoicePreviewScreenColors.ErrorMessage(Color messageColor, InvoicePreviewScreenColors.ErrorHint errorHint)
-
-
Method Detail
-
getMessageColor
final Color getMessageColor()
-
getErrorHint
final InvoicePreviewScreenColors.ErrorHint getErrorHint()
-
-
-
-