Interface IRenderable (namespace Nette\Application)



Direct Known Sub-interfaces:

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

Method Details

line 29

invalidateControl

public void invalidateControl (string 0)

Forces control to repaint.

Input
string 0

line 35

isControlInvalid

public bool isControlInvalid ()

Is required to repaint the control?