org.hyperic.ui.tapestry.components.layout
Class Tab
java.lang.Object
org.hyperic.ui.tapestry.components.layout.Tab
public class Tab
- extends java.lang.Object
Constructor Summary |
Tab(java.lang.String id,
java.lang.String label,
java.lang.String iconClass,
org.apache.tapestry.components.Block block,
boolean isClosable)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LABEL_TEMPLATE
public static java.lang.String LABEL_TEMPLATE
Tab
public Tab(java.lang.String id,
java.lang.String label,
java.lang.String iconClass,
org.apache.tapestry.components.Block block,
boolean isClosable)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
getLabel
public java.lang.String getLabel()
setLabel
public void setLabel(java.lang.String label)
getIconClass
public java.lang.String getIconClass()
setIconClass
public void setIconClass(java.lang.String iconClass)
getBlock
public org.apache.tapestry.components.Block getBlock()
setBlock
public void setBlock(org.apache.tapestry.components.Block block)
isClosable
public boolean isClosable()
setClosable
public void setClosable(boolean isClosable)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.