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

E18581-01

oracle.adfdt.view.common.binding.creator.presentation
Interface CreatorPresentation<T>


public interface CreatorPresentation<T>


Field Summary
static java.lang.String HELP_TOPIC_ID_KEY
          Common metadata keys:
 
Method Summary
 T getGui()
          Returns an object representation of the gui for the given environment.
 java.lang.Object getMetadata(java.lang.Object key)
          Returns metadata if the given key is supported, and null otherwise.
 java.util.Map<java.lang.String,? extends java.lang.Object> getSelectedProperties()
          Called usually when a commit will occur.
 boolean supportsEnvironment(ADFDesignTimeContext dtContext)
          True if this presentation may be used in this environment.
 

Field Detail

HELP_TOPIC_ID_KEY

static final java.lang.String HELP_TOPIC_ID_KEY
Common metadata keys:

See Also:
Constant Field Values
Method Detail

supportsEnvironment

boolean supportsEnvironment(ADFDesignTimeContext dtContext)
True if this presentation may be used in this environment. This is gauranteed to be called before getGui is called. If this returns false, this presentation will not be used.


getGui

T getGui()
Returns an object representation of the gui for the given environment.


getMetadata

java.lang.Object getMetadata(java.lang.Object key)
Returns metadata if the given key is supported, and null otherwise.


getSelectedProperties

java.util.Map<java.lang.String,? extends java.lang.Object> getSelectedProperties()
Called usually when a commit will occur. This returns a properties map based on options the user has selected via the gui.


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

E18581-01

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