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

Field Summary
static String CLIENT_KEY
           
 
Method Summary
 String getClientId()
           
 String getClientKey()
           
 void setClientKey(String clientKey)
           
 

Field Detail

CLIENT_KEY

static final String CLIENT_KEY
See Also:
Constant Field Values
Method Detail

getClientId

String getClientId()

getClientKey

String getClientKey()

setClientKey

void setClientKey(String clientKey)


Copyright © 2015 Liferay, Inc.. All rights reserved.