|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FieldFaceSource
Interface to be implemented by objects that can resolve a FieldFace for a field path and optionaly a given context.
MessageSourceFieldFaceSource
Method Summary | |
---|---|
FieldFace |
getFieldFace(String field)
Return the FieldFace for the field. |
FieldFace |
getFieldFace(String field,
Object context)
Return the FieldFace for the given field name and a context. |
Method Detail |
---|
FieldFace getFieldFace(String field)
field
- the form field
FieldFace getFieldFace(String field, Object context)
field
- the field namecontext
- optional context for the field face
IllegalArgumentException
- if field is null or empty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |