org.speakright.core
Interface IItemReusableFormatter

All Superinterfaces:
IItemFormatter, java.io.Serializable
All Known Implementing Classes:
App.VotingResultsList, TestListNavigator.MyFlightItem.FlightItemShortFormatter

public interface IItemReusableFormatter
extends IItemFormatter

A formatter that isn't bound to a single instance of an IModelItem. A single instance of a 'reusable' formatter can be used on multiple items.

Author:
IanRaeLaptop

Method Summary
 void setItem(IModelItem item)
           
 
Methods inherited from interface org.speakright.core.IItemFormatter
formatItem
 

Method Detail

setItem

void setItem(IModelItem item)