|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeElement | |
com.cc.framework.ui.painter | |
com.cc.framework.ui.painter.def.frame |
Uses of CompositeElement in com.cc.framework.ui.painter |
Methods in com.cc.framework.ui.painter with parameters of type CompositeElement | |
Frame |
Frame.setSectionContainer(CompositeElement container)
Sets the frames section container. |
Frame |
Frame.setBodyContainer(CompositeElement body)
Sets the frames body container. |
Uses of CompositeElement in com.cc.framework.ui.painter.def.frame |
Classes in com.cc.framework.ui.painter.def.frame that implement CompositeElement | |
class |
ElementContainerCE
Composite element (CE) based on a generic container. |
class |
TableCE
Composite element (CE) based on a HTML <table> Element |
Fields in com.cc.framework.ui.painter.def.frame declared as CompositeElement | |
private CompositeElement |
TableFrame.sections
A frame can have multiple sections. |
private CompositeElement |
TableFrame.body
The body element of the Frame. |
Methods in com.cc.framework.ui.painter.def.frame that return CompositeElement | |
protected CompositeElement |
DefTabbedFramePainter.createBody()
Creates the body element of the frame |
protected CompositeElement |
DefFormFramePainter.createBody()
Creates the body element of the frame |
Methods in com.cc.framework.ui.painter.def.frame with parameters of type CompositeElement | |
Frame |
TableFrame.setSectionContainer(CompositeElement container)
|
Frame |
TableFrame.setBodyContainer(CompositeElement body)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |