|
|||||||||||
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.DefGaugePainter
Painter for the gauge control
Field Summary |
Fields inherited from class com.cc.framework.ui.painter.ControlPainter |
log |
Constructor Summary | |
DefGaugePainter(PainterContext painterContext,
GaugeControl ctrl)
Constructor |
Method Summary | |
protected org.apache.ecs.ConcreteElement |
doCreateElement()
Creates the HTML-Element. |
protected org.apache.ecs.ConcreteElement |
doCreateEmptyGauge()
Creates the HTML code for the empty gauge element |
protected org.apache.ecs.ConcreteElement |
doCreateGauge()
Creates the gauge including the optional label |
protected org.apache.ecs.html.Table |
doCreateSegments()
Creates the gauge segments |
protected GaugeControl |
getCtrl()
Retrieves the control for this painter |
Methods inherited from class com.cc.framework.ui.painter.def.DefPainterBase |
createHelpElement, createHelpElement, doCreateHelpButton, doCreateHelpIcon, getElementClass |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefGaugePainter(PainterContext painterContext, GaugeControl ctrl)
painterContext
- The PainterContextctrl
- The Control to renderMethod Detail |
protected GaugeControl getCtrl()
protected org.apache.ecs.ConcreteElement doCreateEmptyGauge()
protected org.apache.ecs.html.Table doCreateSegments()
protected org.apache.ecs.ConcreteElement doCreateGauge()
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 |