|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IWidget | |
---|---|
net.sf.webmancer.widget |
Uses of IWidget in net.sf.webmancer.widget |
---|
Classes in net.sf.webmancer.widget that implement IWidget | |
---|---|
class |
AbstractContainer
|
class |
AbstractDataView
|
class |
AbstractWidget
|
class |
DataTable
|
class |
Page
|
Methods in net.sf.webmancer.widget that return IWidget | |
---|---|
IWidget |
AbstractWidget.getParent()
|
IWidget |
IWidget.getParent()
Get parent widget. |
Methods in net.sf.webmancer.widget with parameters of type IWidget | |
---|---|
void |
AbstractContainer.addChild(IWidget widget)
|
protected void |
AbstractContainer.buildChild(IWidget child,
IModelBuilder builder)
|
void |
AbstractWidget.setParent(IWidget parent)
|
void |
IWidget.setParent(IWidget parent)
Set the parent of this widget. |
void |
Page.setParent(IWidget parent)
|
Method parameters in net.sf.webmancer.widget with type arguments of type IWidget | |
---|---|
void |
AbstractContainer.setChildren(java.util.List<IWidget> children)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |