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()
getStyleClass
String getStyleClass()
setStyle
void setStyle(String style)
setStyleClass
void setStyleClass(String styleClass)
Copyright © 2019 Liferay, Inc.. All rights reserved.