com.extjs.gxt.ui.client.widget.grid
Class RowEditor.RowEditorMessages

java.lang.Object
  extended by com.extjs.gxt.ui.client.widget.grid.RowEditor.RowEditorMessages
Enclosing class:
RowEditor<M extends ModelData>

public class RowEditor.RowEditorMessages
extends java.lang.Object


Constructor Summary
RowEditor.RowEditorMessages()
           
 
Method Summary
 java.lang.String getCancelText()
          Returns the buttons cancel text.
 java.lang.String getDirtyText()
          Returns the tool tip dirty text.
 java.lang.String getErrorTipTitleText()
          Returns the error tool tip title.
 java.lang.String getSaveText()
          Returns the buttons save text.
 void setCancelText(java.lang.String cancelText)
          Sets the buttons cancel text
 void setDirtyText(java.lang.String dirtyText)
          Sets the tool tip dirty text.
 void setErrorTipTitleText(java.lang.String errorTipTitleText)
          Sets the error tool tip title.
 void setSaveText(java.lang.String saveText)
          Sets the buttons save text
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowEditor.RowEditorMessages

public RowEditor.RowEditorMessages()
Method Detail

getCancelText

public java.lang.String getCancelText()
Returns the buttons cancel text.

Returns:
the text

getDirtyText

public java.lang.String getDirtyText()
Returns the tool tip dirty text.

Returns:
the dirtyText

getErrorTipTitleText

public java.lang.String getErrorTipTitleText()
Returns the error tool tip title.

Returns:
the errorTipTitleText

getSaveText

public java.lang.String getSaveText()
Returns the buttons save text.

Returns:
the text

setCancelText

public void setCancelText(java.lang.String cancelText)
Sets the buttons cancel text

Parameters:
cancelText - the cancel text

setDirtyText

public void setDirtyText(java.lang.String dirtyText)
Sets the tool tip dirty text.

Parameters:
dirtyText - the dirtyText to set

setErrorTipTitleText

public void setErrorTipTitleText(java.lang.String errorTipTitleText)
Sets the error tool tip title.

Parameters:
errorTipTitleText - the errorTipTitleText to set

setSaveText

public void setSaveText(java.lang.String saveText)
Sets the buttons save text

Parameters:
saveText - the save text