Packagecom.keepcore.calendar.utils
Classpublic class UIComponentUtils
InheritanceUIComponentUtils Inheritance Object



Public Methods
 MethodDefined By
  
UIComponentUtils
  
mouseOutLabelNoUnderlineHandler(event:MouseEvent):void
[static] Discard underline on a label upon mouse out.
UIComponentUtils
  
[static] Underline a label upon mouse over.
UIComponentUtils
  
setUseHandCursor(component:UIComponent, set:Boolean = true):void
[static]
UIComponentUtils
Constructor Detail
UIComponentUtils()Constructor
public function UIComponentUtils()



Method Detail
mouseOutLabelNoUnderlineHandler()method
public static function mouseOutLabelNoUnderlineHandler(event:MouseEvent):void

Discard underline on a label upon mouse out. Note: no event type is checked (only currentTarget is used) , it could be used in the reverse way (underline on mouse over or any other event)

Parameters

event:MouseEvent — generic event

mouseOverLabelUnderlineHandler()method 
public static function mouseOverLabelUnderlineHandler(event:Event):void

Underline a label upon mouse over. Note: no event type is checked (only currentTarget is used) , it could be used in the reverse way (underline on mouse out or any other event)

Parameters

event:Event — generic event

setUseHandCursor()method 
public static function setUseHandCursor(component:UIComponent, set:Boolean = true):void

Parameters

component:UIComponent
 
set:Boolean (default = true)