org.equanda.test.gui.components.passport
Class InlineLinkList
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractField
org.equanda.test.gui.components.passport.InlineLinkList
- All Implemented Interfaces:
- org.apache.tapestry5.ClientElement, org.apache.tapestry5.Field, ObjectCreatorDelegate
public class InlineLinkList
- extends org.apache.tapestry5.corelib.base.AbstractField
- implements ObjectCreatorDelegate
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 |
InlineLinkList
public InlineLinkList()
getDeletedHiddenId
public String getDeletedHiddenId()
getDeletedRows
public String getDeletedRows()
setDeletedRows
public void setDeletedRows(String deletedRows)
getValue
public List<Passport> getValue()
setValue
public void setValue(List<Passport> value)
getCurrent
public Passport getCurrent()
setCurrent
public void setCurrent(Passport current)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
getAdditionalRowCount
public int getAdditionalRowCount()
createObject
public Passport createObject()
- Specified by:
createObject
in interface ObjectCreatorDelegate
addNewObject
public void addNewObject(Object object)
- Specified by:
addNewObject
in interface ObjectCreatorDelegate
removeObject
public void removeObject(int index)
processFormAction
protected void processFormAction()
processSubmission
protected void processSubmission(String name)
- Specified by:
processSubmission
in class org.apache.tapestry5.corelib.base.AbstractField
setEmbedded
public void setEmbedded(boolean value)
isEmbedded
public boolean isEmbedded()
Copyright © 2007-2008. All Rights Reserved.