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

A builder of Pane.

Public functions

Boolean
equals(other: Any?)
(Mutable)List<Action!>

Returns the list of Actions displayed alongside the Rows in this pane.

CarIcon?
@RequiresCarApi(value = 4)
getImage()

Returns the optional image to display in this pane.

(Mutable)List<Row!>

Returns the list of Row objects that make up the Pane.

Int
Boolean

Returns whether the pane is in a loading state.

String

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any?): Boolean

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.

getRows

Added in 1.0.0
fun getRows(): (Mutable)List<Row!>

Returns the list of Row objects that make up the Pane.

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int

isLoading

Added in 1.0.0
fun isLoading(): Boolean

Returns whether the pane is in a loading state.

See also
setLoading

toString

Added in 1.4.0-rc02
fun toString(): String