- validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.RequiredCheckboxValidator
-
- validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.ValueChangeValidator
-
If the component is an instance of
EditableValueHolder
and its old object value is equal to the
submitted value, then return immediately from the method and don't perform any validation.
- 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.
- ValidateBean - Class in org.omnifaces.taghandler
-
The
<o:validateBean>
allows the developer to control bean validation on a per-
UICommand
or
UIInput
component basis.
- ValidateBean(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateBean
-
The tag constructor.
- validateChangedObject(FacesContext, UIComponent, Object) - Method in class org.omnifaces.validator.ValueChangeValidator
-
- validateComponents(FacesContext) - Method in class org.omnifaces.component.validator.ValidateMultipleFields
-
- 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.
- ValidateMultiple - Class in org.omnifaces.component.validator
-
ValidateMultiple allows the developer to validate multiple fields by either a custom validator
method:
- ValidateMultiple() - Constructor for class org.omnifaces.component.validator.ValidateMultiple
-
The default constructor sets the default message.
- 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
.
- ValidateMultipleHandler - Class in org.omnifaces.component.validator
-
- ValidateMultipleHandler(ComponentConfig) - Constructor for class org.omnifaces.component.validator.ValidateMultipleHandler
-
- 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.
- ValidateUniqueColumn - Class in org.omnifaces.taghandler
-
ValidateUniqueColumn validates if the given
UIInput
component in an
UIData
component
has an unique value throughout all rows, also those not visible by pagination.
- ValidateUniqueColumn(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateUniqueColumn
-
The tag constructor.
- 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.ValidateMultiple
-
Invoke the validator and return its outcome.
- 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.
- validateValues(FacesContext, List<UIInput>, List<Object>) - Method in interface org.omnifaces.validator.MultiFieldValidator
-
Perform the validation on the collected values of the input components and returns whether the validation is
successful.
- validationFailed() - Static method in class org.omnifaces.util.Faces
-
Signals JSF that the validations phase of the current request has failed.
- 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(ValidatorConfig) - Constructor for class org.omnifaces.taghandler.Validator
-
The constructor.
- Validator.RenderTimeValidator - Class in org.omnifaces.taghandler
-
So that we can have a serializable validator.
- Validator.RenderTimeValidator() - Constructor for class org.omnifaces.taghandler.Validator.RenderTimeValidator
-
- 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
-
- ValidatorManager - Class in org.omnifaces.cdi.validator
-
- ValidatorManager() - Constructor for class org.omnifaces.cdi.validator.ValidatorManager
-
- ValidatorProvider - Interface in org.omnifaces.application
-
An abstraction of validator provider, so that JSF can obtain the concrete instance without a CDI dependency.
- VALUE_SET - Static variable in class org.omnifaces.component.output.Cache
-
- ValueChangeConverter - Class in org.omnifaces.converter
-
By default, JSF converters run on every request, regardless of whether the submitted value has changed or not.
- ValueChangeConverter() - Constructor for class org.omnifaces.converter.ValueChangeConverter
-
- ValueChangeValidator - Class in org.omnifaces.validator
-
By default, JSF validators run on every request, regardless of whether the submitted value has changed or not.
- ValueChangeValidator() - Constructor for class org.omnifaces.validator.ValueChangeValidator
-
- ValueExpressionMethodWrapper - Class in org.omnifaces.el
-
Special purpose value expression that wraps a method expression for which a Method instance is created
whenever the getValue method is called.
- ValueExpressionMethodWrapper(MethodExpression) - Constructor for class org.omnifaces.el.ValueExpressionMethodWrapper
-
- ValueExpressionWrapper - Class in org.omnifaces.el
-
- ValueExpressionWrapper(ValueExpression) - Constructor for class org.omnifaces.el.ValueExpressionWrapper
-
- valueOf(String) - Static method in enum org.omnifaces.config.BeanManager
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.config.WebXml
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.facesviews.ExtensionAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.facesviews.FacesServletDispatchMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.facesviews.PathAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.facesviews.ViewHandlerMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.omnifaces.config.BeanManager
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- 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() - Static method in enum org.omnifaces.facesviews.ExtensionAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.facesviews.FacesServletDispatchMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.facesviews.PathAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.facesviews.ViewHandlerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class org.omnifaces.util.concurrentlinkedhashmap.ConcurrentLinkedHashMap
-
- values() - Method in class org.omnifaces.util.MapWrapper
- VersionLoggerEventListener - Class in org.omnifaces
-
This event listener logs the version of OmniFaces that's being used when JSF has started up.
- VersionLoggerEventListener() - Constructor for class org.omnifaces.VersionLoggerEventListener
-
- VetoAnnotatedTypeExtension - Class in org.omnifaces
-
This CDI extension should tell the CDI implementation to register from the org.omnifaces package only the classes
from org.omnifaces.cdi and org.omnifaces.showcase subpackages as CDI managed beans.
- VetoAnnotatedTypeExtension() - Constructor for class org.omnifaces.VetoAnnotatedTypeExtension
-
- ViewHandlerMode - Enum in org.omnifaces.facesviews
-
The mode of the view handler with respect to constructing an action URL.
- ViewParam - Class in org.omnifaces.component.input
-
ViewParameter is a component that extends the standard
UIViewParameter
and provides a
stateless mode of operation and fixes the issue wherein null model values are converted to empty string parameters
in query string (e.g.
- ViewParam() - Constructor for class org.omnifaces.component.input.ViewParam
-
- ViewScopeContext - Class in org.omnifaces.cdi.viewscope
-
- ViewScopeContext(BeanManager, Bean<ViewScopeManager>) - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeContext
-
Construct a new view scope context.
- ViewScoped - Annotation Type in org.omnifaces.cdi
-
The CDI view scope annotation, intented for use in JSF 2.0/2.1.
- ViewScopeEventListener - Class in org.omnifaces.application
-
Listener for JSF view scope destroy events so that view scope provider implementation can be notified.
- ViewScopeEventListener() - Constructor for class org.omnifaces.application.ViewScopeEventListener
-
- ViewScopeExtension - Class in org.omnifaces.cdi.viewscope
-
Register the CDI view scope context.
- ViewScopeExtension() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeExtension
-
- ViewScopeManager - Class in org.omnifaces.cdi.viewscope
-
Manage the view scoped beans by listening on view scope and session scope creation and destroy.
- ViewScopeManager() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeManager
-
- ViewScopeProvider - Interface in org.omnifaces.application
-
An abstraction of view scope provider, so that JSF can obtain the concrete instance without a CDI dependency.
- visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.Tree
-
- visitTree(VisitContext, VisitCallback) - Method in class org.omnifaces.component.tree.TreeInsertChildren
-
- 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.