Class PropertyUtilities


  • public class PropertyUtilities
    extends java.lang.Object
    Author:
    Fabrizio Giudici
    • 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 a Displayable for a property value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyUtilities

        public PropertyUtilities()
    • 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 a Displayable for a property value.
        Parameters:
        properties - the ResourceProperties containing the value
        key - the key associated to the value
        Returns:
        the Displayable