Class DropDown<T>
java.lang.Object
bld.generator.report.excel.dropdown.DropDown<T>
- Type Parameters:
T- the generic type
- Direct Known Subclasses:
BooleanDropDown,CalendarDropDown,CharacterDropDown,DateDropDown,NumberDropDown,StringDropDown,TimestampDropDown
The Class DropDown.
-
Constructor Summary
ConstructorsConstructorDescriptionDropDown()Instantiates a new drop down.Instantiates a new drop down.Instantiates a new drop down.Instantiates a new drop down.Instantiates a new drop down. -
Method Summary
Modifier and TypeMethodDescriptionbooleanEquals.Gets the box message.getList()Gets the list.getValue()Gets the value.inthashCode()Hash code.booleanChecks if is suppress drop down arrow.voidsetBoxMessage(BoxMessage boxMessage) Sets the box message.voidSets the list.voidsetSuppressDropDownArrow(boolean suppressDropDownArrow) Sets the suppress drop down arrow.voidSets the value.
-
Constructor Details
-
DropDown
public DropDown()Instantiates a new drop down. -
DropDown
Instantiates a new drop down.- Parameters:
value- the valuesuppressDropDownArrow- the suppress drop down arrow
-
DropDown
Instantiates a new drop down.- Parameters:
value- the value
-
DropDown
Instantiates a new drop down.- Parameters:
value- the valuelist- the listsuppressDropDownArrow- the suppress drop down arrow
-
DropDown
Instantiates a new drop down.- Parameters:
value- the valuelist- the list
-
-
Method Details
-
getValue
Gets the value.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-
getList
Gets the list.- Returns:
- the list
-
setList
Sets the list.- Parameters:
list- the new list
-
isSuppressDropDownArrow
public boolean isSuppressDropDownArrow()Checks if is suppress drop down arrow.- Returns:
- true, if is suppress drop down arrow
-
setSuppressDropDownArrow
public void setSuppressDropDownArrow(boolean suppressDropDownArrow) Sets the suppress drop down arrow.- Parameters:
suppressDropDownArrow- the new suppress drop down arrow
-
getBoxMessage
Gets the box message.- Returns:
- the box message
-
setBoxMessage
Sets the box message.- Parameters:
boxMessage- the new box message
-
hashCode
public int hashCode()Hash code. -
equals
Equals.
-