org.rhq.enterprise.server.perspective
Class Tab
java.lang.Object
org.rhq.enterprise.server.perspective.Extension
org.rhq.enterprise.server.perspective.RenderedExtension
org.rhq.enterprise.server.perspective.Tab
- All Implemented Interfaces:
- Serializable, Cloneable
public class Tab
- extends RenderedExtension
- implements Serializable, Cloneable
A tab in the Resource or Group view.
- Author:
- Ian Springer
- See Also:
- Serialized Form
Tab
public Tab(TabType rawTab,
String perspectiveName)
getChildren
@NotNull
public List<Tab> getChildren()
setChildren
public void setChildren(List<Tab> children)
getQualifiedName
public String getQualifiedName()
getName
public String getName()
- Overrides:
getName in class Extension
clone
protected Object clone()
throws CloneNotSupportedException
- Note that this will clone the children list but not the child Tab objects themselves.
- Overrides:
clone in class Object
- Throws:
CloneNotSupportedException- See Also:
Object.clone()
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.