|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEditForm
Interface represents a "detail" container.
Fields are mapped with DTO value.
| Method Summary | |
|---|---|
void |
changeStateFields()
Used to disable the fields that can be changed, case the operation be an update. |
boolean |
generatePK()
Flag to indicate if PK is generated automatically. |
IDTO |
getDTO()
Gets the container DTO. |
IForm |
getSaveForm()
Gets the swaping grid during the save. |
void |
initFields()
Initialize values. |
boolean |
isUpdate()
Flag to indicate an update. |
boolean |
loadDTO()
load a DTO. |
void |
setDTO(IDTO dto)
Sets the container DTO. |
void |
setUpdate(boolean update)
Sets the update status. |
| Methods inherited from interface com.tekann.codegen.pda.ITableForm |
|---|
displayFK, showDatabaseMessage |
| Methods inherited from interface com.tekann.codegen.pda.IForm |
|---|
getFont, getMenuBar, getTitle, loadForm, loadMenuBar, onSwap, setTitle, showMessage |
| Methods inherited from interface com.tekann.i18n.Internacionalizable |
|---|
getID, getResourceDir, getResourcePrefix |
| Method Detail |
|---|
void changeStateFields()
IDTO getDTO()
IForm getSaveForm()
void initFields()
boolean isUpdate()
boolean loadDTO()
throws java.lang.Exception
java.lang.Exceptionvoid setDTO(IDTO dto)
dto - Dto.void setUpdate(boolean update)
update - boolean generatePK()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||