com.extjs.gxt.ui.client.widget
Class TabPanel.TabPanelMessages

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.TabPanel.TabPanelMessages
Enclosing class:
TabPanel

public class TabPanel.TabPanelMessages
extends java.lang.Object

TabPanel messages.


Constructor Summary
TabPanel.TabPanelMessages()
           
 
Method Summary
 java.lang.String getCloseOtherText()
          Returns the close other text.
 java.lang.String getCloseText()
          Returns the close text.
 void setCloseOtherText(java.lang.String closeOtherText)
          Sets the close other text for the close context menu (defaults to 'Close all other tabs').
 void setCloseText(java.lang.String closeText)
          Sets the close text for the close context menu (default to 'Close this tab').
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabPanel.TabPanelMessages

public TabPanel.TabPanelMessages()
Method Detail

getCloseOtherText

public java.lang.String getCloseOtherText()
Returns the close other text.

Returns:
the close other text

getCloseText

public java.lang.String getCloseText()
Returns the close text.

Returns:
the close text

setCloseOtherText

public void setCloseOtherText(java.lang.String closeOtherText)
Sets the close other text for the close context menu (defaults to 'Close all other tabs').

Parameters:
closeOtherText - the close other text

setCloseText

public void setCloseText(java.lang.String closeText)
Sets the close text for the close context menu (default to 'Close this tab').

Parameters:
closeText - the close text