| org.wingx.XInplaceEditorInterface
All known Subclasses: org.wingx.XInplaceEditor,
XInplaceEditorInterface | public interface XInplaceEditorInterface (Code) | | author: Christian Schyma |
getAjaxText | public String getAjaxText()(Code) | | Return the indermediate text. Used by the client-side JavaScript.
intermediate text |
setAjaxText | public String setAjaxText(String text)(Code) | | Set the intermediate text. Used by the client-side JavaScript.
Parameters: text - formatted text to display at the client-side |
|
|