org.equanda.test.gui.components
Class InlinePrimitiveList

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

public class InlinePrimitiveList
extends org.apache.tapestry5.corelib.base.AbstractField
implements ObjectCreatorDelegate

Component for a multiple primitives


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

InlinePrimitiveList

public InlinePrimitiveList()
Method Detail

getDeletedHiddenId

public String getDeletedHiddenId()

getTranslator

public org.apache.tapestry5.Translator getTranslator()

isDateType

public boolean isDateType()

isTimestampType

public boolean isTimestampType()

getDeletedRows

public String getDeletedRows()

setDeletedRows

public void setDeletedRows(String deletedRows)

getValue

public List<Object> getValue()

setValue

public void setValue(List<Object> value)

getCachedList

public List<Object> getCachedList()

setCachedList

public void setCachedList(List<Object> cachedList)

getClientCaseConversion

public String getClientCaseConversion()

getCurrent

public Object getCurrent()

setCurrent

public void setCurrent(Object current)

getIndex

public int getIndex()

setIndex

public void setIndex(int index)

getAdditionalRowCount

public int getAdditionalRowCount()

createObject

public Object createObject()
Specified by:
createObject in interface ObjectCreatorDelegate

addNewObject

public void addNewObject(Object object)
Specified by:
addNewObject in interface ObjectCreatorDelegate

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.