Class k.i.IValidatableProxyWidget(IProxyWidget):

Part of kiwi.interfaces

IValidatableProxyWidget extends IProxyWidget with validation support

Signals:
  validate: This emitted so each widget can provide it's own
    custom validation.
  validation-changed: This is emitted when the validation status
    changes, mainly used by the proxy.
Properties:
  mandatory: bool, if the widget is mandatory
Functionis_validUndocumented
FunctionvalidateUndocumented
def is_valid():
Undocumented
def validate(force=False):
Undocumented