Class ApplicationHomePage


  • public class ApplicationHomePage
    extends ViewPage
    Represents the actions possible on the application home page.
    Since:
    4.2M1
    Version:
    $Id: d11299c606e9a03dd2b44ac1e3755c15d82e8380 $
    • Constructor Detail

      • ApplicationHomePage

        public ApplicationHomePage()
    • Method Detail

      • gotoPage

        public static ApplicationHomePage gotoPage​(String appName)
        Loads the home page of the specified application.
        Parameters:
        appName - the application name
        Returns:
        the application home page
        Since:
        5.1RC1
      • clickAddNewEntry

        public EntryNamePane clickAddNewEntry()
        Clicks on the link to add a new application entry.
        Returns:
        the pane used to input the entry name
      • clickEditApplication

        public ApplicationClassEditPage clickEditApplication()
        Clicks on the link that leads to the class editor.
        Returns:
        the page used to edit the application class
      • getEntriesLiveTable

        public LiveTableElement getEntriesLiveTable()
        Returns:
        the live table used to browser application data
      • hasEntriesLiveTable

        public boolean hasEntriesLiveTable()
        Returns:
        true if the entries live table is displayed on the home page, false otherwise
      • getFilterInputId

        public String getFilterInputId​(int columnIndex,
                                       String appName)
        Returns the filter input id of a column of an AWM application livetable.
        Parameters:
        columnIndex - the column index
        appName - the application name
        Returns:
        the id of the filter input for the specified column
        Since:
        13.2, 12.10.6