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

V

validate(FacesContext) - Method in class com.sun.rave.web.ui.component.Checkbox
Update the request parameter that holds the value of the selectedValue property of the selected check box.
validate(FacesContext) - Method in class com.sun.rave.web.ui.component.DropDown
 
validate(FacesContext) - Method in class com.sun.rave.web.ui.component.RadioButton
Update the request parameter that holds the value of the selectedValue property of the selected radio button.
validate(FacesContext) - Method in class com.sun.rave.web.ui.component.Time
Perform the following algorithm to validate the local value of this UIInput.
validate(FacesContext) - Method in class com.sun.rave.web.ui.component.Tree
Perform the following algorithm to validate the local value of this UIInput.
validate(FacesContext, UIComponent, Object) - Method in class com.sun.rave.web.ui.validator.DateInRangeValidator
Validate the value with regard to a UIComponent and a FacesContext.
validate(FacesContext, UIComponent, Object) - Method in class com.sun.rave.web.ui.validator.StringLengthValidator
Validate the value with regard to a UIComponent and a FacesContext.
validate(FacesContext, UIComponent, Object) - Method in class com.sun.rave.web.ui.validator.ValueMatchesOptionsValidator
Validate the value with regard to a UIComponent and a FacesContext.
validateHelpSet(HttpServletRequest, String, boolean) - Method in class com.sun.rave.web.ui.util.HelpUtils
This method validates the helpset.
validateID(String) - Method in class com.sun.rave.web.ui.util.HelpUtils
Validate the given help id.
validateValue(FacesContext, Object) - Method in class com.sun.rave.web.ui.component.Tree
 
VALIDATOR_ID - Static variable in class com.sun.rave.web.ui.validator.DateInRangeValidator
The converter id for this converter.
VALIDATOR_ID - Static variable in class com.sun.rave.web.ui.validator.StringLengthValidator
The converter id for this converter.
VALIDATOR_ID - Static variable in class com.sun.rave.web.ui.validator.ValueMatchesOptionsValidator
The converter id for this converter.
VALUE_ATTRIBUTE - Static variable in class com.sun.rave.web.ui.renderer.template.xml.XMLLayoutDefinitionReader
 
VALUE_BINDING - Static variable in class com.sun.rave.web.ui.util.VariableResolver.ThisDataSource
Defines "valueBinding" in $this{valueBinding}.
VALUE_ID - Static variable in class com.sun.rave.web.ui.component.ListSelector
 
VALUE_KEY - Static variable in class com.sun.rave.web.ui.faces.DataProviderPropertyResolver
 
ValueBindingFilterCriteria - Class in com.sun.rave.web.ui.faces
The ValueBindingFilterCriteria is an implementation of FilterCriteria that compares the value of a ValueBinding with a predefined compareValue.
ValueBindingFilterCriteria() - Constructor for class com.sun.rave.web.ui.faces.ValueBindingFilterCriteria
 
ValueBindingFilterCriteria(ValueBinding) - Constructor for class com.sun.rave.web.ui.faces.ValueBindingFilterCriteria
 
ValueBindingFilterCriteria(Object) - Constructor for class com.sun.rave.web.ui.faces.ValueBindingFilterCriteria
 
ValueBindingFilterCriteria(ValueBinding, Object) - Constructor for class com.sun.rave.web.ui.faces.ValueBindingFilterCriteria
 
ValueBindingFilterCriteria(ValueBinding, Object, boolean, boolean, boolean) - Constructor for class com.sun.rave.web.ui.faces.ValueBindingFilterCriteria
 
ValueBindingSortCriteria - Class in com.sun.rave.web.ui.faces
The ValueBindingSortCriteria class is an implementation of SortCriteria that simply retrieves the sort value from the ValueBinding.
ValueBindingSortCriteria() - Constructor for class com.sun.rave.web.ui.faces.ValueBindingSortCriteria
Constructs a ValueBindingSortCriteria with no associated ValueBinding.
ValueBindingSortCriteria(ValueBinding) - Constructor for class com.sun.rave.web.ui.faces.ValueBindingSortCriteria
Constructs a ValueBindingSortCriteria with the specified ValueBinding.
ValueBindingSortCriteria(ValueBinding, boolean) - Constructor for class com.sun.rave.web.ui.faces.ValueBindingSortCriteria
Constructs a ValueBindingSortCriteria with the specified ValueBinding and ascending state.
ValueExpressionFilterCriteria - Class in com.sun.rave.web.ui.faces
The ValueExpressionFilterCriteria is an implementation of FilterCriteria that compares the value of a String (created with the specified value expression) with a predefined compareValue.
ValueExpressionFilterCriteria() - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionFilterCriteria
 
ValueExpressionFilterCriteria(String) - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionFilterCriteria
 
ValueExpressionFilterCriteria(Object) - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionFilterCriteria
 
ValueExpressionFilterCriteria(String, Object) - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionFilterCriteria
 
ValueExpressionFilterCriteria(String, Object, boolean, boolean, boolean) - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionFilterCriteria
 
