com.microstrategy.web.app.gui.CartFontStyles |
![]() |
CartFontStyles interface that defines minimum contract all cart font styles must implement.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
renderAdditionalInfo(MarkupOutput out)
renderAdditionalInfo, method that renders additional information shown to the user.
| ||||||||||
abstract void |
renderAvailable(MarkupOutput out, String fontNamesFile)
This method is deprecated.
use
renderAvailable(MarkupOutput, ShortcutList) instead.
| ||||||||||
abstract void |
renderAvailable(MarkupOutput out, ShortcutList fontNamesPicker)
renderAvailable, function that abstracts Available output.
| ||||||||||
abstract void |
renderCart(MarkupOutput out, String fontNamesFile, Enumeration selectedItems)
This method is deprecated.
use
renderCart(MarkupOutput, ShortcutList, Enumeration) instead.
| ||||||||||
abstract void |
renderCart(MarkupOutput out, ShortcutList fontNamesPicker, Enumeration selectedItems)
renderCart, function that abstracts standard Cart output.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
renderAdditionalInfo, method that renders additional information shown to the user.
out | where to write the output of the method. |
---|
This method is deprecated.
use renderAvailable(MarkupOutput, ShortcutList)
instead.
renderAvailable, function that abstracts Available output.
out | where to write the output of the method. |
---|---|
fontNamesFile | XML file which contains the font names available. |
renderAvailable, function that abstracts Available output.
out | where to write the output of the method. |
---|---|
fontNamesPicker | ShortcutList instance with the font name picker information. |
This method is deprecated.
use renderCart(MarkupOutput, ShortcutList, Enumeration)
instead.
renderCart, function that abstracts standard Cart output.
out | where to write the output of the method. |
---|---|
fontNamesFile | XML file which contains the font names available. |
selectedItems | enumeration of all selected items |
renderCart, function that abstracts standard Cart output.
out | where to write the output of the method. |
---|---|
fontNamesPicker | ShortcutList instance with the font name picker information. |
selectedItems | enumeration of all selected items |