Package com.subaio.fintechbridge
Class Page
java.lang.Object
com.subaio.fintechbridge.Page
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
Page
-
-
Method Details
-
getName
Name of the page, e.g. "OVERVIEW".- Returns:
- name
-
getParams
public org.json.JSONObject getParams() -
overview
Convenience shorthand for initial page.
-