|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LegacyParams | |
|---|---|
| com.sencha.gxt.legacy.client.core | |
| Uses of LegacyParams in com.sencha.gxt.legacy.client.core |
|---|
| Methods in com.sencha.gxt.legacy.client.core that return LegacyParams | |
|---|---|
LegacyParams |
LegacyParams.add(Object value)
Adds a value. |
LegacyParams |
LegacyParams.set(String key,
Object value)
Sets a value. |
| Methods in com.sencha.gxt.legacy.client.core with parameters of type LegacyParams | |
|---|---|
Element |
Template.append(Element el,
LegacyParams values)
Applies the supplied values to the template and appends the new node(s) to el. |
String |
Template.applyTemplate(LegacyParams values)
Returns an HTML fragment of this template with the specified values applied. |
Element |
Template.create(LegacyParams values)
Creates a new element. |
Element |
Template.insert(Element el,
int index,
LegacyParams values)
Applies the supplied values to the template and inserts the new node(s) at the given index. |
Element |
Template.insertAfter(Element el,
LegacyParams params)
Applies the supplied values to the template and inserts the new node(s) after el. |
Element |
Template.insertBefore(Element el,
LegacyParams values)
Applies the supplied values to the template and inserts the new node(s) before el. |
Element |
Template.insertFirst(Element el,
LegacyParams values)
Applies the supplied values to the template and inserts the new node(s) as the first child of el. |
Element |
Template.overwrite(Element el,
LegacyParams values)
Applies the supplied values to the template and overwrites the content of el with the new node(s). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||