SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A toolbar item can be add to a toolbar control.
Author: JANConstructor Summary | |
IWToolbarItem(unique)
Creates a new toolbar item. |
Method Summary | |
String
|
getName()
Returns the name of the toolbar item. |
Object
|
getNode()
Returns the DOM node of this toolbar item. |
void
|
setNode(newNode)
Sets the DOM node of this toolbar item. |
String
|
toString()
Returns a string represenation of this toolbar item. |
Constructor Detail |
IWToolbarItem(unique)
name unique
- name of the toolbar item.
Method Detail |
String getName()
String
Object getNode()
Object
void setNode(newNode)
Object newNode
void
String toString()
String