|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ControllerState
Represents a state of a controller. This is for the controllers of principal datas. The state can change when a user interaction occurs or a state can be changed by an other state.
| Method Summary | |
|---|---|
void |
apply()
Apply the state. |
ControllerState |
cancel()
Cancel the current state. |
ControllerState |
create()
Create a new object. |
ControllerState |
delete()
Delete the current data. |
ControllerState |
manualEdit()
Edit manually the current data. |
ControllerState |
save(FormBean infos)
Save the current data. |
ControllerState |
view(Data data)
Display a data. |
| Method Detail |
|---|
void apply()
ControllerState save(FormBean infos)
infos - The informations of the interface
ControllerState or nullControllerState cancel()
ControllerState or nullControllerState create()
ControllerState or nullControllerState delete()
ControllerState or nullControllerState manualEdit()
ControllerState or nullControllerState view(Data data)
data - the data to display.
ControllerState or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||