|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.speakright.core.DefaultItemFormatter
public class DefaultItemFormatter
The default item formatter simply calls toString of the given model item. Therefore model item's should override toString, unless they always supply their own formatter.
| Constructor Summary | |
|---|---|
DefaultItemFormatter(IModelItem item)
|
|
| Method Summary | |
|---|---|
java.lang.String |
formatItem()
Return a prompt string that says the value of a model item. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultItemFormatter(IModelItem item)
| Method Detail |
|---|
public java.lang.String formatItem()
IItemFormatter
formatItem in interface IItemFormatter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||