FileDocCategorySizeDatePackage
TabLabelTag.javaAPI DocExample652Tue Jun 08 11:26:42 BST 2004com.mycompany.jsf.taglib

TabLabelTag

public class TabLabelTag extends javax.faces.webapp.UIComponentTag
This class is a tag handler that creates and configures a "com.mycompany.TabLabel" component with a "javax.faces.Link" renderer.
author
Hans Bergsten, Gefion Software
version
1.0

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetComponentType()
Returns "com.mycompany.TabLabel".

	return "com.mycompany.TabLabel";
    
public java.lang.StringgetRendererType()
Returns "javax.faces.Link".

	return "javax.faces.Link";