Interface IRenderable (namespace Nette\Application)
Direct Known Sub-interfaces:
| Public Method Summary | |
|---|---|
| void |
invalidateControl
(string 0)
Forces control to repaint.
|
| bool |
Is required to repaint the control?
|
| Method Details | ||||||
|---|---|---|---|---|---|---|
|
line 38 invalidateControlpublic void invalidateControl (string 0) Forces control to repaint.
|
||||||
|
line 44 isControlInvalidpublic bool isControlInvalid () Is required to repaint the control? |
||||||
