Class LiveDataElement


  • public class LiveDataElement
    extends BaseElement
    Live Data page object. Provides the operations to obtain the page objects for the different live data layouts, and to switch between them.
    Since:
    13.4RC1
    Version:
    $Id: d6ec65bc94b23ea46bd514863a9352f20145a4ca $
    • Constructor Detail

      • LiveDataElement

        public LiveDataElement​(String id)
        Default constructor. Initializes a Live Data page object by its id.
        Parameters:
        id - the live data id
        Since:
        12.10.9
    • Method Detail

      • getTableLayout

        public TableLayoutElement getTableLayout()
        Returns:
        a table layout page object for the live data
        Since:
        12.10.9
      • getCardLayout

        public CardLayoutElement getCardLayout()
        Returns:
        a cart layout page object for the live data
      • countFootnotes

        public int countFootnotes()
        Returns:
        the number of displayed footnotes
        Since:
        13.6RC1, 13.5, 13.4.1
      • getFootnotesText

        public List<String> getFootnotesText()
        Returns:
        a list of the text of the footnotes
        Since:
        13.6RC1, 13.5, 13.4.1
      • isReady

        public boolean isReady()
        Returns:
        if the live data has finished loading and is ready for service