org.equanda.test.gui.components.cocoonMan
Class LinkList
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractField
org.equanda.test.gui.components.cocoonMan.LinkList
- All Implemented Interfaces:
- org.apache.tapestry5.ClientElement, org.apache.tapestry5.Field
public class LinkList
- extends org.apache.tapestry5.corelib.base.AbstractField
Component for a multiple link to this object
Fields inherited from class org.apache.tapestry5.corelib.base.AbstractField |
NOOP_VALIDATOR |
Methods inherited from class org.apache.tapestry5.corelib.base.AbstractField |
createDefaultParameterBinding, decorateInsideField, getClientId, getControlName, getLabel, isDisabled, isRequired, setDecorator, setFormSupport |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinkList
public LinkList()
getEditIndex
public Integer getEditIndex()
setEditIndex
public void setEditIndex(Integer value)
getSelectComponentId
public String getSelectComponentId()
setSelectComponentId
public void setSelectComponentId(String selectComponentId)
getValue
public List<CocoonMan> getValue()
setValue
public void setValue(List<CocoonMan> value)
getCurrent
public CocoonMan getCurrent()
setCurrent
public void setCurrent(CocoonMan current)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
processSubmission
protected void processSubmission(String s)
- Specified by:
processSubmission
in class org.apache.tapestry5.corelib.base.AbstractField
setEmbedded
public void setEmbedded(boolean value)
isEmbedded
public boolean isEmbedded()
getFilter
public String getFilter()
setFilter
public void setFilter(String value)
getSelectParameters
public List<Object> getSelectParameters()
Copyright © 2007-2008. All Rights Reserved.