org.equanda.test.gui.components.uniqueFields
Class InlineLinkList

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractField
      extended by org.equanda.test.gui.components.uniqueFields.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


Field Summary
 
Fields inherited from class org.apache.tapestry5.corelib.base.AbstractField
NOOP_VALIDATOR
 
Constructor Summary
InlineLinkList()
           
 
Method Summary
 void addNewObject(Object object)
           
 UniqueFields createObject()
           
 int getAdditionalRowCount()
           
 UniqueFields getCurrent()
           
 String getDeletedHiddenId()
           
 String getDeletedRows()
           
 int getIndex()
           
 List<UniqueFields> getValue()
           
 boolean isEmbedded()
           
protected  void processFormAction()
           
protected  void processSubmission(String name)
           
 void removeObject(int index)
           
 void setCurrent(UniqueFields current)
           
 void setDeletedRows(String deletedRows)
           
 void setEmbedded(boolean value)
           
 void setIndex(int index)
           
 void setValue(List<UniqueFields> value)
           
 
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
 

Constructor Detail

InlineLinkList

public InlineLinkList()
Method Detail

getDeletedHiddenId

public String getDeletedHiddenId()

getDeletedRows

public String getDeletedRows()

setDeletedRows

public void setDeletedRows(String deletedRows)

getValue

public List<UniqueFields> getValue()

setValue

public void setValue(List<UniqueFields> value)

getCurrent

public UniqueFields getCurrent()

setCurrent

public void setCurrent(UniqueFields current)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getAdditionalRowCount

public int getAdditionalRowCount()

createObject

public UniqueFields 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.