com.ibm.xsp.component
Interface FacesAutoForm

All Known Implementing Classes:
UIViewRootEx, UIViewRootEx2

public interface FacesAutoForm

This interface is implemented by components that can automatically create a form, and is used to ensure the automatic form is not used when a manually created form is present in the control tree, used by the UIFormEx implementation. Not Intended to be subclassed


Method Summary
 boolean isCreateForm()
           
 void setCreateForm(boolean createForm)
           
 

Method Detail

isCreateForm

boolean isCreateForm()

setCreateForm

void setCreateForm(boolean createForm)