@Deprecated
public class ControlLCAUtil
extends java.lang.Object
Control
s.RemoteObject
,
WidgetLCAUtil
Modifier and Type | Method and Description |
---|---|
static void |
preserveBackgroundImage(Control control)
Deprecated.
Preserves the value of the specified widget's background image.
|
static void |
preserveValues(Control control)
Deprecated.
Preserves the values of the following properties of the specified control:
bounds
z-index (except for Shells)
tab index
tool tip text
menu
visible
enabled
foreground
background
background image
font
cursor
whether ControlListeners are registered
whether ActivateListeners are registered
whether MouseListeners are registered
whether FocusListeners are registered
whether KeyListeners are registered
whether TraverseListeners are registered
whether HelpListeners are registered
whether MenuDetectListeners are registered
|
static void |
processDefaultSelection(Widget widget,
Item item)
Deprecated.
|
static void |
processEvents(Control control)
Deprecated.
|
static void |
processKeyEvents(Control control)
Deprecated.
|
static void |
processMenuDetect(Control control)
Deprecated.
Process a
HelpEvent if the current request specifies that
there occured a help event for the given widget . |
static void |
processMouseEvents(Control control)
Deprecated.
|
static void |
processSelection(Widget widget,
Item item,
boolean readBounds)
Deprecated.
|
static void |
readBounds(Control control)
Deprecated.
Reads the bounds of the specified control from the current request and
applies it to the control.
|
static void |
renderBackground(Control control)
Deprecated.
Determines whether the property
background of the given
control has changed during the processing of the current request and if so,
writes a protocol message to the response that updates the client-side
background property. |
static void |
renderBackgroundImage(Control control)
Deprecated.
Determines whether the background image of the given control has changed
during the processing of the current request and if so, writes a protocol
message to the response that updates the client-side background image
property.
|
static void |
renderBounds(Control control)
Deprecated.
Determines whether the bounds of the given control have changed during the
processing of the current request and if so, writes JavaScript code to the
response that updates the client-side bounds.
|
static void |
renderChanges(Control control)
Deprecated.
Determines for all of the following properties of the specified control
whether the property has changed during the processing of the current
request and if so, writes a protocol message to the response that updates the
corresponding client-side property.
|
static void |
renderEnabled(Control control)
Deprecated.
Determines whether the property
enabled of the given control
has changed during the processing of the current request and if so, writes
a protocol message to the response that updates the client-side enabled
property. |
static void |
renderFont(Control control)
Deprecated.
Determines whether the property
font of the given control
has changed during the processing of the current request and if so, writes
a protocol message to the response that updates the client-side font property. |
static void |
renderForeground(Control control)
Deprecated.
Determines whether the property
foreground of the given
control has changed during the processing of the current request and if so,
writes a protocol message to the response that updates the client-side
foreground property. |
static void |
renderMenu(Control control)
Deprecated.
Determines whether the property
menu of the given control
has changed during the processing of the current request and if so, writes
a protocol message to the response that updates the client-side menu
property. |
static void |
renderToolTip(Control control)
Deprecated.
Determines whether the tool tip of the given control has changed during the
processing of the current request and if so, writes JavaScript code to the
response that updates the client-side tool tip.
|
static void |
renderVisible(Control control)
Deprecated.
Determines whether the visibility of the given control has changed during
the processing of the current request and if so, writes JavaScript code to
the response that updates the client-side visibility.
|
public static void readBounds(Control control)
control
- the control whose bounds to read and setpublic static void processMenuDetect(Control control)
HelpEvent
if the current request specifies that
there occured a help event for the given widget
.control
- the control to processpublic static void processEvents(Control control)
public static void processMouseEvents(Control control)
public static void processKeyEvents(Control control)
public static void processSelection(Widget widget, Item item, boolean readBounds)
public static void processDefaultSelection(Widget widget, Item item)
public static void preserveValues(Control control)
control
- the control whose parameters to preserverenderChanges(Control)
public static void preserveBackgroundImage(Control control)
control
- the control whose background image property to preserverenderBackgroundImage(Control)
public static void renderChanges(Control control)
control
- the control whose properties to setpreserveValues(Control)
public static void renderBounds(Control control)
control
- the control whose bounds to writepublic static void renderToolTip(Control control)
control
- the control whose tool tip to writepublic static void renderMenu(Control control)
menu
of the given control
has changed during the processing of the current request and if so, writes
a protocol message to the response that updates the client-side menu
property.control
- the control whose menu property to writepublic static void renderVisible(Control control)
control
- the control whose visibility to writepublic static void renderEnabled(Control control)
enabled
of the given control
has changed during the processing of the current request and if so, writes
a protocol message to the response that updates the client-side enabled
property.control
- the control whose enabled property to writepublic static void renderForeground(Control control)
foreground
of the given
control has changed during the processing of the current request and if so,
writes a protocol message to the response that updates the client-side
foreground property.control
- the control whose foreground property to writepublic static void renderBackground(Control control)
background
of the given
control has changed during the processing of the current request and if so,
writes a protocol message to the response that updates the client-side
background property.control
- the control whose background property to writepublic static void renderBackgroundImage(Control control)
control
- the control whose background image property to writepublic static void renderFont(Control control)
font
of the given control
has changed during the processing of the current request and if so, writes
a protocol message to the response that updates the client-side font property.control
- the control whose font property to write
Copyright (c) EclipseSource and others 2002, 2014.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0