A B C D E F G H I J K L M N O P R S T U V

A

AbstractJsfExtractor - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix
AbstractJsfExtractor() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
 
addComponents(FacesContext, DynaForm, UIComponent, ViewType) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
create and add the components to the layout component
addElementBuilder(Class, JsfGuiElementBuilder) - Static method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
Add a specialized builder.
attachLengthValidator(HtmlInputText, int, int) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
attachLengthValidator(HtmlInputText, int, int) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
attachRangeValidator(HtmlInputText, Double, Double) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
attachRangeValidator(HtmlInputText, double, double) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 

B

BcelHelper - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
Extracts fields/method of the given class using BCEL.
BcelHelper() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.BcelHelper
 
buildDescription(Object, String[]) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
buildElement(JsfGuiBuilder, FieldInterface) - Method in interface org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiElementBuilder
 
buildField(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
actuallly build the fields gui component
buildField(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
buildField(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 

C

checkEmbeddEntity(EjbExtractor.Context, MetaData, String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
check if we should embedd this entity
ClassHelper - Interface in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
Interface for helpers to retrieve class meta information
ClassHelperFactory - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
 
clear() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
cloneComponent(UIComponent) - Static method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
collectInputComponents(List<UIInput>, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
collect all input components recursiv starting with component
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
COMPONENT_FAMILY - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
COMPONENT_TYPE - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
ComponentEnum - Enum in org.apache.myfaces.custom.dynaForm.guiBuilder
 
ComponentUtils - Class in org.apache.myfaces.custom.dynaForm.jsfext
 
ConditionEnum - Enum in org.apache.myfaces.custom.dynaForm.lib
 
configureGuiBuilder() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
configureMetaData(MetaData.FieldImpl) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
containsKey(Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
containsValue(Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
CONTEXT_GUI_BUILDER - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
CONTEXT_GUI_BUILDER - Static variable in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderFactory
 
Converter - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.jsf
setup a converter.
convertMethodName(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
get rid of get/set/is in method names
create(FacesContext) - Static method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderFactory
 
create() - Method in interface org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap.DefaultValueFactory
 
create(EjbExtractor.Context, MetaData, Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
create the metadata for the given class
create(MetaData, DynaForm) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
create the metadata out of the dynaConfigs for the given component
create(MetaData, DynaForm) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
create the metadata out of the dynaConfigs for the given component
createClassList(List<Class>, Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
get all super classes needed to be parsed.
createConfiguration(Extractor, String) - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver
 
createFullName(EjbExtractor.Context, String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
createGuiBuilder(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
createGuiBuilderInternal() - Static method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderFactory
 
createInputBoolean(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
select a boolean
createInputBoolean(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputBoolean(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createInputDate(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
input date
createInputDate(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputDate(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createInputDate(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
createInputNumber(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
enter a number
createInputNumber(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputNumber(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createInputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
input field
createInputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createInputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createLabelFor(String, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
create label for the given labelText and if possible attach it to the cmp.
createLabelFor(String, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createNative(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
this is when the user passed in a component to use for the this field
createNative(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createNative(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createOutputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
output text using the field as value provider
createOutputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createOutputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createParameter(String, String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createParameter(String, String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createSearchFor(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
search for component
createSearchFor(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createSearchFor(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createSearchForSelectMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
search for component
createSearchForSelectMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createSelectOneMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
select one menu
createSelectOneMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
createSelectOneMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
createValueBindingString(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 

D

DataProvider - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
where to get the data for a relation between entities
DEFAULT_RENDERER_TYPE - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
DefaultValueMap<K,V> - Class in org.apache.myfaces.custom.dynaForm.lib
 
DefaultValueMap(Map<K, V>, DefaultValueMap.DefaultValueFactory<V>) - Constructor for class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
DefaultValueMap.DefaultValueFactory<V> - Interface in org.apache.myfaces.custom.dynaForm.lib
 
determineAccessByField(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
DisplayOnly - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
do not render any input.
doCreateCommandLink(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateCommandLink(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateCommandLinkComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateCommandLinkComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateConverter(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateConverter(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
doCreateDateConverter(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateDateConverter(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputBoolean(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputBoolean(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputBooleanComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputBooleanComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputDate(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputDate(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputDateComponent(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputDateComponent(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputDateComponent(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
doCreateInputNumber(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputNumber(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateInputTextComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateInputTextComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateNative(FieldInterface, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateNative(FieldInterface, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputLabel(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputLabel(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputLabelComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputLabelComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputText(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputText(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputText(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateOutputTextComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateOutputTextComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreatePanelGroupComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreatePanelGroupComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateSearchFor(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSearchFor(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateSearchFor(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 
doCreateSearchForSelectMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectManyListbox(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectManyListboxComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectOneMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectOneMenu(FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
doCreateSelectOneMenuComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
doCreateSelectOneMenuComponent() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
DYNA_FORM_CREATED - Static variable in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
DynaConfig - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
the dynaForm configuration component
handles overruled field setup
DynaConfig() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
DynaConfigs - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
the dynaForm configuration component
handles overruled field setup
DynaConfigs() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
DynaConfigsTag - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
 
DynaConfigsTag() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigsTag
 
DynaConfigTag - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
 
DynaConfigTag() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
DynaForm - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
the dynaForm component
handles whats needed to dynamically create JSF component trees
DynaForm() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
DynaFormException - Exception in org.apache.myfaces.custom.dynaForm.lib
 
DynaFormException() - Constructor for exception org.apache.myfaces.custom.dynaForm.lib.DynaFormException
 
DynaFormException(String) - Constructor for exception org.apache.myfaces.custom.dynaForm.lib.DynaFormException
 
DynaFormException(String, Throwable) - Constructor for exception org.apache.myfaces.custom.dynaForm.lib.DynaFormException
 
DynaFormException(Throwable) - Constructor for exception org.apache.myfaces.custom.dynaForm.lib.DynaFormException
 
DynaFormRenderer - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
the dynaForm renderer
regardles what the component told you, this is where the work happens ;-)
DynaFormRenderer() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
DynaFormRenderer.AddComponentSimple - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
 
DynaFormRenderer.AddComponentSimple(UIComponent) - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer.AddComponentSimple
 
DynaFormTag - Class in org.apache.myfaces.custom.dynaForm.component.dynaForm
 
DynaFormTag() - Constructor for class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 

E

EjbExtractor - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
Extract metadata from ejb3 beans
EjbExtractor() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
EjbExtractor.Context - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
 
EjbExtractor.Context() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
EjbExtractor.ContextInfo - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
 
EjbExtractor.ContextInfo(String, Boolean, boolean) - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.ContextInfo
 
embeddEntity(EjbExtractor.Context, MetaData, String, Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
embedd this entity
encodeBegin(FacesContext, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
on create view or in development mode this will build the component tree
encodeChildren(FacesContext, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
endEmbedded() - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
entrySet() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
EnumConverter - Class in org.apache.myfaces.custom.converter.enumeration
converts an enum in a way that makes the conversion reversible (sometimes) input: uses its classname and ordinal, reversible else: uses its name, non reversible
EnumConverter() - Constructor for class org.apache.myfaces.custom.converter.enumeration.EnumConverter
 
equals(Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
equals(Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.NullObject
 
Extractor - Interface in org.apache.myfaces.custom.dynaForm.metadata
The metadata extractor interface

F

FacesUriResolver - Class in org.apache.myfaces.custom.dynaForm.uri
try to locate the configuration through the faces context too
FacesUriResolver() - Constructor for class org.apache.myfaces.custom.dynaForm.uri.FacesUriResolver
 
FieldInterface - Interface in org.apache.myfaces.custom.dynaForm.metadata
 
findComponentEx(UIComponent, String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
find a component "by id" by simply traversing the tree
findConfig(String) - Method in class org.apache.myfaces.custom.dynaForm.uri.FacesUriResolver
 
findConfig(String) - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver
load the configuration
findInputComponent(UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
searches the first input component.
findInputComponent(UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
findLayoutComponent(DynaForm) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
findParentDynaForm(DynaForm) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
try to find a parent dyna form+
fireNewComponent(FieldInterface, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
jo, we made a component, create a possible label and fire its creation.
fireNewComponent(FieldInterface, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 

G

get(Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
get() - Static method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.ClassHelperFactory
 
getAccessField() - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
getAllowedSelections() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getAllowedSelections() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getAllowMultipleSelections() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getAllowMultipleSelections() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.myfaces.custom.converter.enumeration.EnumConverter
 
getAsObject(FacesContext, UIComponent, String) - Method in class org.apache.myfaces.custom.dynaForm.lib.ObjectSerializationConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.myfaces.custom.converter.enumeration.EnumConverter
 
getAsString(FacesContext, UIComponent, Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.ObjectSerializationConverter
 
getBackingBeanPrefix() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
getBackingBeanPrefix() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getBackingEntityPrefix() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
getBackingEntityPrefix() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getBaseName() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getBaseName() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getBundle() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
getBundle() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getCanRead() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getCanRead() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getCanWrite() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getCanWrite() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getCleanedNameForId(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
remove all not allowed characters for an jsf ID from the name
getComponentType() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigsTag
 
getComponentType() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getComponentType() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getConfig(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
getConfigMap() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
getConfiguration() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
get the overall configuration based on the given uri
getContext() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
getContext() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getContextName() - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
getConverterClass() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getConverterClass() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getConverterId() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getConverterId() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getDataSource() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getDataSource() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getDataSourceDescription() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getDataSourceDescription() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getDisabled() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
getDisabled() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getDisabled() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getDisabled() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
getDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getDisplayOnly() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getDisplaySize() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
getDisplaySize() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getDisplaySize() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getDisplaySize() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getDynaForm(UIComponent) - Static method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
Find the dynaForm component
getEntity() - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver.Configuration
the entity identification
getExclusiveFields() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getExternalName() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getExternalName() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getExtractor() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
getExtractor() - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver.Configuration
metadata for the given entity
getFamily() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
getFamily() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
getFamily() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
getField(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
 
getField(String) - Method in interface org.apache.myfaces.custom.dynaForm.metadata.MetaDataInterface
get the field by name
getFieldCount() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
 
getFieldCount() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.MetaDataInterface
number of fields
getFieldNames() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
 
getFieldNames() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.MetaDataInterface
get all fields names
getFields(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.BcelHelper
 
getFields(Class) - Method in interface org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.ClassHelper
 
getFields(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
getFields(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.JavaHelper
 
getFor() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
getFor() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getFormConfigs() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
get access to the special form configurations
getGuiBuilder() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
getInfo(Class) - Static method in class org.apache.myfaces.custom.dynaForm.metadata.utils.TypeInfos
 
getLabel() - Method in class org.apache.myfaces.custom.dynaForm.metadata.Selection
 
getLabelBundle() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
 
getLabelBundle() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getLabelBundle() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
getLength() - Method in class org.apache.myfaces.custom.dynaForm.metadata.utils.TypeInfos.Info
 
getMaxSize() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getMaxSize() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getMaxValue() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getMaxValue() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getMaxValue() - Method in class org.apache.myfaces.custom.dynaForm.metadata.utils.TypeInfos.Info
 
getMetaData(MetaData, Object) - Method in interface org.apache.myfaces.custom.dynaForm.metadata.Extractor
get the metadata for the given entity
getMetaData(MetaData, Object) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
the entity name as string
getMetaData(MetaData, Object) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
 
getMetaData(MetaData, Object) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
 
getMethods(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.BcelHelper
 
getMethods(Class) - Method in interface org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.ClassHelper
 
getMethods(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
getMethods(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.JavaHelper
 
getMinSize() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getMinSize() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getMinValue() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getMinValue() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getMinValue() - Method in class org.apache.myfaces.custom.dynaForm.metadata.utils.TypeInfos.Info
 
getModelMetaData() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
getName() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getName() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getNewComponentListener() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
getNewComponentListener() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getOrCreateField(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
add a new field to the metadata or return one if one already exists for the given name
getOriginal() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
getPreferredExternalName() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getReadOnly() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
getReadOnly() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getRelationType() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getRelationType() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getRendererType() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigsTag
 
getRendererType() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
getRendererType() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getRendersChildren() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
getRequestedFields() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
 
getRequired() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getRequired() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getRequiredProperty(String, Properties, String) - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver
 
getResourceAsStream(String) - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver
 
getSelectionSource() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getSelectionSource() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getTemporalType() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getTemporalType() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getType(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
getType(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
getType() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getType() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getUri() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
getUri() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getValue(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
getValue() - Method in class org.apache.myfaces.custom.dynaForm.metadata.Selection
 
getValueBindingPrefix() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
getValueBindingPrefix(DynaForm, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
 
getValueBindingPrefix() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getValueProperty(Object, String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
getVar() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
getVar() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
getViewType(UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
determine the current view type "list" means: the layout component "is a" or "is embedded in an" list component (UIData) "form" means: anything else
getWantedComponent() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getWantedComponent() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
getWantedComponentType() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
getWantedComponentType() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
GuiBuilder - Class in org.apache.myfaces.custom.dynaForm.guiBuilder
The interface to the gui builder which creates all needed gui elements.
You have implement each of them.
GuiBuilder() - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
 

H

hasAnnotationTransient(AccessibleObject) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
skip method/fields annotated with transient
hashCode() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
HibernateExtractor - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate
Extract hibernate specific data
HibernateExtractor() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate.HibernateExtractor
 

I

IgnoreProperty - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
Ignore (skip) this property so it will not appear on any gui
iniCommandDefaults(UICommand, FieldInterface, String, String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
init defaults specifically for commands
iniCommandDefaults(UICommand, FieldInterface, String, String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initConverter(UIOutput, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
setup a converter if required
initDefaults(UIComponent, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
init global defaults like id
initDefaults(UIComponent, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initFromAnnotations(EjbExtractor.Context, MetaData.FieldImpl, AccessibleObject) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
init metadata from annotations
initFromAnnotations(EjbExtractor.Context, MetaData.FieldImpl, AccessibleObject) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate.HibernateExtractor
 
initFromConfig(MetaData.FieldImpl, DynaConfig) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.AbstractJsfExtractor
 
initFromConfig(MetaData.FieldImpl, DynaConfig) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfExclusiveExtractor
 
initFromConfig(MetaData.FieldImpl, DynaConfig) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfExtractor
 
initFromFields(EjbExtractor.Context, MetaData, Field[]) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
ejb3 access through fields
initFromMethods(EjbExtractor.Context, MetaData, Method[]) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
ejb3 access through methods (properties)
initFromType(EjbExtractor.Context, MetaData.FieldImpl, Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
initInputDefaults(HtmlInputText, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
setup all the validators, maxlength, size, ...
initInputDefaults(UIInput, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
setup defaults for input fields like required
initInputDefaults(HtmlInputText, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initInputDefaults(UIInput, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initOutputDefaults(UIOutput, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
init global defaults for output fields
initOutputDefaults(UIOutput, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initSelections(FieldInterface, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
insert possible selection items
initSelections(FieldInterface, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
initValueBinding(UIComponent, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
init the default value binding
initValueBinding(UIComponent, FieldInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
invoke(FacesContext, Object[]) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 
isCanRead() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
isDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
isDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
 
isDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
isDisplayOnly() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
isEmbedded() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
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
isEmbedded() - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
isEmbedded() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
isEmpty() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
isEntityType() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.FieldInterface
 
isEntityType() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
isExclusiveFields() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
isHasFractional() - Method in class org.apache.myfaces.custom.dynaForm.metadata.utils.TypeInfos.Info
 
isMyFacesAvailable() - Static method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesCheck
 
isNumber() - Method in class org.apache.myfaces.custom.dynaForm.metadata.utils.TypeInfos.Info
 
isReadOnly(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
isTransient() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
isValueReference(String) - Static method in class org.apache.myfaces.custom.dynaForm.jsfext.UIComponentTagUtils
 
iterator() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigs
 
iterFieldNames() - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
 
iterFieldNames() - Method in interface org.apache.myfaces.custom.dynaForm.metadata.MetaDataInterface
iterate through fields

J

JavaHelper - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
Extracts fields/methods of the given java class.
JavaHelper() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.JavaHelper
 
JsfExclusiveExtractor - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix but nothing will be configured.
JsfExclusiveExtractor() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfExclusiveExtractor
 
JsfExtractor - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix
JsfExtractor() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfExtractor
 
JsfGuiBuilder - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
concrete gui builder which knows how to build JSF forms
JsfGuiBuilder() - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
JsfGuiBuilderDecorator - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
a helper to be able to decorate the builder
JsfGuiBuilderDecorator(JsfGuiBuilder) - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
JsfGuiBuilderFactory - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
 
JsfGuiElementBuilder - Interface in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
 
JsfRequestFieldExtractor - Class in org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
Extract metadata from jsf form.
This will read all facets with "ff_" name prefix but nothing will be configured.
JsfRequestFieldExtractor() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.impl.jsf.JsfRequestFieldExtractor
 

K

keySet() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 

L

Length - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
set the minimum and maximum characters allowed for input

M

MatchModeEnum - Enum in org.apache.myfaces.custom.dynaForm.lib
 
Max - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
set the maximum allowed value
MetaData - Class in org.apache.myfaces.custom.dynaForm.metadata
Holds all the metadata
MetaData() - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.MetaData
 
MetaData.FieldImpl - Class in org.apache.myfaces.custom.dynaForm.metadata
Metadata for a field
MetaData.FieldImpl(String) - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
MetaDataInterface - Interface in org.apache.myfaces.custom.dynaForm.metadata
 
Min - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
set the minimum allowed value
MyFacesCheck - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces
 
MyFacesGuiBuilder - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces
use myfaces goodies
MyFacesGuiBuilder() - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.MyFacesGuiBuilder
 

N

newComponent(String, UIComponent, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer.AddComponentSimple
 
newComponent(String, UIComponent, UIComponent) - Method in interface org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.NewComponentListener
the new component and its label
NewComponentListener - Interface in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
This listener will be fired if a new component is ready.
NotNull - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
required field
NullObject - Class in org.apache.myfaces.custom.dynaForm.lib
 
NullObject() - Constructor for class org.apache.myfaces.custom.dynaForm.lib.NullObject
 

O

ObjectSerializationConverter - Class in org.apache.myfaces.custom.dynaForm.lib
This converter will be used to e.g.
ObjectSerializationConverter() - Constructor for class org.apache.myfaces.custom.dynaForm.lib.ObjectSerializationConverter
 
OrderDirectionEnum - Enum in org.apache.myfaces.custom.dynaForm.lib
 
org.apache.myfaces.custom.converter.enumeration - package org.apache.myfaces.custom.converter.enumeration
 
org.apache.myfaces.custom.dynaForm.annot.jsf - package org.apache.myfaces.custom.dynaForm.annot.jsf
 
org.apache.myfaces.custom.dynaForm.annot.ui - package org.apache.myfaces.custom.dynaForm.annot.ui
 
org.apache.myfaces.custom.dynaForm.component.dynaForm - package org.apache.myfaces.custom.dynaForm.component.dynaForm
 
org.apache.myfaces.custom.dynaForm.guiBuilder - package org.apache.myfaces.custom.dynaForm.guiBuilder
 
org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf - package org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
 
org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces - package org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces
 
org.apache.myfaces.custom.dynaForm.jsfext - package org.apache.myfaces.custom.dynaForm.jsfext
 
org.apache.myfaces.custom.dynaForm.lib - package org.apache.myfaces.custom.dynaForm.lib
 
org.apache.myfaces.custom.dynaForm.metadata - package org.apache.myfaces.custom.dynaForm.metadata
 
org.apache.myfaces.custom.dynaForm.metadata.impl.ejb - package org.apache.myfaces.custom.dynaForm.metadata.impl.ejb
 
org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate - package org.apache.myfaces.custom.dynaForm.metadata.impl.hibernate
 
org.apache.myfaces.custom.dynaForm.metadata.impl.jsf - package org.apache.myfaces.custom.dynaForm.metadata.impl.jsf
 
org.apache.myfaces.custom.dynaForm.metadata.utils - package org.apache.myfaces.custom.dynaForm.metadata.utils
 
org.apache.myfaces.custom.dynaForm.uri - package org.apache.myfaces.custom.dynaForm.uri
 

P

popAccessType() - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
process() - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
processEmbedded(EjbExtractor.Context, MetaData, AccessibleObject, String, Class<?>) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
 
processField(EjbExtractor.Context, MetaData, AccessibleObject, String, Class<?>, Boolean, Boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
process the given field - or ist superclass if it is embedded
processField(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
should this field be processed
processFieldParent(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
should this field be processed.
processPreviouslyAdded(FacesContext, UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormRenderer
check if we already added components to the layout component.
if this is the case then: keep them cached and avoid readd in development mode: remove the components in production mode: keep them cached TODO: need to figure out whats the best way to recreate the components
put(K, V) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 

R

Range - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
set the minimum and maximum allowed value
ReadOnly - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
render a readonly element.
RelationType - Enum in org.apache.myfaces.custom.dynaForm.metadata
 
release() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigsTag
 
release() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
release() - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
remove(Object) - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
renderChildren(FacesContext, UIComponent) - Static method in class org.apache.myfaces.custom.dynaForm.jsfext.ComponentUtils
 
requestField(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
request to add this field if we reach it.
resolve(String, String) - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver
do the hard work
resolveUri(String) - Method in class org.apache.myfaces.custom.dynaForm.uri.UriResolver
resolve the given uri
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
restoreState(FacesContext, Object) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 

S

saveState(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
 
saveState(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
 
saveState(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
SEARCH_ENTITY_BINDING - Static variable in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
SEARCH_ENTITY_TYPE - Static variable in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
SELECT_NULL_OBJECT - Static variable in class org.apache.myfaces.custom.dynaForm.lib.ObjectSerializationConverter
 
Selection - Class in org.apache.myfaces.custom.dynaForm.metadata
represents a selection (e.g.
Selection(Object) - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.Selection
let the gui determine how to display this value
Selection(String, Object) - Constructor for class org.apache.myfaces.custom.dynaForm.metadata.Selection
selection with fixed label
SelectionSourceEnum - Enum in org.apache.myfaces.custom.dynaForm.lib
 
SelectionTypeEnum - Enum in org.apache.myfaces.custom.dynaForm.lib
 
setAccessField(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
setAllowedSelections(Selection[]) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setAllowMultipleSelections(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setBackingBeanPrefix(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
setBackingBeanPrefix(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setBackingEntityPrefix(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
setBackingEntityPrefix(String) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setBundle(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
The bundle to use to convert the labels to readable strings
setBundle(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setCanRead(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setCanWrite(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setContext(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
setContext(FacesContext) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setConverterClass(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setConverterId(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setDataSource(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setDataSourceDescription(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setDisabled(Boolean) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
configure this field as disabled - like readOnly but grayed too
setDisabled(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
setDisabled(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setDisplayOnly(Boolean) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
set the field to display only
setDisplayOnly(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
setDisplayOnly(boolean) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
Display the whole form in read only mode
setDisplayOnly(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setDisplayOnly(boolean) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
set if the guiBuilder should build a read only form only
setDisplayOnly(boolean) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setDisplayOnly(boolean) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
setDisplayOnly(Boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setDisplaySize(Integer) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
a hint for the size the ui should use when rendering the field
setDisplaySize(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
setDisplaySize(int) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setEmbedded(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setEntityType(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setExclusiveFields(boolean) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
Process only fields listed by their facets
setExclusiveFields(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setFor(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
the name of the property this configuration is for
setFor(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
setGuiBuilder(GuiBuilder) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
setLabelBundle(Map) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.GuiBuilder
the bundle to use with labels
setLabelBundle(Map) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setLabelBundle(Map) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
setLockFields(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData
if set to true this avoids any field to be newly created, only already existent fields are to be processed
setMaxSize(Integer) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setMaxValue(Double) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setMinSize(Integer) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setMinValue(Double) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setModelMetaData(MetaDataInterface) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
setNewComponentListener(NewComponentListener) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilder
 
setNewComponentListener(NewComponentListener) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.JsfGuiBuilderDecorator
 
setObjectProperty(FacesContext, UIComponent, String, Object) - Static method in class org.apache.myfaces.custom.dynaForm.jsfext.UIComponentTagUtils
 
setPreferredExternalName(String) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setProperties(UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
setProperties(UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setReadOnly(Boolean) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfig
configure this field as readOnly - noneditable input field
setReadOnly(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaConfigTag
 
setRelationType(RelationType) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setRequired(boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setSelectionSource(SelectionSourceEnum) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setSpecialFieldDisabled(MetaData.FieldImpl) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
configure a special fields as disabled.
setTemporalType(TemporalType) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setTransient(boolean) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
setType(Class) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setUri(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
how to reach the model
e.g.
setUri(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setValue(FacesContext, Object) - Method in class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
setValueBindingPrefix(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
The value binding prefix which will be used to create the real value binding.
setValueBindingPrefix(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setVar(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaForm
the var name used to allow access to the form controller
setVar(String) - Method in class org.apache.myfaces.custom.dynaForm.component.dynaForm.DynaFormTag
 
setWantedComponent(UIComponent) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
setWantedComponentType(ComponentEnum) - Method in class org.apache.myfaces.custom.dynaForm.metadata.MetaData.FieldImpl
 
size() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
Slipstream - Class in org.apache.myfaces.custom.dynaForm.guiBuilder
The slipstream will bring the configuration-metaData/gui together
Slipstream() - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.Slipstream
 
startEmbedded(String, boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor.Context
 
SuggestSelectListMethodWrapper - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces
Intercepts the method binding used to build the suggest selection list
SuggestSelectListMethodWrapper(MethodBinding, String, String) - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.myfaces.SuggestSelectListMethodWrapper
 

T

Temporal - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
much like javax.persistence.Temporal but to allow to work with any date library
type2Class(Type) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.BcelHelper
 
TypeInfos - Class in org.apache.myfaces.custom.dynaForm.metadata.utils
 
TypeInfos.Info - Class in org.apache.myfaces.custom.dynaForm.metadata.utils
 

U

UIComponent - Annotation Type in org.apache.myfaces.custom.dynaForm.annot.ui
render the n:1 as select box
UIComponentTagUtils - Class in org.apache.myfaces.custom.dynaForm.jsfext
 
UIComponentTagUtils() - Constructor for class org.apache.myfaces.custom.dynaForm.jsfext.UIComponentTagUtils
 
UriResolver - Class in org.apache.myfaces.custom.dynaForm.uri
Resolves the URI to a configuration
UriResolver() - Constructor for class org.apache.myfaces.custom.dynaForm.uri.UriResolver
 
UriResolver.Configuration - Class in org.apache.myfaces.custom.dynaForm.uri
The configuration
UriResolver.Configuration(Extractor, String) - Constructor for class org.apache.myfaces.custom.dynaForm.uri.UriResolver.Configuration
 

V

validModifier(int, boolean) - Method in class org.apache.myfaces.custom.dynaForm.metadata.impl.ejb.EjbExtractor
skip method/fields marked as static/transient
ValueBindingDataSourceAdapter - Class in org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf
wraps a datasource and presents it as selectItem list
ValueBindingDataSourceAdapter() - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
ValueBindingDataSourceAdapter(MethodBinding, MethodBinding) - Constructor for class org.apache.myfaces.custom.dynaForm.guiBuilder.impl.jsf.ValueBindingDataSourceAdapter
 
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.guiBuilder.ComponentEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.lib.ConditionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.lib.MatchModeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.lib.OrderDirectionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.lib.SelectionSourceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.lib.SelectionTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.lib.ViewType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.myfaces.custom.dynaForm.metadata.RelationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.guiBuilder.ComponentEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.lib.ConditionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.myfaces.custom.dynaForm.lib.DefaultValueMap
 
values() - Static method in enum org.apache.myfaces.custom.dynaForm.lib.MatchModeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.lib.OrderDirectionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.lib.SelectionSourceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.lib.SelectionTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.lib.ViewType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.myfaces.custom.dynaForm.metadata.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewType - Enum in org.apache.myfaces.custom.dynaForm.lib
 

A B C D E F G H I J K L M N O P R S T U V

Copyright 2010 The Apache Software Foundation. All Rights Reserved.