:: com :: sun :: star :: form ::
|
interface XBoundControl |
|
- Description
- allows locking the input on components.
|
Methods' Summary |
getLock |
determines whether the input is currently locked or not.
|
setLock |
is used for altering the current lock state of the
component.
|
Methods' Details |
getLock
- Description
- determines whether the input is currently locked or not.
- Returns
- true when it is currently locked, otherwise false.
|
|
setLock
[oneway] void |
setLock( |
[in] boolean |
bLock ); |
- Description
- is used for altering the current lock state of the
component.
- Parameter bLock
- the new lock state.
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.