JavaScript API Reference for Oracle ADF Faces 
 
 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 
11g  Release 1 (11.1.1) 
E12046-03  
 
 PREV    NEXT    
FRAMES      NO FRAMES      All Classes      Warning: private items are visible  
  
 
 
 
org.apache.myjs.trinidad.component  
Class AdfUISingleStep 
org.ecmascript.object.Object 
   |
   +--org.apache.myjs.trinidad.component.AdfUISingleStep 
 
 
public class AdfUISingleStep 
extends Object 
 
UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.
 
 
 
Constructor Summary 
 
 
public 
AdfUISingleStep  () 
UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.
 
 
 
 
 
 
 
 
public AdfUISingleStep () 
 
UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.
 
 
 
 
public Number  getMaxStep () 
 
Get function for attribute for 'maxStep'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.
 
 
Return: 
Number  - MaxStep 
 
 
 
 
public Number  getSelectedStep () 
 
Get function for attribute for 'selectedStep'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.
 
 
Return: 
Number  - SelectedStep 
 
 
 
 
 
 
 
Oracle Fusion Middleware JavaScript API Reference for Oracle ADF Faces 
11g  Release 1 (11.1.1) 
E12046-03  
 
 PREV    NEXT    
FRAMES      NO FRAMES      All Classes      Warning: private items are visible  
  
 
 
Generated on 2009.09.25 03:44 UTC
Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.