|
EchoPoint 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnextapp.echoservlet.ComponentPeer
nextapp.echoservlet.ui.TextComponentUI
nextapp.echoservlet.ui.TextFieldUI
echopoint.ui.TextFieldUI
echopoint.ui.AbstractDateFieldUI
echopoint.ui.DateFieldUI
DateFieldUI is the backend peer class for the component DateField.
| Field Summary | |
static nextapp.echoservlet.Service |
DATEFIELD_SERVICE_SCRIPT
|
| Fields inherited from class echopoint.ui.AbstractDateFieldUI |
imageManager |
| Fields inherited from class echopoint.ui.TextFieldUI |
toolTipHelper |
| Fields inherited from class nextapp.echoservlet.ui.TextFieldUI |
SERVICE_TEXT_FIELD_SCRIPT |
| Fields inherited from class nextapp.echoservlet.ui.TextComponentUI |
renderedActive |
| Constructor Summary | |
DateFieldUI()
|
|
| Method Summary | |
void |
clientInput(java.lang.String input)
Called when the client state has to be saved. |
protected java.lang.String |
generateDropDownJavaScript(nextapp.echoservlet.RenderingContext rc)
Called to generate the JavaScipt called on the onmousedown event on the drop down button. |
protected java.lang.String |
generateJavaScriptObject(nextapp.echoservlet.RenderingContext rc)
Called to generate the JavaScript object representation of the component |
protected java.lang.String |
generateOnBlurJavaScript(nextapp.echoservlet.RenderingContext rc)
Called to return the onblur script that saves the state of the TextField and also performs client side validation. |
protected java.lang.String |
generateOnChangeJavaScript(nextapp.echoservlet.RenderingContext rc)
Called to return the onchange script that saves the state of the TextField and also performs client side validation. |
protected java.lang.String |
generateOnLoadScript(nextapp.echoservlet.RenderingContext rc)
Called to generate any document onLoad JavaScript. |
static void |
register()
Registers the Component with its peer bindings |
void |
render(nextapp.echoservlet.RenderingContext rc,
nextapp.echoservlet.html.Element parent)
|
protected void |
renderDropDownElement(nextapp.echoservlet.RenderingContext rc,
nextapp.echoservlet.html.Element parent)
Called to render the drop down part of the component |
| Methods inherited from class echopoint.ui.AbstractDateFieldUI |
createJSFunction, getDropDownButtonId, getImageManager, propertyChange, registered, unregistered |
| Methods inherited from class echopoint.ui.TextFieldUI |
getStyle, getTextField, getTextInput |
| Methods inherited from class nextapp.echoservlet.ui.TextFieldUI |
clientAction |
| Methods inherited from class nextapp.echoservlet.ComponentPeer |
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, redraw, removeAncillaryService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nextapp.echoservlet.ClientInputProducer |
getId |
| Field Detail |
public static final nextapp.echoservlet.Service DATEFIELD_SERVICE_SCRIPT
| Constructor Detail |
public DateFieldUI()
| Method Detail |
public void clientInput(java.lang.String input)
ClientInputProducerpublic static void register()
protected void renderDropDownElement(nextapp.echoservlet.RenderingContext rc,
nextapp.echoservlet.html.Element parent)
AbstractDateFieldUI
renderDropDownElement in class AbstractDateFieldUIrc - - the RenderingContextparent - - the parent ElementAbstractDateFieldUI.renderDropDownElement(nextapp.echoservlet.RenderingContext, nextapp.echoservlet.html.Element)protected java.lang.String generateOnBlurJavaScript(nextapp.echoservlet.RenderingContext rc)
TextFieldUI
generateOnBlurJavaScript in class TextFieldUIrc - - The rendering
TextFieldUI.generateOnBlurJavaScript(nextapp.echoservlet.RenderingContext)protected java.lang.String generateOnChangeJavaScript(nextapp.echoservlet.RenderingContext rc)
TextFieldUI
generateOnChangeJavaScript in class TextFieldUIrc - - The rendering
TextFieldUI.generateOnChangeJavaScript(nextapp.echoservlet.RenderingContext)protected java.lang.String generateOnLoadScript(nextapp.echoservlet.RenderingContext rc)
AbstractDateFieldUI
generateOnLoadScript in class AbstractDateFieldUIrc - - the RenderingContext
AbstractDateFieldUI.generateOnLoadScript(nextapp.echoservlet.RenderingContext)protected java.lang.String generateJavaScriptObject(nextapp.echoservlet.RenderingContext rc)
AbstractDateFieldUI
generateJavaScriptObject in class AbstractDateFieldUIrc - - the RenderingContext
AbstractDateFieldUI.generateJavaScriptObject(nextapp.echoservlet.RenderingContext)protected java.lang.String generateDropDownJavaScript(nextapp.echoservlet.RenderingContext rc)
AbstractDateFieldUI
generateDropDownJavaScript in class AbstractDateFieldUIrc - AbstractDateFieldUI.generateDropDownJavaScript(RenderingContext)
public void render(nextapp.echoservlet.RenderingContext rc,
nextapp.echoservlet.html.Element parent)
render in class AbstractDateFieldUIComponentPeer.render(nextapp.echoservlet.RenderingContext, nextapp.echoservlet.html.Element)
|
EchoPoint 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||