Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • cGuiBackendHelpbox
  • cGuiFileOverview
  • cGuiFoldingRow
  • cGuiList
  • cGuiMenu
  • cGuiNavigation
  • cGuiNotification
  • cGuiObjectPager
  • cGuiPage
  • cGuiScrollList
  • cGuiSourceEditor
  • cGuiTableForm
  • cGuiTree
  • cPager
  • cTemplate
  • cTree
  • cTreeItem
  • NoteLink
  • NoteList
  • NoteListItem
  • NoteView
  • TODOBackendList
  • TODOLink
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class cGuiTree

cGuiTree is a visual representation of a cTree. It supports folding, optional gridline marks and item icons.

cTreeItem
Extended by cTree
Extended by cGuiTree
Package: Core\GUI
Copyright: four for business AG <www.4fb.de>
License: http://www.contenido.org/license/LIZENZ.txt
Author: Mischa Holz
Located at classes/gui/class.tree.php
Methods summary
public
# __construct( $uuid, $treename = false )

Overrides

cTree::__construct()
public
# processParameters( )
public
# setGridlineMode( integer $mode )

Parameters

$mode

Sets the gridline mode to one of the following values: cGuiTree::TREEVIEW_GRIDLINE_SOLID cGuiTree::TREEVIEW_GRIDLINE_DASHED cGuiTree::TREEVIEW_GRIDLINE_DOTTED cGuiTree::TREEVIEW_GRIDLINE_NONE

public
# setBackgroundMode( $mode )
public
# setMouseoverMode( $mode )
public
# setBackgroundColors( $colors )
public string
# render( $with_root = true )

Returns

string
public
# _getExpandCollapseIcon( $object )
public cHTMLLink
# _setExpandCollapseLink( cHTMLLink $link, cTreeItem $object )

Sets collapsed state

Sets collapsed state

Parameters

$link
$object

Returns

cHTMLLink
public
# _buildImagePath( $image )
public
# setBaseLink( $link )
Methods inherited from cTree
getTreeIcon(), setIcon(), setTreeIcon(), setTreeName()
Methods inherited from cTreeItem
_collapseBelowID(), _collapseBelowLevel(), _expandBelowID(), _expandBelowLevel(), _flattenArray(), addItem(), addItemToID(), deleteAttribute(), deleteItem(), flatTraverse(), getAttribute(), getCollapsed(), getCollapsedList(), getExpandedList(), getId(), getItemByID(), getName(), hasAttribute(), importStructuredArray(), importTable(), moveItem(), setAttribute(), setAttributes(), setCollapsed(), setExpanded(), setName(), setPayloadObject(), traverse(), unsetPayloadObject()
Constants summary
string TREEVIEW_GRIDLINE_SOLID
# 'solid'
string TREEVIEW_GRIDLINE_DASHED
# 'dashed'
string TREEVIEW_GRIDLINE_DOTTED
# 'dotted'
string TREEVIEW_GRIDLINE_NONE
# 'none'
string TREEVIEW_BACKGROUND_NONE
# 'none'
string TREEVIEW_BACKGROUND_SHADED
# 'shaded'
string TREEVIEW_MOUSEOVER_NONE
# 'none'
string TREEVIEW_MOUSEOVER_MARK
# 'mark'
Properties summary
private $_globalActions
#
private $_setItemActions
#
private $_unsetItemActions
#
private $_setAttributeActions
#
private $_unsetAttributeActions
#
private $_baseLink
#
Properties inherited from cTree
$_treeIcon
Properties inherited from cTreeItem
$_attributes, $_collapsed, $_id, $_level, $_name, $_next, $_parent, $_previous, $_subitems
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen