|
||||||||||
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 null
ControllerState cancel()
ControllerState
or null
ControllerState create()
ControllerState
or null
ControllerState delete()
ControllerState
or null
ControllerState manualEdit()
ControllerState
or null
ControllerState 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 |