public class StateContext.StatelessAddRemoveListener extends StateContext.NoopAddRemoveListener
| Constructor and Description |
|---|
StatelessAddRemoveListener(FacesContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleAdd(FacesContext context,
UIComponent component)
Handle the add.
|
protected void |
handleRemove(FacesContext context,
UIComponent component)
Handle the remove.
|
getDynamicActions, getDynamicComponentspublic StatelessAddRemoveListener(FacesContext context)
protected void handleRemove(FacesContext context, 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(FacesContext context, UIComponent component)
handleAdd in class StateContext.NoopAddRemoveListenercontext - the Faces context.component - the UI component to add to the list as an ADD.Copyright © 1997–2019 Eclipse Foundation. All rights reserved.