org.jwarp.flow.form.model
Interface INavigation

All Superinterfaces:
IComponent, IContainer
All Known Implementing Classes:
Navigation

public interface INavigation
extends IContainer


Method Summary
 void addLink(ILink link)
           
 void addLink(ILink link, int pos)
           
 void addLink(int pos)
           
 java.util.Iterator getLinks()
           
 void removeLink(ILink link)
           
 
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
 

Method Detail

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()

©   O R C A   S y s t e m s