OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

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.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


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.


Method Summary

public Number
getMaxStep()
Get function for attribute for 'maxStep'.
public Number
getSelectedStep()
Get function for attribute for 'selectedStep'.


Field Detail


Constructor Detail


AdfUISingleStep

public AdfUISingleStep()

UIXSingleStep is a base abstraction for components that implement ActionSource and navigate back and forth through a sequence of known steps.

Method Detail


getMaxStep

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

getSelectedStep

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

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.