You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: 04/03/2017 Add fade in step number/done indicator when changing from warning for a smoother transition
185
+
/**
186
+
* <p>Base state class of the tab.
187
+
* It is used to specify what should happen from the UI perspective
188
+
* when transitioning to other states, e.g. which views to hide or tint.</p>
189
+
* <p>Subclasses include:</p>
190
+
* <ul>
191
+
* <li>{@link InactiveNumberState} - for when we show the step number, but this step still hasn't been reached</li>
192
+
* <li>{@link ActiveNumberState} - for when we show the step number of the currently active tab</li>
193
+
* <li>{@link DoneState} - for when the step has already been completed and the user has moved to the next step</li>
194
+
* <li>{@link WarningState} - for when there has been an error on this step (if {@link StepperLayout#setShowErrorStateEnabled(boolean)} or <code>ms_showErrorStateEnabled</code> was set to <i>true</i>)</li>
0 commit comments