|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.model.datacontrols.application.ApplicationFeatures
public class ApplicationFeatures
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 |
---|
public ApplicationFeatures()
Method Detail |
---|
public void gotoFeature(java.lang.String featureId)
featureId
- - Id of the featurepublic oracle.adfmf.framework.ApplicationInformation getApplicationInformation()
ApplicationInformation
object containing various attributes of the applicationpublic void hideNavigationbar()
public void showNavigationbar()
public oracle.adfmf.framework.FeatureInformation[] getFeatures()
FeatureInformation
object containing various attributes of the featurepublic void resetFeature(java.lang.String featureId)
featureId
- - Id of the feature to be resetpublic void gotoSpringboard()
public void gotoDefaultFeature()
public oracle.adfmf.framework.FeatureInformation getFeatureById(java.lang.String featureId) throws AdfException
featureId
- ID of the feature to retrieveAdfException
public oracle.adfmf.framework.FeatureInformation getFeatureByName(java.lang.String featureName) throws AdfException
featureName
- Name of the feature to retrieveAdfException
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile 11g Release 2 (11.1.2.3.0) E27204-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |