public class HighlightInformation extends Object
Modifier and Type | Field and Description |
---|---|
Color |
colorBackground
colorBackground, This will be used as the background on the highlight date.
|
Color |
colorText
colorText, This will be used to color the text (the date number) on the highlight date.
|
String |
tooltipText
tooltipText, This text will be displayed as a "hover tooltip" on the highlighted date.
|
Constructor and Description |
---|
HighlightInformation()
Constructor, Default.
|
HighlightInformation(Color colorBackground)
Constructor, With a background color only.
|
HighlightInformation(Color colorBackground,
Color colorText)
Constructor, With all color fields.
|
HighlightInformation(Color colorBackground,
Color colorText,
String tooltipText)
Constructor, With all fields.
|
public Color colorBackground
public Color colorText
public String tooltipText
public HighlightInformation()
public HighlightInformation(Color colorBackground)
public HighlightInformation(Color colorBackground, Color colorText)
Copyright © 2021. All rights reserved.