|
|||||||||
| Home >> All >> [ echopoint overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
echopoint
Class ToolTipPopUp

java.lang.Objectnextapp.echo.Component
nextapp.echo.Container
echopoint.DevNull
echopoint.ToolTipPopUp
- All Implemented Interfaces:
- echopoint.util.reflect.ReflectionSetter, java.io.Serializable
- public class ToolTipPopUp
- extends DevNull
ToolTipPopUp is a component that can help render rich tool tips
when the mouse goes over a Component. The ToolTipPopUp component is
used to cutomise what this tool tip looks like and how it acts.
The component is intended as a support component for other components to use
in order to implement the ToolTipPopUpSupport interface. It
is not intended to be used on its own per se. Since it is derived from DevNull
it does not render anything on its own.
To use the component in another component do the following :
- Have the parent component implement ToolTipPopUpSupport
- Added a ToolTipPopUp as a field of the parent Component and make sure this ToolTipPopUp is a child of the parent
- Initialise a new ToolTipPopUp into this field in the constructor. See above
- Override validate and add the ToolTipPopUp if its not already a child
- Override the getToolTipText to called ToolTipPopUp.getToolTipText()
- Override the setToolTipText to called ToolTipPopUp.setToolTipText()
- Override the getToolTipPopUp to return the child ToolTipPopUp
You can look at the source of PushButton as an example of adding this support.
If you want the tool tip support to act like the previous default browser tool tips
then you will need to call setComplexRendering(false);. By default
it is on.
| Nested Class Summary | |
static class |
ToolTipPopUp.NestedStyleInfo
Nested public static StyleInfo class. |
| Field Summary | |
static java.lang.String |
AUTOSTATUS_CHANGED_PROPERTY
|
static java.lang.String |
AUTOSTATUSCAPTION_CHANGED_PROPERTY
|
static java.lang.String |
BACKGROUND_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
BORDER_COLOR_CHANGED_PROPERTY
|
static java.lang.String |
BORDER_IMAGE_CHANGED_PROPERTY
|
static java.lang.String |
BORDER_SIZE_CHANGED_PROPERTY
|
static java.lang.String |
BROWSER_STATUS_BAR_TEXT_CHANGED_PROPERTY
|
static java.lang.String |
CAPTION_COLOR_CHANGED_PROPERTY
|
static java.lang.String |
CAPTION_FONT_PROPERTY_CHANGED
|
static java.lang.String |
CAPTION_ICON_CHANGED_PROPERTY
|
static java.lang.String |
CAPTION_TEXT_CHANGED_PROPERTY
|
static java.lang.String |
CLOSE_COLOR_PROPERTY_CHANGED
|
static java.lang.String |
CLOSE_FONT_CHANGED_PROPERTY
|
static java.lang.String |
CLOSE_TEXT_CHANGED_PROPERTY
|
private boolean |
complexRendering
whether a complex HTML display is used. |
static java.lang.String |
CSS_SUPPORT_CHANGED_PROPERTY
|
static nextapp.echo.Color |
DEFAULT_BACKGROUND
The default background color of the tool tip. |
static int |
DEFAULT_DELAY
The default delay is 600 milliseconds. |
static nextapp.echo.Color |
DEFAULT_TEXT_BACKGROUND
The default text color of the tool tip. |
static int |
DEFAULT_TIMEOUT
The default time is -1. |
static java.lang.String |
DELAY_CHANGED_PROPERTY
|
static java.lang.String |
FIXX_CHANGED_PROPERTY
|
static java.lang.String |
FIXY_CHANGED_PROPERTY
|
static java.lang.String |
FORCE_CLOSE_ENABLED_PROPERTY_CHANGED
|
static java.lang.String |
FULLHTML_ENABLED_PROPERTY_CHANGED
|
static java.lang.String |
HEIGHT_CHANGED_PROPERTY
|
static java.lang.String |
HORIZONTAL_AUTO_POSITION_CHANGED_PROPERTY
|
static java.lang.String |
HOVERABLE_CHANGED_PROPERTY
|
static java.lang.String |
INSIDE_COLOR_CHANGED_PROPERTY
|
static java.lang.String |
INSIDE_IMAGE_CHANGED_PROPERTY
|
private boolean |
m_autoStatus
Sets the status bar's text to the popup's text. |
private boolean |
m_autoStatusCaption
Sets the status bar's text to the popup's caption. |
private nextapp.echo.ImageReference |
m_backgroundImage
Instead of using the table box as background, your picture will be used. |
private nextapp.echo.Color |
m_borderColor
Color of the border of the popup box. |
private nextapp.echo.ImageReference |
m_borderImage
Defines a picture to use instead of color for the border of the popup. |
private int |
m_borderSize
Makes the border of the popups thicker or thinner. |
private java.lang.String |
m_browserStatusBarText
Sets the text in the browsers status bar to text. |
private nextapp.echo.Color |
m_captionColor
Color of the box's caption. |
private nextapp.echo.Font |
m_captionFont
Font of the caption. |
private nextapp.echo.ImageReference |
m_captionIcon
Displays a small icon before the popup caption. |
private java.lang.String |
m_captionText
title of popup |
private nextapp.echo.Color |
m_closeColor
Color of the close text. |
private nextapp.echo.Font |
m_closeFont
Font for the "Close" text. |
private java.lang.String |
m_closeText
Replaces the text "Close" with something else. |
private boolean |
m_cssSupport
Allows better Font-Control but forbid InsideImage |
private int |
m_delay
Makes that popup behave like a tooltip. |
private int |
m_fixX
Locks the popups horizontal position. |
private int |
m_fixY
Locks the popups vertical position. |
private boolean |
m_forceCloseEnabled
Force users to click on "Close" to close sticky popups. |
private boolean |
m_fullHtmlEnabled
Allows you to control the html over a BACKGROUND picture completely. |
private int |
m_height
Height of the box. |
private boolean |
m_horizontalAutoPositionEnabled
Automatically determine if the popup should be to the left or right of the mouse. |
private boolean |
m_hoverable
toggle popup behaviour between to hoverable (default) and clickable |
private nextapp.echo.Color |
m_insideColor
Color of the inside of the popup box. |
private nextapp.echo.ImageReference |
m_insideImage
Defines a picture to use instead of color for the inside of the popup. |
private boolean |
m_noCloseText
Doesn't display the text "Close" on stickies with caption. |
private int |
m_offSetX
How far away from the pointer the popup will show up, horizontally. |
private int |
m_offSetY
How far away from the pointer the popup will show up, vertically. |
private int[] |
m_padX
Pads the background picture with horizontal whitespace for text placement. |
private int[] |
m_padY
Pads the background picture with vertical whitespace for text placement. |
private int |
m_popupHorizontalAlignment
Makes the popups go to the left of the mouse |
private int |
m_popupVerticalAlignment
Makes the popups go above the mouse |
private int |
m_snapX
Snaps the popup to an even position in a horizontal grid. |
private int |
m_snapY
Snaps the popup to an even position in a vertical grid. |
private boolean |
m_sticky
Makes the popup stick around until closed. |
private int |
m_timeout
Makes the popup go away after the requested delay. |
private java.lang.String |
m_toolTipText
text to display in popup |
private nextapp.echo.Color |
m_toolTipTextColor
Color of the text inside the box. |
private nextapp.echo.Font |
m_toolTipTextFont
Font of the popup text. |
private boolean |
m_verticalAutoPositionEnabled
Automatically determine if the popup should be to the above or below of the mouse. |
private int |
m_width
Width of the box to some other size |
static java.lang.String |
NO_CLOSE_TEXT_CHANGED_PROPERTY
|
static java.lang.String |
OFFSETX_PROPERTY_CHANGED
|
static java.lang.String |
OFFSETY_PROPERTY_CHANGED
|
static java.lang.String |
PADX_CHANGED_PROPERTY
|
static java.lang.String |
PADY_CHANGED_PROPERTY
|
static java.lang.String |
POPUP_HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
|
static java.lang.String |
POPUP_VERTICAL_ALIGNMENT
|
static java.lang.String |
RENDERING_CHANGED_PROPERTY
|
static java.lang.String |
SNAPX_CHANGED_PROPERTY
|
static java.lang.String |
SNAPY_CHANGED_PROPERTY
|
static java.lang.String |
STICKY_CHANGED_PROPERTY
|
static java.lang.String |
STYLE_AUTOSTATUS
A style constant for the AutoStatus property. |
static java.lang.String |
STYLE_AUTOSTATUSCAPTION
A style constant for the AutoStatusCaption property. |
static java.lang.String |
STYLE_BACKGROUND_IMAGE
A style constant for the Background Image property. |
static java.lang.String |
STYLE_BORDER_COLOR
A style constant for the Border Color property. |
static java.lang.String |
STYLE_BORDER_IMAGE
A style constant for the Border Image property. |
static java.lang.String |
STYLE_BORDER_SIZE
A style constant for the Border Size property. |
static java.lang.String |
STYLE_BROWSER_STATUS_BAR_TEXT
A style constant for the Browser StatusBar Text property. |
static java.lang.String |
STYLE_CAPTION_COLOR
A style constant for the Caption Color property. |
static java.lang.String |
STYLE_CAPTION_FONT
A style constant for the Caption Font property. |
static java.lang.String |
STYLE_CAPTION_ICON
A style constant for the Caption Icon property. |
static java.lang.String |
STYLE_CAPTION_TEXT
A style constant for the CaptionText property. |
static java.lang.String |
STYLE_CLOSE_COLOR
A style constant for the Close Color property. |
static java.lang.String |
STYLE_CLOSE_FONT
A style constant for the Close Font property. |
static java.lang.String |
STYLE_CLOSE_TEXT
A style constant for the Close Text property. |
static java.lang.String |
STYLE_CSS_SUPPORT
A style constant for the CSS Support property. |
static java.lang.String |
STYLE_DELAY
A style constant for the Delay property. |
static java.lang.String |
STYLE_FIXX
A style constant for the absolute horizontal position property. |
static java.lang.String |
STYLE_FIXY
A style constant for the absolute vertical position property. |
static java.lang.String |
STYLE_FORCE_CLOSE_ENABLED
A style constant for the ForceCloseEnabled property. |
static java.lang.String |
STYLE_FULLHTML_ENABLED
A style constant for the FullHtmlEnabled property. |
static java.lang.String |
STYLE_HEIGHT
A style constant for the Height property. |
static java.lang.String |
STYLE_HORIZONTAL_AUTO_POSITION
A style constant for the Horizontal Auto Position property. |
static java.lang.String |
STYLE_HOVERABLE
A style constant for the Hoverable property. |
static java.lang.String |
STYLE_INSIDE_COLOR
A style constant for the Inside Color property. |
static java.lang.String |
STYLE_INSIDE_IMAGE
A style constant for the Inside Image property. |
static java.lang.String |
STYLE_NO_CLOSE_TEXT
A style constant for the NoCloseText property. |
static java.lang.String |
STYLE_OFFSETX
A style constant for the OffsetX property. |
static java.lang.String |
STYLE_OFFSETY
A style constant for the OffsetY property. |
static java.lang.String |
STYLE_PADX
A style constant for the PadX property. |
static java.lang.String |
STYLE_PADY
A style constant for the PadY property. |
static java.lang.String |
STYLE_POPUP_HORIZONTAL_ALIGNMENT
A style constant for the Popup Horizontal Alignment property. |
static java.lang.String |
STYLE_POPUP_VERTICAL_ALIGNMENT
A style constant for the Popup Vertical Alignment property. |
static java.lang.String |
STYLE_SNAPX
A style constant for the SnapX property. |
static java.lang.String |
STYLE_SNAPY
A style constant for the SnapY property. |
static java.lang.String |
STYLE_STICKY
A style constant for the Sticky property. |
static java.lang.String |
STYLE_TIMEOUT
A style constant for the Timeout property. |
static java.lang.String |
STYLE_TOOLTIP_TEXT
A style constant for the Popup Text property. |
static java.lang.String |
STYLE_TOOLTIP_TEXT_COLOR
A style constant for the Popup Text Color property. |
static java.lang.String |
STYLE_TOOLTIP_TEXT_FONT
A style constant for the Popup Text Font property. |
static java.lang.String |
STYLE_VERTICAL_AUTO_POSITION
A style constant for the Vertical Auto Position property Values of this key must be of type boolean |
static java.lang.String |
STYLE_WIDTH
A style constant for the Width property. |
static java.lang.String |
TIMEOUT_CHANGED_PROPERTY
|
static java.lang.String |
TOOLTIP_TEXT_CHANGED_PROPERTY
|
static java.lang.String |
TOOLTIP_TEXT_COLOR_CHANGED_PROPERTY
|
static java.lang.String |
TOOLTIP_TEXT_FONT_CHANGED_PROPERTY
|
static java.lang.String |
VERTICAL_AUTO_POSITION_CHANGED_PROPERTY
|
static java.lang.String |
WIDTH_CHANGED_PROPERTY
|
| Constructor Summary | |
ToolTipPopUp()
Constructs a ToolTipPopUp |
|
ToolTipPopUp(java.lang.String toolTipText)
Constructs a ToolTipPopUp |
|
| Method Summary | |
void |
applyStyle(nextapp.echo.Style style)
Applies the provided style to the component. |
nextapp.echo.ImageReference |
getBackgroundImage()
|
nextapp.echo.Color |
getBorderColor()
|
nextapp.echo.ImageReference |
getBorderImage()
|
int |
getBorderSize()
|
java.lang.String |
getBrowserStatusBarText()
|
nextapp.echo.Color |
getCaptionColor()
|
nextapp.echo.Font |
getCaptionFont()
|
nextapp.echo.ImageReference |
getCaptionIcon()
|
java.lang.String |
getCaptionText()
|
nextapp.echo.Color |
getCloseColor()
|
nextapp.echo.Font |
getCloseFont()
|
java.lang.String |
getCloseText()
|
int |
getDelay()
|
int |
getHeight()
|
int |
getHorizontalPositionLock()
|
nextapp.echo.Color |
getInsideColor()
|
nextapp.echo.ImageReference |
getInsideImage()
|
int |
getOffsetX()
|
int |
getOffsetY()
|
int[] |
getPadX()
|
int[] |
getPadY()
|
int |
getPopupHorizontalAlignment()
Makes the popups go to the left of the mouse |
int |
getPopupVerticalAlignment()
Makes the popups go above the mouse. |
int |
getSnapX()
|
int |
getSnapY()
|
int |
getTimeout()
|
java.lang.String |
getToolTipText()
|
nextapp.echo.Color |
getToolTipTextColor()
|
nextapp.echo.Font |
getToolTipTextFont()
|
int |
getVerticalPositionLock()
|
int |
getWidth()
|
boolean |
isAutoStatus()
|
boolean |
isAutoStatusCaption()
|
boolean |
isComplexRendering()
Controls whether the ToolTipPopUp will be rendered
for using all the complex behaviour or whether it will
default back to the client browser default from previous
versions. |
boolean |
isCssSupport()
|
boolean |
isForceCloseEnabled()
Force users to click on "Close" to close sticky popups. |
boolean |
isFullHtmlEnabled()
|
boolean |
isHorizontalAutoPositionEnabled()
|
boolean |
isHoverable()
|
boolean |
isNoCloseText()
|
boolean |
isSticky()
|
boolean |
isVerticalAutoPositionEnabled()
|
java.lang.Object |
set(java.lang.reflect.Field field,
java.lang.Object newValue)
Called to save the old value of a field, set in a new value and return the old value of a field. |
void |
setAutoStatus(boolean newValue)
Sets the status bar's text to the popup's text. |
void |
setAutoStatusCaption(boolean newValue)
Sets the status bar's text to the popup's caption. |
void |
setBackgroundImage(nextapp.echo.ImageReference newValue)
Instead of using the table box as background, your picture will be used. |
void |
setBorderColor(nextapp.echo.Color newValue)
Color of the border of the popup box. |
void |
setBorderImage(nextapp.echo.ImageReference newValue)
Defines a picture to use instead of color for the border of the popup. |
void |
setBorderSize(int newValue)
Makes the border of the popups thicker or thinner. |
void |
setBrowserStatusBarText(java.lang.String newValue)
Sets the text in the browsers status bar to text. |
void |
setCaptionColor(nextapp.echo.Color newValue)
Sets the color of the box's caption. |
void |
setCaptionFont(nextapp.echo.Font newValue)
Sets the font of the caption. |
void |
setCaptionIcon(nextapp.echo.ImageReference newValue)
Displays a small icon before the popup caption. |
void |
setCaptionText(java.lang.String newValue)
caption text of popup |
void |
setCloseColor(nextapp.echo.Color newValue)
Sets the color of the "Close" text. |
void |
setCloseFont(nextapp.echo.Font newValue)
Defines the font for the "Close" text. |
void |
setCloseText(java.lang.String newValue)
Replaces the text "Close" with something else. |
void |
setComplexRendering(boolean newRendering)
Controls whether the ToolTipPopUp will be rendered
for using all the complex behaviour or whether it will
default back to the client browser default from previous
versions. |
void |
setCssSupport(boolean newValue)
toggle CSS support for fonts. |
void |
setDelay(int milliseconds)
Makes that popup behave like a tooltip. |
void |
setFixX(int x)
Locks the popups horizontal position. |
void |
setFixY(int y)
Locks the popups vertical position. |
void |
setForceCloseEnabled(boolean newValue)
Force users to click on "Close" to close sticky popups. |
void |
setFullHtmlEnabled(boolean newValue)
Allows you to control the html over a BACKGROUND picture completely. |
void |
setHeight(int newValue)
Sets the height of the box. |
void |
setHorizontalAutoPositionEnabled(boolean newValue)
Automatically determine if the popup should be to the left or right of the mouse. |
void |
setHoverable(boolean newValue)
toggle popup behaviour between to hoverable (default) and clickable |
void |
setInsideColor(nextapp.echo.Color newValue)
Color of the inside of the popup box. |
void |
setInsideImage(nextapp.echo.ImageReference newValue)
Defines a picture to use instead of color for the inside of the popup. |
void |
setNoCloseText(boolean newValue)
Doesn't display the text "Close" on stickies with caption. |
void |
setOffsetX(int newValue)
How far away from the pointer the popup will show up, horizontally. |
void |
setOffsetY(int newValue)
How far away from the pointer the popup will show up, vertically. |
void |
setPadX(int left,
int right)
Pads the background picture with horizontal whitespace for text placement. |
void |
setPadY(int bottom,
int top)
Pads the background picture with vertical whitespace for text placement. |
void |
setPopupHorizontalAlignment(int newValue)
Makes the popups go to the left of the mouse |
void |
setPopupVerticalAlignment(int newValue)
Makes the popups go above/below the mouse. |
void |
setSnapX(int newValue)
Snaps the popup to an even position in a horizontal grid. |
void |
setSnapY(int newValue)
Snaps the popup to an even position in a vertical grid. |
void |
setSticky(boolean newValue)
Makes the popup stick around until closed. |
void |
setTimeout(int milliseconds)
Makes the popup go away after the requested delay. |
void |
setToolTipText(java.lang.String newValue)
text to display in popup |
void |
setToolTipTextColor(nextapp.echo.Color newValue)
Sets the color of the text inside the box. |
void |
setToolTipTextFont(nextapp.echo.Font newValue)
Sets the font of the text inside the box |
void |
setVerticalAutoPositionEnabled(boolean newValue)
Automatically determine if the popup should be to the above or below of the mouse. |
void |
setWidth(int newValue)
Sets the width of the box to some other size |
| Methods inherited from class echopoint.DevNull |
setVisible |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
AUTOSTATUS_CHANGED_PROPERTY
public static final java.lang.String AUTOSTATUS_CHANGED_PROPERTY
- See Also:
- Constant Field Values
AUTOSTATUSCAPTION_CHANGED_PROPERTY
public static final java.lang.String AUTOSTATUSCAPTION_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BACKGROUND_IMAGE_CHANGED_PROPERTY
public static final java.lang.String BACKGROUND_IMAGE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BORDER_COLOR_CHANGED_PROPERTY
public static final java.lang.String BORDER_COLOR_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BORDER_IMAGE_CHANGED_PROPERTY
public static final java.lang.String BORDER_IMAGE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BORDER_SIZE_CHANGED_PROPERTY
public static final java.lang.String BORDER_SIZE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
BROWSER_STATUS_BAR_TEXT_CHANGED_PROPERTY
public static final java.lang.String BROWSER_STATUS_BAR_TEXT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
CAPTION_COLOR_CHANGED_PROPERTY
public static final java.lang.String CAPTION_COLOR_CHANGED_PROPERTY
- See Also:
- Constant Field Values
CAPTION_FONT_PROPERTY_CHANGED
public static final java.lang.String CAPTION_FONT_PROPERTY_CHANGED
- See Also:
- Constant Field Values
CAPTION_ICON_CHANGED_PROPERTY
public static final java.lang.String CAPTION_ICON_CHANGED_PROPERTY
- See Also:
- Constant Field Values
CAPTION_TEXT_CHANGED_PROPERTY
public static final java.lang.String CAPTION_TEXT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
CLOSE_COLOR_PROPERTY_CHANGED
public static final java.lang.String CLOSE_COLOR_PROPERTY_CHANGED
- See Also:
- Constant Field Values
CLOSE_FONT_CHANGED_PROPERTY
public static final java.lang.String CLOSE_FONT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
CLOSE_TEXT_CHANGED_PROPERTY
public static final java.lang.String CLOSE_TEXT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
CSS_SUPPORT_CHANGED_PROPERTY
public static final java.lang.String CSS_SUPPORT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
DELAY_CHANGED_PROPERTY
public static final java.lang.String DELAY_CHANGED_PROPERTY
- See Also:
- Constant Field Values
FIXX_CHANGED_PROPERTY
public static final java.lang.String FIXX_CHANGED_PROPERTY
- See Also:
- Constant Field Values
FIXY_CHANGED_PROPERTY
public static final java.lang.String FIXY_CHANGED_PROPERTY
- See Also:
- Constant Field Values
FORCE_CLOSE_ENABLED_PROPERTY_CHANGED
public static final java.lang.String FORCE_CLOSE_ENABLED_PROPERTY_CHANGED
- See Also:
- Constant Field Values
FULLHTML_ENABLED_PROPERTY_CHANGED
public static final java.lang.String FULLHTML_ENABLED_PROPERTY_CHANGED
- See Also:
- Constant Field Values
HEIGHT_CHANGED_PROPERTY
public static final java.lang.String HEIGHT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
HORIZONTAL_AUTO_POSITION_CHANGED_PROPERTY
public static final java.lang.String HORIZONTAL_AUTO_POSITION_CHANGED_PROPERTY
- See Also:
- Constant Field Values
HOVERABLE_CHANGED_PROPERTY
public static final java.lang.String HOVERABLE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
INSIDE_COLOR_CHANGED_PROPERTY
public static final java.lang.String INSIDE_COLOR_CHANGED_PROPERTY
- See Also:
- Constant Field Values
INSIDE_IMAGE_CHANGED_PROPERTY
public static final java.lang.String INSIDE_IMAGE_CHANGED_PROPERTY
- See Also:
- Constant Field Values
NO_CLOSE_TEXT_CHANGED_PROPERTY
public static final java.lang.String NO_CLOSE_TEXT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
OFFSETX_PROPERTY_CHANGED
public static final java.lang.String OFFSETX_PROPERTY_CHANGED
- See Also:
- Constant Field Values
OFFSETY_PROPERTY_CHANGED
public static final java.lang.String OFFSETY_PROPERTY_CHANGED
- See Also:
- Constant Field Values
PADX_CHANGED_PROPERTY
public static final java.lang.String PADX_CHANGED_PROPERTY
- See Also:
- Constant Field Values
PADY_CHANGED_PROPERTY
public static final java.lang.String PADY_CHANGED_PROPERTY
- See Also:
- Constant Field Values
POPUP_HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
public static final java.lang.String POPUP_HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TOOLTIP_TEXT_CHANGED_PROPERTY
public static final java.lang.String TOOLTIP_TEXT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TOOLTIP_TEXT_COLOR_CHANGED_PROPERTY
public static final java.lang.String TOOLTIP_TEXT_COLOR_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TOOLTIP_TEXT_FONT_CHANGED_PROPERTY
public static final java.lang.String TOOLTIP_TEXT_FONT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
POPUP_VERTICAL_ALIGNMENT
public static final java.lang.String POPUP_VERTICAL_ALIGNMENT
- See Also:
- Constant Field Values
SNAPX_CHANGED_PROPERTY
public static final java.lang.String SNAPX_CHANGED_PROPERTY
- See Also:
- Constant Field Values
SNAPY_CHANGED_PROPERTY
public static final java.lang.String SNAPY_CHANGED_PROPERTY
- See Also:
- Constant Field Values
STICKY_CHANGED_PROPERTY
public static final java.lang.String STICKY_CHANGED_PROPERTY
- See Also:
- Constant Field Values
TIMEOUT_CHANGED_PROPERTY
public static final java.lang.String TIMEOUT_CHANGED_PROPERTY
- See Also:
- Constant Field Values
VERTICAL_AUTO_POSITION_CHANGED_PROPERTY
public static final java.lang.String VERTICAL_AUTO_POSITION_CHANGED_PROPERTY
- See Also:
- Constant Field Values
WIDTH_CHANGED_PROPERTY
public static final java.lang.String WIDTH_CHANGED_PROPERTY
- See Also:
- Constant Field Values
RENDERING_CHANGED_PROPERTY
public static final java.lang.String RENDERING_CHANGED_PROPERTY
- See Also:
- Constant Field Values
STYLE_AUTOSTATUS
public static final java.lang.String STYLE_AUTOSTATUS
- A style constant for the AutoStatus property.
Values of this key must be of type
boolean- See Also:
- Constant Field Values
STYLE_AUTOSTATUSCAPTION
public static final java.lang.String STYLE_AUTOSTATUSCAPTION
- A style constant for the AutoStatusCaption property.
Values of this key must be of type
boolean- See Also:
- Constant Field Values
STYLE_BORDER_COLOR
public static final java.lang.String STYLE_BORDER_COLOR
- A style constant for the Border Color property.
Values of this key must be of type
nextapp.echo.Color.- See Also:
- Constant Field Values
STYLE_BORDER_SIZE
public static final java.lang.String STYLE_BORDER_SIZE
- A style constant for the Border Size property.
Values of this key must be of type
int- See Also:
- Constant Field Values
STYLE_CAPTION_COLOR
public static final java.lang.String STYLE_CAPTION_COLOR
- A style constant for the Caption Color property.
Values of this key must be of type
nextapp.echo.Color.- See Also:
- Constant Field Values
STYLE_CAPTION_FONT
public static final java.lang.String STYLE_CAPTION_FONT
- A style constant for the Caption Font property.
Values of this key must be of type
nextapp.echo.Font- See Also:
- Constant Field Values
STYLE_FORCE_CLOSE_ENABLED
public static final java.lang.String STYLE_FORCE_CLOSE_ENABLED
- A style constant for the ForceCloseEnabled property.
Values of this key must be of type
- See Also:
- Constant Field Values
STYLE_CLOSE_COLOR
public static final java.lang.String STYLE_CLOSE_COLOR
- A style constant for the Close Color property.
Values of this key must be of type
nextapp.echo.Color.- See Also:
- Constant Field Values
STYLE_CLOSE_FONT
public static final java.lang.String STYLE_CLOSE_FONT
- A style constant for the Close Font property.
Values of this key must be of type
nextapp.echo.Font.- See Also:
- Constant Field Values
STYLE_CLOSE_TEXT
public static final java.lang.String STYLE_CLOSE_TEXT
- A style constant for the Close Text property.
Values of this key must be of type
String- See Also:
- Constant Field Values
STYLE_CSS_SUPPORT
public static final java.lang.String STYLE_CSS_SUPPORT
- A style constant for the CSS Support property.
Values of this key must be of type
boolean- See Also:
- Constant Field Values
STYLE_POPUP_HORIZONTAL_ALIGNMENT
public static final java.lang.String STYLE_POPUP_HORIZONTAL_ALIGNMENT
- A style constant for the Popup Horizontal Alignment property.
Values of this key must be of type
int- See Also:
- Constant Field Values
STYLE_HORIZONTAL_AUTO_POSITION
public static final java.lang.String STYLE_HORIZONTAL_AUTO_POSITION
- A style constant for the Horizontal Auto Position property.
Values of this key must be of type
boolean- See Also:
- Constant Field Values
STYLE_DELAY
public static final java.lang.String STYLE_DELAY
- A style constant for the Delay property.
Values of this key must be of type
int- See Also:
- Constant Field Values
STYLE_INSIDE_COLOR
public static final java.lang.String STYLE_INSIDE_COLOR
- A style constant for the Inside Color property.
Values of this key must be of type
nextapp.echo.Color.- See Also:
- Constant Field Values
STYLE_FIXX
public static final java.lang.String STYLE_FIXX
- A style constant for the absolute horizontal position property.
Values of this key must be of type
int- See Also:
- Constant Field Values
STYLE_VERTICAL_AUTO_POSITION
public static final java.lang.String STYLE_VERTICAL_AUTO_POSITION
- A style constant for the Vertical Auto Position property
Values of this key must be of type
boolean- See Also:
- Constant Field Values
STYLE_FIXY
public static final java.lang.String STYLE_FIXY
- A style constant for the absolute vertical position property.
Values of this key must be of type
int- See Also:
- Constant Field Values
STYLE_FULLHTML_ENABLED
public static final java.lang.String STYLE_FULLHTML_ENABLED
- A style constant for the FullHtmlEnabled property.
Values of this key must be of type
boolean- See Also:
- Constant Field Values
STYLE_HEIGHT
public static final java.lang.String STYLE_HEIGHT
- A style constant for the Height property.
Values of this key must be of type
int- See Also:
- Constant Field Values
STYLE_HOVERABLE
public static final java.lang.String STYLE_HOVERABLE
- A style constant for the Hoverable property. Va
JAVADOC