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

V

validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.RequiredCheckboxValidator
 
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.
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.
ValidateOrder - Class in org.omnifaces.component.validator
ValidateOrder validates if the values of the given UIInput components are in the order from least to greatest without duplicates, exactly as specified in the components attribute.
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.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.ValidateOneOrMore
Validate if at least one 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
 
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 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 K L M N O P R S T U V W