simpleExtensionElement = element * - atom:* { text } structuredExtensionElement = element * - atom:* { (attribute * { text }+, (text|anyElement)*) | (attribute * { text }*, (text?, anyElement+, (text|anyElement)*)) }
Common interface for all extensions. An extension can be a plugin (e.g. {@link ScrollerPlugin}, {@link ColReorderPlugin}), a feature (e.g. {@link PaginationTypeBootstrapFeature}, {@link AbstractFilteringFeature}add-on) or a theme (e.g. {@link Bootstrap2Theme}).
An extension can be composed of :
oTable_myTableId = $('#myTableId').dataTable(oTable_myTableId_params).columnFilter({...});
=> BEFOREALL var oTable_tableId = $('#myTableId'); var oTable_tableId_params = {...}; => BEFORESTARTDOCUMENTREADY $(document).ready(function(){ => AFTERSTARTDOCUMENTREADY oTable_myTableId = $('#myTableId').dataTable(oTable_myTableId_params); => BEFOREENDDOCUMENTREADY }); => AFTERALL
Title: im
Description:
Copyright: Copyright (c) 2001
Company:
@author E.S. de Boer @version 1.0Extension ::= SEQUENCE { extnID OBJECT IDENTIFIER, critical BOOLEAN DEFAULT FALSE, extnValue OCTET STRING }
Extension
is a kind of listener descriptor that will be installed on a concrete ExtensionPoint
that acts as kind of Publisher.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
For more information about optional packages, see the document Optional Package Versioning in the documentation bundle for your Java2 Standard Edition package, in file guide/extensions/versioning.html
.
The following features are supported:
The following features are supported:
The following features are supported:
That {@link Frame}s are passed through the Extension via the {@link IncomingFrames} and {@link OutgoingFrames} interfaces
Initial Date: 02.08.2005
@author Felix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|