Index

Classes

Class

Methods

Class Banana.Controls.DataGridSearchFilter


Extends Banana.Controls.TextBox.

Methods borrowed from class Banana.Controls.InputControl:
focus, getName, getTagName, getValue, onChange, setName, setValue
Methods borrowed from class Banana.Controls.DataControl:
dataSetBind, getData, setData, unDataSetBind, updateDisplay
Methods borrowed from class Banana.UiControl:
addControl, addCss, addCssClass, getAttribute, getAttributes, getClientId, getCss, getCssClass, getDimensions, getHtml, getHtmlAttributes, getState, getStyle, getStyleProperty, hasCssClass, registerEvents, removeAttribute, removeCssClass, removeState, setAttribute, setClientId, setCss, setEnabled, setState, setStyle, setVisible, switchCssClass, triggerEvent, unregisterEvents
Methods borrowed from class Banana.Control:
applyToChildren, bind, clear, createComponents, findControl, generateUniqueId, getControls, getDomEventTypes, getFirstUiControl, getId, getPage, getParent, getProxy, hasBind, invalidateDisplay, onPreInvalidateContents, onWindowResize, remove, render, setId, setPage, setParent, unbind, unload

Defined in: DataGridSearchFilter.js.

Class Detail
Banana.Controls.DataGridSearchFilter()

Creates a search box for usage in a datagrid.

Method Detail
handleChange(e)

when user types something in the search input this function is called. only after 400ms the control will trigger an event. When user presses a key before 400ms seconds passed will reset the timer to 0; so fast typing will not result in many search calls.

Parameters:
e

Documentation generated by JsDoc Toolkit 2.4.0 on Wed Dec 05 2012 22:01:37 GMT+0100 (CET)