Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jdeveloper.html
Interface HTMLRenderingContext

All Known Subinterfaces:
DateFieldContext, HTMLFieldRenderer, LOVFieldContext, PickListContext, StaticPickListContext
All Known Implementing Classes:
DateField, HTMLFieldRendererImpl, LOVField, PickList, StaticPickList

public interface HTMLRenderingContext

Method Summary
 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.

 

Method Detail

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.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.