-
public final class IBANViewState extends GoCardlessFormSceneState
-
-
Field Summary
Fields Modifier and Type Field Description private final GoCardlessFormSceneState.Scenesceneprivate final FormTitleStatetitleprivate final List<FormField>fieldsprivate final ButtonStatebuttonprivate final FormSummaryStatesummaryprivate final Map<String, String>initialValuesprivate final FormProgressStateprogress
-
Constructor Summary
Constructors Constructor Description IBANViewState(Integer buttonLabelId, FormTitleState.CancelBehaviour cancelBehaviour, Boolean showProgress, Map<String, String> initialValues)
-
Method Summary
Modifier and Type Method Description final GoCardlessFormSceneState.ScenegetScene()final FormTitleStategetTitle()final List<FormField>getFields()final ButtonStategetButton()final FormSummaryStategetSummary()final Map<String, String>getInitialValues()final FormProgressStategetProgress()-
-
Method Detail
-
getScene
final GoCardlessFormSceneState.Scene getScene()
-
getTitle
final FormTitleState getTitle()
-
getButton
final ButtonState getButton()
-
getSummary
final FormSummaryState getSummary()
-
getInitialValues
final Map<String, String> getInitialValues()
-
getProgress
final FormProgressState getProgress()
-
-
-
-