-
Book Overview & Buying
-
Table Of Contents
qooxdoo Beginner's Guide
qooxdoo framework abstracts the common functionalities required by all the widgets into a few base classes, so that it can be reused by any class through object inheritance. Let's start with these base classes.
Object is the base class for all other qooxdoo classes either directly or indirectly. The qx.core.Object class has the implementation for most of the functionalities, such as, object management, logging, event handling, object-oriented features, and so on.
A class can extend the qx.core.Object class to get all the functionalities defined in the this class. When you want to add any functionality to your class, just inherit the Object class and add the extra functionalities in the subclass.
The major functionalities of the Object class are explained in the sections that follow.
The Object class provides the following methods for object management, such as, creation, destruction, and so on:
base(): This method calls base class method...
Change the font size
Change margin width
Change background colour