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

org.richfaces.renderkit.AbstractAutocompleteLayoutStrategy Maven / Gradle / Ivy

There is a newer version: 4.3.7.Final
Show newest version
package org.richfaces.renderkit;

import javax.faces.component.UIComponent;
import javax.faces.context.FacesContext;

public class AbstractAutocompleteLayoutStrategy {
    public String getContainerElementId(FacesContext facesContext, UIComponent component) {
        return component.getClientId(facesContext) + "Items";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy