|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectf_event
public final class f_event
f_event class
| Field Summary | |
|---|---|
static Number |
ACTIVATE_DETAIL
|
static String |
ADDITIONAL_INFORMATION
Blur event name. |
static String |
BLUR
Blur event name. |
static String |
CHANGE
Change event name. |
static String |
CHECK
Check event name. |
static String |
CLOSE
Close event name. |
static String |
DBLCLICK
Double-click event name. |
static String |
DRAG
Drag event name. |
static String |
DROP
Drop event name. |
static String |
DROP_COMPLETE
Drop complete event name. |
static String |
ERROR
Error event name. |
static String |
EXPAND
Expand event name. |
static String |
FOCUS
Focus event name. |
static Number |
IMMEDIATE_DETAIL
|
static String |
INIT
Initialize event name. |
static String |
KEYDOWN
Key down event name. |
static String |
KEYPRESS
Key press event name. |
static String |
KEYUP
Key up event name. |
static String |
LOAD
Load event name. |
static String |
MENU
Menu event name. |
static String |
MOUSEDOWN
Mouse button down event name. |
static String |
MOUSEOUT
Mouse out event name. |
static String |
MOUSEOVER
Mouse over event name. |
static String |
MOUSEUP
Mouse button up event name. |
static String |
PRE_SELECTION
Pre Selection event name. |
static String |
PROPERTY_CHANGE
Property Change event name. |
static Number |
REFRESH_DETAIL
|
static String |
RESET
Reset event name. |
static Number |
RESET_DETAIL
|
static String |
SELECTION
Selection event name. |
static String |
SORT
Sort event name. |
static String |
SUBMIT
Submit event name. |
static String |
SUGGESTION
Suggestion event name. |
static String |
USER
User event name. |
static String |
VALIDATION
Validation event name. |
| Constructor Summary | |
|---|---|
f_event(f_object component,
String type,
Event jsEvent,
Object item,
any value,
fa_selectionProvider selectionProvider,
any detail,
String serializedValue)
|
|
| Method Summary | |
|---|---|
static f_object |
GetComponent()
|
static any |
GetDetail()
|
static f_event |
GetEvent()
|
static Object |
GetItem()
|
static Event |
GetJsEvent()
|
static fa_selectionProvider |
GetSelectionProvider()
|
static f_object |
GetType()
|
static any |
GetValue()
|
HTMLElement |
f_findComponent(String... id)
Search for and return the f_component with an id
that matches the specified search expression (if any). |
HTMLElement |
f_findSiblingComponent(String... id)
Search for and return the sibling f_component with an
id that matches the specified search expression (if any). |
f_object |
f_getComponent()
Returns the component associated to the event. |
any |
f_getDetail()
Returns a detail about the event. |
Object |
f_getItem()
Returns the item associated to the event. |
Event |
f_getJsEvent()
Returns the Javascript event if any. |
fa_selectionProvider |
f_getSelectionProvider()
Returns the selectionProvider wich contains the item associated to the event. |
String |
f_getType()
Returns the type of event. |
any |
f_getValue()
Returns the value of the item associated to the event. |
boolean |
f_isImmediate()
|
boolean |
f_preventDefault()
Prevent the default process of the event. |
void |
f_setImmediate(boolean immediate)
|
String |
toString()
Returns a string representing the specified object. |
| Methods inherited from class Object |
|---|
toString |
| Field Detail |
|---|
public static final String MOUSEUP
public static final String FOCUS
public static final String DROP_COMPLETE
public static final String SUBMIT
public static final String DRAG
public static final String RESET
public static final String LOAD
public static final String PROPERTY_CHANGE
public static final String SORT
public static final Number ACTIVATE_DETAIL
public static final String ERROR
public static final Number REFRESH_DETAIL
public static final String EXPAND
public static final String CHANGE
public static final String KEYPRESS
public static final String BLUR
public static final String SELECTION
public static final String KEYDOWN
public static final String VALIDATION
public static final String MOUSEOVER
public static final String CLOSE
public static final String DROP
public static final String MOUSEOUT
public static final String KEYUP
public static final Number IMMEDIATE_DETAIL
public static final String ADDITIONAL_INFORMATION
public static final Number RESET_DETAIL
public static final String USER
public static final String MENU
public static final String DBLCLICK
public static final String CHECK
public static final String MOUSEDOWN
public static final String PRE_SELECTION
public static final String INIT
public static final String SUGGESTION
| Constructor Detail |
|---|
public f_event(f_object component,
String type,
Event jsEvent,
Object item,
any value,
fa_selectionProvider selectionProvider,
any detail,
String serializedValue)
component - type - jsEvent - item - value - selectionProvider - detail - serializedValue - | Method Detail |
|---|
public boolean f_isImmediate()
public static f_event GetEvent()
public fa_selectionProvider f_getSelectionProvider()
public HTMLElement f_findSiblingComponent(String... id)
Search for and return the sibling f_component with an
id that matches the specified search expression (if any).
id - Identifier of component.
link, or null
if the component was not found.f_component#f_findComponentpublic static f_object GetType()
public void f_setImmediate(boolean immediate)
immediate - public boolean f_preventDefault()
false value.public Event f_getJsEvent()
public any f_getDetail()
public f_object f_getComponent()
public static any GetDetail()
public static Event GetJsEvent()
public HTMLElement f_findComponent(String... id)
Search for and return the f_component with an id
that matches the specified search expression (if any).
id - Identifier of component.
link, or null
if the component was not found.f_component#f_findComponentpublic static Object GetItem()
public static fa_selectionProvider GetSelectionProvider()
public any f_getValue()
public String f_getType()
public String toString()
Object
toString in class Objectpublic static f_object GetComponent()
public static any GetValue()
public Object f_getItem()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||