org.apache.empire.jsf2.controls
Class TextAreaInputControl
java.lang.Object
org.apache.empire.jsf2.controls.InputControl
org.apache.empire.jsf2.controls.TextAreaInputControl
public class TextAreaInputControl
- extends InputControl
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 |
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
TextAreaInputControl
public TextAreaInputControl(Class<? extends javax.faces.component.html.HtmlInputTextarea> inputComponentClass)
TextAreaInputControl
public TextAreaInputControl()
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.