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
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.