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

V

validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.RequiredCheckboxValidator
 
ValidateAll - Class in org.omnifaces.component.validator
ValidateAll validates if ALL of the given UIInput components have been filled out.
ValidateAll() - Constructor for class org.omnifaces.component.validator.ValidateAll
The default constructor sets the default message.
ValidateAllOrNone - Class in org.omnifaces.component.validator
ValidateAllOrNone validates if at least ALL of the given UIInput components have been filled out or that NONE of the given UIInput components have been filled out.
ValidateAllOrNone() - Constructor for class org.omnifaces.component.validator.ValidateAllOrNone
The default constructor sets the default message.
validateComponents(FacesContext) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
If the validation is not disabled, collect the components, if it is not empty, then collect their values and delegate to ValidateMultipleFields.validateValues(FacesContext, List, List).
validateComponents(FacesContext) - Method in class org.omnifaces.component.validator.ValidatorFamily
Perform the actual validation.
ValidateEqual - Class in org.omnifaces.component.validator
ValidateEqual validates if ALL of the given UIInput components have the same value.
ValidateEqual() - Constructor for class org.omnifaces.component.validator.ValidateEqual
The default constructor sets the default message.
validateHasDirectParent(UIComponent, Class<T>) - Static method in class org.omnifaces.util.Components
Validate if the given component has a direct parent of the given parent type.
validateHasNoChildren(UIComponent) - Static method in class org.omnifaces.util.Components
Validate if the given component has no children.
validateHasParent(UIComponent, Class<T>) - Static method in class org.omnifaces.util.Components
Validate if the given component has a parent of the given parent type.
validateHierarchy() - Method in class org.omnifaces.component.tree.Tree
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeFamily
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeInsertChildren
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeNode
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.tree.TreeNodeItem
Validate the component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Validate our component hierarchy.
validateHierarchy() - Method in class org.omnifaces.component.validator.ValidatorFamily
Validate our own component hierarchy.
ValidateMultipleFields - Class in org.omnifaces.component.validator
Base class which is to be shared between all multi field validators.
ValidateMultipleFields(String) - Constructor for class org.omnifaces.component.validator.ValidateMultipleFields
The default constructor sets the default message and sets the renderer type to null.
ValidateOne - Class in org.omnifaces.component.validator
ValidateOneNotMore validates if ONLY ONE of the given UIInput components has been filled out.
ValidateOne() - Constructor for class org.omnifaces.component.validator.ValidateOne
The default constructor sets the default message.
ValidateOneOrMore - Class in org.omnifaces.component.validator
ValidateOneOrMore validates if at least ONE of the given UIInput components has been filled out.
ValidateOneOrMore() - Constructor for class org.omnifaces.component.validator.ValidateOneOrMore
The default constructor sets the default message.
ValidateOneOrNone - Class in org.omnifaces.component.validator
ValidateOneOrNone validates if ONLY ONE of the given UIInput components has been filled out or that NONE of the given UIInput components have been filled out.
ValidateOneOrNone() - Constructor for class org.omnifaces.component.validator.ValidateOneOrNone
The default constructor sets the default message.
ValidateOrder - Class in org.omnifaces.component.validator
ValidateOrder validates if the values of the given UIInput components as specified in the components attribute are in the order as specified by the type attribute which accepts the following values: lt (default): from least to greatest, without duplicates. lte: from least to greatest, allowing duplicates (equal values next to each other). gt: from greatest to least, without duplicates. gte: from greatest to least, allowing duplicates (equal values next to each other).
ValidateOrder() - Constructor for class org.omnifaces.component.validator.ValidateOrder
The default constructor sets the default message.
ValidateUnique - Class in org.omnifaces.component.validator
ValidateUnique validates if ALL of the given UIInput components have an unique value.
ValidateUnique() - Constructor for class org.omnifaces.component.validator.ValidateUnique
The default constructor sets the default message.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateAll
Validate if all is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateAllOrNone
Validate if all or none is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateEqual
Validate if all values are equal.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
Perform the validation on the collected values of the input components and returns whether the validation is successful.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOne
Validate if only one is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOneOrMore
Validate if at least one is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOneOrNone
Validate if only one or none is filled out.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateOrder
Validate if all values are in specified order.
validateValues(FacesContext, List<UIInput>, List<Object>) - Method in class org.omnifaces.component.validator.ValidateUnique
Validate if all values are unique.
Validator - Class in org.omnifaces.taghandler
The <o:validator> basically extends the <f:validator> tag family with the possibility to evaluate the value expression in all attributes on a per request basis instead of on a per view build time basis.
Validator(TagConfig) - Constructor for class org.omnifaces.taghandler.Validator
The tag constructor.
ValidatorFamily - Class in org.omnifaces.component.validator
Base class which is to be shared between all components of the Validator family.
ValidatorFamily() - Constructor for class org.omnifaces.component.validator.ValidatorFamily
 
VALUE_SET - Static variable in class org.omnifaces.component.output.Cache
 
ValueExpressionWrapper - Class in org.omnifaces.el
 
ValueExpressionWrapper(ValueExpression) - Constructor for class org.omnifaces.el.ValueExpressionWrapper
 
valueOf(String) - Static method in enum org.omnifaces.config.WebXml
Returns the enum constant of this type with the specified name.
values() - Method in class org.omnifaces.component.output.cache.concurrentlinkedhashmap.ConcurrentLinkedHashMap
 
values() - Static method in enum org.omnifaces.config.WebXml
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.omnifaces.util.MapWrapper
ViewParam - Class in org.omnifaces.component.input
ViewParameter is a component that extends the standard UIViewParameter and provides a stateless mode of operation.
ViewParam() - Constructor for class org.omnifaces.component.input.ViewParam
 
visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.Tree
Set the root node as current node and delegate the call to Tree.visitTreeNode(VisitContext, VisitCallback).
visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.TreeInsertChildren
Delegate visiting of the tree node to Tree.visitTreeNode(VisitContext, VisitCallback).
visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.TreeNodeItem
Loop over children of the current model node, set the child as the current model node and continue visiting this component according to the given visit context and callback.
visitTreeNode(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.Tree
If the current model node isn't a leaf (i.e.
A B C D E F G H I J K L M N O P Q R S T U V W