Uses of Class
org.apache.myfaces.tobago.component.UIData

Packages that use UIData
org.apache.myfaces.tobago.component   
org.apache.myfaces.tobago.event   
org.apache.myfaces.tobago.renderkit   
 

Uses of UIData in org.apache.myfaces.tobago.component
 

Subclasses of UIData in org.apache.myfaces.tobago.component
 class UIDataFixTobago931
          This component is an alternative to its parent.
 

Methods in org.apache.myfaces.tobago.component with parameters of type UIData
static void ComponentUtil.setSortActionListener(UIData data, java.lang.String actionListener)
           
static void ComponentUtil.setStateChangeListener(UIData data, java.lang.String stateChangeListener)
           
 

Uses of UIData in org.apache.myfaces.tobago.event
 

Methods in org.apache.myfaces.tobago.event that return UIData
 UIData SortActionEvent.getSheet()
          Convenience method to get the UIData Component.
 UIData PageActionEvent.getSheet()
          Convenience method to get the UIData Component.
 

Constructors in org.apache.myfaces.tobago.event with parameters of type UIData
PageActionEvent(UIData component, PageAction action)
           
SortActionEvent(UIData sheet, UIColumn column)
           
 

Uses of UIData in org.apache.myfaces.tobago.renderkit
 

Methods in org.apache.myfaces.tobago.renderkit with parameters of type UIData
 int SheetRendererWorkaround.getContentBorder(FacesContext facesContext, UIData data)
          Deprecated.  
 boolean SheetRendererWorkaround.needVerticalScrollbar(FacesContext facesContext, UIData data)
          Deprecated.  
 



Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.