com.tirsen.angkor.widget
Class SectionLine

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

public class SectionLine
extends Container

Version:
$Revision: 1.5 $
Author:
Jon Tirsén (tirsen@users.sourceforge.net)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.tirsen.angkor.widget.Container
children
 
Constructor Summary
SectionLine()
           
SectionLine(View singleElement)
           
 
Method Summary
 void render(RenderContext context)
          Render this view on the given context if the view is visible.
 void setContainer(View container)
           
 
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, setId, setVisible, uniqueId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SectionLine

public SectionLine()

SectionLine

public SectionLine(View singleElement)
Method Detail

setContainer

public void setContainer(View container)
Specified by:
setContainer in interface View
Overrides:
setContainer in class Component

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()


Copyright © 2002-2002 . All Rights Reserved.