Lines Matching defs:AttributeCore
47 * AttributeCore provides the lightest level of configurable attribute support. It is designed to be
65 * <p>Object/Classes based on AttributeCore can augment <a href="AttributeEvents.html">AttributeEvents</a>
69 * @class AttributeCore
74 function AttributeCore(attrs, values, lazy) {
83 * AttributeCore.INVALID_VALUE to prevent invalid values from being stored.</p>
90 AttributeCore.INVALID_VALUE = {};
91 INVALID_VALUE = AttributeCore.INVALID_VALUE;
105 AttributeCore._ATTR_CFG = [SETTER, GETTER, VALIDATOR, VALUE, VALUE_FN, WRITE_ONCE, READ_ONLY, LAZY_ADD, BYPASS_PROXY];
107 AttributeCore.prototype = {
374 * This is currently a hack. There's no real need for the AttributeCore implementation
886 Y.AttributeCore = AttributeCore