|
|||||||||||
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.HtmlTextareaPainter com.cc.framework.ui.painter.html.HtmlTextPopupPainter
Painter for the TextArea Control
Field Summary |
Fields inherited from class com.cc.framework.ui.painter.ControlPainter |
log |
Constructor Summary | |
HtmlTextPopupPainter(PainterContext painterContext,
TextPopupControl ctrl)
Constructor for HtmlTextareaPainter |
Method Summary | |
protected org.apache.ecs.ConcreteElement |
doCreateElement()
Creates the HTML-Element. |
protected org.apache.ecs.ConcreteElement |
doCreateTextArea()
Creates the textarea element |
Methods inherited from class com.cc.framework.ui.painter.html.HtmlTextareaPainter |
doAttachDecorations, doCreateLengthControledElement, getCtrl, getValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlTextPopupPainter(PainterContext painterContext, TextPopupControl ctrl)
painterContext
- The PainterContextctrl
- The Control to renderMethod Detail |
protected org.apache.ecs.ConcreteElement doCreateElement()
ControlPainter
doCreateElement
in class HtmlTextareaPainter
ControlPainter.doCreateElement()
protected org.apache.ecs.ConcreteElement doCreateTextArea()
HtmlTextareaPainter
doCreateTextArea
in class HtmlTextareaPainter
HtmlTextareaPainter.doCreateTextArea()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |