public class CheckboxInputControl extends InputControl
InputControl.InputInfo, InputControl.ValueInfo
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
CURRENCY_CODE_ATTRIBUTE, FORMAT_NULL, FORMAT_NULL_ATTRIBUTE, MAXVALUE_ATTRIBUTE, MINVALUE_ATTRIBUTE, NUMBER_FRACTION_DIGITS, NUMBER_GROUPSEP_ATTRIBUTE, NUMBER_TYPE_ATTRIBUTE
Constructor and Description |
---|
CheckboxInputControl() |
CheckboxInputControl(Class<? extends javax.faces.component.html.HtmlSelectBooleanCheckbox> inputComponentClass) |
Modifier and Type | Method and Description |
---|---|
protected void |
createInputComponents(javax.faces.component.UIComponent parent,
InputControl.InputInfo ii,
javax.faces.context.FacesContext context,
List<javax.faces.component.UIComponent> compList) |
protected Object |
parseInputValue(String value,
InputControl.InputInfo ii) |
addRemoveDisabledStyle, addRemoveInvalidStyle, addRemoveStyle, clearSubmittedValue, copyAttribute, copyAttributes, copyAttributes, escapeHTML, formatInputValue, formatValue, formatValue, getFormatInteger, getFormatOption, getFormatOption, getFormatString, getInputComponent, getInputValue, getLabelForId, getName, hasFormatOption, postUpdateModel, renderInput, renderValue, setInputValue
public static final String NAME
public CheckboxInputControl(Class<? extends javax.faces.component.html.HtmlSelectBooleanCheckbox> inputComponentClass)
public CheckboxInputControl()
protected void createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
createInputComponents
in class InputControl
protected Object parseInputValue(String value, InputControl.InputInfo ii)
parseInputValue
in class InputControl
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.