protected static final class UIGrid.DefaultClientKeyManager extends ClientKeyManager
| Modifier | Constructor and Description |
|---|---|
protected |
DefaultClientKeyManager()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected static java.lang.String |
cellKey2String(CellKey cellKey)
Deprecated.
|
void |
clean(java.util.Set clientStringCellKeySet)
Prunes the client-side key cache based on which cell keys are still in the client.
|
void |
clear()
Clears the client-side key cache.
|
CellKey |
getCellKey(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
java.lang.String clientCellKey)
Gets the corresponding server-side cellkey object from the given client-side string
key.
|
java.lang.String |
getClientCellKey(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
CellKey cellKey)
Gets a string version of a key that identifies the cell with the given cellkey.
|
protected static CellKey |
string2CellKey(java.lang.String strCellKey)
Deprecated.
|
@Deprecated protected static java.lang.String cellKey2String(CellKey cellKey)
@Deprecated protected static CellKey string2CellKey(java.lang.String strCellKey)
public void clean(java.util.Set clientStringCellKeySet)
ClientKeyManagerclean in class ClientKeyManagerpublic void clear()
ClientKeyManagerclear in class ClientKeyManagerpublic CellKey getCellKey(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, java.lang.String clientCellKey)
getCellKey in class ClientKeyManagercontext - the Faces contextcomponent - the UI componentclientCellKey - the string keypublic java.lang.String getClientCellKey(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
CellKey cellKey)
getClientCellKey in class ClientKeyManagercontext - the Faces contextcomponent - the UI componentcellKey - the cellkey to convert into a client key. Note that
null is special and is not allowed.