OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUISelectRange

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUISelectRange

public class AdfUISelectRange
extends Object
UIXSelectRange is a base abstraction for components that select a range.



Field Summary


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUISelectRange()
UIXSelectRange is a base abstraction for components that select a range.


Method Summary

public Number
getFirst()
Get function for attribute for 'first'.
public Boolean
getImmediate()
Get function for attribute for 'immediate'.
public Object
getRangeChangeListener()
Get function for attribute for 'rangeChangeListener'.
public Number
getRows()
Get function for attribute for 'rows'.
public Object
getValue()
Get function for attribute for 'value'.
public void
setFirst(Number newFirst)
Set function for attribute 'First'.
public void
setRows(Number newRows)
Set function for attribute 'Rows'.
public void
setValue(Object newValue)
Set function for attribute 'Value'.


Field Detail


Constructor Detail


AdfUISelectRange

public AdfUISelectRange()

UIXSelectRange is a base abstraction for components that select a range.

Method Detail


getFirst

public Number getFirst()

Get function for attribute for 'first'.

Return:
Number - First

getImmediate

public Boolean getImmediate()

Get function for attribute for 'immediate'. 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:
Boolean - Immediate

getRangeChangeListener

public Object getRangeChangeListener()

Get function for attribute for 'rangeChangeListener'. 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:
Object - RangeChangeListener

getRows

public Number getRows()

Get function for attribute for 'rows'.

Return:
Number - Rows

getValue

public Object getValue()

Get function for attribute for 'value'.

Return:
Object - Value

setFirst

public void setFirst(Number newFirst)

Set function for attribute 'First'.

Parameters:
newFirst    
Return:
void - No Value returned

setRows

public void setRows(Number newRows)

Set function for attribute 'Rows'.

Parameters:
newRows    
Return:
void - No Value returned

setValue

public void setValue(Object newValue)

Set function for attribute 'Value'.

Parameters:
newValue    
Return:
void - No Value returned

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

 

Generated on 2010.03.26 00:15 UTC
Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.