org.equanda.test.gui.components.cloneable
Class InlineLinkOne

java.lang.Object
  extended by org.apache.tapestry5.corelib.base.AbstractField
      extended by org.equanda.test.gui.components.cloneable.InlineLinkOne
All Implemented Interfaces:
org.apache.tapestry5.ClientElement, org.apache.tapestry5.Field

public class InlineLinkOne
extends org.apache.tapestry5.corelib.base.AbstractField

Component for a single link to this object


Field Summary
 
Fields inherited from class org.apache.tapestry5.corelib.base.AbstractField
NOOP_VALIDATOR
 
Constructor Summary
InlineLinkOne()
           
 
Method Summary
 Integer getEditIndex()
           
 String getSelectComponentId()
           
 List<Object> getSelectParameters()
           
 Cloneable getValue()
           
 boolean hasValue()
           
protected  void processSubmission(String s)
           
 void setEditIndex(Integer value)
           
 void setSelectComponentId(String selectComponentId)
           
 void setValue(Cloneable 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

InlineLinkOne

public InlineLinkOne()
Method Detail

getEditIndex

public Integer getEditIndex()

setEditIndex

public void setEditIndex(Integer value)

getSelectComponentId

public String getSelectComponentId()

setSelectComponentId

public void setSelectComponentId(String selectComponentId)

getValue

public Cloneable getValue()

setValue

public void setValue(Cloneable value)

getSelectParameters

public List<Object> getSelectParameters()

hasValue

public boolean hasValue()

processSubmission

protected void processSubmission(String s)
Specified by:
processSubmission in class org.apache.tapestry5.corelib.base.AbstractField


Copyright © 2007-2008. All Rights Reserved.