public class

SubscriptionCacheWidgetImpl

extends SubscriptionFileWidgetImpl
java.lang.Object
   ↳ com.microstrategy.web.app.gui.AbstractGuiElement
     ↳ com.microstrategy.web.app.transforms.SubscriptionFileWidgetImpl
       ↳ com.microstrategy.web.app.transforms.SubscriptionCacheWidgetImpl

Summary

[Expand]
Inherited Fields
From class com.microstrategy.web.app.transforms.SubscriptionFileWidgetImpl
From class com.microstrategy.web.app.gui.AbstractGuiElement
Public Constructors
SubscriptionCacheWidgetImpl()
Public Methods
boolean isReportNotiCube()
MarkupOutput renderElement()
Renders the element using the global arguments.
Protected Methods
void renderCacheType(Tag parent)
void renderCacheTypeOfRadioButton(Tag parent)
void renderCheckBox(Tag parent, boolean isChecked, String id, String value, String checkBoxText)
void renderCheckBox(Tag parent, boolean isChecked, String id, String value, String checkBoxText, String onChangeFunction)
void renderLocations(MarkupOutput out)
void renderPrecacheBookmarks(Tag parent)
void renderRadioButton(Tag parent, boolean isChecked, String id, String name, String value, String radioText, String onChangeFunction)
void renderRadioButtonBase(Tag parent, boolean isChecked, String id, String name, String value, String radioText, String onChangeFunction, boolean disabled)
void renderRecipientsOfRadioButton(Tag parent)
void renderShortcutCacheFormatOfCheckBox(Tag parent)
void renderUseValidDatasetCache(Tag fieldSetSubscription)
void renderWebCacheFieldSet(Tag parent)
boolean shouldRenderHTMLFormat()
[Expand]
Inherited Methods
From class com.microstrategy.web.app.transforms.SubscriptionFileWidgetImpl
From class com.microstrategy.web.app.gui.AbstractGuiElement
From class java.lang.Object
From interface com.microstrategy.web.app.gui.GuiElement
From interface com.microstrategy.web.app.transforms.SubscriptionFileWidget

Public Constructors

public SubscriptionCacheWidgetImpl ()

Public Methods

public boolean isReportNotiCube ()

public MarkupOutput renderElement ()

Renders the element using the global arguments.

Returns
  • a MarkupOutput with the Subscription Widget.

Protected Methods

protected void renderCacheType (Tag parent)

protected void renderCacheTypeOfRadioButton (Tag parent)

protected void renderCheckBox (Tag parent, boolean isChecked, String id, String value, String checkBoxText)

protected void renderCheckBox (Tag parent, boolean isChecked, String id, String value, String checkBoxText, String onChangeFunction)

protected void renderLocations (MarkupOutput out)

protected void renderPrecacheBookmarks (Tag parent)

protected void renderRadioButton (Tag parent, boolean isChecked, String id, String name, String value, String radioText, String onChangeFunction)

protected void renderRadioButtonBase (Tag parent, boolean isChecked, String id, String name, String value, String radioText, String onChangeFunction, boolean disabled)

protected void renderRecipientsOfRadioButton (Tag parent)

protected void renderShortcutCacheFormatOfCheckBox (Tag parent)

protected void renderUseValidDatasetCache (Tag fieldSetSubscription)

protected void renderWebCacheFieldSet (Tag parent)

protected boolean shouldRenderHTMLFormat ()