| Package | Description |
|---|---|
| org.jboss.seam.faces.component |
Classes for non-visual JSF components.
|
| Modifier and Type | Method and Description |
|---|---|
protected UIInputContainer.InputContainerElements |
UIInputContainer.scan(javax.faces.component.UIComponent component,
UIInputContainer.InputContainerElements elements,
javax.faces.context.FacesContext context)
Walk the component tree branch built by the composite component and locate the input container elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UIInputContainer.assignIds(UIInputContainer.InputContainerElements elements,
javax.faces.context.FacesContext context) |
protected String |
UIInputContainer.generateLabel(UIInputContainer.InputContainerElements elements,
javax.faces.context.FacesContext context) |
protected UIInputContainer.InputContainerElements |
UIInputContainer.scan(javax.faces.component.UIComponent component,
UIInputContainer.InputContainerElements elements,
javax.faces.context.FacesContext context)
Walk the component tree branch built by the composite component and locate the input container elements.
|
protected void |
UIInputContainer.wire(UIInputContainer.InputContainerElements elements,
javax.faces.context.FacesContext context)
Wire the label and messages to the input(s)
|
Copyright © 2009-2013 Seam Framework. All Rights Reserved.