org.jwarp.flow.form.model
Interface INavigation
- All Superinterfaces:
- IComponent, IContainer
- All Known Implementing Classes:
- Navigation
- public interface INavigation
- extends IContainer
| Methods inherited from interface org.jwarp.flow.form.model.IContainer |
add, add, addContainerListener, contains, getComponent, getComponentCount, getComponents, remove, remove, removeAll, removeContainerListener |
| Methods inherited from interface org.jwarp.flow.form.model.IComponent |
addComponentListener, getDescription, getFullName, getID, getListeners, getLocale, getName, getParent, getXMLTree, handleEvent, isEnabled, removeComponentListener, setEnabled, setFlowData, setLocale |
addLink
public void addLink(ILink link)
addLink
public void addLink(ILink link,
int pos)
removeLink
public void removeLink(ILink link)
addLink
public void addLink(int pos)
getLinks
public java.util.Iterator getLinks()