Uses of Class
com.sun.faces.application.ConverterPropertyEditorBase
Package | Description |
---|---|
com.sun.faces.application |
-
Uses of ConverterPropertyEditorBase in com.sun.faces.application
Subclasses of ConverterPropertyEditorBase in com.sun.faces.application Modifier and Type Class Description class
ConverterPropertyEditorFor_XXXX
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 ConverterPropertyEditorBase Modifier and Type Method Description Class<? 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 ConverterPropertyEditorBase Constructor Description ConverterPropertyEditorFactory(Class<? extends ConverterPropertyEditorBase> templateClass)
Create aConverterPropertyEditorFactory
that uses the specified template class.