PaneTemplate
public
final
class
PaneTemplate
extends Object
implements
Template
A template that displays a Pane
.
Template Restrictions
In regards to template refreshes, as described in
Screen.getTemplate()
, this template is
considered a refresh of a previous one if:
- The template title has not changed, and
- The previous template is in a loading state (see
Pane.Builder.setIsLoading(boolean)
, or the
number of rows and the string contents (title, texts, not counting spans) of each row
between the previous and new Pane
s have not changed.
Summary
Nested classes |
class |
PaneTemplate.Builder
A builder of PaneTemplate .
|
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public methods
equals
public boolean equals (Object other)
hashCode
public int hashCode ()
toString
public String toString ()
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-15 UTC.