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)
|