vi.actions.hierarchy
¶
Module Contents¶
Classes¶
Adds a new node in a hierarchy application. |
|
Edits a node in a hierarchy application. |
|
Allows cloning an entry (including its subentries) in a hierarchy application. |
|
Deletes a node from a hierarchy application. |
|
Allows adding an entry in a list-module. |
|
Allows adding an entry in a list-module. |
- class vi.actions.hierarchy.AddAction(*args, **kwargs)¶
Bases:
flare.button.Button
Adds a new node in a hierarchy application.
- static isSuitableFor(module, handler, actionName)¶
- onClick(sender=None)¶
- resetLoadingState()¶
- class vi.actions.hierarchy.EditAction(*args, **kwargs)¶
Bases:
flare.button.Button
Edits a node in a hierarchy application.
- onAttach()¶
- onDetach()¶
- onSelectionChanged(table, selection, *args, **kwargs)¶
- onSelectionActivated(table, selection)¶
- static isSuitableFor(module, handler, actionName)¶
- onClick(sender=None)¶
- openEditor(key)¶
- resetLoadingState()¶
- class vi.actions.hierarchy.CloneAction(*args, **kwargs)¶
Bases:
flare.button.Button
Allows cloning an entry (including its subentries) in a hierarchy application.
- onAttach()¶
- onDetach()¶
- onSelectionChanged(table, selection, *args, **kwargs)¶
- static isSuitableFor(module, handler, actionName)¶
- onClick(sender=None)¶
- openEditor(key)¶
- resetLoadingState()¶
- class vi.actions.hierarchy.DeleteAction(*args, **kwargs)¶
Bases:
flare.button.Button
Deletes a node from a hierarchy application.
- onAttach()¶
- onDetach()¶
- onSelectionChanged(table, selection, *args, **kwargs)¶
- static isSuitableFor(module, handler, actionName)¶
- onClick(sender=None)¶
- doDelete(dialog)¶
- allDeletedSuccess(success)¶
- resetLoadingState()¶