viewtify.edit
Edito
The editing state manager.
Root
Edito
The root edit context.
editing
kiss.SignalBoolean
Boolean
The edited event.
Edito
()
manageValue
(V
ui
, kiss.WiseConsumerX
save
)
void
V
ui
, kiss.WiseConsumerX
save
)V
|
|
X |
|
V ui |
|
kiss.WiseConsumer save |
Manage edit state of the specified UI.
manageList
(V
ui
, kiss.WiseConsumerListX
save
)
void
V
ui
, kiss.WiseConsumerListX
save
)V
|
|
X |
|
V ui |
|
kiss.WiseConsumer save |
Manage edit state of the specified UI.
isEditing
()
boolean
boolean |
Test whether there is any editing state or not.
countEditing
()
int
int |
Count the number of editing state.
save
()
void
Save all changes.
revert
()
void
Revert all changes.
stop
()
void
Stop edit management.