DekGenius.com
[ Team LiB ] Previous Section Next Section

NSUserInterfaceValidations Mac OS X 10.0

This protocol, in conjunction with NSValidatedUserInterfaceItem, declares methods that classes implement to provide user interface object validation. This protocol declares the single method validateUserInterfaceItem:, which enables or disables interface objects based on the return value.

@protocol NSUserInterfaceValidations
 // Instance Methods
   - (BOOL)validateUserInterfaceItem:(id <NSValidatedUserInterfaceItem>)anItem;
@end

    [ Team LiB ] Previous Section Next Section