|
|||||||||||
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.html.HtmlPainterBase com.cc.framework.ui.painter.html.HtmlTextPainter
Painter for the Text Control
Field Summary | |
private static java.lang.String |
PASSWORD_INDICATOR
Indicator for a password String |
Fields inherited from class com.cc.framework.ui.painter.ControlPainter |
log |
Constructor Summary | |
HtmlTextPainter(PainterContext painterContext,
TextControl ctrl)
Constructor |
Method Summary | |
protected org.apache.ecs.ConcreteElement |
doCreateDisplayElement()
Creates the element for display only. |
protected org.apache.ecs.ConcreteElement |
doCreateEditElement()
Creates the element for display only. |
protected org.apache.ecs.ConcreteElement |
doCreateElement()
Creates the HTML-Element. |
protected TextControl |
getCtrl()
Retrieves the control for this painter |
protected java.lang.String |
getValue()
Retrieves the value for the text control in form of a String |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String PASSWORD_INDICATOR
Constructor Detail |
public HtmlTextPainter(PainterContext painterContext, TextControl ctrl)
painterContext
- The PainterContextctrl
- The Control to renderMethod Detail |
protected TextControl getCtrl()
protected org.apache.ecs.ConcreteElement doCreateDisplayElement()
protected org.apache.ecs.ConcreteElement doCreateEditElement()
protected org.apache.ecs.ConcreteElement doCreateElement()
ControlPainter
doCreateElement
in class ControlPainter
ControlPainter.doCreateElement()
protected java.lang.String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |