Alloy UI

aui-textboxlist  1.0.1

 
Filters

Class Textboxlist - extends AutoComplete

A base class for Textboxlist, providing:
  • Widget Lifecycle (initializer, renderUI, bindUI, syncUI, destructor)
  • Text box list
Check the list of Configuration Attributes available for Textboxlist.

Constructor

Textboxlist ( config )
Parameters:
config <Object> Object literal specifying widget configuration properties.

Properties

Textboxlist.ATTRS - static Object

Static property used to define the default attribute configuration for the Textboxlist.

Textboxlist.NAME - static String

Static property provides a string to identify the class.

Properties inherited from AutoComplete:

Properties inherited from Attribute:

Properties inherited from Base:

Properties inherited from Component:

Methods

bindUI

protected void bindUI ( )
Bind the events on the Textboxlist UI. Lifecycle.

initializer

protected void initializer ( )
Construction logic executed during Textboxlist instantiation. Lifecycle.

renderUI

protected void renderUI ( )
Create the DOM structure for the Textboxlist. Lifecycle.

Methods inherited from Plugin.Host:

Events inherited from Base: