Uses of Interface
org.javarosa.core.services.properties.IPropertyRules
| Package | Description |
|---|---|
| org.javarosa.core.services | |
| org.javarosa.core.services.properties |
-
Uses of IPropertyRules in org.javarosa.core.services
Methods in org.javarosa.core.services that return types with arguments of type IPropertyRules Modifier and Type Method Description List<IPropertyRules>IPropertyManager. getRules()List<IPropertyRules>PropertyManager. getRules()Retrieves the set of rules being used by this property manager if any exist.Methods in org.javarosa.core.services with parameters of type IPropertyRules Modifier and Type Method Description voidIPropertyManager. addRules(IPropertyRules rules)voidPropertyManager. addRules(IPropertyRules rules)Adds a set of rules to be used by this PropertyManager.voidPropertyManager. setRules(IPropertyRules rules)Sets the rules that should be used by this PropertyManager, removing any other existing rules sets. -
Uses of IPropertyRules in org.javarosa.core.services.properties
Classes in org.javarosa.core.services.properties that implement IPropertyRules Modifier and Type Class Description classJavaRosaPropertyRulesA set of rules governing the allowable properties for JavaRosa's core funtionality.