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