Stud.IP  3.1 Revision 48552
 All Data Structures Namespaces Files Functions Variables Groups Pages
SelectWidget Class Reference
Inheritance diagram for SelectWidget:
Inheritance graph
Collaboration diagram for SelectWidget:
Collaboration graph

Public Member Functions

 __construct ($title, $url, $name, $method= 'get')
 setUrl ($url)
 setSelectParameterName ($name)
 setSelection ($value)
 setRequestMethod ($method)
- Public Member Functions inherited from SidebarWidget
 __construct ()
 setTitle ($title)
 getTitle ()
 removeTitle ()
 setExtra ($extra)
 getExtra ()
 removeExtra ()
 render ($variables=array())
- Public Member Functions inherited from Widget
 addElement (WidgetElement $element, $index=null)
 insertElement (WidgetElement $element, $before_index, $index=null)
 getElement ($index)
 removeElement ($index)
 hasElements ()
 forceRendering ($state=true)
 __isset ($offset)
 __get ($offset)
 __set ($offset, $value)
 __unset ($offset)

Additional Inherited Members

- Protected Member Functions inherited from Widget
 guessIndex (WidgetElement $element)
- Protected Attributes inherited from Widget
 $elements = array()
 $template = 'widgets/widget'
 $template_variables = array()
 $layout = 'widgets/widget-layout'
 $forced_rendering = false

Detailed Description

Sidebar widget for lists of selectable items.

Author
Jan-Hendrik Willms tleil.nosp@m.ax+s.nosp@m.tudip.nosp@m.@gma.nosp@m.il.co.nosp@m.m GPL 2 or later
Since
3.1

Constructor & Destructor Documentation

__construct (   $title,
  $url,
  $name,
  $method = 'get' 
)

Constructs the widget by defining a special template.

Here is the call graph for this function:

Member Function Documentation

setRequestMethod (   $method)

Reimplemented in SelectorWidget.

Here is the caller graph for this function:

setSelection (   $value)

Reimplemented in SelectorWidget.

setSelectParameterName (   $name)

Reimplemented in SelectorWidget.

Here is the caller graph for this function:

setUrl (   $url)

Reimplemented in SelectorWidget.

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this class was generated from the following file: