ActionStripController
public
class
ActionStripController
extends Object
java.lang.Object | |
↳ | com.google.android.libraries.car.app.testing.model.ActionStripController |
A controller that allows testing of an ActionStrip
.
This controller allows retrieving all Action
s in the ActionStrip
.
Summary
Public methods | |
---|---|
ActionStrip
|
get()
Retrieves the |
List<ActionController>
|
getActions()
Retrieves all of the |
static
ActionStripController
|
of(ActionStrip actionStrip)
Creates an |
Inherited methods | |
---|---|
Public methods
get
public ActionStrip get ()
Retrieves the ActionStrip
that this controller is controlling.
Returns | |
---|---|
ActionStrip |
getActions
public List<ActionController> getActions ()
Retrieves all of the Action
s added to the ActionStrip
being controlled.
Returns | |
---|---|
List<ActionController> |
of
public static ActionStripController of (ActionStrip actionStrip)
Creates an ActionStripController
to control an ActionStrip
for testing.
Parameters | |
---|---|
actionStrip |
ActionStrip |
Returns | |
---|---|
ActionStripController |