|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the entity class related to this encoder.K - the type of the class' primary key property.public interface EditPage<T,K extends Serializable>
Interface that defines some common methods for pages that edit entities.
| Method Summary | |
|---|---|
Object |
getFormZone()
Returns the Zone that wraps the form. |
T |
getObject()
Returns edited object. |
void |
setObject(T object)
Changes the edited object. |
| Methods inherited from interface br.com.arsmachina.tapestrycrud.CrudPage |
|---|
getEntityClass, getMessage, getPrimaryKeyClass, setMessage |
| Method Detail |
|---|
T getObject()
T.void setObject(T object)
object - a T.Object getFormZone()
Zone that wraps the form. It is used for AJAX form submission.
Otherwise, just return null.
Object that must be a Zone (preferred) or a
Block
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||