|
|||||||||||
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.HtmlComboBoxPainter
Painter for the ComboBox Control
Field Summary |
Fields inherited from class com.cc.framework.ui.painter.ControlPainter |
log |
Constructor Summary | |
HtmlComboBoxPainter(PainterContext painterContext,
ComboBoxControl ctrl)
Constructor |
Method Summary | |
protected OptionsIterator |
createIterator()
Creates an option iterator |
protected org.apache.ecs.ConcreteElement |
doCreateComboBox()
Renders the JavaScript ComboBox |
protected org.apache.ecs.ConcreteElement |
doCreateDisplayElement()
Creates the element for display only. |
protected org.apache.ecs.ConcreteElement |
doCreateElement()
Creates the HTML-Element. |
protected org.apache.ecs.ConcreteElement |
doCreateInput()
Renders the a plain <input> HTML element |
protected ComboBoxControl |
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 |
Constructor Detail |
public HtmlComboBoxPainter(PainterContext painterContext, ComboBoxControl ctrl)
painterContext
- The PainterContextctrl
- The Control to renderMethod Detail |
protected ComboBoxControl getCtrl()
protected OptionsIterator createIterator()
protected org.apache.ecs.ConcreteElement doCreateDisplayElement()
protected org.apache.ecs.ConcreteElement doCreateInput()
protected org.apache.ecs.ConcreteElement doCreateComboBox()
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 |