|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--javax.faces.component.UIComponent | +--oracle.adf.view.faces.component.UIXComponent | +--oracle.adf.view.faces.component.UIXComponentBase | +--oracle.adf.view.faces.component.SelectRangeBase
Base class for SelectRange
Field Summary |
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY, TYPE |
Constructor Summary | |
SelectRangeBase()
|
Method Summary | |
void |
addGotoListener(GotoListener listener)
Adds a GotoListener. |
void |
broadcast(javax.faces.event.FacesEvent event)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
abstract javax.faces.el.MethodBinding |
getGotoListener()
|
GotoListener[] |
getGotoListeners()
Retrieves all GotoListeners |
int |
getRowCount()
Gets the total number of rows in this table. |
java.lang.Object |
getRowData()
Gets the data for the current row. |
abstract java.lang.Object |
getValue()
Get the data model being used by this component. |
abstract boolean |
isImmediate()
|
boolean |
isRowAvailable()
Checks to see if the current row is available. |
void |
queueEvent(javax.faces.event.FacesEvent e)
* We don't want to update model if we have validation errors on the page, so if not immediate, queue the event in INVOKE_APPLICATION phase. |
void |
removeGotoListener(GotoListener listener)
Removes a GotoListener. |
abstract void |
setFirst(int first)
Sets the index of the first row that is currently visible. |
void |
setRowIndex(int rowIndex)
Makes a row current. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SelectRangeBase()
Method Detail |
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
encodeBegin
in class UIXComponentBase
java.io.IOException
public void addGotoListener(GotoListener listener)
public void removeGotoListener(GotoListener listener)
public GotoListener[] getGotoListeners()
public abstract javax.faces.el.MethodBinding getGotoListener()
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class UIXComponentBase
javax.faces.event.AbortProcessingException
public void queueEvent(javax.faces.event.FacesEvent e)
queueEvent
in class UIXComponentBase
public final void setRowIndex(int rowIndex)
rowIndex
- the zero-based row-index of the row that should be made
current. Use -1 to clear the current row.DataModel.setRowIndex(int)
public final int getRowCount()
DataModel.getRowCount()
public final boolean isRowAvailable()
DataModel.isRowAvailable()
public final java.lang.Object getRowData()
DataModel.getRowData()
public abstract void setFirst(int first)
public abstract boolean isImmediate()
public abstract java.lang.Object getValue()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |