public class ComponentActionSink extends Object
Constructor and Description |
---|
ComponentActionSink(org.slf4j.Logger logger,
ClientDataEncoder encoder) |
Modifier and Type | Method and Description |
---|---|
String |
getClientData() |
boolean |
isEmpty() |
<T> void |
store(T component,
ComponentAction<T> action) |
<T> void |
storeCancel(T component,
ComponentAction<T> action) |
public ComponentActionSink(org.slf4j.Logger logger, ClientDataEncoder encoder)
public <T> void store(T component, ComponentAction<T> action)
public <T> void storeCancel(T component, ComponentAction<T> action)
public boolean isEmpty()
public String getClientData()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.