Class | Iowa::Component |
In: |
src/Component.rb
|
Parent: | Element |
parent | [RW] | |
prevPage | [RW] | |
session | [RW] | |
subcomponents | [RW] |
Finds and returns the named component. Other methods calling this one with different values for session and prevPage could induce some interesting (or bizarre) behaviors. See pageNamed(name) below for the standard invocation.
Stub, intended to be overridden in the subclasses, to define behavior that occurs only once, when the object is first created.
Stub, intended to be overridden in the subclasses, to define behavior that occurs when backtracking.
Standard invocation of Component.pageNamed. Returns the component corresponding the the given name.