org.apache.myfaces.custom.dynaForm.metadata
Interface FieldInterface
- All Known Implementing Classes:
- MetaData.FieldImpl
public interface FieldInterface
getName
java.lang.String getName()
getBaseName
java.lang.String getBaseName()
getExternalName
java.lang.String getExternalName()
getType
java.lang.Class getType()
isEntityType
boolean isEntityType()
getDisabled
java.lang.Boolean getDisabled()
getCanRead
java.lang.Boolean getCanRead()
getCanWrite
java.lang.Boolean getCanWrite()
getDisplayOnly
java.lang.Boolean getDisplayOnly()
getRequired
boolean getRequired()
getAllowedSelections
Selection[] getAllowedSelections()
getRelationType
RelationType getRelationType()
isEmbedded
boolean isEmbedded()
- in case of hierarchical structures this defines if a child class should be treatened
as "embedded".
- Embedded: like a composite key in hibernate
- Not Embedded: like a relation to another entity (ManyToOne)
This is not a metadata for the field itself, but for the context in which this field
(or its entity) will be used
getMaxSize
java.lang.Integer getMaxSize()
getMaxValue
java.lang.Double getMaxValue()
getMinSize
java.lang.Integer getMinSize()
getDisplaySize
java.lang.Integer getDisplaySize()
getMinValue
java.lang.Double getMinValue()
getWantedComponent
javax.faces.component.UIComponent getWantedComponent()
getWantedComponentType
ComponentEnum getWantedComponentType()
getTemporalType
javax.persistence.TemporalType getTemporalType()
getAllowMultipleSelections
boolean getAllowMultipleSelections()
getSelectionSource
SelectionSourceEnum getSelectionSource()
getDataSource
java.lang.String getDataSource()
getDataSourceDescription
java.lang.String getDataSourceDescription()
getConverterId
java.lang.String getConverterId()
getConverterClass
java.lang.Class getConverterClass()
Copyright © 2011. All Rights Reserved.