org.apache.myfaces.tobago.taglib.decl
Interface HasTarget

All Known Subinterfaces:
ButtonTagDeclaration, LinkTagDeclaration, MenuCommandTagDeclaration
All Known Implementing Classes:
ButtonTag, LinkTag, MenuCommandTag

public interface HasTarget

$Id: HasTarget.java 578592 2007-09-23 18:51:32Z bommel $


Method Summary
 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.



Copyright © 2002-2007 Apache Software Foundation. All Rights Reserved.