ValueExpressionSortCriteria - Class in com.sun.rave.web.ui.faces
The ValueExpressionSortCriteria class is an implementation of SortCriteria that simply retrieves the sort value from a ValueBinding which is created using the specified value expression.
ValueExpressionSortCriteria() - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionSortCriteria
Constructs a ValueExpressionSortCriteria with no value expression
ValueExpressionSortCriteria(String) - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionSortCriteria
Constructs a ValueExpressionSortCriteria with the specified value expression.
ValueExpressionSortCriteria(String, boolean) - Constructor for class com.sun.rave.web.ui.faces.ValueExpressionSortCriteria
Constructs a ValueExpressionSortCriteria with the specified value expression and ascending state.
ValueMatchesOptionsValidator - Class in com.sun.rave.web.ui.validator
Use this validator to check the number of characters in a string when you need to set the validation messages.
ValueMatchesOptionsValidator() - Constructor for class com.sun.rave.web.ui.validator.ValueMatchesOptionsValidator
Creates a new instance of StringLengthValidator
ValueType - Class in com.sun.rave.web.ui.util
This class provides a typesafe enumeration of value types (see also ValueTypeEvaluator).
valueTypeEvaluator - Variable in class com.sun.rave.web.ui.component.Selector
 
ValueTypeEvaluator - Class in com.sun.rave.web.ui.util
The ValueTypeEvaluator and the ValueType (@see ValueType) classes are helper classes for UIComponents which accept value bindings that can be either single objects or a collection of objects (for example, an array).
ValueTypeEvaluator(UIComponent) - Constructor for class com.sun.rave.web.ui.util.ValueTypeEvaluator
Creates a new instance of ValueTypeEvaluator.
VariableResolver - Class in com.sun.rave.web.ui.util
VariableResolver is used to parse expressions of the format.
VariableResolver() - Constructor for class com.sun.rave.web.ui.util.VariableResolver
 
VariableResolver.AttributeDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource provides access to HttpRequest attributes.
VariableResolver.AttributeDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.AttributeDataSource
 
VariableResolver.BooleanDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource converts the given key to a Boolean.
VariableResolver.BooleanDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.BooleanDataSource
 
VariableResolver.BrowserDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource uses the given key to check various properties of the browser that submitted the request.
VariableResolver.BrowserDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.BrowserDataSource
 
VariableResolver.ConstantDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource allows access to constants in java classes.
VariableResolver.ConstantDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.ConstantDataSource
 
VariableResolver.DataSource - Interface in com.sun.rave.web.ui.util
This interface defines a String substitution data source.
VariableResolver.EscapeDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource simply returns the key that it is given.
VariableResolver.EscapeDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.EscapeDataSource
 
VariableResolver.HasFacetDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource tests if the given facet exists on the UIComponent.
VariableResolver.HasFacetDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.HasFacetDataSource
 
VariableResolver.HasPropertyDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource tests if the given property exists on the UIComponent.
VariableResolver.HasPropertyDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.HasPropertyDataSource
 
VariableResolver.IntDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource converts the given key to an Integer.
VariableResolver.IntDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.IntDataSource
 
VariableResolver.MethodBindingDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource creates a MethodBinding from the supplied key.
VariableResolver.MethodBindingDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.MethodBindingDataSource
 
VariableResolver.PropertyDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource provides access to UIComponent Properties.
VariableResolver.PropertyDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.PropertyDataSource
 
VariableResolver.RequestParameterDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource provides access to HttpRequest Parameters.
VariableResolver.RequestParameterDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.RequestParameterDataSource
 
VariableResolver.ResourceBundleDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource allows access to resource bundle keys.
VariableResolver.ResourceBundleDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.ResourceBundleDataSource
 
VariableResolver.SessionDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource provides access to HttpSession attributes.
VariableResolver.SessionDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.SessionDataSource
 
VariableResolver.StyleDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource retrieves style classes from the current Theme.
VariableResolver.StyleDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.StyleDataSource
 
VariableResolver.ThemeDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource retrieves Theme messages from the Theme.
VariableResolver.ThemeDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.ThemeDataSource
 
VariableResolver.ThemeJavaScriptDataSource - Class in com.sun.rave.web.ui.util
This VariableResolver.DataSource retrieves the path to a JavaScript file from the Theme.
VariableResolver.ThemeJavaScriptDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.ThemeJavaScriptDataSource
 
VariableResolver.ThisDataSource - Class in com.sun.rave.web.ui.util
This class provides an implementation for the syntax $this{xyz} where xyz can be any of the following.
VariableResolver.ThisDataSource() - Constructor for class com.sun.rave.web.ui.util.VariableResolver.ThisDataSource
 
VERSION_BODY - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
Version Styles.
VERSION_BRAND - Static variable in class com.sun.rave.web.ui.theme.ThemeImages
Version images.
VERSION_BRAND_HEIGHT - Static variable in class com.sun.rave.web.ui.theme.ThemeImages
 
VERSION_BRAND_WIDTH - Static variable in class com.sun.rave.web.ui.theme.ThemeImages
 
VERSION_BUTTON_BODY - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_BUTTON_MARGIN_DIV - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_HEADER_TEXT - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_JAVALOGO - Static variable in class com.sun.rave.web.ui.theme.ThemeImages
 
VERSION_JAVALOGO_HEIGHT - Static variable in class com.sun.rave.web.ui.theme.ThemeImages
 
VERSION_JAVALOGO_WIDTH - Static variable in class com.sun.rave.web.ui.theme.ThemeImages
 
VERSION_LOGO_TD - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_MARGIN - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_MASTHEAD_BODY - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_PRODUCT_DIV - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_PRODUCT_TD - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VERSION_TEXT - Static variable in class com.sun.rave.web.ui.theme.ThemeStyles
 
VIEW_ACTIONS_SEPARATOR_ICON_FACET - Static variable in class com.sun.rave.web.ui.component.TableActions
The facet name for the view actions separator icon.
VIEW_ACTIONS_SEPARATOR_ICON_ID - Static variable in class com.sun.rave.web.ui.component.TableActions
The component id for the view actions separator icon.

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