org.apache.empire.jsf2.controls
Class CheckboxInputControl

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

public class CheckboxInputControl
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 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
CheckboxInputControl()
           
CheckboxInputControl(Class<? extends javax.faces.component.html.HtmlSelectBooleanCheckbox> 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)
           
protected  Object parseInputValue(String value, InputControl.InputInfo ii)
           
 
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
 

Field Detail

NAME

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

CheckboxInputControl

public CheckboxInputControl(Class<? extends javax.faces.component.html.HtmlSelectBooleanCheckbox> inputComponentClass)

CheckboxInputControl

public CheckboxInputControl()
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

parseInputValue

protected Object parseInputValue(String value,
                                 InputControl.InputInfo ii)
Overrides:
parseInputValue in class InputControl


Copyright © 2008–2014 Apache Software Foundation. All rights reserved.