Uses of Interface
org.apache.empire.jsf2.controls.InputControl.InputInfo

Packages that use InputControl.InputInfo
org.apache.empire.jsf2.components   
org.apache.empire.jsf2.controls   
org.apache.empire.jsf2.utils   
 

Uses of InputControl.InputInfo in org.apache.empire.jsf2.components
 

Fields in org.apache.empire.jsf2.components declared as InputControl.InputInfo
protected  InputControl.InputInfo ControlTag.inpInfo
           
 

Uses of InputControl.InputInfo in org.apache.empire.jsf2.controls
 

Methods in org.apache.empire.jsf2.controls with parameters of type InputControl.InputInfo
protected  void InputControl.copyAttribute(InputControl.InputInfo ii, javax.faces.component.UIInput input, String name)
          copies a single attribute
protected  void InputControl.copyAttributes(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.component.UIInput input)
          copies standard input attributes such as styleClass, style, tabindex and event handlers (onclick, onblur, etc.) from the parent component to the input
protected  void InputControl.copyAttributes(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.component.UIInput input, String additonalStyle)
          copies standard input attributes such as styleClass, style, tabindex and event handlers (onclick, onblur, etc.) from the parent component to the input
protected  void TextAreaInputControl.createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
           
protected  void CheckboxInputControl.createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
           
protected  void SelectInputControl.createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
           
protected  void TextInputControl.createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
           
protected abstract  void InputControl.createInputComponents(javax.faces.component.UIComponent parent, InputControl.InputInfo ii, javax.faces.context.FacesContext context, List<javax.faces.component.UIComponent> compList)
           
protected  javax.faces.component.UIComponent TextInputControl.createUnitLabel(String tagStyle, InputControl.InputInfo ii, String value)
           
protected  Object TextInputControl.formatInputValue(Object value, InputControl.InputInfo ii)
           
protected  Object InputControl.formatInputValue(Object value, InputControl.InputInfo ii)
          Override this to format a value for output
 Object InputControl.getInputValue(javax.faces.component.UIComponent comp, InputControl.InputInfo ii, boolean submitted)
           
 String InputControl.getLabelForId(InputControl.InputInfo ii)
           
protected  Object TextAreaInputControl.parseInputValue(String value, InputControl.InputInfo ii)
           
protected  Object CheckboxInputControl.parseInputValue(String value, InputControl.InputInfo ii)
           
protected  Object TextInputControl.parseInputValue(String value, InputControl.InputInfo ii)
           
protected  Object InputControl.parseInputValue(String value, InputControl.InputInfo ii)
           
 void InputControl.postUpdateModel(javax.faces.component.UIComponent comp, InputControl.InputInfo ii, javax.faces.context.FacesContext fc)
           
 void InputControl.renderInput(javax.faces.component.UIComponent comp, InputControl.InputInfo ii, javax.faces.context.FacesContext context, boolean encode)
           
protected  void InputControl.setInputValue(javax.faces.component.UIInput input, InputControl.InputInfo ii)
           
 

Uses of InputControl.InputInfo in org.apache.empire.jsf2.utils
 

Methods in org.apache.empire.jsf2.utils that return InputControl.InputInfo
 InputControl.InputInfo TagEncodingHelper.getInputInfo(javax.faces.context.FacesContext ctx)
           
 



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