public class StateContext.NoopAddRemoveListener extends StateContext.AddRemoveListener
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap |
emptyComponentsMap |
Constructor and Description |
---|
NoopAddRemoveListener(javax.faces.context.FacesContext context) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ComponentStruct> |
getDynamicActions()
Get the list of adds/removes.
|
java.util.HashMap<java.lang.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.
|
isListenerForSource, processEvent
public NoopAddRemoveListener(javax.faces.context.FacesContext context)
public java.util.List<ComponentStruct> getDynamicActions()
StateContext.AddRemoveListener
getDynamicActions
in class StateContext.AddRemoveListener
public java.util.HashMap<java.lang.String,javax.faces.component.UIComponent> getDynamicComponents()
StateContext.AddRemoveListener
getDynamicComponents
in class StateContext.AddRemoveListener
protected void handleRemove(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component)
StateContext.AddRemoveListener
handleRemove
in class StateContext.AddRemoveListener
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)
StateContext.AddRemoveListener
handleAdd
in class StateContext.AddRemoveListener
context
- the Faces context.component
- the UI component to add to the list as an ADD.Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.