Class Control
Control is renderable Presenter component.
-
Nette\Object
-
Nette\ComponentModel\Component
implements
Nette\ComponentModel\IComponent
-
Nette\ComponentModel\Container
implements
Nette\ComponentModel\IContainer
-
Nette\Application\UI\PresenterComponent
implements
Nette\Application\UI\ISignalReceiver,
Nette\Application\UI\IStatePersistent,
ArrayAccess
-
Nette\Application\UI\Control
implements
Nette\Application\UI\IRenderable
Methods summary
public
|
|
public
Nette\Application\UI\ITemplate
|
|
protected
Nette\Application\UI\ITemplate
|
|
public
|
|
public
stdClass
|
#
flashMessage( string $message, string $type = 'info' )
Saves the message to template, that can be displayed after redirect.
Saves the message to template, that can be displayed after redirect.
Parameters
Returns
|
public
|
#
redrawControl( $snippet = NULL, $redraw = TRUE )
Forces control or its snippet to repaint.
Forces control or its snippet to repaint.
Implementation of
|
public
|
|
public
|
|
public
boolean
|
#
isControlInvalid( string $snippet = NULL )
Is required to repaint the control or its snippet?
Is required to repaint the control or its snippet?
Parameters
Returns
boolean bool
Implementation of
|
public
string
|
#
getSnippetId( string $name = NULL )
Returns snippet HTML ID.
Parameters
Returns
string string
|
Methods inherited from Nette\Application\UI\PresenterComponent
attached(),
checkRequirements(),
formatSignalMethod(),
getParam(),
getParameter(),
getParameterId(),
getParameters(),
getPersistentParams(),
getPresenter(),
getReflection(),
getUniqueId(),
isLinkCurrent(),
lazyLink(),
link(),
loadState(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
redirect(),
saveState(),
signalReceived(),
tryCall(),
validateParent()
|