Uses of Class
javax.faces.component.UICommand

Packages that use UICommand
javax.faces.component Fundamental APIs for user interface components. 
javax.faces.component.html Specialized user interface component classes for HTML. 
 

Uses of UICommand in javax.faces.component
 

Subclasses of UICommand in javax.faces.component
 class TestCommand
          Test UICommand subclass.
 

Methods in javax.faces.component that return UICommand
protected  UICommand UIDataTestCase.setupTree(boolean labels)
           
protected  UICommand UIDataTestCase.setupTree(boolean labels)
           
protected  UICommand UIDataTestCase.setupTree(UIComponent root, boolean labels, boolean ids)
           
protected  UICommand UIDataTestCase.setupTree(UIComponent root, boolean labels, boolean ids)
           
protected  UICommand UIDataTestCase.setupTree2(UIComponent root, boolean labels, boolean ids)
           
protected  UICommand UIDataTestCase.setupTree2(UIComponent root, boolean labels, boolean ids)
           
 

Methods in javax.faces.component with parameters of type UICommand
protected  boolean UICommandTestCase.listenersAreEqual(FacesContext context, UICommand comp1, UICommand comp2)
           
protected  boolean UICommandTestCase.listenersAreEqual(FacesContext context, UICommand comp1, UICommand comp2)
           
 

Uses of UICommand in javax.faces.component.html
 

Subclasses of UICommand in javax.faces.component.html
 class HtmlCommandButton
          Represents an HTML input element for a button of type submit or reset.
 class HtmlCommandLink
          Represents an HTML a element for a hyperlink that acts like a submit button.
 



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