All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.richfaces.renderkit.focus.FocusRendererInterface Maven / Gradle / Ivy

The newest version!
package org.richfaces.renderkit.focus;

import javax.faces.context.FacesContext;

import org.richfaces.component.AbstractFocus;

public interface FocusRendererInterface {
    void postAddToView(FacesContext context, AbstractFocus component);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy