| com.uwyn.rife.engine.Element tutorial.inheritance.Frames
Frames | public class Frames extends Element (Code) | | This element ensures that all elements that inherit it are surrounded with
frames and become visible as the content part of the frameset.
author: Geert Bevin (gbevin[remove] at uwyn dot com) version: $Revision: 3634 $ |
Method Summary | |
public boolean | childTriggered(String name, String[] values) This method is called when the show_content child trigger
variable is set. | public void | processElement() The element's entry point. |
childTriggered | public boolean childTriggered(String name, String[] values)(Code) | | This method is called when the show_content child trigger
variable is set. When it's presence is detected, the processing will
simply be forwarded to the child element, otherwise this element's
(this main frameset) content will be generated.
|
processElement | public void processElement()(Code) | | The element's entry point.
|
|
|