PHP Class Prado\Web\UI\WebControls\TView
TView is a container for a group of controls. TView must be contained
within a {@link TMultiView} control in which only one view can be active
at one time.
To activate a view, set {@link setActive Active} to true.
When a view is activated, it raises {@link onActivate OnActivate} event;
and when a view is deactivated, it raises {@link onDeactivate OnDeactivate}.
Exibir arquivo
Open project: pradosoft/prado
Public Methods
Method Details
getActive()
public method
getVisible()
public method
public getVisible ( $checkParents = true ) : boolean |
return |
boolean |
whether this view is visible.
The view is visible if it is active and its parent is visible. |
onActivate()
public method
onDeactivate()
public method
Raises OnDeactivate event.
setActive()
public method
setVisible()
public method