MODULES Uize.Oop.BasicClass
- Contents
- 1. Introduction
-
2. Static Methods
- 2.1. Uize.Oop.BasicClass.declare
- 2.2. Uize.Oop.BasicClass.dualContextMethods
- 2.3. Uize.Oop.BasicClass.dualContextProperties
- 2.4. Uize.Oop.BasicClass.instanceMethods
- 2.5. Uize.Oop.BasicClass.instanceProperties
- 2.6. Uize.Oop.BasicClass.mixins
- 2.7. Uize.Oop.BasicClass.staticMethods
- 2.8. Uize.Oop.BasicClass.staticProperties
- 2.9. Uize.Oop.BasicClass.subclass
- 3. Static Properties
1. Introduction
The Uize.Oop.BasicClass
module implements an abstract base class for lightweight class modules.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the Uize.Oop.BasicClass
module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the UIZE Web site that reference the Uize.Oop.BasicClass
module...
SEARCH
1.2. Implementation Info
The Uize.Oop.BasicClass
module defines the Uize.Oop.BasicClass
package under the Uize.Oop
namespace.
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
STATIC METHODS
Uize.Oop.BasicClass.declare
| Uize.Oop.BasicClass.dualContextMethods
| Uize.Oop.BasicClass.dualContextProperties
| Uize.Oop.BasicClass.instanceMethods
| Uize.Oop.BasicClass.instanceProperties
| Uize.Oop.BasicClass.mixins
| Uize.Oop.BasicClass.staticMethods
| Uize.Oop.BasicClass.staticProperties
| Uize.Oop.BasicClass.subclass
STATIC PROPERTIES
Uize.Oop.BasicClass.moduleName
| Uize.Oop.BasicClass.pathToResources
1.2.2. Features Overridden in This Module
No features have been overridden in this module.
1.2.3. Features Inherited From Other Modules
This module has no inherited features.
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the Uize.Oop.BasicClass
module.
2. Static Methods
2.1. Uize.Oop.BasicClass.declare
IMPLEMENTATION INFO
this feature was introduced in this module |
2.2. Uize.Oop.BasicClass.dualContextMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
2.3. Uize.Oop.BasicClass.dualContextProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
2.4. Uize.Oop.BasicClass.instanceMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
2.5. Uize.Oop.BasicClass.instanceProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
2.6. Uize.Oop.BasicClass.mixins
IMPLEMENTATION INFO
this feature was introduced in this module |
2.7. Uize.Oop.BasicClass.staticMethods
IMPLEMENTATION INFO
this feature was introduced in this module |
2.8. Uize.Oop.BasicClass.staticProperties
IMPLEMENTATION INFO
this feature was introduced in this module |
2.9. Uize.Oop.BasicClass.subclass
IMPLEMENTATION INFO
this feature was introduced in this module |