org.openfaces.component
Class OUIObjectIteratorBase

java.lang.Object
  extended by UIComponentBase
      extended by org.openfaces.component.OUIComponentBase
          extended by org.openfaces.component.OUIObjectIteratorBase
All Implemented Interfaces:
OUIComponent, OUIObjectIterator
Direct Known Subclasses:
DayTable, ForEach

public abstract class OUIObjectIteratorBase
extends OUIComponentBase
implements OUIObjectIterator


Field Summary
 
Fields inherited from interface org.openfaces.component.OUIObjectIterator
OBJECT_ID_SEPARATOR
 
Constructor Summary
OUIObjectIteratorBase()
           
 
Method Summary
 void broadcast(FacesEvent event)
           
 java.lang.String getClientId(FacesContext context)
           
 boolean invokeOnComponent(FacesContext context, java.lang.String clientId, ContextCallback callback)
           
 void queueEvent(FacesEvent event)
           
 void restoreState(FacesContext context, java.lang.Object stateObj)
           
 java.lang.Object saveState(FacesContext context)
           
 
Methods inherited from class org.openfaces.component.OUIComponentBase
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.openfaces.component.OUIObjectIterator
getObjectId, setObjectId
 
Methods inherited from interface org.openfaces.component.OUIComponent
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass
 

Constructor Detail

OUIObjectIteratorBase

public OUIObjectIteratorBase()
Method Detail

invokeOnComponent

public boolean invokeOnComponent(FacesContext context,
                                 java.lang.String clientId,
                                 ContextCallback callback)
                          throws FacesException
Throws:
FacesException

getClientId

public java.lang.String getClientId(FacesContext context)

saveState

public java.lang.Object saveState(FacesContext context)
Overrides:
saveState in class OUIComponentBase

restoreState

public void restoreState(FacesContext context,
                         java.lang.Object stateObj)
Overrides:
restoreState in class OUIComponentBase

queueEvent

public void queueEvent(FacesEvent event)

broadcast

public void broadcast(FacesEvent event)
               throws AbortProcessingException
Throws:
AbortProcessingException


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.