Pane
@CarProtocol
class Pane
Represents a list of rows used for displaying informational content and a set of Actions that users can perform based on such content.
Summary
Nested types |
|---|
class Pane.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
(Mutable)List<Action!> |
Returns the list of |
CarIcon? |
@RequiresCarApi(value = 4)Returns the optional image to display in this pane. |
(Mutable)List<Row!> |
getRows() |
Int |
hashCode() |
Boolean |
Returns whether the pane is in a loading state. |
String |
toString() |
Public functions
getActions
Added in 1.0.0
fun getActions(): (Mutable)List<Action!>
Returns the list of Actions displayed alongside the Rows in this pane.
getImage
Added in 1.1.0
@RequiresCarApi(value = 4)
fun getImage(): CarIcon?
Returns the optional image to display in this pane.
isLoading
Added in 1.0.0
fun isLoading(): Boolean
Returns whether the pane is in a loading state.
| See also | |
|---|---|
setLoading |