com.sun.portal.providers.containers.jsp.tab
Interface ModifiableTab
- All Superinterfaces:
- UnmodifiableTab
- public interface ModifiableTab
- extends UnmodifiableTab
This class represents an instance of the tab that can be modified.
Note that all modifiable tabs inherit the characteristics of
UnmodifiableTab
.
- See Also:
UnmodifiableTab
setDisplayname
public void setDisplayname(String n)
- Sets the display name of the tab
setDesc
public void setDesc(String d)
- Sets the description of the tab
- Parameters:
d
- New description for the tab.