Interface MGenericTrimContainer<T extends MUIElement>

    • Method Detail

      • getSide

        SideValue getSide()
        Returns the value of the 'Side' attribute. The literals are from the enumeration SideValue.

        This is an enum defining the side of the UI Window on which this collection should be displayed.

        Returns:
        the value of the 'Side' attribute.
        See Also:
        SideValue, setSide(SideValue)
      • setSide

        void setSide​(SideValue value)
        Sets the value of the 'Side' attribute.
        Parameters:
        value - the new value of the 'Side' attribute.
        See Also:
        SideValue, getSide()