PaneTemplate
@CarProtocol
class PaneTemplate : Template
A template that displays a Pane.
onGetTemplate, this template is considered a refresh of a previous one if:
- The previous template is in a loading state (see
setLoading, or - The template title has not changed, and the number of rows and the title (not counting spans) of each row between the previous and new
Panes have not changed.
Summary
Nested types |
|---|
class PaneTemplate.BuilderA builder of |
Public functions |
|
|---|---|
Boolean |
|
ActionStrip? |
This function is deprecated. use |
Header? |
Returns the |
Action? |
This function is deprecated. use |
Pane |
getPane()Returns the |
CarText? |
This function is deprecated. use |
Int |
hashCode() |
String |
toString() |
Public functions
fungetActionStrip(): ActionStrip?
Returns the ActionStrip for this template or null if not set.
| See also | |
|---|---|
setActionStrip |
getHeader
fun getHeader(): Header?
Returns the Header to display in this template.
This method was introduced in API 7, but is backwards compatible even if the client is using API 6 or below.
| See also | |
|---|---|
setHeader |
fungetHeaderAction(): Action?
Returns the Action that is set to be displayed in the header of the template, or null if not set.
| See also | |
|---|---|
setHeaderAction |
getPane
fun getPane(): Pane
Returns the Pane to display in the template.
| See also | |
|---|---|
Builder |