|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IModelItem
Each model value is a class that implements IModelItem.
| Method Summary | |
|---|---|
void |
clear()
clear the value back to its default, and clear the 'set' flag. |
IItemFormatter |
getFormatter()
get the current formatter for rendering this item into a prompt. |
boolean |
isSet()
Has the item be set (via the set method). |
java.lang.Object |
rawValue()
get raw value as object. |
void |
setFormatter(IItemFormatter formatter)
Set the formatter of this item. |
| Method Detail |
|---|
java.lang.Object rawValue()
void clear()
boolean isSet()
IItemFormatter getFormatter()
void setFormatter(IItemFormatter formatter)
formatter - A formatter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||