Type Method 型メソッド

setDefaultPlaceholder:forMarker:withBinding:

Sets placeholder as the default placeholder for the binding, when a key value coding compliant property of an instance of the receiving class returns the value specified by marker, and no other placeholder has been specified.

Declaration 宣言

+ (void)setDefaultPlaceholder:(id)placeholder 
                    forMarker:(id)marker 
                  withBinding:(NSBindingName)binding;

Discussion 解説

The marker can be nil or one of the constants described in Selection Markers.

See Also 参照

Managing default placeholders

Related Documentation 関連文書