RichFaces UI Components UI 4.3.1.CR1

Uses of Class
org.richfaces.component.AbstractSelectComponent

Packages that use AbstractSelectComponent
org.richfaces.component   
org.richfaces.renderkit   
 

Uses of AbstractSelectComponent in org.richfaces.component
 

Subclasses of AbstractSelectComponent in org.richfaces.component
 class AbstractInplaceSelect
           The <rich:inplaceSelect> component is similar to the <rich:inplaceInput> component, except that the <rich:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
 class AbstractSelect
           The <rich:select> component provides a drop-down list box for selecting a single value from multiple options.
 class UIInplaceSelect
           The <rich:inplaceSelect> component is similar to the <rich:inplaceInput> component, except that the <rich:inplaceSelect> component uses a drop-down selection box to enter text instead of a regular text field.
 class UISelect
           The <rich:select> component provides a drop-down list box for selecting a single value from multiple options.
 

Uses of AbstractSelectComponent in org.richfaces.renderkit
 

Methods in org.richfaces.renderkit with parameters of type AbstractSelectComponent
static void SelectHelper.addSelectCssToOptions(AbstractSelectComponent abstractSelect, Map<String,Object> options, String[] defaultCss)
           
 


RichFaces UI Components UI 4.3.1.CR1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.