public class StateContext.NoopAddRemoveListener extends Object
Constructor and Description |
---|
NoopAddRemoveListener(FacesContext context) |
Modifier and Type | Method and Description |
---|---|
List<ComponentStruct> |
getDynamicActions()
Get the list of adds/removes.
|
HashMap<String,UIComponent> |
getDynamicComponents()
Get the hash map of dynamic components.
|
protected void |
handleAdd(FacesContext context,
UIComponent component)
Handle the add.
|
protected void |
handleRemove(FacesContext context,
UIComponent component)
Handle the remove.
|
public NoopAddRemoveListener(FacesContext context)
public List<ComponentStruct> getDynamicActions()
public HashMap<String,UIComponent> getDynamicComponents()
protected void handleRemove(FacesContext context, UIComponent component)
context
- the Faces context.component
- the UI component to add to the list as a REMOVE.protected void handleAdd(FacesContext context, UIComponent component)
context
- the Faces context.component
- the UI component to add to the list as an ADD.Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.