Uses of Interface
org.openfaces.component.CompoundComponent

Packages that use CompoundComponent
org.openfaces.component.filter   
org.openfaces.component.input   
org.openfaces.component.panel   
org.openfaces.component.table   
org.openfaces.component.timetable   
org.openfaces.component.util   
 

Uses of CompoundComponent in org.openfaces.component.filter
 

Classes in org.openfaces.component.filter that implement CompoundComponent
 class AutoCompleteFilter
           
 class ComboBoxFilter
           
 class DropDownFieldFilter
           
 class ExpressionFilter
           
 class InputTextFilter
           
 class TextSearchFilter
           
 

Uses of CompoundComponent in org.openfaces.component.input
 

Classes in org.openfaces.component.input that implement CompoundComponent
 class DropDownField
          The DropDownField is an input component which allows either type in a value or select one of the values from an attached drop-down list.
 class DropDownFieldBase
           
 class SuggestionField
          The SuggestionField component is an input component that shows a list of suggestions based on user input and completes user input right in the input field.
 

Uses of CompoundComponent in org.openfaces.component.panel
 

Classes in org.openfaces.component.panel that implement CompoundComponent
 class FoldingPanel
          The FoldingPanel component is a container for other components that can be expanded and collapsed by the user.
 class TabbedPane
          The TabbedPane component is a container that consists of several sub-containers called pages and allows the user to switch between these pages using a set of tabs.
 

Uses of CompoundComponent in org.openfaces.component.table
 

Classes in org.openfaces.component.table that implement CompoundComponent
 class TreeColumn
           
 

Uses of CompoundComponent in org.openfaces.component.timetable
 

Classes in org.openfaces.component.timetable that implement CompoundComponent
 class EventEditorDialog
           
 

Uses of CompoundComponent in org.openfaces.component.util
 

Classes in org.openfaces.component.util that implement CompoundComponent
 class Debug
          This component is under construction.
 



Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.