| |
|
| org.wings.SLabel org.wingx.XInplaceEditor
XInplaceEditor | public class XInplaceEditor extends SLabel implements XInplaceEditorInterface(Code) | | A in place editor is a simple label that becomes editable when activated
by a mouse click.
author: Christian Schyma |
Constructor Summary | |
public | XInplaceEditor(String text) Creates a new XInplaceEditor instance with the specified text. | public | XInplaceEditor(String text, int cols) Creates a new XInplaceEditor instance with the specified text
and number of editor columns. | public | XInplaceEditor(String text, int cols, int rows) Creates a new XInplaceEditor instance with the specified text,
numer of editor columns and rows. |
XInplaceEditor | public XInplaceEditor(String text)(Code) | | Creates a new XInplaceEditor instance with the specified text.
Parameters: text - The text to be displayed by the label. |
XInplaceEditor | public XInplaceEditor(String text, int cols)(Code) | | Creates a new XInplaceEditor instance with the specified text
and number of editor columns.
Parameters: text - The text to be displayed by the label. Parameters: cols - number of editor columns |
XInplaceEditor | public XInplaceEditor(String text, int cols, int rows)(Code) | | Creates a new XInplaceEditor instance with the specified text,
numer of editor columns and rows.
Parameters: text - The text to be displayed by the label. Parameters: cols - number of editor columns Parameters: rows - number of editor rows |
getClickNotificationText | public String getClickNotificationText()(Code) | | returns the text to be displayed while hovering with themouse over the editable text |
setClickNotificationText | public void setClickNotificationText(String text)(Code) | | Parameters: text - to be displayed while hovering with the mouse overthe editable text |
setCols | public void setCols(int cols)(Code) | | set number of columns of the editor
|
setRows | public void setRows(int rows)(Code) | | set number of rows of the editor
|
setTimeout | public void setTimeout(int timeout)(Code) | | Set Ajax request timeout.
Parameters: timeout - in ms |
|
|
|