Class BoxMessage
java.lang.Object
bld.generator.report.excel.dropdown.BoxMessage
The Class BoxMessage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the box style.Gets the message.getTitle()Gets the title.booleanisShow()Checks if is show.voidsetBoxStyle(BoxStyle boxStyle) Sets the box style.voidsetMessage(String message) Sets the message.voidsetShow(boolean show) Sets the show.voidSets the title.
-
Constructor Details
-
BoxMessage
public BoxMessage()Instantiates a new box message.
-
-
Method Details
-
isShow
public boolean isShow()Checks if is show.- Returns:
- true, if is show
-
setShow
public void setShow(boolean show) Sets the show.- Parameters:
show- the new show
-
getBoxStyle
Gets the box style.- Returns:
- the box style
-
setBoxStyle
Sets the box style.- Parameters:
boxStyle- the new box style
-
getTitle
Gets the title.- Returns:
- the title
-
setTitle
Sets the title.- Parameters:
title- the new title
-
getMessage
Gets the message.- Returns:
- the message
-
setMessage
Sets the message.- Parameters:
message- the new message
-