|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Control | |
---|---|
info.magnolia.cms.gui.controlx | |
info.magnolia.cms.gui.controlx.impl | |
info.magnolia.cms.gui.controlx.list | |
info.magnolia.cms.gui.controlx.search |
Uses of Control in info.magnolia.cms.gui.controlx |
---|
Methods in info.magnolia.cms.gui.controlx that return Control | |
---|---|
Control |
Control.getChild(String name)
|
Control |
Control.getParent()
|
Methods in info.magnolia.cms.gui.controlx with parameters of type Control | |
---|---|
void |
Control.addChild(Control control)
|
String |
Renderer.render(Control control)
|
void |
Control.setParent(Control parent)
|
Uses of Control in info.magnolia.cms.gui.controlx.impl |
---|
Classes in info.magnolia.cms.gui.controlx.impl that implement Control | |
---|---|
class |
AbstractControl
Default Implementation. |
Methods in info.magnolia.cms.gui.controlx.impl that return Control | |
---|---|
Control |
AbstractControl.getChild(String name)
|
Control |
AbstractControl.getParent()
|
Methods in info.magnolia.cms.gui.controlx.impl with parameters of type Control | |
---|---|
void |
AbstractControl.addChild(Control control)
If no name set yet just set one. |
protected String |
TemplatedRenderer.getTemplateName(Control control)
|
String |
TemplatedRenderer.render(Control control)
Render the using the template. |
void |
AbstractControl.setParent(Control parent)
|
Uses of Control in info.magnolia.cms.gui.controlx.list |
---|
Classes in info.magnolia.cms.gui.controlx.list that implement Control | |
---|---|
class |
ListColumn
This represents a column in a list. |
class |
ListControl
A list. |
Methods in info.magnolia.cms.gui.controlx.list with parameters of type Control | |
---|---|
String |
ListColumnRenderer.render(Control control)
|
String |
IconListColumnRenderer.render(Control control)
|
Uses of Control in info.magnolia.cms.gui.controlx.search |
---|
Classes in info.magnolia.cms.gui.controlx.search that implement Control | |
---|---|
class |
DateSearchControl
Special Date Search Control |
class |
SearchControl
This is a real control instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |