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
STYLE
static final String STYLE
- See Also:
- Constant Field Values
STYLE_CLASS
static final String STYLE_CLASS
- See Also:
- Constant Field Values
getStyle
String getStyle()
setStyle
void setStyle(String style)
getStyleClass
String getStyleClass()
setStyleClass
void setStyleClass(String styleClass)
Copyright © 2015 Liferay, Inc.. All rights reserved.