| |
|
| com.icesoft.faces.component.ext.HtmlForm
HtmlForm | public class HtmlForm extends javax.faces.component.html.HtmlForm implements IceExtended(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
HtmlForm | public HtmlForm()(Code) | | |
getAutocomplete | public String getAutocomplete()(Code) | | Return the value of the autocomplete property.
|
getEnabledOnUserRole | public String getEnabledOnUserRole()(Code) | | Return the value of the enabledOnUserRole property.
|
getPartialSubmit | public boolean getPartialSubmit()(Code) | | Return the value of the partialSubmit property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setAutocomplete | public void setAutocomplete(String autocomplete)(Code) | | Set the value of the autocomplete property.
|
setEnabledOnUserRole | public void setEnabledOnUserRole(String enabledOnUserRole)(Code) | | Set the value of the enabledOnUserRole property.
|
setPartialSubmit | public void setPartialSubmit(boolean partialSubmit)(Code) | | Set the value of the partialSubmit property.
|
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
|
|
|