Package | Description |
---|---|
gwt.material.design.addins.client.stepper |
Modifier and Type | Method and Description |
---|---|
MaterialStep |
MaterialStepper.getCurrentStep()
Gets the current step component.
|
Modifier and Type | Method and Description |
---|---|
protected gwt.material.design.client.base.mixin.ActiveMixin<MaterialStep> |
MaterialStep.getActiveMixin() |
Modifier and Type | Method and Description |
---|---|
void |
MaterialStepper.add(MaterialStep step)
Specific method to add
MaterialStep s to the stepper. |
void |
MaterialStepper.goToStep(MaterialStep step)
Go to the specfic
MaterialStep . |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.event.shared.HandlerRegistration |
MaterialStep.addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<MaterialStep> handler) |
void |
MaterialStepper.onSelection(com.google.gwt.event.logical.shared.SelectionEvent<MaterialStep> event)
Called when a step title is clicked.
|
Copyright © 2018. All rights reserved.