OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component.rich.data
Class AdfRichListView

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUIIterator
               |
               +--org.apache.myjs.trinidad.component.AdfUIListView
                     |
                     +--oracle.adf.view.js.component.rich.data.AdfRichListView

public class AdfRichListView
extends AdfUIListView
The listview component displays a list of items based on rows of a collection model.



Field Summary


Fields inherited from org.apache.myjs.trinidad.component.AdfUIListView

SELECTION_LISTENER_KEY


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichListView()
The listview component displays a list of items based on rows of a collection model.


Method Summary

public string
getEmptyText()
Get function for attribute for 'emptyText'.
public number
getFetchSize()
Get function for attribute for 'fetchSize'.
public number
getFirst()
Get function for attribute for 'first'.
public string
getGroupDisclosurePolicy()
Get function for attribute for 'groupDisclosurePolicy'.
public boolean
getImmediate()
Get function for attribute for 'immediate'.
public string
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Number
getRowIndex(String rowKey)
Returns the index of a row identified by rowKey.
public String
getRowKey(Number index)
Returns the rowKey to identify a row based on its index.
public number
getRows()
Get function for attribute for 'rows'.
public string
getSelection()
Get function for attribute for 'selection'.
public string
getShortDesc()
Get function for attribute for 'shortDesc'.
public string
getStyleClass()
Get function for attribute for 'styleClass'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public boolean
getVisible()
Get function for attribute for 'visible'.
public void
setEmptyText(string newEmptyText)
Set function for attribute 'EmptyText'.
public void
setFetchSize(number newFetchSize)
Set function for attribute 'FetchSize'.
public void
setFirst(number newFirst)
Set function for attribute 'First'.
public void
setGroupDisclosurePolicy(string newGroupDisclosurePolicy)
Set function for attribute 'GroupDisclosurePolicy'.
public void
setImmediate(boolean newImmediate)
Set function for attribute 'Immediate'.
public void
setInlineStyle(string newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setRows(number newRows)
Set function for attribute 'Rows'.
public void
setSelection(string newSelection)
Set function for attribute 'Selection'.
public void
setShortDesc(string newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(string newStyleClass)
Set function for attribute 'StyleClass'.
public void
setVisible(boolean newVisible)
Set function for attribute 'Visible'.


Methods inherited from org.apache.myjs.trinidad.component.AdfUIListView

DeliverDerivedPropertyEvents, findComponent, GetChanges, getGroupDisclosedRowKeys, getGroupDisclosureListener, getSelectedRowKeys, getSelectionListener, isGroupDisclosed, setGroupDisclosedRowKey, setGroupDisclosedRowKeys, setGroupDisclosureListener, setSelectedRowKeys, setSelectionListener


Methods inherited from org.apache.myjs.trinidad.component.AdfUIIterator

getValue, setValue


Field Detail


Constructor Detail


AdfRichListView

public AdfRichListView()

The listview component displays a list of items based on rows of a collection model.

Method Detail


getEmptyText

public string getEmptyText()

Get function for attribute for 'emptyText'.

Return:
string - EmptyText

getFetchSize

public number getFetchSize()

Get function for attribute for 'fetchSize'.

Return:
number - FetchSize

getFirst

public number getFirst()

Get function for attribute for 'first'.

Return:
number - First
Overrides:
AdfUIIterator.getFirst()

getGroupDisclosurePolicy

public string getGroupDisclosurePolicy()

Get function for attribute for 'groupDisclosurePolicy'.

Return:
string - GroupDisclosurePolicy

getImmediate

public boolean getImmediate()

Get function for attribute for 'immediate'.

Return:
boolean - Immediate

getInlineStyle

public string getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
string - InlineStyle

getRowIndex

public Number getRowIndex(String rowKey)

Returns the index of a row identified by rowKey.
There is no guarantee that a row identified by a rowKey can be found on the client since all the rows are not rendered on the client. Also keep in mind that the rowKey on the client is not the same as the one on the server, since the server provides a mechanism for converting client row keys into server row keys. Please note that indexes do not represent any parent/child relationship in a heirarchicaly listView, which means that the heirarchical listView is flattened when the rowIndex is considered.

Parameters:
rowKey  -  the client side rowKey that identifies a row
Return:
Number - the index of a row for a row key if is found otherwise -1.
See also:
getRowKey(Number)

getRowKey

public String getRowKey(Number index)

Returns the rowKey to identify a row based on its index.
There is no guarantee that a row identified by a rowKey can be found on the client since all the rows are not rendered on the client. Also keep in mind that the rowKey on the client is not the same as the one on the server, since the server provides a mechanism for converting client row keys into server row keys. Please note that indexes do not represent any parent/child relationship in a heirarchicaly listView, which means that the heirarchical listView is flattened when the rowIndex is considered.

Parameters:
index  -  the rowIndex of the row
Return:
String - the rowKey to identify a row if is found otherwise null.
See also:
getRowIndex(String)

getRows

public number getRows()

Get function for attribute for 'rows'.

Return:
number - Rows
Overrides:
AdfUIIterator.getRows()

getSelection

public string getSelection()

Get function for attribute for 'selection'.

Return:
string - Selection

getShortDesc

public string getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
string - ShortDesc

getStyleClass

public string getStyleClass()

Get function for attribute for 'styleClass'.

Return:
string - StyleClass

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. 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 - Unsecure

getVisible

public boolean getVisible()

Get function for attribute for 'visible'.

Return:
boolean - Visible

setEmptyText

public void setEmptyText(string newEmptyText)

Set function for attribute 'EmptyText'.

Parameters:
newEmptyText    
Return:
void - No Value returned

setFetchSize

public void setFetchSize(number newFetchSize)

Set function for attribute 'FetchSize'.

Parameters:
newFetchSize    
Return:
void - No Value returned

setFirst

public void setFirst(number newFirst)

Set function for attribute 'First'.

Parameters:
newFirst    
Return:
void - No Value returned
Overrides:
AdfUIIterator.setFirst(number)

setGroupDisclosurePolicy

public void setGroupDisclosurePolicy(string newGroupDisclosurePolicy)

Set function for attribute 'GroupDisclosurePolicy'.

Parameters:
newGroupDisclosurePolicy    
Return:
void - No Value returned

setImmediate

public void setImmediate(boolean newImmediate)

Set function for attribute 'Immediate'.

Parameters:
newImmediate    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(string newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setRows

public void setRows(number newRows)

Set function for attribute 'Rows'.

Parameters:
newRows    
Return:
void - No Value returned
Overrides:
AdfUIIterator.setRows(number)

setSelection

public void setSelection(string newSelection)

Set function for attribute 'Selection'.

Parameters:
newSelection    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(string newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(string newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setVisible

public void setVisible(boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

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

 

Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.