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 CollectionEditor

A collection editor allows to create / update / delete the elements of a collection of objects.

Each element belongs to a class, having its create / update / show template.

Nethgui\Widget\AbstractWidget implements Nethgui\Renderer\WidgetInterface, Nethgui\Log\LogConsumerInterface
Extended by Nethgui\Widget\XhtmlWidget implements Nethgui\View\CommandReceiverInterface
Extended by Nethgui\Widget\Xhtml\CollectionEditor
Namespace: Nethgui\Widget\Xhtml
Author: Davide Principi davide.principi@nethesis.it
Since: 1.0
Located at Widget/Xhtml/CollectionEditor.php
Methods summary
protected array
# getJsWidgetTypes( )

Get the js types required by this widget class.

Get the js types required by this widget class.

Each element of the returned array is a string :

Returns

array
An array of required js widget types

Api

Overrides

Nethgui\Widget\XhtmlWidget::getJsWidgetTypes()
protected
# renderContent( )

Overrides

Nethgui\Widget\AbstractWidget::renderContent()
Methods inherited from Nethgui\Widget\XhtmlWidget
applyDefaultLabelAlignment(), canEscapeUnobstrusive(), closeTag(), controlTag(), escapeUnobstrusive(), executeCommand(), getChoices(), getControlName(), getRenderer(), getTranslateClosure(), hashToDatasource(), insertPlugins(), labeledControlTag(), openTag(), optGroups(), render(), selfClosingTag()
Methods inherited from Nethgui\Widget\AbstractWidget
__construct(), __toString(), getAttribute(), getChildren(), getClientEventTarget(), getInstanceCounter(), getLog(), hasAttribute(), hasChildren(), insert(), prepend(), renderChildren(), setAttribute(), setLog(), wrapChild()
Properties inherited from Nethgui\Widget\AbstractWidget
$view
Nethgui Framework API documentation generated by ApiGen