|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tirsen.angkor.Component | +--com.tirsen.angkor.table.TableScroller
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 |
public TableScroller()
Method Detail |
public void setTable(Table table)
public void render(RenderContext context) throws java.io.IOException
View
render
in interface View
render
in class Component
java.io.IOException
View.setVisible(boolean)
,
View.isVisible()
public Action getPreviousAction()
public Action getNextAction()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |