public abstract class AbstractOptionModel extends Object implements OptionModel
OptionModel
. Subclasses must implement OptionModel.getLabel()
and OptionModel.getValue()
}.Constructor and Description |
---|
AbstractOptionModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes()
Returns null.
|
boolean |
isDisabled()
Returns false.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLabel, getValue
public AbstractOptionModel()
public boolean isDisabled()
isDisabled
in interface OptionModel
public Map<String,String> getAttributes()
getAttributes
in interface OptionModel
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.