- validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.taghandler.ValidateBean.CollectingValidator
-
- validate(FacesContext, UIComponent, Boolean) - Method in class org.omnifaces.validator.RequiredCheckboxValidator
-
- validate(FacesContext, UIComponent, T) - 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
-
The
<o:validateAll>
validates if ALL of the given
UIInput
components have been filled out.
- ValidateAll() - Constructor for class org.omnifaces.component.validator.ValidateAll
-
- ValidateAllOrNone - Class in org.omnifaces.component.validator
-
The
<o: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
-
- ValidateBean - Class in org.omnifaces.taghandler
-
The
<o:validateBean>
allows the developer to control bean validation on a per-
UICommand
or
UIInput
component basis, as well as validating a given bean at the class level.
- ValidateBean(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateBean
-
The tag constructor.
- validateBean(Object, Class<?>...) - Static method in class org.omnifaces.util.Platform
-
Validate given bean on given group classes
and return constraint violation messages mapped by property path.
- ValidateBean.CollectingValidator - Class in org.omnifaces.taghandler
-
- validateBeanProperty(Class<?>, String, Object, Class<?>...) - Static method in class org.omnifaces.util.Platform
-
Validate given value as if it were a property of the given bean type
and return constraint violation messages mapped by property path.
- validateChangedObject(FacesContext, UIComponent, T) - 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
-
The
<o:validateEqual>
validates if ALL of the given
UIInput
components have the same
value.
- ValidateEqual() - Constructor for class org.omnifaces.component.validator.ValidateEqual
-
- validateHasChild(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
-
Validate in development stage if the given component has at least a child of given child type.
- validateHasDirectParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
-
Validate in development stage if the given component has a direct parent of given parent type.
- validateHasNoChildren(UIComponent) - Static method in class org.omnifaces.util.Components
-
Validate in development stage if the given component has no children.
- validateHasNoParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
-
Validate in development stage if the given component has no parent of given parent type.
- validateHasOnlyChildren(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
-
Validate in development stage if the given component has only children of given child type.
- validateHasParent(UIComponent, Class<C>) - Static method in class org.omnifaces.util.Components
-
Validate in development stage if the given component has a parent of given parent type.
- validateHierarchy() - Method in class org.omnifaces.component.input.InputFile
-
Validate the component hierarchy.
- 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
-
The <o:validateMultiple>
allows the developer to validate multiple fields by either a custom
validator method:
- ValidateMultiple() - Constructor for class org.omnifaces.component.validator.ValidateMultiple
-
- ValidateMultipleFields - Class in org.omnifaces.component.validator
-
Base class which is to be shared between all multi field validators.
- ValidateMultipleFields() - 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
-
The
<o:validateOne>
validates if ONLY ONE of the given
UIInput
components have been filled
out.
- ValidateOne() - Constructor for class org.omnifaces.component.validator.ValidateOne
-
- ValidateOneOrMore - Class in org.omnifaces.component.validator
-
The
<o:validateOneOrMore>
validates if at least ONE of the given
UIInput
components has
been filled out.
- ValidateOneOrMore() - Constructor for class org.omnifaces.component.validator.ValidateOneOrMore
-
- ValidateOneOrNone - Class in org.omnifaces.component.validator
-
The
<o: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
-
- ValidateOrder - Class in org.omnifaces.component.validator
-
The
<o: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
-
- ValidateUnique - Class in org.omnifaces.component.validator
-
The
<o:validateUnique>
validates if ALL of the given
UIInput
components have an unique
value.
- ValidateUnique() - Constructor for class org.omnifaces.component.validator.ValidateUnique
-
- ValidateUniqueColumn - Class in org.omnifaces.taghandler
-
The
<o: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.
- validateValue(FacesContext, Object) - Method in class org.omnifaces.component.input.InputFile
-
This override will server-side validate any accept
and maxsize
for each part.
- 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>
is a taghandler that extends the standard <f:validator>
tag
family with support for deferred value expressions in all attributes.
- Validator(ValidatorConfig) - Constructor for class org.omnifaces.taghandler.Validator
-
The constructor.
- Validator.DeferredValidator - Class in org.omnifaces.taghandler
-
So that we can have a serializable validator.
- validatorAttributes() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-
- validatorClasses() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-
- 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
-
The @FacesValidator
is by default not eligible for dependency injection by @Inject
nor @EJB
.
- ValidatorManager() - Constructor for class org.omnifaces.cdi.validator.ValidatorManager
-
- validatorMessage() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-
- validators() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
-
- VALUE_SET - Static variable in class org.omnifaces.component.output.Cache
-
- ValueChangeConverter<T> - 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<T> - 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
-
- ValueExpressionWrapper - Class in org.omnifaces.el
-
- ValueExpressionWrapper(ValueExpression) - Constructor for class org.omnifaces.el.ValueExpressionWrapper
-
- valueOf(String) - Static method in enum org.omnifaces.component.util.MoveComponent.Destination
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
-
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.PathAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Category
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Dir
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Display
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Platform
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.omnifaces.component.util.MoveComponent.Destination
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.exceptionhandler.FullAjaxExceptionHandler.LogReason
-
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.PathAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Category
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Dir
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Display
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Orientation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.Platform
-
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
-
- ViewAction - Class in org.omnifaces.component.input
-
The <o:viewAction>
is a component that extends the standard <f:viewAction>
and
changes the if
attribute to be evaluated during INVOKE_APPLICATION
phase instead of the
APPLY_REQUEST_VALUES
phase.
- ViewAction() - Constructor for class org.omnifaces.component.input.ViewAction
-
- ViewParam - Class in org.omnifaces.component.input
-
The <o:viewParam>
is a component that extends the standard <f:viewParam>
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
-
- ViewParamValidationFailed - Class in org.omnifaces.taghandler
-
<o:viewParamValidationFailed>
allows the developer to handle a view parameter validation failure
with either a redirect or an HTTP error status, optionally with respectively a flash message or HTTP error message.
- ViewParamValidationFailed(TagConfig) - Constructor for class org.omnifaces.taghandler.ViewParamValidationFailed
-
The tag constructor.
- ViewScope() - Constructor for class org.omnifaces.cdi.push.SocketChannelManager.ViewScope
-
- ViewScopeContext - Class in org.omnifaces.cdi.viewscope
-
- ViewScopeContext() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeContext
-
- ViewScoped - Annotation Type in org.omnifaces.cdi
-
The CDI view scope annotation, with more optimal handling of bean destroy as compared to standard JSF one.
- ViewScopeEventListener - Class in org.omnifaces.cdi.viewscope
-
Listener for JSF view scope destroy events so that view scope manager can be notified.
- ViewScopeEventListener() - Constructor for class org.omnifaces.cdi.viewscope.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
-
Manages view scoped bean creation and destroy.
- ViewScopeManager() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeManager
-
- ViewScopeStorage - Interface in org.omnifaces.cdi.viewscope
-
Interface for view scope bean storage.
- ViewScopeStorageInSession - Class in org.omnifaces.cdi.viewscope
-
Stores view scoped bean instances in a LRU map in HTTP session.
- ViewScopeStorageInSession() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeStorageInSession
-
- ViewScopeStorageInViewState - Class in org.omnifaces.cdi.viewscope
-
Stores view scoped bean instances in JSF view state itself.
- ViewScopeStorageInViewState() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeStorageInViewState
-
- 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.