org.equanda.test.gui.components.car
Class InlineLinkList
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractField
org.equanda.test.gui.components.car.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<Car> getValue()
setValue
public void setValue(List<Car> value)
getCurrent
public Car getCurrent()
setCurrent
public void setCurrent(Car current)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
getAdditionalRowCount
public int getAdditionalRowCount()
createObject
public Car 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.