Package | Description |
---|---|
org.apache.empire.jsf2.components | |
org.apache.empire.jsf2.controls | |
org.apache.empire.jsf2.utils |
Modifier and Type | Field and Description |
---|---|
protected InputControl.InputInfo |
ControlTag.inpInfo |
Modifier and Type | Method and Description |
---|---|
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 |
TextInputControl.createInputComponents(javax.faces.component.UIComponent parent,
InputControl.InputInfo ii,
javax.faces.context.FacesContext context,
List<javax.faces.component.UIComponent> compList) |
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 |
SelectInputControl.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 void |
CheckboxInputControl.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 |
TextInputControl.parseInputValue(String value,
InputControl.InputInfo ii) |
protected Object |
TextAreaInputControl.parseInputValue(String value,
InputControl.InputInfo ii) |
protected Object |
InputControl.parseInputValue(String value,
InputControl.InputInfo ii) |
protected Object |
CheckboxInputControl.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) |
Modifier and Type | Method and Description |
---|---|
InputControl.InputInfo |
TagEncodingHelper.getInputInfo(javax.faces.context.FacesContext ctx) |
Copyright © 2008–2015 Apache Software Foundation. All rights reserved.