Interface IRenderable (namespace Nette\Application)



Direct Known Sub-interfaces:

Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Application/IRenderable.php (line 29)
Public Method Summary
void
invalidateControl (string 0)
Forces control to repaint.
bool
Is required to repaint the control?

Method Details

line 37

invalidateControl

public void invalidateControl (string 0)

Forces control to repaint.

Input
string 0

line 43

isControlInvalid

public bool isControlInvalid ()

Is required to repaint the control?