Class SchedulesIconTransform

    • Field Detail

      • FP_COLUMN_COUNT

        public static final java.lang.String FP_COLUMN_COUNT
        Deprecated.
        Indicates the number of scheduled objects displayed on each row.
        Defines in how many columns the scheduled objects will be displayed. If this value is set to two, we will render two scheduled objects on each line. This is the default behavior.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SchedulesIconTransform

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

      • renderSchedules

        public void renderSchedules​(MarkupOutput out)
        Deprecated.
        Renders a list of the available schedules
        Since:
        MicroStrategy Web 8.0.0
      • renderSchedule

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

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

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

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

        public void renderTimeInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the message execution time for the schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderTriggerInfo

        public void renderTriggerInfo​(MarkupOutput out,
                                      WebSchedule schedule,
                                      WebObjectInfo target)
        Deprecated.
        Renders the schedule's trigger
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the schedule's target object
      • renderEditInfo

        public void renderEditInfo​(MarkupOutput out,
                                   WebSchedule schedule,
                                   WebObjectInfo target)
        Deprecated.
        Renders the link to edit the schedule
        Parameters:
        out - the transform's output
        schedule - the schedule to render
        target - the target object of the schedule.
      • 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 Web Subscriptions from a SubscriptionFolderBean as Large Icons.