A B C D E F G H I J K L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
V
- validate(FacesContext, UIComponent, Boolean) - Method in class org.omnifaces.validator.RequiredCheckboxValidator
- validate(FacesContext, UIComponent, Object) - Method in class org.omnifaces.taghandler.Validator.DeferredValidator
- 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 givenUIInput
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 givenUIInput
components have been filled out or that NONE of the givenUIInput
components have been filled out. - ValidateAllOrNone() - Constructor for class org.omnifaces.component.validator.ValidateAllOrNone
- validateBean(Object, Class<?>...) - Static method in class org.omnifaces.util.Validators
-
Validate given bean on given group classes.
- ValidateBean - Class in org.omnifaces.taghandler
- ValidateBean(TagConfig) - Constructor for class org.omnifaces.taghandler.ValidateBean
-
The tag constructor.
- validateBeanProperty(Class<?>, String, Object, Class<?>...) - Static method in class org.omnifaces.util.Validators
-
Validate given value as if it were a property of the given bean type.
- validateChangedObject(FacesContext, UIComponent, T) - Method in class org.omnifaces.validator.ValueChangeValidator
-
Use this method instead of
ValueChangeValidator.validate(FacesContext, UIComponent, Object)
if you intend to perform the validation only when the submitted value is really changed as compared to the model value. - 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
MultiFieldValidator.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
-
The
<o:validateEqual>
validates if ALL of the givenUIInput
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
-
A handler for
ValidateMultiple
component, which will take care of setting thevalidator
attribute the right way as eitherValueExpression
orMethodExpression
. - ValidateMultipleHandler(ComponentConfig) - Constructor for class org.omnifaces.component.validator.ValidateMultipleHandler
-
Construct the tag handler for
ValidateMultiple
component. - ValidateOne - Class in org.omnifaces.component.validator
-
The
<o:validateOne>
validates if ONLY ONE of the givenUIInput
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 givenUIInput
components has been filled out. - ValidateOneOrMore() - Constructor for class org.omnifaces.component.validator.ValidateOneOrMore
- ValidateOneOrNone - Class in org.omnifaces.component.validator
- 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 givenUIInput
components as specified in thecomponents
attribute are in the order as specified by thetype
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 givenUIInput
components have an unique value. - ValidateUnique() - Constructor for class org.omnifaces.component.validator.ValidateUnique
- ValidateUniqueColumn - Class in org.omnifaces.taghandler
- 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
andmaxsize
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 Faces 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
- validatorAttributes() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) Attributes that will be set on each of the validator instances obtained from
Param.validators()
andParam.validatorClasses()
. - validatorClasses() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- validatorClasses() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) Class of one ore more validators to be used for validating the (converted) parameter.
- 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
- validatorMessage() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) A message that will be used if validation fails instead of the message set by the validator(s).
- validators() - Method in class org.omnifaces.cdi.param.DynamicParamValueProducer.DefaultParamAnnotationLiteral
- validators() - Method in annotation type org.omnifaces.cdi.Param
-
(Optional) The validators to be used for validating the (converted) parameter.
- Validators - Class in org.omnifaces.util
-
Collection of utility methods for the Bean Validation API in general.
- value() - Method in annotation type org.omnifaces.cdi.param.Attribute
-
Value of the attribute.
- VALUE_ATTRIBUTE - Static variable in class org.omnifaces.util.Components
-
The name of the value attribute.
- ValueChangeConverter<T> - Class in org.omnifaces.converter
-
By default, Faces 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, Faces 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
-
Provides a simple implementation of
ValueExpression
that can be sub-classed by developers wishing to provide specialized behavior to an existingValueExpression
instance. - ValueExpressionWrapper(ValueExpression) - Constructor for class org.omnifaces.el.ValueExpressionWrapper
-
Construct the value expression wrapper.
- valueOf(String) - Static method in enum org.omnifaces.component.output.SitemapUrl.ChangeFrequency
-
Returns the enum constant of this type with the specified name.
- 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.
- valueOf(String) - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.ScreenshotFormFactor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.omnifaces.servlet.CompressedHttpServletResponse.Algorithm
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.omnifaces.component.output.SitemapUrl.ChangeFrequency
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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() - Static method in enum org.omnifaces.resourcehandler.WebAppManifest.ScreenshotFormFactor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.omnifaces.servlet.CompressedHttpServletResponse.Algorithm
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.omnifaces.util.cache.LruCache
- values() - Method in class org.omnifaces.util.MapWrapper
- VersionedResourceHandler - Class in org.omnifaces.resourcehandler
-
Automatically adds version parameter with query string name
v
to all resource URLs so that the browser cache will be busted whenever the version parameter changes. - VersionedResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.VersionedResourceHandler
-
Creates a new instance of this versioned resource handler which wraps the given resource handler.
- ViewAction - Class in org.omnifaces.component.input
-
The
<o:viewAction>
is a component that extends the standard<f:viewAction>
and changes theif
attribute to be evaluated duringINVOKE_APPLICATION
phase instead of theAPPLY_REQUEST_VALUES
phase. - ViewAction() - Constructor for class org.omnifaces.component.input.ViewAction
- ViewExpiredExceptionHandler - Class in org.omnifaces.exceptionhandler
-
The
ViewExpiredExceptionHandler
will suppress anyViewExpiredException
and refresh the current page by redirecting to the current URL with query string. - ViewExpiredExceptionHandler(ExceptionHandler) - Constructor for class org.omnifaces.exceptionhandler.ViewExpiredExceptionHandler
-
Construct a new view expired exception handler around the given wrapped exception handler.
- ViewExpiredExceptionHandlerFactory - Class in org.omnifaces.exceptionhandler
-
This exception handler factory needs to be registered as follows in
faces-config.xml
to get theViewExpiredExceptionHandler
to run: - ViewExpiredExceptionHandlerFactory(ExceptionHandlerFactory) - Constructor for class org.omnifaces.exceptionhandler.ViewExpiredExceptionHandlerFactory
-
Construct a new view expired exception handler factory around the given wrapped factory.
- viewId() - Method in annotation type org.omnifaces.cdi.Eager
-
(Required when combined with
RequestScoped
orViewScoped
) The id of the view for which a request or view scoped bean should be instantiated. - 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.
- ViewResourceHandler - Class in org.omnifaces.resourcehandler
-
This
ResourceHandler
basically turns any concrete non-Facelets file into a Faces view, so that you can use EL expressions and even Faces components in them. - ViewResourceHandler(ResourceHandler) - Constructor for class org.omnifaces.resourcehandler.ViewResourceHandler
-
Creates a new instance of this view resource handler which wraps the given resource handler.
- 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 Faces one.
- ViewScopeEventListener - Class in org.omnifaces.cdi.viewscope
-
Listener for Faces 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 Faces view state itself.
- ViewScopeStorageInViewState() - Constructor for class org.omnifaces.cdi.viewscope.ViewScopeStorageInViewState
- 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.
All Classes All Packages