public class Control
Control
Control Class
| Constructor and Description |
|---|
Control(BBjNumber pType)Constructor Control |
Control(BBjNumber pType, BBjNumber pEvents)Constructor Control |
| Modifier and Type | Method and Description |
|---|---|
BBjString | getBBjTypeName()Method getBBjTypeName: Get control BBj type class name |
HashMap | getEvents()Method getEvents: Get allowed events for control |
BBjString | getFriendlyName()Method getFriendlyName: Get control translateable "friendly" name |
BBjString | getInputValueType()Method getInputValueType: Get control standard input type |
BBjString | getShortName()Method getShortName: Get control short name |
BBjNumber | getType()Method getType: Get control type id |
BBjString | getTypeName()Method getTypeName: Get control type name |
HashMap | getValidTypes()Method getValidTypes: Get all valid control type information |
void | loadEvents()Method loadEvents: Load valid events for a control type |
void | loadValidTypes()Method loadValidTypes: Load all valid control type information |
public Control(BBjNumber pType)
Constructor Control
BBjNumber Control type idpublic Control(BBjNumber pType, BBjNumber pEvents)
Constructor Control
BBjNumber Control type idBBjNumber Whether to load events loadValidTypes() loadEvents()public BBjString getBBjTypeName()Method getBBjTypeName: Get control BBj type class name
public HashMap getEvents()Method getEvents: Get allowed events for control
public BBjString getFriendlyName()Method getFriendlyName: Get control translateable "friendly" name
public BBjString getInputValueType()Method getInputValueType: Get control standard input type
public BBjString getShortName()Method getShortName: Get control short name
public BBjNumber getType()Method getType: Get control type id
public BBjString getTypeName()Method getTypeName: Get control type name
public HashMap getValidTypes()Method getValidTypes: Get all valid control type information
public void loadEvents()
Method loadEvents: Load valid events for a control type
public void loadValidTypes()
Method loadValidTypes: Load all valid control type information