Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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 Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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