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 |
addRemoveDisabledStyle, addRemoveInvalidStyle, addRemoveStyle, clearSubmittedValue, copyAttribute, copyAttributes, copyAttributes, escapeHTML, formatInputValue, formatValue, formatValue, getFormatInteger, getFormatOption, getFormatString, getInputComponent, getInputValue, getLabelForId, getName, hasFormatOption, postUpdateModel, 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
parseInputValue
protected Object parseInputValue(String value,
InputControl.InputInfo ii)
- Overrides:
parseInputValue
in class InputControl
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.