Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


oracle.adf.view.rich.util
Class ResetUtils

java.lang.Object
  extended by oracle.adf.view.rich.util.ResetUtils


public final class ResetUtils
extends Object

Provides utilities for resetting


Method Summary
static void reset(javax.faces.component.UIComponent startComponent)
          All values submitted will be reset to null or empty, so that editable components will pull their values from the model.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

reset

public static final void reset(javax.faces.component.UIComponent startComponent)
All values submitted will be reset to null or empty, so that editable components will pull their values from the model.
Parameters:
startComponent - starting at the startComponent walk up the component tree to find the closest root comonent (for example a form, popup, or subform) under which editable fields will be cleared.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
12c Release 1 (12.1.2.0.0)
E23185-01


Copyright © 2013 Oracle Corporation. All Rights Reserved.