public interface HTMLattrs extends AknObject
These attributes are used to specify class, style and title of the element, exactly as in HTML<
<xsd:attributeGroup name="HTMLattrs">
<xsd:attribute name="class" type="xsd:string"/>
<xsd:attribute name="style" type="xsd:string"/>
<xsd:attribute name="title" type="xsd:string"/>
</xsd:attributeGroup>
| Modifier and Type | Method and Description |
|---|---|
String |
getClazz() |
String |
getStyle() |
String |
getTitle() |
void |
setClazz(String clazz) |
void |
setStyle(String style) |
void |
setTitle(String title) |
attributes, compare, name, nestedCompareread, writeCopyright © 2017. All rights reserved.