public class RequestFocusManager
extends java.lang.Object
getNewRequestFocusCounter(). The value is increased
with each request processing - within the request processing all components
obtain the same result.| Constructor and Description |
|---|
RequestFocusManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
blockFocusMgmtForThisRequest()
Blocks the request focus management for the current request processing.
|
static long |
getCreationRequestFocusCounter()
Returns a special counter that indicates to the client that a certain
component should obtain the focus once it is shown - and afterwards
does not do any special focus management anymore.
|
static long |
getNewRequestFocusCounter()
Returns a focus counter, so that the component that receives the focus
counter will gain the focus on client side.
|
static long |
getNewRequestFocusInWindowCounter()
Returns a focus counter, so that the component that receives the focus
counter will gain the focus on client side.
|
public static void blockFocusMgmtForThisRequest()
getNewRequestFocusCounter()
will not receive a result, so that the focus will be assigned to the corresponding
component, but will receive a result that has no influence on focus setting.public static long getNewRequestFocusCounter()
blockFocusMgmtForThisRequest().public static long getNewRequestFocusInWindowCounter()
blockFocusMgmtForThisRequest().public static long getCreationRequestFocusCounter()
Copyright © CaptainCasa Gmbh. All Rights Reserved.