org.equanda.test.gui.components
Class InlinePrimitiveList
java.lang.Object
org.apache.tapestry5.corelib.base.AbstractField
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
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 |
InlinePrimitiveList
public InlinePrimitiveList()
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.