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 601107 2007-12-04 22:12:14Z 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-2008 Apache Software Foundation. All Rights Reserved.