|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClientEvent | |
com.cc.framework.ui.control | |
com.cc.framework.ui.model | |
com.cc.framework.ui.model.imp | |
com.cc.framework.ui.painter | |
com.cc.framework.ui.painter.def |
Uses of ClientEvent in com.cc.framework.ui.control |
Methods in com.cc.framework.ui.control that return ClientEvent | |
ClientEvent[] |
Control.getHandlers()
Returns the list of events for which client handler have been registered. |
Methods in com.cc.framework.ui.control with parameters of type ClientEvent | |
void |
Control.setHandler(ClientEvent event,
java.lang.String handler)
|
java.lang.String |
Control.getHandler(ClientEvent event)
Returns the script handler which was associated for a client event |
Uses of ClientEvent in com.cc.framework.ui.model |
Fields in com.cc.framework.ui.model declared as ClientEvent | |
static ClientEvent |
ClientEvent.ONABORT
Fires when the user aborts the download of an image. |
static ClientEvent |
ClientEvent.ONACTIVATE
Fires when the object is set as the active element. |
static ClientEvent |
ClientEvent.ONAFTERPRINT
Fires on the object immediately after its associated document prints or previews for printing. |
static ClientEvent |
ClientEvent.ONAFTERUPDATE
Fires on a databound object after successfully updating the associated data in the data source object. |
static ClientEvent |
ClientEvent.ONBEFOREACTIVATE
Fires immediately before the object is set as the active element. |
static ClientEvent |
ClientEvent.ONBEFORECOPY
Fires on the source object before the selection is copied to the system clipboard. |
static ClientEvent |
ClientEvent.ONBEFORECUT
Fires on the source object before the selection is deleted from the document. |
static ClientEvent |
ClientEvent.ONBEFOREDEACTIVATE
Fires immediately before the activeElement is changed from the current object to another object in the parent document. |
static ClientEvent |
ClientEvent.ONBEFOREEDITFOCUS
Fires before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected. |
static ClientEvent |
ClientEvent.ONBEFOREPASTE
Fires on the target object before the selection is pasted from the system clipboard to the document. |
static ClientEvent |
ClientEvent.ONBEFOREPRINT
Fires on the object before its associated document prints or previews for printing. |
static ClientEvent |
ClientEvent.ONBEFOREUNLOAD
Fires prior to a page being unloaded. |
static ClientEvent |
ClientEvent.ONBEFOREUPDATE
Fires on a databound object before updating the associated data in the data source object. |
static ClientEvent |
ClientEvent.ONBLUR
Fires when the object loses the input focus. |
static ClientEvent |
ClientEvent.ONBOUNCE
Fires when the behavior property of the marquee object is set to "alternate" and the contents of the marquee reach one side of the window. |
static ClientEvent |
ClientEvent.ONCELLCHANGE
Fires when data changes in the data provider. |
static ClientEvent |
ClientEvent.ONCHANGE
Fires when the contents of the object or selection have changed. |
static ClientEvent |
ClientEvent.ONCLICK
Fires when the user clicks the left mouse button on the object. |
static ClientEvent |
ClientEvent.ONCONTEXTMENU
Fires when the user clicks the right mouse button in the client area, opening the context menu. |
static ClientEvent |
ClientEvent.ONCONTROLSELECT
Fires when the user is about to make a control selection of the object. |
static ClientEvent |
ClientEvent.ONCOPY
Fires on the source element when the user copies the object or selection, adding it to the system clipboard. |
static ClientEvent |
ClientEvent.ONCUT
Fires on the source element when the object or selection is removed from the document and added to the system clipboard. |
static ClientEvent |
ClientEvent.ONDATAAVAILABLE
Fires periodically as data arrives from data source objects that asynchronously transmit their data. |
static ClientEvent |
ClientEvent.ONDATASETCHANGED
Fires when the data set exposed by a data source object changes. |
static ClientEvent |
ClientEvent.ONDATASETCOMPLETE
Fires to indicate that all data is available from the data source object. |
static ClientEvent |
ClientEvent.ONDBLCLICK
Fires when the user double-clicks the object. |
static ClientEvent |
ClientEvent.ONDEACTIVATE
Fires when the activeElement is changed from the current object to another object in the parent document. |
static ClientEvent |
ClientEvent.ONDRAG
Fires on the source object continuously during a drag operation. |
static ClientEvent |
ClientEvent.ONDRAGEND
Fires on the source object when the user releases the mouse at the close of a drag operation. |
static ClientEvent |
ClientEvent.ONDRAGENTER
Fires on the target element when the user drags the object to a valid drop target. |
static ClientEvent |
ClientEvent.ONDRAGLEAVE
Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation. |
static ClientEvent |
ClientEvent.ONDRAGOVER
Fires on the target element continuously while the user drags the object over a valid drop target. |
static ClientEvent |
ClientEvent.ONDRAGSTART
Fires on the source object when the user starts to drag a text selection or selected object. |
static ClientEvent |
ClientEvent.ONDROP
Fires on the target object when the mouse button is released during a drag-and-drop operation. |
static ClientEvent |
ClientEvent.ONERROR
Fires when an error occurs during object loading. |
static ClientEvent |
ClientEvent.ONERRORUPDATE
Fires on a databound object when an error occurs while updating the associated data in the data source object. |
static ClientEvent |
ClientEvent.ONFILTERCHANGE
Fires when a visual filter changes state or completes a transition. |
static ClientEvent |
ClientEvent.ONFINISH
Fires when marquee looping is complete. |
static ClientEvent |
ClientEvent.ONFOCUS
Fires when the object receives focus. |
static ClientEvent |
ClientEvent.ONFOCUSIN
Fires for an element just prior to setting focus on that element. |
static ClientEvent |
ClientEvent.ONFOCUSOUT
Fires for the current element with focus immediately after moving focus to another element. |
static ClientEvent |
ClientEvent.ONHELP
Fires when the user presses the F1 key while the browser is the active window. |
static ClientEvent |
ClientEvent.ONKEYDOWN
Fires when the user presses a key. |
static ClientEvent |
ClientEvent.ONKEYPRESS
Fires when the user presses an alphanumeric key. |
static ClientEvent |
ClientEvent.ONKEYUP
Fires when the user releases a key. |
static ClientEvent |
ClientEvent.ONLAYOUTCOMPLETE
Fires when the print or print preview layout process finishes filling the current LayoutRect object with content from the source document. |
static ClientEvent |
ClientEvent.ONLOAD
Fires immediately after the browser loads the object. |
static ClientEvent |
ClientEvent.ONLOSECAPTURE
Fires when the object loses the mouse capture. |
static ClientEvent |
ClientEvent.ONMOUSEDOWN
Fires when the user clicks the object with either mouse button. |
static ClientEvent |
ClientEvent.ONMOUSEENTER
Fires when the user moves the mouse pointer into the object. |
static ClientEvent |
ClientEvent.ONMOUSELEAVE
Fires when the user moves the mouse pointer outside the boundaries of the object. |
static ClientEvent |
ClientEvent.ONMOUSEMOVE
Fires when the user moves the mouse over the object. |
static ClientEvent |
ClientEvent.ONMOUSEOUT
Fires when the user moves the mouse pointer outside the boundaries of the object. |
static ClientEvent |
ClientEvent.ONMOUSEOVER
Fires when the user moves the mouse pointer into the object. |
static ClientEvent |
ClientEvent.ONMOUSEUP
Fires when the user releases a mouse button while the mouse is over the object. |
static ClientEvent |
ClientEvent.ONMOUSEWHEEL
Fires when the wheel button is rotated. |
static ClientEvent |
ClientEvent.ONMOVE
Fires when the object moves. |
static ClientEvent |
ClientEvent.ONMOVEEND
Fires when the object stops moving. |
static ClientEvent |
ClientEvent.ONMOVESTART
Fires when the object starts to move. |
static ClientEvent |
ClientEvent.ONPASTE
Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document. |
static ClientEvent |
ClientEvent.ONPROPERTYCHANGE
Fires when a property changes on the object. |
static ClientEvent |
ClientEvent.ONREADYSTATECHANGE
Fires when the state of the object has changed. |
static ClientEvent |
ClientEvent.ONRESET
Fires when the user resets a form. |
static ClientEvent |
ClientEvent.ONRESIZE
Fires when the size of the object is about to change. |
static ClientEvent |
ClientEvent.ONRESIZEEND
Fires when the user finishes changing the dimensions of the object in a control selection. |
static ClientEvent |
ClientEvent.ONRESIZESTART
Fires when the user begins to change the dimensions of the object in a control selection. |
static ClientEvent |
ClientEvent.ONROWENTER
Fires to indicate that the current row has changed in the data source and new data values are available on the object. |
static ClientEvent |
ClientEvent.ONROWEXIT
Fires just before the data source control changes the current row in the object. |
static ClientEvent |
ClientEvent.ONROWSDELETE
Fires when rows are about to be deleted from the recordset. |
static ClientEvent |
ClientEvent.ONROWSINSERTED
Fires just after new rows are inserted in the current recordset. |
static ClientEvent |
ClientEvent.ONSCROLL
Fires when the user repositions the scroll box in the scroll bar on the object. |
static ClientEvent |
ClientEvent.ONSELECT
Fires when the current selection changes. |
static ClientEvent |
ClientEvent.ONSELECTIONCHANGE
Fires when the selection state of a document changes. |
static ClientEvent |
ClientEvent.ONSELECTSTART
Fires when the object is being selected. |
static ClientEvent |
ClientEvent.ONSTART
Fires at the beginning of every loop of the marquee object. |
static ClientEvent |
ClientEvent.ONSTOP
Fires when the user clicks the Stop button or leaves the Web page. |
static ClientEvent |
ClientEvent.ONSUBMIT
Fires when a FORM is about to be submitted. |
static ClientEvent |
ClientEvent.ONUNLOAD
Fires immediately before the object is unloaded. |
static ClientEvent |
ClientEvent.EXT_ONEXPAND
Fires when a tree node is expanded |
static ClientEvent |
ClientEvent.EXT_ONEXPANDEX
Fires when a tree node with unknown child count is expanded |
static ClientEvent |
ClientEvent.EXT_ONCOLLAPSE
Fires when a tree node is collapsed |
static ClientEvent |
ClientEvent.EXT_ONSPINUP
Fires when a spin-up button is clicked |
static ClientEvent |
ClientEvent.EXT_ONSPINDOWN
Fires when a spin-down button is clicked |
static ClientEvent |
ClientEvent.EXT_ONCHECK
Fires when a checkbox is checked |
static ClientEvent |
ClientEvent.EXT_ONUNCHECK
Fires when a checkbox is unchecked |
static ClientEvent |
ClientEvent.EXT_ONCHECKALL
Fires when all rows are checked |
static ClientEvent |
ClientEvent.EXT_ONUNCHECKALL
Fires when all rows are unchecked |
static ClientEvent |
ClientEvent.EXT_ONAJAXTIMEOUT
If a timeout period is set, and it is reached before a response is received, a function reference assigned to onTimeout will be called |
static ClientEvent |
ClientEvent.EXT_ONAJAXSUCCESS
A function reference assigned will be called after onComplete, if the statusCode=200 |
static ClientEvent |
ClientEvent.EXT_ONAJAXERROR
A function reference assigned will be called after onComplete, if the statusCode ! |
Methods in com.cc.framework.ui.model that return ClientEvent | |
ClientEvent[] |
ClientHandler.getHandlers()
Returns the list of events for which client handler have been registered. |
Methods in com.cc.framework.ui.model with parameters of type ClientEvent | |
void |
ClientHandler.setHandler(ClientEvent event,
java.lang.String handler)
Registers a client handler for an client event |
java.lang.String |
ClientHandler.getHandler(ClientEvent event)
Returns the script handler which was associated for a client event |
Uses of ClientEvent in com.cc.framework.ui.model.imp |
Methods in com.cc.framework.ui.model.imp that return ClientEvent | |
ClientEvent[] |
ClientHandlerImp.getHandlers()
|
Methods in com.cc.framework.ui.model.imp with parameters of type ClientEvent | |
java.lang.String |
ColumnDesignModelImp.getHandler(ClientEvent event)
|
java.lang.String |
ClientHandlerImp.getHandler(ClientEvent event)
|
void |
ClientHandlerImp.setHandler(ClientEvent event,
java.lang.String handler)
|
Uses of ClientEvent in com.cc.framework.ui.painter |
Methods in com.cc.framework.ui.painter with parameters of type ClientEvent | |
static void |
PainterHelp.setScriptHandler(org.apache.ecs.ConcreteElement element,
ClientEvent event,
java.lang.String handler)
Sets a Script-Handler for the specified control. |
void |
ActionPainter.addEventHandler(ClientEvent event,
java.lang.String handler)
Adds an additional event handler to this painter |
Uses of ClientEvent in com.cc.framework.ui.painter.def |
Methods in com.cc.framework.ui.painter.def with parameters of type ClientEvent | |
void |
DefActionPainter.addEventHandler(ClientEvent event,
java.lang.String handler)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |