PHP 클래스 Gui\Components\Checkbox

It is a visual component for checkbox
부터: 0.1
저자: Rafael Reis @reisraff
상속: extends VisualObject
파일 보기 프로젝트 열기: gabrielrcouto/php-gui

보호된 프로퍼티들

프로퍼티 타입 설명
$lazarusClass string The lazarus class as string

공개 메소드들

메소드 설명
getChecked ( ) : boolean Get the Checkbox checked
setChecked ( boolean $checked ) : self Set the Checkbox Checked

메소드 상세

getChecked() 공개 메소드

Get the Checkbox checked
public getChecked ( ) : boolean
리턴 boolean

setChecked() 공개 메소드

Set the Checkbox Checked
public setChecked ( boolean $checked ) : self
$checked boolean
리턴 self

프로퍼티 상세

$lazarusClass 보호되어 있는 프로퍼티

The lazarus class as string
protected string $lazarusClass
리턴 string