Interface LayoutRow

    • Method Detail

      • getTagConfigId

        String getTagConfigId()
        Returns the unique identifier of this widget to be used in tag configuration.
        Since:
        5.4.2
        See Also:
        Layout.getTagConfigId()
      • isSelectedByDefault

        boolean isSelectedByDefault()
        Returns true if this row should be considered selected by default
      • isAlwaysSelected

        boolean isAlwaysSelected()
        Return true if this row should be considered always selected
      • getWidgets

        Widget[] getWidgets()
      • getSize

        int getSize()
      • getProperties

        Map<String,​Serializable> getProperties()
        Get properties to use in this mode.

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

        Since:
        5.3.1
      • getProperty

        Serializable getProperty​(String name)
        Returns property with given name in this mode.
        Parameters:
        name - the property name.
        Returns:
        the property value or null if not found.
        Since:
        5.3.1