All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.hi.customizer.beans.event.CustomStatusEvent

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----com.ibm.eNetwork.beans.HOD.event.HODEvent
                   |
                   +----com.ibm.hi.customizer.beans.event.CustomEvent
                           |
                           +----com.ibm.hi.customizer.beans.event.CustomStatusEvent

public class CustomStatusEvent
extends CustomEvent
This event is fired by CustomTerminal when a custom component sends status. Status events, such as hover help, font enablement, color enablement, etc., can be generated by a template, map, or components on the map.

See Also:
CustomListener

Variable Index

 o ENABLE_COLOR
Static macro type to enable/disable Color from the menubar/toolbar
 o ENABLE_FONT
Static macro type to enable/disable font from the menubar
 o ENABLE_FONT_DECREASE
Static macro type to enable/disable font decrease from the toolbar
 o ENABLE_FONT_INCREASE
Static macro type to enable/disable font increase from the toolbar
 o ENABLE_IMAGEBUTTONS
Static macro type to enable/disable image button style from the menubar
 o ENABLE_LIGHTPEN
Static macro type to enable/disable lightpen selection from the menubar
 o ENABLE_MENUBUTTONS
Static macro type to enable/disable menubuttons style from the menubar
 o ENABLE_VVBUTTONS
Static macro type to enable/disable valid value style from the menubar
 o ENABLE_WEBLINKBUTTONS
Static macro type to enable/disable weblink style from the menubar
 o STATUS_UPDATE
Static status type for status (hover help) update
 o TOGGLE_LIGHTPEN
Static macro type to toggle the state of the lightpen mode

Constructor Index

 o CustomStatusEvent(Object, int, String, Object)
Constructs a new CustomStatusEvent with the specified source and type.
 o CustomStatusEvent(Object, String, SCCustomComponent, String)
Constructs a new CustomStatusEvent with the specified source and type.

Method Index

 o getBooleanValue()
Returns the boolean value of the object data for this event.
 o getStatus()
Returns the string associated with this event, if one is available.
 o getStatusType()
Returns the status type for this event.

Variables

 o STATUS_UPDATE
 public static final int STATUS_UPDATE
Static status type for status (hover help) update

 o ENABLE_FONT_INCREASE
 public static final int ENABLE_FONT_INCREASE
Static macro type to enable/disable font increase from the toolbar

 o ENABLE_FONT_DECREASE
 public static final int ENABLE_FONT_DECREASE
Static macro type to enable/disable font decrease from the toolbar

 o ENABLE_FONT
 public static final int ENABLE_FONT
Static macro type to enable/disable font from the menubar

 o ENABLE_COLOR
 public static final int ENABLE_COLOR
Static macro type to enable/disable Color from the menubar/toolbar

 o ENABLE_LIGHTPEN
 public static final int ENABLE_LIGHTPEN
Static macro type to enable/disable lightpen selection from the menubar

 o ENABLE_MENUBUTTONS
 public static final int ENABLE_MENUBUTTONS
Static macro type to enable/disable menubuttons style from the menubar

 o ENABLE_VVBUTTONS
 public static final int ENABLE_VVBUTTONS
Static macro type to enable/disable valid value style from the menubar

 o ENABLE_WEBLINKBUTTONS
 public static final int ENABLE_WEBLINKBUTTONS
Static macro type to enable/disable weblink style from the menubar

 o ENABLE_IMAGEBUTTONS
 public static final int ENABLE_IMAGEBUTTONS
Static macro type to enable/disable image button style from the menubar

 o TOGGLE_LIGHTPEN
 public static final int TOGGLE_LIGHTPEN
Static macro type to toggle the state of the lightpen mode

Constructors

 o CustomStatusEvent
 public CustomStatusEvent(Object source,
                          String id,
                          SCCustomComponent comp,
                          String string)
Constructs a new CustomStatusEvent with the specified source and type.

 o CustomStatusEvent
 public CustomStatusEvent(Object source,
                          int type,
                          String id,
                          Object data)
Constructs a new CustomStatusEvent with the specified source and type.

Methods

 o getStatusType
 public int getStatusType()
Returns the status type for this event.

 o getStatus
 public String getStatus()
Returns the string associated with this event, if one is available.

 o getBooleanValue
 public boolean getBooleanValue()
Returns the boolean value of the object data for this event. This is used for events types like ENABLE_FONT, ENABLE_COLOR, etc., to know if that type is enabled or disabled by the current map.


All Packages  Class Hierarchy  This Package  Previous  Next  Index