com.sun.perseus.demo
Class ContactListScreen.CommonContactItemBinder

java.lang.Object
  extended by com.sun.perseus.demo.ContactListScreen.CommonContactItemBinder
All Implemented Interfaces:
SVGList.ListItemBinder
Enclosing class:
ContactListScreen

static class ContactListScreen.CommonContactItemBinder
extends java.lang.Object
implements SVGList.ListItemBinder

In the list displayed by this application, we display the contact name in the list item which must be a element.


Constructor Summary
ContactListScreen.CommonContactItemBinder()
           
 
Method Summary
 void bindItem(java.lang.Object itemValue, org.w3c.dom.svg.SVGElement itemElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContactListScreen.CommonContactItemBinder

ContactListScreen.CommonContactItemBinder()
Method Detail

bindItem

public void bindItem(java.lang.Object itemValue,
                     org.w3c.dom.svg.SVGElement itemElement)
Specified by:
bindItem in interface SVGList.ListItemBinder
Parameters:
itemValue - - the item value to transfer to the SVG element.
itemElement - - the item element where the item value is displayed.