vi.actions.list_order
¶
Module Contents¶
Classes¶
- class vi.actions.list_order.ShopMarkAction(action, title, cls='', txtQuestion=None, txtSuccess=None, txtFailure=None, *args, **kwargs)¶
Bases:
flare.button.Button
- onAttach()¶
- onDetach()¶
- onSelectionChanged(table, selection, *args, **kwargs)¶
- setPayed(order)¶
- setPayedSucceeded(response)¶
- setPayedFailed(response)¶
- doMarkPayed(*args, **kwargs)¶
- onClick(sender=None)¶
- class vi.actions.list_order.ShopMarkPayedAction(*args, **kwargs)¶
Bases:
ShopMarkAction
- static isSuitableFor(module, handler, actionName)¶
- class vi.actions.list_order.ShopMarkSentAction(*args, **kwargs)¶
Bases:
ShopMarkAction
- static isSuitableFor(module, handler, actionName)¶
- class vi.actions.list_order.ShopMarkCanceledAction(*args, **kwargs)¶
Bases:
ShopMarkAction
- static isSuitableFor(module, handler, actionName)¶