@Internal
public interface LnFDefaultColorProvider
LookAndFeelBean
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getValue(String key)
For property name that has an associated default color returns
Optional.of(<color-hex>) , "color-hex" being a
representation of color that starts with a hash ("#"),
followed by six hexadecimal digits, e.g. |
Optional<String> getValue(String key)
Optional.of(<color-hex>)
, "color-hex" being a
representation of color that starts with a hash ("#"),
followed by six hexadecimal digits, e.g. "#abcdef".
If the given key is not associated with any color, return
Optional.empty()
Copyright © 2002-2022 Atlassian. All Rights Reserved.