org.hyperic.hq.ui.util.minitab
Class MiniTabs
java.lang.Object
org.hyperic.hq.ui.util.minitab.MiniTabs
public class MiniTabs
- extends java.lang.Object
This class has one purpose in life:
To provide a collection of MiniTab's for the UI to display in such
a way that the colspan for the minitab table doesn't break when the
number of minitab elements varies
Constructor Summary |
MiniTabs(java.util.List minitabs)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MiniTabs
public MiniTabs(java.util.List minitabs)
getColspan
public java.lang.Integer getColspan()
getList
public java.util.List getList()
- Returns:
- List
setList
public void setList(java.util.List minitabs)
- Sets the minitabs.
- Parameters:
minitabs
- The minitabs to set
getOffset
public int getOffset()
- Returns:
- int
setOffset
public void setOffset(int offset)
- Sets the offset.
- Parameters:
offset
- The offset to set
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.