org.apache.empire.jsf2.controls
Class TextAreaInputControl

java.lang.Object
  extended by org.apache.empire.jsf2.controls.InputControl
      extended by org.apache.empire.jsf2.controls.TextAreaInputControl

public class TextAreaInputControl
extends InputControl


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.empire.jsf2.controls.InputControl
InputControl.InputInfo, InputControl.ValueInfo
 
Field Summary
static String FORMAT_COLS
           
static String FORMAT_COLS_ATTRIBUTE
           
static String FORMAT_ROWS
           
static String FORMAT_ROWS_ATTRIBUTE
           
static String NAME
           
 
Fields inherited from class org.apache.empire.jsf2.controls.InputControl
CURRENCY_CODE_ATTRIBUTE, FORMAT_NULL, FORMAT_NULL_ATTRIBUTE, MAXVALUE_ATTRIBUTE, MINVALUE_ATTRIBUTE, NUMBER_FRACTION_DIGITS, NUMBER_GROUPSEP_ATTRIBUTE, NUMBER_TYPE_ATTRIBUTE
 
Constructor Summary
TextAreaInputControl()
           
TextAreaInputControl(Class<? extends javax.faces.component.html.HtmlInputTextarea> inputComponentClass)
           
 
Method Summary
protected  void createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
           
 
Methods inherited from class org.apache.empire.jsf2.controls.InputControl
copyAttribute, copyAttributes, copyAttributes, escapeHTML, formatValue, formatValue, getFormatInteger, getFormatOption, getFormatString, getInputComponent, getInputValue, getName, hasFormatOption, renderInput, renderValue, setInputValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME

public static final String NAME
See Also:
Constant Field Values

FORMAT_COLS

public static final String FORMAT_COLS
See Also:
Constant Field Values

FORMAT_COLS_ATTRIBUTE

public static final String FORMAT_COLS_ATTRIBUTE
See Also:
Constant Field Values

FORMAT_ROWS

public static final String FORMAT_ROWS
See Also:
Constant Field Values

FORMAT_ROWS_ATTRIBUTE

public static final String FORMAT_ROWS_ATTRIBUTE
See Also:
Constant Field Values
Constructor Detail

TextAreaInputControl

public TextAreaInputControl(Class<? extends javax.faces.component.html.HtmlInputTextarea> inputComponentClass)

TextAreaInputControl

public TextAreaInputControl()
Method Detail

createInputComponents

protected void createInputComponents(javax.faces.component.UIComponent parent,
                                     InputControl.InputInfo ii,
                                     javax.faces.context.FacesContext context,
                                     List<javax.faces.component.UIComponent> compList)
Specified by:
createInputComponents in class InputControl


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.