com.liferay.faces.util.component
Interface Styleable


public interface Styleable

This interface should be implemented by classes that extend UIComponent if they render HTML that is styleable with CSS class names.

Author:
Neil Griffin

Field Summary
static String STYLE
           
static String STYLE_CLASS
           
 
Method Summary
 String getStyle()
           
 String getStyleClass()
           
 void setStyle(String style)
           
 void setStyleClass(String styleClass)
           
 

Field Detail

STYLE

static final String STYLE
See Also:
Constant Field Values

STYLE_CLASS

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

getStyle

String getStyle()

setStyle

void setStyle(String style)

getStyleClass

String getStyleClass()

setStyleClass

void setStyleClass(String styleClass)


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