Class LayoutRowImpl

    • Field Detail

      • selectedByDefault

        protected boolean selectedByDefault
      • alwaysSelected

        protected boolean alwaysSelected
      • widgets

        protected Widget[] widgets
      • definitionId

        protected String definitionId
    • Constructor Detail

      • LayoutRowImpl

        protected LayoutRowImpl()
    • Method Detail

      • isAlwaysSelected

        public boolean isAlwaysSelected()
        Description copied from interface: LayoutRow
        Return true if this row should be considered always selected
        Specified by:
        isAlwaysSelected in interface LayoutRow
      • isSelectedByDefault

        public boolean isSelectedByDefault()
        Description copied from interface: LayoutRow
        Returns true if this row should be considered selected by default
        Specified by:
        isSelectedByDefault in interface LayoutRow
      • getProperties

        public Map<String,​Serializable> getProperties()
        Description copied from interface: LayoutRow
        Get properties to use in this mode.

        The way that properties will be mapped to rendered components is managed by the widget type.

        Specified by:
        getProperties in interface LayoutRow
      • getProperty

        public Serializable getProperty​(String name)
        Description copied from interface: LayoutRow
        Returns property with given name in this mode.
        Specified by:
        getProperty in interface LayoutRow
        Parameters:
        name - the property name.
        Returns:
        the property value or null if not found.