Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

oracle.adfdt.view.common.binding.creator.presentation
Interface PresentableCreatorInfo

All Superinterfaces:
CreatorInfo

public interface PresentableCreatorInfo
extends CreatorInfo


Field Summary
 
Fields inherited from interface oracle.adfdt.view.common.binding.creator.CreatorInfo
PROPERTY_CONFIRM_REBINDING, PROPERTY_HOSTED_GUI_BINDER, PROPERTY_ICON_PATH, PROPERTY_IGNORE_ON_CREATE_OR_REBIND, PROPERTY_READ_ONLY, PROPERTY_REBIND_ONLY
 
Method Summary
 CreatorPresentation getPresentation()
          Returns the presentation to be used for this creator.
 boolean supportsPresentation()
          Should return true if a presentation is supported, and can be used for this creator.
 
Methods inherited from interface oracle.adfdt.view.common.binding.creator.CreatorInfo
bind, create, createOptions, generateBindOptions, getBinderGui, getDescription, getLocalName, getName, getNamespace, getPropertyValue, getRank, getRepresentativeLocalName, getRepresentativeNamespace, supportsBindingsType, supportsCreate, supportsInclusionContext, supportsRebind
 

Method Detail

supportsPresentation

boolean supportsPresentation()
Should return true if a presentation is supported, and can be used for this creator. This is seperated from getPresentation to allow for initialization work to occur in getPresentation.


getPresentation

CreatorPresentation getPresentation()
Returns the presentation to be used for this creator. If supportsPresentation is true, this must return a non-null value.


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.1.0)

E18581-02

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