vi.actions.list_order

Module Contents

Classes

ShopMarkAction

ShopMarkPayedAction

ShopMarkSentAction

ShopMarkCanceledAction

class vi.actions.list_order.ShopMarkAction(action, title, cls='', txtQuestion=None, txtSuccess=None, txtFailure=None, *args, **kwargs)

Bases: flare.button.Button

onAttach(self)
onDetach(self)
onSelectionChanged(self, table, selection, *args, **kwargs)
setPayed(self, order)
setPayedSucceeded(self, response)
setPayedFailed(self, response)
doMarkPayed(self, *args, **kwargs)
onClick(self, 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)