|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |
org.ecmascript.object.Object | +--oracle.adf.view.js.base.AdfObject | +--oracle.adf.view.js.base.AdfLookAndFeel
public abstract class AdfLookAndFeel extends AdfObject
This class is normally called by the framework. The method of most interest to component authors is registerPeerConstructor
, which allows a component author to register the peer to be used to implement a component.
registerPeerConstructor(String, String)
Field Summary |
---|
Fields inherited from oracle.adf.view.js.base.AdfObject |
constructor, superclass |
Fields inherited from org.ecmascript.object.Object |
prototype |
Method Summary |
|
---|---|
public AdfPage |
|
public HTMLElement |
|
public AdfUIPeer |
|
public Object |
|
public Object |
|
public Object |
|
Methods inherited from oracle.adf.view.js.base.AdfObject |
adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, Init, toDebugString, toString |
Field Detail |
---|
Method Detail |
---|
public AdfPage createPage()
AdfPage.PAGE
. Different rendering technologies to override this method to return the correct AdfPage subclass for their implementation.AdfPage
- The AdfPage instance referencable through AdfPage.PAGE
public HTMLElement getIcon(String key)
key |
- | Key used to identify this icon |
HTMLElement
- An icon node, null if the icon can't be found.public AdfUIPeer getPeer(AdfUIComponent component)
peer.initialize()
before it is used the first time by this component.component |
- | Component to retrieve peer for. |
AdfUIPeer
- Uninitialized peer instance for the specified componentAdfUIPeer.initialize(AdfUIComponent)
public Object getSkinProperty(String key)
key |
- | Key used to identify this skin property |
Object
- The skin propertypublic Object getTranslatedString(String key)
key |
- | the translations resource key |
Object
public Object registerPeerConstructor(String componentType,
String peerConstructorName)
componentType |
- | of components to use this peer with |
peerConstructorName |
- | name of peer's constructor |
Object
|
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 11g Release 1 (11.1.1) E12046-05 |
||||||||
PREV NEXT | FRAMES NO FRAMES Warning: private items are visible |