Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.util
Class ResetUtils

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


public final class ResetUtils
extends java.lang.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
11g Release 1 (11.1.1.7.0)
E10684-08


Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.