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
 java.lang.String getDesc()
          Gets the description of the tab
 java.lang.String getDisplayname()
          Gets the display name of the tab
 java.lang.String getEncodedName()
          Gets the html encoded name of the tab
 java.lang.String getName()
          Gets the name of the tab
 java.util.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 java.lang.String getName()
Gets the name of the tab

Returns:
Name of the tab as a string

getDisplayname

public java.lang.String getDisplayname()
Gets the display name of the tab

Returns:
Displayname of the tab as a string

getEncodedName

public java.lang.String getEncodedName()
Gets the html encoded name of the tab

Returns:
HTML Encoded name as a string

getDesc

public java.lang.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 java.util.Map getTabMap()
Gets the TabProperties as a map

Returns:
Properties of the tab as a map.