|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jdeveloper.html.HTMLFieldRendererImpl | +--oracle.jdeveloper.html.TextField
Represents a text field render.
Fields inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl |
attrDef, ds, htmlAttributes,
locale, page, sFormName,
sPrompt |
Constructor Summary |
TextField()
|
Method Summary |
Type | Method |
---|---|
protected HTMLInputElement |
getHTMLInputElement()
|
boolean |
getReadOnly()
|
protected java.lang.String |
initJS(javax.servlet.jsp.PageContext pageCtx,
javax.servlet.http.HttpServletRequest req,
java.lang.String jsFile)
|
java.lang.String |
renderToString(Row row)
This method is called when the field renderers are being used from the Tag library and from the DataWebBeans. |
void |
setReadOnly(boolean ro)
|
Methods inherited from class oracle.jdeveloper.html.HTMLFieldRendererImpl |
getAttributeDef, getCSSClassName, getDatasource,
getDisplayHeight, getDisplayWidth, getFieldName,
getFormName, getHiddenFieldForValue, getHTMLValue,
getHTMLValue, getMaxDataLength,
getPageContext, getPromptText, getValue,
setAttributeDef, setCSSClassName, setDatasource, setDisplayHeight, setDisplayWidth,
setFieldName, setFormName, setHtmlAttributes,
setMaxDataLength, setPageContext, setPromptText,
setValue, setValueFromRow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TextField()
Method Detail |
public void setReadOnly(boolean ro)
public boolean getReadOnly()
protected HTMLInputElement getHTMLInputElement()
protected java.lang.String initJS(javax.servlet.jsp.PageContext pageCtx, javax.servlet.http.HttpServletRequest req, java.lang.String jsFile)
public java.lang.String renderToString(Row row)
HTMLFieldRenderer
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |