public class StateContext.StatelessAddRemoveListener extends StateContext.NoopAddRemoveListener
| Constructor and Description |
|---|
StatelessAddRemoveListener(javax.faces.context.FacesContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAdd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Handle the add.
|
protected void |
handleRemove(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Handle the remove.
|
getDynamicActions, getDynamicComponentspublic StatelessAddRemoveListener(javax.faces.context.FacesContext context)
protected void handleRemove(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
handleRemove in class StateContext.NoopAddRemoveListenercontext - the Faces context.component - the UI component to add to the list as a REMOVE.protected void handleAdd(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
handleAdd in class StateContext.NoopAddRemoveListenercontext - the Faces context.component - the UI component to add to the list as an ADD.Copyright © 2010–2020 JBoss by Red Hat. All rights reserved.