public class DefaultSelectItem extends Object implements SelectItem
SelectItem
.Constructor and Description |
---|
DefaultSelectItem(String name,
String item,
boolean enabled,
boolean selected) |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Returns if item is enabled.
|
String |
item()
Gets an item
|
String |
name()
Gets a name.
|
boolean |
selected()
Return if the item is selected.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
of, of
public String name()
SelectItem
name
in interface SelectItem
public String item()
SelectItem
item
in interface SelectItem
public boolean enabled()
SelectItem
enabled
in interface SelectItem
public boolean selected()
SelectItem
selected
in interface SelectItem
Copyright © 2024. All rights reserved.