-
- All Implemented Interfaces:
-
java.io.Serializable
public final class ScanHintPopup implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private Stringtitleprivate Stringmessageprivate StringcloseButtonprivate IntegerimageSource
-
Constructor Summary
Constructors Constructor Description ScanHintPopup()
-
Method Summary
Modifier and Type Method Description final StringgetTitle()The text to display as title. final UnitsetTitle(String title)The text to display as title. final StringgetMessage()The text to display as message. final UnitsetMessage(String message)The text to display as message. final StringgetCloseButton()The text of the close button. final UnitsetCloseButton(String closeButton)The text of the close button. final IntegergetImageSource()The image to display. final UnitsetImageSource(Integer imageSource)The image to display. -
-
Method Detail
-
getMessage
final String getMessage()
The text to display as message.
-
setMessage
final Unit setMessage(String message)
The text to display as message.
-
getCloseButton
final String getCloseButton()
The text of the close button.
-
setCloseButton
final Unit setCloseButton(String closeButton)
The text of the close button.
-
getImageSource
final Integer getImageSource()
The image to display.
-
setImageSource
final Unit setImageSource(Integer imageSource)
The image to display.
-
-
-
-