
|
What is a part of a page |
| A piece of the html of a page. Also the method, object or skin that produces it. |
The classes of these objects are subclasses of . The abstract superclasses of the parts of the default user interface are in the , click here for an overview with short descriptions.
Composing pages from parts is an important reuse mechanism of the user-interfacing framework. The printing of a part is initiated by calling the printPart method in the current page, part object or skin. The default parts can be specialized. For finding out the composition of a page and specializing its parts, see how to specialize a part of a page.
Special kind of parts are form widgets. They produce the widgets in EditDetailsPages. They are printed by calling . The abstract superclasses of the form widgets of the default user interface are in the , click here for an overview with short descriptions. |
|
 |
User Contributed Notes