public interface Icon extends CommonDDBean
Important note: Do not provide an implementation of this interface unless you are a DD API provider!
| Modifier and Type | Field and Description |
|---|---|
static String |
LARGE_ICON |
static String |
SMALL_ICON |
static String |
XMLLANG |
| Modifier and Type | Method and Description |
|---|---|
String |
getLargeIcon()
Getter for large-icon property.
|
String |
getSmallIcon()
Getter for small-icon property.
|
String |
getXmlLang()
Getter for xml:lang attribute.
|
void |
setLargeIcon(String value)
Setter for large-icon property.
|
void |
setSmallIcon(String value)
Setter for small-icon property.
|
void |
setXmlLang(String value)
Setter for xml:lang attribute.
|
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writestatic final String XMLLANG
static final String SMALL_ICON
static final String LARGE_ICON
void setXmlLang(String value) throws VersionNotSupportedException
value - attribute valueVersionNotSupportedExceptionString getXmlLang() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setSmallIcon(String value)
value - property valueString getSmallIcon()
void setLargeIcon(String value)
value - property valueString getLargeIcon()
Built on May 22 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.