Class Page

java.lang.Object
com.subaio.fintechbridge.Page
All Implemented Interfaces:
Serializable

public final class Page extends Object implements Serializable
Represents a specific page for a BridgeView with optional params. The initial page shown should be `new Page("OVERVIEW", null)` or simply `Page.overview()`.
See Also:
  • Constructor Details

    • Page

      public Page(String name, org.json.JSONObject params)
  • Method Details

    • getName

      public String getName()
      Name of the page, e.g. "OVERVIEW".
      Returns:
      name
    • getParams

      public org.json.JSONObject getParams()
    • overview

      public static Page overview()
      Convenience shorthand for initial page.