@Deprecated public static class IltObject.ListPrimaryStateStyleValueProvider extends IlpAbstractStyleValueProvider
Internal use only.
dependentStyles, styleListeners, supportNotification
Constructor and Description |
---|
ListPrimaryStateStyleValueProvider()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
getStringValue()
Deprecated.
Returns the value for the given style as a string.
|
Object |
getValue(IlpKey key,
IlpStyle style)
Deprecated.
Returns the value for the given style.
|
Class |
getValueType()
Deprecated.
Returns the Java class of the value the style value provider is expected to
return.
|
addDependentStyle, addStyleChangeListener, clone, fireStyleChangeEvent, fireStyleChangeEvent, hasDependentStyles, removeDependentStyle, removeStyleChangeListener, setSupportNotification, specificAddDependentStyle, specificRemoveDependentStyle, styleChanged
public ListPrimaryStateStyleValueProvider()
public String getStringValue()
IlpStyleValueProvider
IlpStyleValueProvider
interface to provide
the data that should be stored when the style value provider is saved to
the persistent storage. Correspondingly, a string-based constructor for the
style value provider is needed to restore the value when reading it from
the stored styles.public Object getValue(IlpKey key, IlpStyle style)
IlpStyleValueProvider
key
- Style key whose value is being requested.style
- Style whose value is requested.IlpStyle.NotFound
if the value could not
be calculated by this provider.public Class getValueType()
IlpStyleValueProvider
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.