Business Components

oracle.jbo.html
Interface WebBean

All Superinterfaces:
WebBean
All Known Implementing Classes:
DataWebBeanImpl, TableControl, Toolbar, EditForm

public interface WebBean
extends WebBean

Implements basic rendering and initialization functionality for Web Beans.


Fields inherited from interface oracle.jdeveloper.html.WebBean
contentFrameName, defaultCaboBase, defaultCaboImageBase, defaultImageBase, defaultJSPBase, defaultNLSFormat, JS_LIBRARIES, JS_NAMEID, JSButtonConstructorLib, JSCalendarConstructorLib, JSContainerConstructorLib, JSDataConstructLib, JSModalPageConstructorLib, JSTableConstructLib, JSToolbarConstructorLib, JSTreeConstructLib, JSUtilitiesLib
 
Method Summary
TypeMethod
 void setUsedInTag(boolean isUsedInTag)
           
 
Methods inherited from interface oracle.jdeveloper.html.WebBean
initialize, initialize, internalInitialize, render, render
 

Method Detail

setUsedInTag

public void setUsedInTag(boolean isUsedInTag)

Business Components