Package it.tidalwave.role.ui
Interface Styleable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A role which declares a set of styles for rendering.
- Author:
- Fabrizio Giudici
- Stereotype:
- Role
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Styleable
Creates a new instance from a collection of stringsstatic Styleable
of
(Collection<String> styles) Creates a new instance from a collection of strings
-
Field Details
-
_Styleable_
-
-
Method Details
-
getStyles
-
of
Creates a new instance from a collection of strings- Parameters:
styles
- the style names- Returns:
- the new instance
- Since:
- 3.2-ALPHA-2
-
of
Creates a new instance from a collection of strings- Parameters:
styles
- the style names- Returns:
- the new instance
- Since:
- 3.2-ALPHA-2
-