API Documentação da API
Inscrições abertas para nosso Webinar anual Adianti Framework 2024!
Clique aqui para saber mais
Pacote Dominando o Adianti 7
Curso + Livro + Apps exemplo
Curso completo em Video Aulas (114 aulas).
Livro completo em PDF (463 páginas).
Códigos-fontes de Apps de exemplo.
API
API do Framework
Documentation

Documentation

TIconView extends TElement
in package

TIconView Widget

Tags
version
7.6
subpackage

util

author

Pablo Dall'Oglio

copyright

Copyright (c) 2006 Adianti Solutions Ltd. (http://www.adianti.com.br)

license

https://adiantiframework.com.br/license

Table of Contents

Properties

$doubleClickEnabled  : mixed
$dragSelector  : mixed
$dropSelector  : mixed
$enableMoving  : mixed
$iconField  : mixed
$infoFields  : mixed
$itemProperties  : mixed
$items  : mixed
$itemTemplate  : mixed
$labelField  : mixed
$moveAction  : mixed
$options  : mixed
$popcondition  : mixed
$popcontent  : mixed
$popover  : mixed
$popside  : mixed
$poptitle  : mixed
$templateAttribute  : mixed

Methods

__construct()  : mixed
Constructor Method
addContextMenuOption()  : mixed
Add a context menu option
addItem()  : mixed
Add object item with data
enableDoubleClick()  : mixed
Enable double click
enableMoveAction()  : mixed
Enable move action
enablePopover()  : mixed
Enable popover
setIconAttribute()  : mixed
Define the field that will identify the icon
setInfoAttributes()  : mixed
Set info fields
setItemTemplate()  : mixed
Set item template for rendering
setLabelAttribute()  : mixed
Define the field that will identify the label
setTemplateAttribute()  : mixed
Set template atribute for rendering
show()  : mixed
Show iconview items

Properties

$doubleClickEnabled

protected mixed $doubleClickEnabled

$itemProperties

protected mixed $itemProperties

$templateAttribute

protected mixed $templateAttribute

Methods

__construct()

Constructor Method

public __construct() : mixed

addContextMenuOption()

Add a context menu option

public addContextMenuOption(mixed $label[, mixed $action = null ][, mixed $icon = null ][, mixed $displayCondition = null ]) : mixed
Parameters
$label : mixed
$action : mixed = null
$icon : mixed = null
$displayCondition : mixed = null

addItem()

Add object item with data

public addItem(mixed $object) : mixed
Parameters
$object : mixed

enableDoubleClick()

Enable double click

public enableDoubleClick() : mixed

enableMoveAction()

Enable move action

public enableMoveAction(mixed $moveAction,  $source_selector,  $target_selector) : mixed
Parameters
$moveAction : mixed
$source_selector :

Source item selector

$target_selector :

Target item selector

enablePopover()

Enable popover

public enablePopover( $title,  $content[, mixed $popside = null ][, mixed $popcondition = null ]) : mixed
Parameters
$title :

Title

$content :

Content

$popside : mixed = null
$popcondition : mixed = null

setIconAttribute()

Define the field that will identify the icon

public setIconAttribute(mixed $iconField) : mixed
Parameters
$iconField : mixed

setInfoAttributes()

Set info fields

public setInfoAttributes(mixed $fields) : mixed
Parameters
$fields : mixed

setItemTemplate()

Set item template for rendering

public setItemTemplate( $template) : mixed
Parameters
$template :

Template content

setLabelAttribute()

Define the field that will identify the label

public setLabelAttribute(mixed $labelField) : mixed
Parameters
$labelField : mixed

setTemplateAttribute()

Set template atribute for rendering

public setTemplateAttribute( $attribute) : mixed
Parameters
$attribute :

Template attribute

show()

Show iconview items

public show() : mixed

        
On this page

Search results