|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectoracle.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 | |
---|---|
Object |
getApplicationIconBadgeNumber()
|
oracle.adfmf.framework.ApplicationInformation |
getApplicationInformation()
Retrieves the application information of the current application |
FeatureInformation[] |
getFeatures()
Retrieves the feature definition for all the features that are visible on the springboard in the current application |
static ApplicationFeatures |
getInstance()
|
void |
gotoDefaultFeature()
Navigates the application to the default feature. |
void |
gotoFeature(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(String fid)
Resets the state of the passed in feature (converted to use EmbeddedToNativeRequest) To reset the feature but not actually go to the feature use ApplicationFeatures.resetFeature(String, Boolean) |
void |
resetFeature(String fid,
Boolean gotoTheFeature)
Resets the state of the passed in feature (converted to use EmbeddedToNativeRequest) |
void |
setApplicationIconBadgeNumber(Integer badge)
|
void |
showNavigationbar()
Shows the navigation bar. |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApplicationFeatures()
Method Detail |
---|
public static ApplicationFeatures getInstance()
public oracle.adfmf.framework.ApplicationInformation getApplicationInformation()
ApplicationInformation
object containing various
attributes of the applicationpublic Object getApplicationIconBadgeNumber()
public FeatureInformation[] getFeatures()
FeatureInformation
object containing
various attributes of the featurepublic void gotoDefaultFeature()
public void gotoFeature(String featureId)
featureId
- - Id of the featurepublic void gotoSpringboard()
public void hideNavigationbar()
public void resetFeature(String fid)
fid
- - Id of the feature to be resetpublic void resetFeature(String fid, Boolean gotoTheFeature)
fid
- - Id of the feature to be resetgotoTheFeature
- - Whether or not to navigate to the featurepublic void setApplicationIconBadgeNumber(Integer badge)
public void showNavigationbar()
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |