com.liferay.faces.util.component
Interface ClientComponent
public interface ClientComponent
This interface should be implemented by classes that extend UIComponent if they provide the ability to access
the value of a client-side UI component instance (Liferay Component) via JavaScript.
- Author:
- Neil Griffin
CLIENT_KEY
static final String CLIENT_KEY
- See Also:
- Constant Field Values
getClientId
String getClientId()
getClientKey
String getClientKey()
setClientKey
void setClientKey(String clientKey)
Copyright © 2015 Liferay, Inc.. All rights reserved.