Class StateContext.NoopAddRemoveListener

    • Constructor Detail

      • NoopAddRemoveListener

        public NoopAddRemoveListener​(FacesContext context)
    • Method Detail

      • getDynamicActions

        public List<ComponentStruct> getDynamicActions()
        Get the list of adds/removes.
        Returns:
        the list of adds/removes.
      • getDynamicComponents

        public HashMap<String,​UIComponent> getDynamicComponents()
        Get the hash map of dynamic components.
        Returns:
        the hash map of dynamic components.
      • handleRemove

        protected void handleRemove​(FacesContext context,
                                    UIComponent component)
        Handle the remove.
        Parameters:
        context - the Faces context.
        component - the UI component to add to the list as a REMOVE.
      • handleAdd

        protected void handleAdd​(FacesContext context,
                                 UIComponent component)
        Handle the add.
        Parameters:
        context - the Faces context.
        component - the UI component to add to the list as an ADD.