org.apache.myfaces.custom.dynaForm.metadata
Interface FieldInterface

All Known Implementing Classes:
MetaData.FieldImpl

public interface FieldInterface


Method Summary
 Selection[] getAllowedSelections()
           
 boolean getAllowMultipleSelections()
           
 java.lang.String getBaseName()
           
 java.lang.Boolean getCanRead()
           
 java.lang.Boolean getCanWrite()
           
 java.lang.Class getConverterClass()
           
 java.lang.String getConverterId()
           
 java.lang.String getDataSource()
           
 java.lang.String getDataSourceDescription()
           
 java.lang.Boolean getDisabled()
           
 java.lang.Boolean getDisplayOnly()
           
 java.lang.Integer getDisplaySize()
           
 java.lang.String getExternalName()
           
 java.lang.Integer getMaxSize()
           
 java.lang.Double getMaxValue()
           
 java.lang.Integer getMinSize()
           
 java.lang.Double getMinValue()
           
 java.lang.String getName()
           
 RelationType getRelationType()
           
 boolean getRequired()
           
 SelectionSourceEnum getSelectionSource()
           
 javax.persistence.TemporalType getTemporalType()
           
 java.lang.Class getType()
           
 javax.faces.component.UIComponent getWantedComponent()
           
 ComponentEnum getWantedComponentType()
           
 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
 boolean isEntityType()
           
 

Method Detail

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".
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 © 2009. All Rights Reserved.