WidgetMoney
extends WidgetNumber
in package
Description of WidgetMoney
Tags
Table of Contents
- $autocomplete : bool
- $class : string
- $decimal : int
- $fieldname : string
- $icon : string
- $id : string
- Identifies the object with a defined name in the view
- $max : string
- Indicates the max value
- $min : string
- Indicates the min value
- $name : string
- Name defined in the view as key
- $onclick : string
- $options : array<string|int, mixed>
- $readonly : string
- $required : bool
- $step : string
- Indicates the step value
- $tabindex : int
- $divisaTools : DivisaTools
- $i18n : Translator
- $uniqueId : int
- $value : mixed
- $level : int
- Selected security level.
- $token : string
- $type : string
- __construct() : mixed
- edit() : string
- getColorFromOption() : string
- Calculate color from option configuration
- getLevel() : int
- getToken() : string
- getType() : string
- Get the widget type
- gridFormat() : array<string|int, mixed>
- inputHidden() : string
- plainText() : string
- processFormData() : mixed
- setCustomValue() : mixed
- Set custom fixed value to widget
- setLevel() : mixed
- setToken() : mixed
- showTableTotals() : bool
- tableCell() : string
- applyOperatorFromOption() : bool
- assets() : mixed
- Adds assets to the asset manager.
- colorToClass() : string
- combineClasses() : string
- css() : string
- Returns equivalent css class to $class. To extend in plugins.
- getUniqueId() : int
- inputHtml() : string
- inputHtmlExtraParams() : string
- loadOptions() : mixed
- onclickHtml() : string
- readonly() : bool
- setValue() : mixed
- show() : string
- tableCellClass() : string
Properties
$autocomplete
public
bool
$autocomplete
$class
public
string
$class
$decimal
public
int
$decimal
$fieldname
public
string
$fieldname
$icon
public
string
$icon
$id
Identifies the object with a defined name in the view
public
string
$id
$max
Indicates the max value
public
string
$max
$min
Indicates the min value
public
string
$min
$name
Name defined in the view as key
public
string
$name
$onclick
public
string
$onclick
$options
public
array<string|int, mixed>
$options
= []
$readonly
public
string
$readonly
$required
public
bool
$required
$step
Indicates the step value
public
string
$step
$tabindex
public
int
$tabindex
$divisaTools
protected
static DivisaTools
$divisaTools
$i18n
protected
static Translator
$i18n
Tags
$uniqueId
protected
static int
$uniqueId
= -1
$value
protected
mixed
$value
$level
Selected security level.
private
static int
$level
= 0
$token
private
static string
$token
= ''
$type
private
string
$type
Methods
__construct()
public
__construct(array<string|int, mixed> $data) : mixed
Parameters
- $data : array<string|int, mixed>
Return values
mixed —edit()
public
edit(object $model[, string $title = '' ][, string $description = '' ][, string $titleurl = '' ]) : string
Parameters
- $model : object
- $title : string = ''
- $description : string = ''
- $titleurl : string = ''
Return values
string —getColorFromOption()
Calculate color from option configuration
public
getColorFromOption(array<string|int, string> $option, mixed $value, string $prefix) : string
Parameters
- $option : array<string|int, string>
- $value : mixed
- $prefix : string
Return values
string —getLevel()
public
static getLevel() : int
Return values
int —getToken()
public
static getToken() : string
Return values
string —getType()
Get the widget type
public
getType() : string
Return values
string —gridFormat()
public
gridFormat() : array<string|int, mixed>
Return values
array<string|int, mixed> —inputHidden()
public
inputHidden(object $model) : string
Parameters
- $model : object
Return values
string —plainText()
public
plainText(object $model) : string
Parameters
- $model : object
Return values
string —processFormData()
public
processFormData(object &$model, Request $request) : mixed
Parameters
- $model : object
- $request : Request
Return values
mixed —setCustomValue()
Set custom fixed value to widget
public
setCustomValue(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —setLevel()
public
static setLevel(int $new) : mixed
Parameters
- $new : int
Return values
mixed —setToken()
public
static setToken(string $token) : mixed
Parameters
- $token : string
Return values
mixed —showTableTotals()
public
showTableTotals() : bool
Return values
bool —tableCell()
public
tableCell(object $model[, string $display = 'left' ]) : string
Parameters
- $model : object
- $display : string = 'left'
Return values
string —applyOperatorFromOption()
protected
applyOperatorFromOption(array<string|int, string> $option, mixed $value) : bool
Parameters
- $option : array<string|int, string>
- $value : mixed
Return values
bool —assets()
Adds assets to the asset manager.
protected
assets() : mixed
Return values
mixed —colorToClass()
protected
colorToClass(string $color, string $prefix) : string
Parameters
- $color : string
- $prefix : string
Return values
string —combineClasses()
protected
combineClasses(array<string|int, mixed> ...$classes) : string
Parameters
- $classes : array<string|int, mixed>
Return values
string —css()
Returns equivalent css class to $class. To extend in plugins.
protected
css(string $class) : string
Parameters
- $class : string
Return values
string —getUniqueId()
protected
getUniqueId() : int
Return values
int —inputHtml()
protected
inputHtml([string $type = 'text' ][, string $extraClass = '' ]) : string
Parameters
- $type : string = 'text'
- $extraClass : string = ''
Return values
string —inputHtmlExtraParams()
protected
inputHtmlExtraParams() : string
Return values
string —loadOptions()
protected
loadOptions(array<string|int, mixed> $children) : mixed
Parameters
- $children : array<string|int, mixed>
Return values
mixed —onclickHtml()
protected
onclickHtml(string $inside[, string $titleurl = '' ]) : string
Parameters
- $inside : string
- $titleurl : string = ''
Return values
string —readonly()
protected
readonly() : bool
Return values
bool —setValue()
protected
setValue(object $model) : mixed
Parameters
- $model : object
Return values
mixed —show()
protected
show() : string
Return values
string —tableCellClass()
protected
tableCellClass([string $initialClass = '' ][, string $alternativeClass = '' ]) : string
Parameters
- $initialClass : string = ''
- $alternativeClass : string = ''