public final class WebHistory.Entry extends Object
Entry
class represents a single entry in the session history.
An entry instance is associated with the visited page.Modifier and Type | Method and Description |
---|---|
Date |
getLastVisitedDate() |
String |
getTitle() |
String |
getUrl()
Returns the URL of the page.
|
ReadOnlyObjectProperty<Date> |
lastVisitedDateProperty()
Defines the
Date the page was last visited. |
ReadOnlyObjectProperty<String> |
titleProperty()
Defines the title of the page.
|
String |
toString() |
public String getUrl()
public ReadOnlyObjectProperty<String> titleProperty()
public String getTitle()
public ReadOnlyObjectProperty<Date> lastVisitedDateProperty()
Date
the page was last visited.public Date getLastVisitedDate()
Copyright © 2020. All rights reserved.