com.tirsen.angkor.table
Class TableScroller

java.lang.Object
  |
  +--com.tirsen.angkor.Component
        |
        +--com.tirsen.angkor.table.TableScroller
All Implemented Interfaces:
java.io.Serializable, View

public class TableScroller
extends Component

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

Constructor Summary
TableScroller()
           
 
Method Summary
 Action getNextAction()
           
 Action getPreviousAction()
           
 void render(RenderContext context)
          Render this view on the given context if the view is visible.
 void setTable(Table table)
           
 
Methods inherited from class com.tirsen.angkor.Component
allocateUniqueId, getAttribute, getContainer, getId, getRenderContext, getVisibleIndex, isDebugTables, isParsing, isVisible, parse, 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

TableScroller

public TableScroller()
Method Detail

setTable

public void setTable(Table table)

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
Specified by:
render in class Component
java.io.IOException
See Also:
View.setVisible(boolean), View.isVisible()

getPreviousAction

public Action getPreviousAction()

getNextAction

public Action getNextAction()


Copyright © 2002-2002 . All Rights Reserved.