public class ComponentFocusedProperty extends com.google.code.validationframework.base.property.AbstractReadableProperty<Boolean> implements com.google.code.validationframework.api.common.Disposable
Component.isFocusOwner()| Constructor and Description |
|---|
ComponentFocusedProperty(Component component)
Constructor specifying the component whose focus is to be tracked.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Boolean |
getValue() |
public ComponentFocusedProperty(Component component)
component - Component whose focus is to be tracked.Copyright © 2015. All Rights Reserved.