We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b5d67 commit 8dfe4f0Copy full SHA for 8dfe4f0
material-stepper/src/main/java/com/stepstone/stepper/StepperLayout.java
@@ -260,6 +260,14 @@ public void setListener(@NonNull StepperListener listener) {
260
this.mListener = listener;
261
}
262
263
+ /**
264
+ * Getter for mStepAdapter
265
+ * @return mStepAdapter
266
+ */
267
+ public StepAdapter getAdapter() {
268
+ return mStepAdapter;
269
+ }
270
+
271
/**
272
* Sets the new step adapter and updates the stepper layout based on the new adapter.
273
*
0 commit comments