| Package | Description | 
|---|---|
| org.omnifaces.component.validator | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ValidateAll
 The  <o:validateAll>validates if ALL of the givenUIInputcomponents have been filled out. | 
| class  | ValidateAllOrNone
 The  <o:validateAllOrNone>validates if at least ALL of the givenUIInputcomponents have
 been filled out or that NONE of the givenUIInputcomponents have been filled out. | 
| class  | ValidateEqual
 The  <o:validateEqual>validates if ALL of the givenUIInputcomponents have the same
 value. | 
| class  | ValidateMultiple
 The  <o:validateMultiple>allows the developer to validate multiple fields by either a custom
 validator method: | 
| class  | ValidateOne
 The  <o:validateOne>validates if ONLY ONE of the givenUIInputcomponents have been filled
 out. | 
| class  | ValidateOneOrMore
 The  <o:validateOneOrMore>validates if at least ONE of the givenUIInputcomponents has
 been filled out. | 
| class  | ValidateOneOrNone | 
| class  | ValidateOrder
 The  <o:validateOrder>validates if the values of the givenUIInputcomponents as specified
 in thecomponentsattribute are in the order as specified by thetypeattribute 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). | 
| class  | ValidateUnique
 The  <o:validateUnique>validates if ALL of the givenUIInputcomponents have an unique
 value. | 
Copyright © 2012–2020 OmniFaces. All rights reserved.