Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


oracle.adf.model.datacontrols.application
Class ApplicationFeatures

java.lang.Object
  extended by oracle.adf.model.datacontrols.application.ApplicationFeatures


public class ApplicationFeatures
extends java.lang.Object

Application Features data control class. This class encapsulates application features such as hide/show navigation bar, enumerate application features, etc. This is used directly by JDeveloper to expose these services at design time in the DataControl palette.


Constructor Summary
ApplicationFeatures()
           

 

Method Summary
 oracle.adfmf.framework.ApplicationInformation getApplicationInformation()
          Retrieves the application information of the current application
 oracle.adfmf.framework.FeatureInformation getFeatureById(java.lang.String featureId)
          Returns the feature information for the passed in feature id.
 oracle.adfmf.framework.FeatureInformation getFeatureByName(java.lang.String featureName)
          Returns the feature information for the passed in feature name.
 oracle.adfmf.framework.FeatureInformation[] getFeatures()
          Retrieves the feature definition for all the features that are visible on the springboard in the current application
 void gotoDefaultFeature()
          Navigates the application to the default feature
 void gotoFeature(java.lang.String featureId)
          Navigates the application to the passed in feature
 void gotoSpringboard()
          Activates the springboard
 void hideNavigationbar()
          Hides the navigation bar if visible
 void resetFeature(java.lang.String featureId)
          Resets the state of the passed in feature
 void showNavigationbar()
          Shows the navigation bar

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ApplicationFeatures

public ApplicationFeatures()

Method Detail

gotoFeature

public void gotoFeature(java.lang.String featureId)
Navigates the application to the passed in feature
Parameters:
featureId - - Id of the feature

getApplicationInformation

public oracle.adfmf.framework.ApplicationInformation getApplicationInformation()
Retrieves the application information of the current application
Returns:
a ApplicationInformation object containing various attributes of the application

hideNavigationbar

public void hideNavigationbar()
Hides the navigation bar if visible

showNavigationbar

public void showNavigationbar()
Shows the navigation bar

getFeatures

public oracle.adfmf.framework.FeatureInformation[] getFeatures()
Retrieves the feature definition for all the features that are visible on the springboard in the current application
Returns:
an array of FeatureInformation object containing various attributes of the feature

resetFeature

public void resetFeature(java.lang.String featureId)
Resets the state of the passed in feature
Parameters:
featureId - - Id of the feature to be reset

gotoSpringboard

public void gotoSpringboard()
Activates the springboard

gotoDefaultFeature

public void gotoDefaultFeature()
Navigates the application to the default feature

getFeatureById

public oracle.adfmf.framework.FeatureInformation getFeatureById(java.lang.String featureId)
                                                         throws AdfException
Returns the feature information for the passed in feature id.
Parameters:
featureId - ID of the feature to retrieve
Throws:
AdfException

getFeatureByName

public oracle.adfmf.framework.FeatureInformation getFeatureByName(java.lang.String featureName)
                                                           throws AdfException
Returns the feature information for the passed in feature name.
Parameters:
featureName - Name of the feature to retrieve
Throws:
AdfException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


Copyright © 2012 Oracle. All Rights Reserved.