SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The label class encapsulate important attributes for updating language specific text elements.
Author: JANConstructor Summary | |
IWLabel(key, domElement, domAttribute)
The label class encapsulate important attributes for updating language specific text elements. |
Method Summary | |
String
|
getDomAttribute()
Returns the name of the DOM attribute which will be updated. title and alt .
|
Object
|
getDomElement()
Returns the DOM element for this label. |
String
|
getKey()
Returns the language key for this label. |
String
|
toString()
Returns a string representation of this object. |
Constructor Detail |
IWLabel(key, domElement, domAttribute)
String key
- the key of the text element
Object domElement
- the DOM element
String domAttribute
- the name of the DOM attribute
Method Detail |
String getDomAttribute()
innerHTML
,
title
and alt
.
String
Object getDomElement()
Object
String getKey()
String
String toString()
String