Uses of Interface
org.openfaces.component.OUIInput

Packages that use OUIInput
org.openfaces.component   
org.openfaces.component.calendar   
org.openfaces.component.input   
org.openfaces.component.select   
org.openfaces.util This package is only for internal usage from within the OpenFaces library. 
 

Uses of OUIInput in org.openfaces.component
 

Classes in org.openfaces.component that implement OUIInput
 class OUIInputBase
           
 class OUIInputText
           
 class OUISelectMany
           
 

Uses of OUIInput in org.openfaces.component.calendar
 

Classes in org.openfaces.component.calendar that implement OUIInput
 class Calendar
          The Calendar component enables the user to select a date from a one-month calendar and easily navigate between months and years.
 

Uses of OUIInput in org.openfaces.component.input
 

Classes in org.openfaces.component.input that implement OUIInput
 class DateChooser
          The DateChooser component enables the user to enter a date either by typing it in the text field or selecting it from the drop-down calendar.
 class DropDownComponent
           
 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 InputText
           
 class InputTextarea
           
 class Slider
           
 class Spinner
           
 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 OUIInput in org.openfaces.component.select
 

Classes in org.openfaces.component.select that implement OUIInput
 class OUISelectManyInputBase
           
 class SelectBooleanCheckbox
           
 class SelectManyCheckbox
           
 class SelectOneMenu
           
 class SelectOneRadio
           
 class TabSet
          The TabSet is a component that displays a set of tabs that look like the ones used in the TabbedPane component.
 class TwoListSelection
          The TwoListSelection component provides an alternative interface for selecting a list of items.
 

Uses of OUIInput in org.openfaces.util
 

Methods in org.openfaces.util with parameters of type OUIInput
static java.lang.String Rendering.getFocusedClass(javax.faces.context.FacesContext context, OUIInput component)
          Return focused css class for component
static void Rendering.writeStandardEvents(javax.faces.context.ResponseWriter writer, OUIInput component)
           
 



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