public class DefaultSelectItem extends Object implements SelectItem
SelectItem
.Constructor and Description |
---|
DefaultSelectItem(String name,
String item,
boolean enabled) |
Modifier and Type | Method and Description |
---|---|
boolean |
enabled()
Returns if item is enabled.
|
String |
item()
Gets an item
|
String |
name()
Gets a name.
|
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
Copyright © 2022. All rights reserved.