Skip navigation links
org.apache.myfaces.trinidad.render
Interface ClientRowKeyManagerFactory
-
public interface ClientRowKeyManagerFactory
A producer of ClientRowKeyManagers. Typically this interface will be implemented by Renderers of stamping components (like UIXCollection subclasses) that need to provide string-row-keys that can be used to identify data rows on the client.
createClientRowKeyManager
ClientRowKeyManager createClientRowKeyManager(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
- Create a new ClientRowKeyManager for the given UIComponent
Skip navigation links
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.