| Package | com.keepcore.calendar.utils |
| Class | public class UIComponentUtils |
| Inheritance | UIComponentUtils Object |
| Method | Defined By | ||
|---|---|---|---|
| UIComponentUtils | |||
mouseOutLabelNoUnderlineHandler(event:MouseEvent):void [static]
Discard underline on a label upon mouse out. | UIComponentUtils | ||
mouseOverLabelUnderlineHandler(event:Event):void [static]
Underline a label upon mouse over. | UIComponentUtils | ||
setUseHandCursor(component:UIComponent, set:Boolean = true):void [static] | UIComponentUtils | ||
| UIComponentUtils | () | Constructor |
public function UIComponentUtils()| mouseOutLabelNoUnderlineHandler | () | method |
public static function mouseOutLabelNoUnderlineHandler(event:MouseEvent):voidDiscard 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):voidUnderline 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):voidParameters
component:UIComponent | |
set:Boolean (default = true) |