Interface HasFragment
-
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
public interface HasFragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFragment(String fragment)
The identifier of the page fragment which should be brought into focus when the target page is rendered.
-
-
-
Method Detail
-
setFragment
void setFragment(String fragment)
The identifier of the page fragment which should be brought into focus when the target page is rendered. The value of this attribute is appended to the end of target URL following a hash (#) mark. This notation is part of the standard URL syntax.
-
-