Uses of Class
com.sun.faces.application.ConverterPropertyEditorBase
Packages that use ConverterPropertyEditorBase
-
Uses of ConverterPropertyEditorBase in com.sun.faces.application
Subclasses of ConverterPropertyEditorBase in com.sun.faces.applicationModifier and TypeClassDescriptionclass
Default template class for the dynamic generation of target-class specific PropertyEditor implementations.Methods in com.sun.faces.application that return types with arguments of type ConverterPropertyEditorBaseModifier and TypeMethodDescriptionClass
<? extends ConverterPropertyEditorBase> ConverterPropertyEditorFactory.definePropertyEditorClassFor
(Class<?> targetClass) Return a PropertyEditor class appropriate for editing the giventargetClass
.Constructor parameters in com.sun.faces.application with type arguments of type ConverterPropertyEditorBaseModifierConstructorDescriptionConverterPropertyEditorFactory
(Class<? extends ConverterPropertyEditorBase> templateClass) Create aConverterPropertyEditorFactory
that uses the specified template class.