Class LiveDataLayoutDescriptor


  • public class LiveDataLayoutDescriptor
    extends BaseDescriptor
    Holds the layout configuration.
    Since:
    12.10
    Version:
    $Id: 9847427507182fff91ae23688badc0f5d01045db $
    • Constructor Detail

      • LiveDataLayoutDescriptor

        public LiveDataLayoutDescriptor()
        Default constructor.
      • LiveDataLayoutDescriptor

        public LiveDataLayoutDescriptor​(String id)
        Creates a descriptor for the layout with the given id.
        Parameters:
        id - the layout id
    • Method Detail

      • getName

        public String getName()
        Returns:
        the layout pretty name
      • setName

        public void setName​(String name)
        Set the layout pretty name.
        Parameters:
        name - the new layout name
      • getIcon

        public Map<String,​Object> getIcon()
        Returns:
        the icon meta data
      • setIcon

        public void setIcon​(Map<String,​Object> icon)
        Set the icon meta data.
        Parameters:
        icon - the icon meta data
      • initialize

        public void initialize()
        Prevent null values where it's possible.