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 30)
Public Method Summary
void
invalidateControl (string 0)
Forces control to repaint.
bool
Is required to repaint the control?

Method Details

line 38

invalidateControl

public void invalidateControl (string 0)

Forces control to repaint.

Input
string 0

line 44

isControlInvalid

public bool isControlInvalid ()

Is required to repaint the control?