org.tynamo.pages
Class Editors
java.lang.Object
org.tynamo.pages.Editors
public class Editors
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Editors
public Editors()
getPropertyDescriptor
public TynamoPropertyDescriptor getPropertyDescriptor()
getSelectModel
public org.apache.tapestry5.SelectModel getSelectModel()
getValueEncoderForProperty
public org.apache.tapestry5.ValueEncoder getValueEncoderForProperty()
- Provide a value encoder for a type.
- Returns:
getDateFieldValidator
public org.apache.tapestry5.FieldValidator getDateFieldValidator()
getFckValidator
public org.apache.tapestry5.FieldValidator getFckValidator()
getFckTranslator
public org.apache.tapestry5.FieldTranslator getFckTranslator()
getTextFieldTranslator
public org.apache.tapestry5.FieldTranslator getTextFieldTranslator()
getTextFieldValidator
public org.apache.tapestry5.FieldValidator getTextFieldValidator()
isPropertyValueInstanceOfList
public boolean isPropertyValueInstanceOfList()
getSelected
public List getSelected()
- Palette's parameter "selected" only accepts java.util.List
If the collection is a java.util.Set it needs to get converted
setSelected
public void setSelected(List selected)
isNotEditable
public boolean isNotEditable()
getEmbeddedModel
public org.apache.tapestry5.beaneditor.BeanModel getEmbeddedModel()
getHelpMessage
public String getHelpMessage()
- Looks for a help message within the messages based on the id.
Copyright © 2004-2009. All Rights Reserved.