Class ElementModule
Collaborates with ElementRenderer and ObjectsCollection
-
Nethgui\Widget\Xhtml\ElementModule
implements
Nethgui\Module\ModuleInterface
Methods summary
public
|
|
public
Nethgui\Module\ModuleAttributesInterface
|
#
getAttributesProvider( )
Gain access to the attributes of this module
Gain access to the attributes of this module
Returns
Api
Implementation of
|
public
string
|
#
getIdentifier( )
The Module Identifier is a string that univocally identifies a Module.
The Module Identifier is a string that univocally identifies a Module.
Returns
string Returns the unique module identifier
Api
Implementation of
|
public
ModuleInterface
|
#
getParent( )
Gets a reference to the parent Module.
Gets a reference to the parent Module.
Returns
ModuleInterface
Api
Implementation of
|
public
|
#
initialize( )
After initialization a module...
After initialization a module...
Api
Implementation of
|
public
boolean
|
#
isInitialized( )
Prevents double initialization.
Prevents double initialization.
Returns
boolean FALSE, if not yet initialized, TRUE otherwise.
Api
Implementation of
|
public
ModuleInterface
|
#
setParent( Nethgui\Module\ModuleInterface $parentModule )
Sets the reference to the parent Module.
Sets the reference to the parent Module.
Returns
ModuleInterface
See
ModuleCompositeInterface addChild() operation.
Api
Implementation of
|