Overview

Namespaces

  • Nethgui
    • Adapter
    • Authorization
    • Component
    • Controller
      • Collection
      • Table
    • Exception
    • Log
    • Model
    • Module
      • Help
      • Notification
    • Renderer
    • Serializer
    • System
    • Test
      • Tool
      • Unit
        • Nethgui
          • Adapter
            • ParameterSet
          • Authorization
          • Log
          • Module
            • Notification
          • Renderer
          • Serializer
          • System
          • Utility
          • View
        • Test
          • Tool
    • Utility
    • View
    • Widget
      • Xhtml
  • None
  • Test
    • Tool

Classes

  • Button
  • CheckBox
  • CollectionEditor
  • Columns
  • ElementList
  • ElementModule
  • ElementRenderer
  • Fieldset
  • FieldsetSwitch
  • FileUpload
  • Form
  • Hidden
  • ObjectPicker
  • ObjectsCollection
  • Panel
  • ProgressBar
  • RadioButton
  • Selector
  • Slider
  • Tabs
  • TextArea
  • TextInput
  • TextLabel
  • TextList
  • Overview
  • Namespace
  • Class
  • Deprecated

Class ElementModule

Collaborates with ElementRenderer and ObjectsCollection

Nethgui\Widget\Xhtml\ElementModule implements Nethgui\Module\ModuleInterface
Namespace: Nethgui\Widget\Xhtml
Located at Widget/Xhtml/ObjectsCollection.php
Methods summary
public
# __construct( $id, Nethgui\Module\ModuleAttributesInterface $attributesProvider )
public Nethgui\Module\ModuleAttributesInterface
# getAttributesProvider( )

Gain access to the attributes of this module

Gain access to the attributes of this module

Returns

Nethgui\Module\ModuleAttributesInterface

Api

Implementation of

Nethgui\Module\ModuleInterface::getAttributesProvider()
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

Nethgui\Module\ModuleInterface::getIdentifier()
public ModuleInterface
# getParent( )

Gets a reference to the parent Module.

Gets a reference to the parent Module.

Returns

ModuleInterface

Api

Implementation of

Nethgui\Module\ModuleInterface::getParent()
public
# initialize( )

After initialization a module...

After initialization a module...

Api

Implementation of

Nethgui\Module\ModuleInterface::initialize()
public boolean
# isInitialized( )

Prevents double initialization.

Prevents double initialization.

Returns

boolean
FALSE, if not yet initialized, TRUE otherwise.

Api

Implementation of

Nethgui\Module\ModuleInterface::isInitialized()
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

Nethgui\Module\ModuleInterface::setParent()
Constants inherited from Nethgui\Module\ModuleInterface
ACTION_INSTANTIATE
Nethgui Framework API documentation generated by ApiGen