com.sun.portal.providers.containers.jsp.tab
Interface UnmodifiableTab

All Known Subinterfaces:
ModifiableTab

public interface UnmodifiableTab

This interface represents a tab that cannot be modified.


Method Summary
 String getDesc()
          Gets the description of the tab
 String getDisplayname()
          Gets the display name of the tab
 String getEncodedName()
          Gets the html encoded name of the tab
 String getName()
          Gets the name of the tab
 Map getTabMap()
          Gets the TabProperties as a map
 boolean isPredefined()
          Determines if the tab is predefined or user created.
 boolean isRemovable()
          Determines if the tab is removable.
 boolean isRenamable()
          Determines if the tab is renamable.
 

Method Detail

getName

public String getName()
Gets the name of the tab
Returns:
Name of the tab as a string

getDisplayname

public String getDisplayname()
Gets the display name of the tab
Returns:
Displayname of the tab as a string

getEncodedName

public String getEncodedName()
Gets the html encoded name of the tab
Returns:
HTML Encoded name as a string

getDesc

public String getDesc()
Gets the description of the tab
Returns:
Description of the tab as a string

isRemovable

public boolean isRemovable()
Determines if the tab is removable.
Returns:
true or false, indicating if the tab is removable

isRenamable

public boolean isRenamable()
Determines if the tab is renamable.
Returns:
true or false, indicating if the tab is renamable

isPredefined

public boolean isPredefined()
Determines if the tab is predefined or user created.
Returns:
true or false, indicating if the tab is predefined

getTabMap

public Map getTabMap()
Gets the TabProperties as a map
Returns:
Properties of the tab as a map.