update(repaint_enabled)
Class: PasswordField. Method inherited from UIComponent.
Description:
When called without arguments it flushes message queue and revalidates and repaints the component.
When the first argument is true, it enables repainting (enabled by default) and flushes the message queue.
When the first argument is false, it disables repainting.
Parameters:
| Name | Type | Description |
|---|---|---|
|
|
boolean |
|
Returns:
Returns this component.
Type: this
