YiiWheels
  • Package
  • Class
  • Tree

Packages

  • None
  • yiiwheels
    • behaviors
    • widgets
    • widgets
      • ace
      • box
      • datepicker
      • daterangepicker
      • datetimepicker
      • detail
      • fileupload
      • fileuploader
      • gallery
      • google
      • grid
        • behaviors
        • operations
      • highcharts
      • maskInput
      • maskmoney
      • modal
      • multiselect
      • rangeslider
      • redactor
      • select2
      • sparklines
      • switch
      • timeago
      • timepicker
      • toggle
      • typeahead

Classes

  • WhCountOfTypeOperation
  • WhOperation
  • WhPercentOfTypeEasyPieOperation
  • WhPercentOfTypeGooglePieOperation
  • WhPercentOfTypeOperation
  • WhSumOperation

Class WhOperation

WhOperation class

Abstract class where all types of column operations extend from

CWidget
Extended by WhOperation

Direct known subclasses

WhCountOfTypeOperation, WhSumOperation

Indirect known subclasses

WhPercentOfTypeEasyPieOperation, WhPercentOfTypeGooglePieOperation, WhPercentOfTypeOperation

Abstract
Package: YiiWheels\widgets\grid\operations
Copyright: Copyright © 2amigos.us 2013-
License: New BSD License
Author: Antonio Ramirez <amigo.cobos@gmail.com>
Located at widgets/grid/operations/WhOperation.php

Methods summary

public
# init( )

Widget initialization

Widget initialization

Throws

CException
public
# run( )

Widget's run method

Widget's run method

abstract public mixed
# processValue( mixed $value )

Process the row data value

Process the row data value

Parameters

$value
mixed
$value

Returns

mixed
abstract public mixed
# displaySummary( )

Displays the resulting summary

Displays the resulting summary

Returns

mixed

Magic methods summary

Properties summary

public string $template
#

$template the template to display label and value of the operation at the summary

$template the template to display label and value of the operation at the summary

public integer $value
#

$value the resulted value of operation

$value the resulted value of operation

public string $label
#

$label the label of the calculated value

$label the label of the calculated value

public WhDataColumn $column
#

$column

$column

YiiWheels API documentation generated by ApiGen 2.8.0