com.jtri.base
Interface INavigateForm

All Known Implementing Classes:
PagedForm

public interface INavigateForm

A Form with next and back buttonsets. This is the root form of the window, and each button is identified by collectionpath[index] values.

Author:
atorres

Method Summary
 ToolBarManager getBackButton()
           
 ToolBarManager getNextButton()
           
 void setBackButton(ToolBarManager manager)
           
 void setNextButton(ToolBarManager manager)
           
 

Method Detail

getNextButton

public ToolBarManager getNextButton()

setNextButton

public void setNextButton(ToolBarManager manager)

getBackButton

public ToolBarManager getBackButton()

setBackButton

public void setBackButton(ToolBarManager manager)