Class PropertyUtilities
- java.lang.Object
-
- it.tidalwave.northernwind.rca.util.PropertyUtilities
-
public class PropertyUtilities extends java.lang.Object
- Author:
- Fabrizio Giudici
-
-
Constructor Summary
Constructors Constructor Description PropertyUtilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static it.tidalwave.role.ui.Displayable
displayableForValue(it.tidalwave.northernwind.core.model.ResourceProperties properties, it.tidalwave.util.Key<?> key)
Creates aDisplayable
for a property value.
-
-
-
Method Detail
-
displayableForValue
@Nonnull public static it.tidalwave.role.ui.Displayable displayableForValue(@Nonnull it.tidalwave.northernwind.core.model.ResourceProperties properties, @Nonnull it.tidalwave.util.Key<?> key)
Creates aDisplayable
for a property value.- Parameters:
properties
- theResourceProperties
containing the valuekey
- the key associated to the value- Returns:
- the
Displayable
-
-