com.jtri.base
Interface IEditForm
- All Known Implementing Classes:
- PagedForm
- public interface IEditForm
A form with edit buttons to add new items and save all contents. This should be
used in the root (window) form. The Save action affects all forms, and the add button
is identified by the form path.
- Author:
- atorres
getAddButton
public ToolBarManager getAddButton()
setAddButton
public void setAddButton(ToolBarManager addB)
getSaveButton
public org.apache.struts.util.ImageButtonBean getSaveButton()
setSaveButton
public void setSaveButton(org.apache.struts.util.ImageButtonBean bean)
get_pendingSave
public boolean get_pendingSave()
set_pendingSave
public void set_pendingSave(boolean save)