Interface HasTarget
-
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
,SheetPageCommandTagDeclaration
,TreeCommandTagDeclaration
public interface HasTarget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTarget(String target)
Name of a frame where the resource retrieved via this hyperlink is to be displayed.
-
-
-
Method Detail
-
setTarget
void setTarget(String target)
Name of a frame where the resource retrieved via this hyperlink is to be displayed. The target attribute is not reliable in combination with DeltaSpike and its @WindowScoped. This is because DeltaSpike renames the window.name, with the dswid, so the target can't be found, after the first call.
-
-