Class SubscriptionsIconTransform

    • Field Detail

      • columnCount

        public FormalParameter columnCount
        Deprecated.
        Indicates the number of subscriptions displayed on each row.
        Defines in how many columns the subscriptions will be displayed. If this value is set to two, we will render two subscriptions on each line. This is the default behavior.
      • FP_COLUMN_COUNT

        public static final java.lang.String FP_COLUMN_COUNT
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SubscriptionsIconTransform

        public SubscriptionsIconTransform()
        Deprecated.
        Default no-args constructor, initialize formal parameters.
    • Method Detail

      • renderSubscription

        public void renderSubscription​(MarkupOutput out,
                                       WebSubscription subscription,
                                       WebObjectInfo target)
        Deprecated.
        Renders a single subscription
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the target object of the subscription.
      • renderIconInfo

        public void renderIconInfo​(MarkupOutput out,
                                   WebSubscription subscription,
                                   WebObjectInfo target)
        Deprecated.
        Renders the icon associated with the subscription
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderNameInfo

        public void renderNameInfo​(MarkupOutput out,
                                   WebSubscription subscription,
                                   WebObjectInfo target)
        Deprecated.
        Renders the name of the subscription's target
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderPersonalizedInfo

        public void renderPersonalizedInfo​(MarkupOutput out,
                                           WebSubscription subscription,
                                           WebObjectInfo target)
        Deprecated.
        Renders the information whether the subscription is personlized or not (i.e., it is prompted)
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderScheduleInfo

        public void renderScheduleInfo​(MarkupOutput out,
                                       WebSubscription subscription,
                                       WebObjectInfo target)
        Deprecated.
        Renders the subscription's schedule object information
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderAddressInfo

        public void renderAddressInfo​(MarkupOutput out,
                                      WebSubscription subscription,
                                      WebObjectInfo target)
        Deprecated.
        Renders the subscription's address object information
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderEditInfo

        public void renderEditInfo​(MarkupOutput out,
                                   WebSubscription subscription,
                                   WebObjectInfo target)
        Deprecated.
        Renders a link to edit the subscription's
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • renderRemoveInfo

        public void renderRemoveInfo​(MarkupOutput out,
                                     WebSubscription subscription,
                                     WebObjectInfo target)
        Deprecated.
        Renders a link to remove the subscription's
        Parameters:
        out - the transform's output
        subscription - the subscription to render
        target - the subscription's target object
      • initializeCss

        public void initializeCss()
        Deprecated.
        Extends initializeCss by intializing the classes this transform use.
        Overrides:
        initializeCss in class AbstractAppTransform
      • getDescription

        public java.lang.String getDescription()
        Deprecated.
        Returns the description of this transform to be used by the Style Catalog.
        Returns:
        This transform renders the list of Narrowcast Subscriptions from a SubscriptionFolderBean as Large Icons.