javax.faces.component
Class UIDataHeaderBean

java.lang.Object
  extended by javax.faces.component.UIDataHeaderBean

public class UIDataHeaderBean
extends java.lang.Object


Constructor Summary
UIDataHeaderBean()
           
 
Method Summary
 void action(ActionEvent event)
           
 int getActionCount()
           
 int getUpdateCount()
           
 int getValidateCount()
           
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 void validate(FacesContext context, UIComponent component, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDataHeaderBean

public UIDataHeaderBean()
Method Detail

getActionCount

public int getActionCount()

getUpdateCount

public int getUpdateCount()

getValidateCount

public int getValidateCount()

action

public void action(ActionEvent event)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)

validate

public void validate(FacesContext context,
                     UIComponent component,
                     java.lang.Object value)


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.