org.apache.portals.graffito.portlets
Class VelocityTab

java.lang.Object
  extended byorg.apache.portals.graffito.portlets.VelocityTab

public class VelocityTab
extends java.lang.Object

Velocity Tab containse a series of VelocityTabPage

Version:
$Id: Exp $
Author:
Lombart Christophe

Constructor Summary
VelocityTab(java.lang.String id)
           
 
Method Summary
 void addPage(VelocityTabPage page)
           
 java.lang.String getId()
           
 VelocityTabPage[] getPages()
           
 VelocityTabPage getSelectedPage()
           
 boolean isSelected(VelocityTabPage page)
           
 void setSelectedPage(java.lang.String pageId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityTab

public VelocityTab(java.lang.String id)
Method Detail

getId

public java.lang.String getId()

addPage

public void addPage(VelocityTabPage page)

getPages

public VelocityTabPage[] getPages()

getSelectedPage

public VelocityTabPage getSelectedPage()

setSelectedPage

public void setSelectedPage(java.lang.String pageId)

isSelected

public boolean isSelected(VelocityTabPage page)


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.