PHP Class Gui\Components\Select

It is a visual component for select
Since: 0.1
Author: Rafael Reis @reisraff
Inheritance: extends VisualObject
Show file Open project: gabrielrcouto/php-gui

Protected Properties

Property Type Description
$lazarusClass string The lazarus class as string

Public Methods

Method Description
getChecked ( ) : integer Gets the checked item id
setOptions ( array $options ) : self Sets the options
setReadOnly ( $val ) : self Set if is read only

Method Details

getChecked() public method

Gets the checked item id
public getChecked ( ) : integer
return integer

setOptions() public method

Sets the options
public setOptions ( array $options ) : self
$options array
return self

setReadOnly() public method

Set if is read only
public setReadOnly ( $val ) : self
return self

Property Details

$lazarusClass protected property

The lazarus class as string
protected string $lazarusClass
return string