T - the generic typepublic abstract class DropDown<T> extends Object
| Constructor and Description |
|---|
DropDown()
Instantiates a new drop down.
|
DropDown(T value)
Instantiates a new drop down.
|
DropDown(T value,
boolean suppressDropDownArrow)
Instantiates a new drop down.
|
DropDown(T value,
List<T> list)
Instantiates a new drop down.
|
DropDown(T value,
List<T> list,
boolean suppressDropDownArrow)
Instantiates a new drop down.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
BoxMessage |
getBoxMessage()
Gets the box message.
|
List<T> |
getList()
Gets the list.
|
T |
getValue()
Gets the value.
|
int |
hashCode()
Hash code.
|
boolean |
isSuppressDropDownArrow()
Checks if is suppress drop down arrow.
|
void |
setBoxMessage(BoxMessage boxMessage)
Sets the box message.
|
void |
setList(List<T> list)
Sets the list.
|
void |
setSuppressDropDownArrow(boolean suppressDropDownArrow)
Sets the suppress drop down arrow.
|
void |
setValue(T value)
Sets the value.
|
public DropDown()
public DropDown(T value, boolean suppressDropDownArrow)
value - the valuesuppressDropDownArrow - the suppress drop down arrowpublic DropDown(T value)
value - the valuepublic DropDown(T value, List<T> list, boolean suppressDropDownArrow)
value - the valuelist - the listsuppressDropDownArrow - the suppress drop down arrowpublic T getValue()
public void setValue(T value)
value - the new valuepublic boolean isSuppressDropDownArrow()
public void setSuppressDropDownArrow(boolean suppressDropDownArrow)
suppressDropDownArrow - the new suppress drop down arrowpublic BoxMessage getBoxMessage()
public void setBoxMessage(BoxMessage boxMessage)
boxMessage - the new box messageCopyright © 2022. All rights reserved.