public interface NavigationHandler
extends java.io.Serializable
Usually the table returned from the navigation handler is a
StructureBean, however as the interface indicates it could be any
object instance that implements the TableBean interface.
It is important that the navigation handler is serializable. The application must be able to store navigation handlers in a persistent storage for later use.
| Modifier and Type | Method and Description |
|---|---|
TableBean<? extends TableData> |
navigate(TableBean<? extends TableData> current) |
TableBean<? extends TableData> navigate(TableBean<? extends TableData> current) throws TVCException
current - The table that is currently displayed, i.e., the one we
are navigating from.TVCExceptionCopyright ? Technia AB. All Rights Reserved.