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 getSaveText()
          Returns the buttons save text.
 void setCancelText(java.lang.String cancelText)
          Sets the buttons cancel text
 void setSaveText(java.lang.String saveText)
          Sets the buttons save text
 
Methods inherited from class java.lang.Object
equals, 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

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

setSaveText

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

Parameters:
saveText - the save text