|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstrainedProperty | |
|---|---|
| com.uwyn.rife.cmf | Provides classes, interfaces and elements for the content management framework. |
| com.uwyn.rife.database.querymanagers.generic | Provides classes and interfaces for the persistance framework. |
| com.uwyn.rife.site | Provides classes and interfaces that provide useful features during the creation of a website. |
| com.uwyn.rife.tools | Provides general purpose utility classes. |
| Uses of ConstrainedProperty in com.uwyn.rife.cmf |
|---|
| Subclasses of ConstrainedProperty in com.uwyn.rife.cmf | |
|---|---|
class |
CmfProperty
Deprecated. As of RIFE 1.3.2, all the methods moved to the base class ConstrainedProperty |
| Methods in com.uwyn.rife.cmf with parameters of type ConstrainedProperty | |
|---|---|
abstract CmfPropertyValidationRule |
MimeType.getValidationRule(ConstrainedProperty constrainedProperty)
Constructs and returns a CMF-specific validation rule that is able to validate data for this mime type. |
| Uses of ConstrainedProperty in com.uwyn.rife.database.querymanagers.generic |
|---|
| Methods in com.uwyn.rife.database.querymanagers.generic with parameters of type ConstrainedProperty | |
|---|---|
static ManyToOneDeclaration |
GenericQueryManagerRelationalUtils.createManyToOneDeclaration(GenericQueryManager manager,
ConstrainedProperty property,
Class propertyType)
|
| Uses of ConstrainedProperty in com.uwyn.rife.site |
|---|
| Classes in com.uwyn.rife.site with type parameters of type ConstrainedProperty | |
|---|---|
interface |
Constrained<B extends ConstrainedBean,P extends ConstrainedProperty>
This interface defines methods for bean-centric constraining of data entities. |
class |
ConstrainedProperty<T extends ConstrainedProperty>
A ConstrainedProperty object makes it possible to easily
define all constraints for a named property of a bean. |
class |
MetaData<B extends ConstrainedBean,P extends ConstrainedProperty>
This abstract base class can be conveniently used to added Constrained and ValidatedConstrained meta data to a POJO. |
interface |
ValidatedConstrained<P extends ConstrainedProperty>
This interface extends the Validated interface and provides additional methods that are related to beans that are constrained with ConstrainedProperty constraints. |
class |
Validation<B extends ConstrainedBean,P extends ConstrainedProperty>
|
class |
ValidationGroup<C extends ConstrainedProperty>
|
| Methods in com.uwyn.rife.site that return ConstrainedProperty | |
|---|---|
ConstrainedProperty |
ConstrainedProperty.clone()
|
static ConstrainedProperty |
ConstrainedUtils.getConstrainedProperty(Object bean,
String name)
|
| Methods in com.uwyn.rife.site with parameters of type ConstrainedProperty | |
|---|---|
void |
Validation.constraintSet(ConstrainedProperty property,
String name,
Object constraintData)
|
void |
ConstrainedPropertyListener.constraintSet(ConstrainedProperty property,
String name,
Object constraintData)
This method is called on a registered listener when a constraint has been set to a particular value. |
Collection<String> |
FormBuilderXml.generateField(Template template,
Class propertyType,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilderXhtml.generateField(Template template,
Class propertyType,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilder.generateField(Template template,
Class propertyType,
ConstrainedProperty property,
String[] values,
String prefix)
Generates a form field for one particular property. |
Collection<String> |
FormBuilderXml.generateField(Template template,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilderXhtml.generateField(Template template,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilder.generateField(Template template,
ConstrainedProperty property,
String[] values,
String prefix)
Generates a form field for one particular property. |
Collection<String> |
FormBuilderXml.replaceField(Template template,
String templateFieldName,
Class propertyType,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilderXhtml.replaceField(Template template,
String templateFieldName,
Class propertyType,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilder.replaceField(Template template,
String templateFieldName,
Class propertyType,
ConstrainedProperty property,
String[] values,
String prefix)
Generates a form field for one particular property and always replace the content of the template values that match the auto-generation name format. |
Collection<String> |
FormBuilderXml.replaceField(Template template,
String templateFieldName,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilderXhtml.replaceField(Template template,
String templateFieldName,
ConstrainedProperty property,
String[] values,
String prefix)
|
Collection<String> |
FormBuilder.replaceField(Template template,
String templateFieldName,
ConstrainedProperty property,
String[] values,
String prefix)
Generates a form field for one particular property and always replace the content of the template values that match the auto-generation name format. |
| Uses of ConstrainedProperty in com.uwyn.rife.tools |
|---|
| Methods in com.uwyn.rife.tools with parameters of type ConstrainedProperty | |
|---|---|
static String[] |
ArrayUtils.createStringArray(Object source,
ConstrainedProperty constrainedProperty)
Convert an Object to a textual representation in a
String array. |
static String |
BeanUtils.formatPropertyValue(Object propertyValue,
ConstrainedProperty constrainedProperty)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||