Class Hierarchy All Classes All Fields and Methods

 

Class com.ibm.faces.component.UIInputHelper

java.lang.Object
        javax.faces.component.UIComponent
                javax.faces.component.UIComponentBase
                        com.ibm.faces.component.UIInputHelper

public class UIInputHelper
extends UIComponentBase

UIInputHelper is a UIComponent that works together with another UIInput component and makes it easier for the user to input a value.

There are three Helpers implemented: and for a number input field and for a date input field.

Tags: , , ,
Renderers: SpinnerRenderer, SliderRenderer, DatePickerRenderer

Field Index
Field Description
COMPONENT_FAMILY The standard component family for this component.

Constructor Index
Constructor Description
UIInputHelper()  

Method Index
Method Description
String getComponentType() Returns component type.
String getFamily()  

 

Fields

 

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY

The standard component family for this component.

 

Constructors

 

UIInputHelper

public UIInputHelper() 

 

Methods

 

getComponentType

public String getComponentType() 

Returns component type.

 

getFamily

public String getFamily() 

Class Hierarchy All Classes All Fields and Methods