com.tirsen.angkor
Class Page

java.lang.Object
  |
  +--com.tirsen.angkor.Component
        |
        +--com.tirsen.angkor.widget.Container
              |
              +--com.tirsen.angkor.Page
All Implemented Interfaces:
java.io.Serializable, View

public class Page
extends Container

TODO document Page

Version:
$Revision: 1.1 $
$Id: Page.java,v 1.1 2002/10/13 19:59:22 tirsen Exp $
Author:
$Author: tirsen $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.tirsen.angkor.widget.Container
children
 
Constructor Summary
Page()
           
Page(View singleElement)
           
 
Method Summary
 Pipeline createProcessPipeline()
           
 Application getApplication()
           
 View getMainView()
           
 Menu getMenu()
           
 void render(RenderContext context)
          Render this view on the given context if the view is visible.
 void setApplication(Application application)
           
 void setMainView(View view)
           
 void setMenu(Menu menu)
           
 
Methods inherited from class com.tirsen.angkor.widget.Container
add, add, createChildren, getChildren, getNumberOfChildren, isChildrenCreated, iterateAllElements, iterateCollection, maybeCreateChildren, parse, remove, renderChildren
 
Methods inherited from class com.tirsen.angkor.Component
allocateUniqueId, getAttribute, getContainer, getId, getRenderContext, getVisibleIndex, isDebugTables, isParsing, isVisible, setAttribute, setContainer, setId, setVisible, uniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Page

public Page()

Page

public Page(View singleElement)
Method Detail

getMenu

public Menu getMenu()

setMenu

public void setMenu(Menu menu)

getMainView

public View getMainView()

setMainView

public void setMainView(View view)

render

public void render(RenderContext context)
            throws java.io.IOException
Description copied from interface: View
Render this view on the given context if the view is visible. Performed during render-phase.

Specified by:
render in interface View
Overrides:
render in class Container
java.io.IOException
See Also:
View.setVisible(boolean), View.isVisible()

createProcessPipeline

public Pipeline createProcessPipeline()

getApplication

public Application getApplication()

setApplication

public void setApplication(Application application)


Copyright © 2002-2002 . All Rights Reserved.