|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.painter.ControlPainter com.cc.framework.ui.painter.def.DefPainterBase com.cc.framework.ui.painter.def.DefInfoPainter
Painter for the InfoControl
Field Summary |
Fields inherited from class com.cc.framework.ui.painter.ControlPainter |
log |
Constructor Summary | |
DefInfoPainter(PainterContext painterContext,
InfoControl ctrl)
Constructor for DefInfoPainter |
Method Summary | |
protected org.apache.ecs.ConcreteElement |
doCreateBody()
Creates the form body. |
protected org.apache.ecs.ConcreteElement |
doCreateElement()
Creates the HTML-Element. |
protected InfoControl |
getCtrl()
Retrieves the control for this painter |
java.lang.String |
getElementClass(int type)
The method returns the HTML style class required for a list or treelist control. |
protected boolean |
showFrame()
Checks if the frame should be painted |
Methods inherited from class com.cc.framework.ui.painter.def.DefPainterBase |
createHelpElement, createHelpElement, doCreateHelpButton, doCreateHelpIcon |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefInfoPainter(PainterContext painterContext, InfoControl ctrl)
painterContext
- The PainterContextctrl
- The Control to renderMethod Detail |
protected InfoControl getCtrl()
protected boolean showFrame()
true
if the frame should be paintedpublic java.lang.String getElementClass(int type)
ControlPainter
getElementClass
in class DefPainterBase
ControlPainter.getElementClass(int)
protected org.apache.ecs.ConcreteElement doCreateBody()
protected org.apache.ecs.ConcreteElement doCreateElement()
ControlPainter
doCreateElement
in class ControlPainter
ControlPainter.doCreateElement()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |