Uses of Interface
org.eclipse.jst.jsf.metadataprocessors.features.IPossibleValues

Packages that use IPossibleValues
org.eclipse.jst.jsf.taglibprocessing.attributevalues Provides type system for tag attribute values so that the org.eclipse.jst.jsf.core.metadataprocessors.features can be applied. 
 

Uses of IPossibleValues in org.eclipse.jst.jsf.taglibprocessing.attributevalues
 

Classes in org.eclipse.jst.jsf.taglibprocessing.attributevalues that implement IPossibleValues
 class ActionType
          Meta-data processing type representing an "action" attribute Provisional API - subject to change
 class BooleanType
          Meta-data processing type representing a boolean attribute value runtime type that implements IPossibleValues, IValidValues, IDefaultValue, IValidELValues Provisional API - subject to change
 class ColorType
          Meta-data processing type representing a color.
 class ContentType
          Meta-data processing type representing a content (MIME) type.
 class CSSClassType
          Represents a style class attribute type Provisional API - subject to change
 class CurrencyCodeType
          ISO-4217 Currency codes
 class DateTimePatternType
          Meta-data processing type representing a Date, Time and DateTime Pattern types.
 class FacesConfigConverterIDFeatures
          Meta-data processing feature representing an attribute value requiring a "converterid" Provisional API - subject to change
 class FacesConfigIdentifierFeatures
          Abstract meta-data processing feature representing a faces-config type Provisional API - subject to change
 class FacesConfigValidatorIDFeatures
          ValidatorID attribute feature Provisional API - subject to change
 class JavaClassType
          Provides possible values and validates attribute values that should be fully qualified Java types.
 class LanguageCodeType
          Meta-data processing type representing a Language Code type.
 class LinkType
          Meta-data processing type representing a Link type.
 class LocaleType
          Meta-data processing type representing a Locale Code type.
 class NumberPatternType
          Meta-data processing type representing a numeric pattern type.
 class StringType
          Meta-data processing type representing a String attribute value runtime type that implements IPossibleValues, IValidValues and IDefaultValues Provisional API - subject to change
 class TimeZoneType
          Meta-data processing type representing a TimeZone Code type.