com.hp.lft.sdk.sap.ui5

Class RatingIndicatorDescription.Init<T extends RatingIndicatorDescription.Init<T>>

    • Constructor Detail

      • Init

        protected Init()
    • Method Detail

      • enabled

        public T enabled(java.lang.Boolean enabled)
        Initializes whether the rating indicator is enabled.
        Parameters:
        enabled - true if the rating indicator is enabled.
        Returns:
        The description instance with the update state (builder pattern).
      • rating

        public T rating(java.lang.Double rating)
        Initializes the rating level to which the object is currently set.
        Parameters:
        rating - the rating level to set.
        Returns:
        The description instance with the update state (builder pattern).
      • maxRating

        public T maxRating(java.lang.Integer max)
        Initializes the highest rating level that can be set.
        Parameters:
        max - the highest rating level.
        Returns:
        the description instance with the update state (builder pattern).
      • orientation

        public T orientation(Orientation orientation)
        Initializes the orientation of the rating indicator items
        Parameters:
        orientation - the display mode of the rating indicator items. Possible values: Orientation
        Returns:
        the description instance with the update state (builder pattern).