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.Type | Property and Description |
---|---|
ReadOnlyObjectProperty<Date> |
lastVisitedDate
Defines the
Date the page was last visited. |
ReadOnlyObjectProperty<String> |
title
Defines the title of the page.
|
Modifier and Type | Method and Description |
---|---|
Date |
getLastVisitedDate()
Gets the value of the property lastVisitedDate.
|
String |
getTitle()
Gets the value of the property title.
|
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 ReadOnlyObjectProperty<String> titleProperty
getTitle()
public ReadOnlyObjectProperty<Date> lastVisitedDateProperty
Date
the page was last visited.getLastVisitedDate()
public String getUrl()
public ReadOnlyObjectProperty<String> titleProperty()
getTitle()
public String getTitle()
public ReadOnlyObjectProperty<Date> lastVisitedDateProperty()
Date
the page was last visited.getLastVisitedDate()
public Date getLastVisitedDate()
Date
the page was last visited.Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.