public class CategorizedComboBoxElement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CategorizedComboBoxElement.Type
The type of the element.
|
Constructor and Description |
---|
CategorizedComboBoxElement(Object value,
CategorizedComboBoxElement.Type type)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
CategorizedComboBoxElement.Type |
getType()
Returns the type of the element.
|
Object |
getValue()
Returns the value.
|
int |
hashCode() |
public CategorizedComboBoxElement(Object value, CategorizedComboBoxElement.Type type)
value
- the value of the element.type
- the type of the element.public Object getValue()
public CategorizedComboBoxElement.Type getType()
Copyright 2010-2020 ForgeRock AS.