new ui.Container(obj)
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
obj |
type | [description] |
Methods
(static) addButton(arg1, onClick, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onClick |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addCheckbox(arg1, onClick, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onClick |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addDropdownList(arg1, onChange, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onChange |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addEditText(arg1, onChange, onChanging, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onChange |
type | [description] |
onChanging |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addGroup(options) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
options |
type | [description] |
Returns:
[description]
- Type
- type
(static) addIconButton(arg1, onClick, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onClick |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addImage(arg1, onClick, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onClick |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addListBox(arg1, onChange, onDoubleClick, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onChange |
type | [description] |
onDoubleClick |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addPanel(arg1, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addProgressbar(value, maxValue) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
value |
type | [description] |
maxValue |
type | [description] |
Returns:
[description]
- Type
- type
(static) addRadioButton(arg1, onClick, properties) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
arg1 |
type | [description] |
onClick |
type | [description] |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addScrollbar(value, maxValue, onChange, onChanging) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
value |
type | [description] |
maxValue |
type | [description] |
onChange |
type | [description] |
onChanging |
type | [description] |
Returns:
[description]
- Type
- type
(static) addSlider(value, minValue, maxValue, onChange, onChanging) → {type}
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
value |
type | [description] |
minValue |
type | [description] |
maxValue |
type | [description] |
onChange |
type | [description] |
onChanging |
type | [description] |
Returns:
[description]
- Type
- type
(static) addStaticText(text, properties) → {type}
- Source:
Adds a StaticText item to this Container
Parameters:
Name | Type | Description |
---|---|---|
text |
String | StaticText text |
properties |
type | [description] |
Returns:
[description]
- Type
- type
(static) addTab(text) → {aeq.ui.Container}
- Source:
Adds a tab item to this Container
Parameters:
Name | Type | Description |
---|---|---|
text |
String | Tab label text |
Returns:
- Tab container object
- Type
- aeq.ui.Container
(static) addTabbedPanel() → {type}
- Source:
[description]
Returns:
[description]
- Type
- type
(static) addTreeView(items, onChange, properties) → {aeq.ui.TreeView}
- Source:
Adds a TreeView item to this Container
Parameters:
Name | Type | Description |
---|---|---|
items |
Array.<String> | Array of items to add to TreeView |
onChange |
function | onChange event handler |
properties |
any | Properties object |
Returns:
- aeq.ui.TreeView object
- Type
- aeq.ui.TreeView
(static) get() → {type}
- Source:
[description]
Returns:
[description]
- Type
- type
(static) getChildren() → {type}
- Source:
Get all of the containers children
Returns:
[description]
- Type
- type
(static) remove(obj)
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
obj |
type | [description] |
(static) removeAll()
- Source:
[description]
(static) removeChildren(obj)
- Source:
Remove all of the containers children
Parameters:
Name | Type | Description |
---|---|---|
obj |
type | [description] |
(static) set(options)
- Source:
[description]
Parameters:
Name | Type | Description |
---|---|---|
options |
type | [description] |
(static) update()
- Source:
[description]