| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
util.IEventListener --+
|
terminal.paintable.IPaintable --+
|
object --+ |
| |
terminal.variable_owner.IVariableOwner --+
|
object --+ |
| |
terminal.sizeable.ISizeable --+
|
component.IComponent --+
|
object --+ |
| |
event.method_event_source.IMethodEventSource --+
|
abstract_component.AbstractComponent --+
|
object --+ |
| |
data.buffered.IBuffered --+ |
| |
object --+ | |
| | |
data.validatable.IValidatable --+ |
| |
data.buffered.IBufferedValidatable --+ |
| |
object --+ | |
| | |
data.property.IValueChangeNotifier --+ |
| |
object --+ | |
| | |
data.property.IValueChangeListener --+ |
| |
object --+ | |
| | |
data.property.IViewer --+ | |
| | |
data.property.IEditor --+ |
| |
object --+ | |
| | |
util.IEventListener --+ | |
| | |
terminal.paintable.IPaintable --+ | |
| | |
object --+ | | |
| | | |
terminal.variable_owner.IVariableOwner --+ | |
| | |
object --+ | | |
| | | |
terminal.sizeable.ISizeable --+ | |
| | |
component.IComponent --+ | |
| | |
component.IFocusable --+ |
| |
field.IField --+
|
object --+ |
| |
event.action.IShortcutNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeNotifier --+
|
object --+ |
| |
data.property.IReadOnlyStatusChangeListener --+
|
abstract_field.AbstractField --+
|
object --+ |
| |
event.field_events.IBlurNotifier --+
|
object --+ |
| |
event.field_events.IFocusNotifier --+
|
object --+ |
| |
event.field_events.ITextChangeNotifier --+
|
abstract_text_field.AbstractTextField --+
|
TextField
A text editor component that can be bound to any bindable IProperty. The text editor supports both multiline and single line modes, default is one-line mode.
Since TextField extends AbstractField it
implements the IBuffered interface. A TextField is in
write-through mode by default, so AbstractField.setWriteThrough must be called to
enable buffering.
Version: 1.1.2
|
|||
|
Inherited from |
|||
|
|||
CLIENT_WIDGET = Nonehash(x) |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Constructs a
|
Gets the secret property. If a field is used to enter secret information the information is not echoed to display.
Deprecated: Use PasswordField instead for secret text input. |
Sets the secret property on and off. If a field is used to enter secret information the information is not echoed to display.
Deprecated: Use PasswordField instead for secret text input. |
Paints any needed component-specific things to the given UIDL stream. The more general paint method handles all general attributes common to all components, and it calls this method to paint any component-specific attributes to the UIDL stream.
|
Gets the number of rows in the editor. If the number of rows is set to 0, the actual number of displayed rows is determined implicitly by the adapter.
Deprecated: Use TextArea for a multi-line text input. |
Sets the number of rows in the editor.
Deprecated: Use TextArea for a multi-line text input. |
Tests if the editor is in word-wrap mode.
Deprecated: Use TextArea for a multi-line text input. |
Sets the editor's word-wrap mode on or off.
Deprecated: Use TextArea for a multi-line text input. |
Sets the height of the TextField instance. Setting height for TextField also has a side-effect that puts TextField into multiline mode (aka "textarea"). Multiline mode can also be achieved by calling setRows. The height value overrides the number of rows set by setRows. If you want to set height of single line TextField, call setRows with value 0 after setting the height. Setting rows to 0 resets the side-effect. You should use TextArea instead of TextField for multiline text input.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Jul 6 19:32:59 2013 | http://epydoc.sourceforge.net |