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 474273 2006-11-13 12:15:36Z lofwyr $


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.