org.speakright.core
Interface IItemFormatter

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IItemReusableFormatter
All Known Implementing Classes:
App.VotingResultsList, DefaultItemFormatter, SRODateItem, SROOrdinalItem.OrdinalItemFormatter, SROSubjectItem.SubjectItemFormatter, TestListNavigator.MyFlightItem.FlightItemFormatter, TestListNavigator.MyFlightItem.FlightItemShortFormatter, TestRender.MyItem

public interface IItemFormatter
extends java.io.Serializable

Interface for the formatters that IModelItem use to render themselves into a prompt.

Author:
Ian Rae

Method Summary
 java.lang.String formatItem()
          Return a prompt string that says the value of a model item.
 

Method Detail

formatItem

java.lang.String formatItem()
Return a prompt string that says the value of a model item.

Returns: