public abstract class HtmlStylerBase<T> extends Object implements HtmlStyler<T>
| Constructor and Description |
|---|
HtmlStylerBase() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getStyle(T item) |
T |
getStyleable(Object item) |
public T getStyleable(Object item)
getStyleable in interface HtmlStyler<T>public abstract String getStyle(T item)
getStyle in interface HtmlStyler<T>Copyright © 2019. All rights reserved.