Abstract
Private
_childPrivate
_childProtected
isProtected
getProtected
getProtected
Get a child reference by a given Index position
Child Reference
OSFramework.Patterns.AbstractParent
Index of the item to be returned
Optional
childType: stringTo be based on childType childs collection, otherwise will assume parent only contains one child type!
Protected
getProtected
setProtected
unsetGetter that allows to obtain all the childs when parent only contains childs of one type, otherwise a type must be passed in order to return all child of the given type!
OSFramework.Patterns.AbstractParent
Optional
type: stringTo be based on childType childs collection, otherwise will assume parent only contains one child type!
Abstract
beMethod used to be notified by a given ChildId about a given action and act accordingly
OSFramework.Patterns.AbstractParent
Child Item
Notification name (Should be based on an Enum)
Protected
finishProtected
triggerProtected
triggerProtected
unsetProtected
Abstract
setProtected
Abstract
setProtected
Abstract
setProtected
Abstract
unsetProtected
Abstract
unsetCreates an instance of AbstractPattern.
OSFramework.Patterns.AbstractPattern
Protected
_enableProtected
Getter that allows to obtain the accessibility is enabled.
OSFramework.Patterns.AbstractPattern
Getter that allows to obtain the self element.
OSFramework.Patterns.AbstractPattern
Getter that tells if the pattern is already built.
OSFramework.Patterns.AbstractPattern
Current configurations/state of the pattern.
OSFramework.Patterns.AbstractPattern
Unique id of the pattern. Internal use only.
OSFramework.Patterns.AbstractPattern
Id of the pattern known by the developer. External use only.
OSFramework.Patterns.AbstractPattern
Defines the Default props and methods for Patterns that will have other Patterns as its childs
Export
Abstract
Implements
Template