oracle.jdeveloper.html
Interface HTMLRenderingContext
- All Known Subinterfaces:
- DateFieldContext, HTMLFieldRenderer, LOVFieldContext,
PickListContext, StaticPickListContext
- public interface HTMLRenderingContext
Type | Method |
java.lang.String |
getFormName()
|
java.lang.String |
getPromptText()
Gets the prompt to be displayed next to this input field. |
void |
setFormName(java.lang.String sFormName)
|
void |
setPromptText(java.lang.String sPrompt)
Sets the prompt to be displayed next to this input field. |
setFormName
public void setFormName(java.lang.String sFormName)
getFormName
public java.lang.String getFormName()
setPromptText
public void setPromptText(java.lang.String sPrompt)
- Sets the prompt to be displayed next to this input field.
- Parameters:
sPrompt
- the prompt for this input field.
getPromptText
public java.lang.String getPromptText()
- Gets the prompt to be displayed next to this input field.
- Returns:
- the prompt displayed next to this input field.