public class StateContext.NoopAddRemoveListener extends Object
Constructor and Description |
---|
NoopAddRemoveListener(javax.faces.context.FacesContext context) |
Modifier and Type | Method and Description |
---|---|
List<ComponentStruct> |
getDynamicActions()
Get the list of adds/removes.
|
HashMap<String,javax.faces.component.UIComponent> |
getDynamicComponents()
Get the hash map of dynamic components.
|
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.
|
public NoopAddRemoveListener(javax.faces.context.FacesContext context)
public List<ComponentStruct> getDynamicActions()
public HashMap<String,javax.faces.component.UIComponent> getDynamicComponents()
protected void handleRemove(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
context
- 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)
context
- the Faces context.component
- the UI component to add to the list as an ADD.Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.