|
|||||||||||
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
Painter for the TextArea Control
Field Summary |
Fields inherited from class com.cc.framework.ui.painter.ControlPainter |
log |
Constructor Summary | |
HtmlTextareaPainter(PainterContext painterContext,
TextareaControl ctrl)
Constructor for HtmlTextareaPainter |
Method Summary | |
protected org.apache.ecs.ConcreteElement |
doAttachDecorations(org.apache.ecs.ConcreteElement control)
Attaches all decoration elements that are stored in the painter context to the left side of the control. |
protected org.apache.ecs.ConcreteElement |
doCreateElement()
Creates the HTML-Element. |
protected org.apache.ecs.ConcreteElement |
doCreateLengthControledElement(org.apache.ecs.ConcreteElement nested)
Encapsulates the given HTML Element in an length controlling container |
protected org.apache.ecs.ConcreteElement |
doCreateTextArea()
Creates the textarea element |
protected TextareaControl |
getCtrl()
Retrieves the control for this painter |
protected java.lang.String |
getValue()
Retrieves the value for the textarea control |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HtmlTextareaPainter(PainterContext painterContext, TextareaControl ctrl)
painterContext
- The PainterContextctrl
- The Control to renderMethod Detail |
protected TextareaControl getCtrl()
protected org.apache.ecs.ConcreteElement doCreateTextArea()
protected org.apache.ecs.ConcreteElement doCreateLengthControledElement(org.apache.ecs.ConcreteElement nested)
nested
- The nested element
protected org.apache.ecs.ConcreteElement doCreateElement()
ControlPainter
doCreateElement
in class ControlPainter
ControlPainter.doCreateElement()
protected org.apache.ecs.ConcreteElement doAttachDecorations(org.apache.ecs.ConcreteElement control)
ControlPainter
doAttachDecorations
in class ControlPainter
control
- The Controls HTML representation
ControlPainter.doAttachDecorations(org.apache.ecs.ConcreteElement)
protected java.lang.String getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |