-
public final class NavigationEntryNavigation history entry.
-
-
Field Summary
Fields Modifier and Type Field Description private final Integeridprivate final Stringurlprivate final StringuserTypedURLprivate final Stringtitleprivate final TransitionTypetransitionType
-
Constructor Summary
Constructors Constructor Description NavigationEntry(Integer id, String url, String userTypedURL, String title, TransitionType transitionType)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final TransitionTypecomponent5()final NavigationEntrycopy(Integer id, String url, String userTypedURL, String title, TransitionType transitionType)final IntegergetId()Unique id of the navigation history entry. final StringgetUrl()URL of the navigation history entry. final StringgetUserTypedURL()URL that the user typed in the url bar. final StringgetTitle()Title of the navigation history entry. final TransitionTypegetTransitionType()Transition type. -
-
Constructor Detail
-
NavigationEntry
NavigationEntry(Integer id, String url, String userTypedURL, String title, TransitionType transitionType)
-
-
Method Detail
-
component1
final Integer component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
component5
final TransitionType component5()
-
copy
final NavigationEntry copy(Integer id, String url, String userTypedURL, String title, TransitionType transitionType)
-
getUserTypedURL
final String getUserTypedURL()
URL that the user typed in the url bar.
-
getTransitionType
final TransitionType getTransitionType()
Transition type.
-
-
-
-