Method | Description | |
---|---|---|
addParsedObject ( $object ) | Processes an object that is created during parsing template. | |
bubbleEvent ( $sender, $param ) : boolean | Processes the events bubbled from child controls. | |
getActiveView ( ) : |
||
getActiveViewIndex ( ) : integer | ||
getViews ( ) : |
||
ignoreBubbleEvents ( ) | Makes the multiview ignore all bubbled events. | |
loadState ( ) | Loads state into the wizard. | |
onActiveViewChanged ( $param ) | Raises OnActiveViewChanged event. | |
onInit ( $param ) | Initializes the active view if any. | |
render ( $writer ) | Renders the currently active view. | |
setActiveView ( $view ) | ||
setActiveViewIndex ( $value ) |
Method | Description | |
---|---|---|
activateView ( $view, $triggerViewChangedEvent = true ) | Activates the specified view. | |
createControlCollection ( ) : |
Creates a control collection object that is to be used to hold child controls |
protected activateView ( $view, $triggerViewChangedEvent = true ) |
public addParsedObject ( $object ) |
public bubbleEvent ( $sender, $param ) : boolean | ||
return | boolean | whether this event is handled |
protected createControlCollection ( ) : |
||
return | control collection |
public getActiveView ( ) : |
||
return | the currently active view, null if no active view |
public getActiveViewIndex ( ) : integer | ||
return | integer | the zero-based index of the current view in the view collection. -1 if no active view. Default is -1. |
public getViews ( ) : |
||
return | the view collection |
public ignoreBubbleEvents ( ) |
public loadState ( ) |
public onActiveViewChanged ( $param ) |