OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.data
Class AdfRangeValue

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adf.view.js.data.AdfRangeValue

public class AdfRangeValue
extends AdfObject
encoding of Range data



Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfRangeValue(Object minimum, Object maximum)
encoding of Range data


Method Summary

public Object
equals(Object object)
Indicates whether some other AdfRangeValue is "equal to" this one.
public Object
getMaximum()
getter for the maximum value
public Object
getMinimum()
getter for the minimum value
protected Object
Init(Object minimum, Object maximum)
Create an instance of an AdfRangeValue
protected static Object
InitClass()
Initializes the AdfRangeValue class
public Object
setMaximum(Object newValue)
setter for the maximum value
public Object
setMinimum(Object newValue)
setter for the minimum value
public Object
toString()
Returns a String representation for this AdfRangeValue in the form of "minimum,maximum".


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString


Field Detail


Constructor Detail


AdfRangeValue

public AdfRangeValue(Object minimum,
                     Object maximum)

encoding of Range data

Parameters:
minimum    
maximum    

Method Detail


equals

public Object equals(Object object)

Indicates whether some other AdfRangeValue is "equal to" this one. Method is equivalent to java ".equals()" method.

Parameters:
object    
Return:
Object
Overrides:
AdfObject.equals(Object)

getMaximum

public Object getMaximum()

getter for the maximum value

Return:
Object

getMinimum

public Object getMinimum()

getter for the minimum value

Return:
Object

Init

protected Object Init(Object minimum,
                      Object maximum)

Create an instance of an AdfRangeValue

Parameters:
minimum  -  the minimum value for the AdfRangeValue object
maximum  -  the maximum value for the AdfRangeValue object
Return:
Object
Overrides:
AdfObject.Init()

InitClass

protected static Object InitClass()

Initializes the AdfRangeValue class

Return:
Object

setMaximum

public Object setMaximum(Object newValue)

setter for the maximum value

Parameters:
newValue    
Return:
Object

setMinimum

public Object setMinimum(Object newValue)

setter for the minimum value

Parameters:
newValue    
Return:
Object

toString

public Object toString()

Returns a String representation for this AdfRangeValue in the form of "minimum,maximum".

Return:
Object - the string of this AdfRangeValue
Overrides:
AdfObject.toString()

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

 

Generated on 2011.04.05 23:36 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.