public abstract class ClientRowKeyManager extends Object implements Serializable
Constructor and Description |
---|
ClientRowKeyManager() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getClientRowKey(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object rowKey)
Gets a string version of a key that identifies the row with the given rowkey.
|
abstract Object |
getRowKey(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String clientRowKey)
Gets the corresponding server-side rowkey object from the given client-side string
key.
|
public abstract String getClientRowKey(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object rowKey)
rowKey
- the rowkey to convert into a client key. Note that
null is special and is not allowed.public abstract Object getRowKey(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String clientRowKey)
clientRowKey
- the string keyCopyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.