Method | Description | |
---|---|---|
__construct ( $label = NULL ) | ||
getControl ( ) : Nette\Utils\Html | Generates control's HTML element. | |
getControlPart ( ) : Nette\Utils\Html | ||
getLabel ( $caption = NULL ) : void | Bypasses label generation. | |
getLabelPart ( ) : Nette\Utils\Html | ||
getSeparatorPrototype ( ) : Nette\Utils\Html | Returns wrapper HTML element template. | |
isFilled ( ) : boolean | Is control filled? | |
setValue ( $value ) : self | Sets control's value. |
public getControl ( ) : Nette\Utils\Html | ||
return | Nette\Utils\Html |
public getSeparatorPrototype ( ) : Nette\Utils\Html | ||
return | Nette\Utils\Html |