Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

oracle.adfdt.view.common.binding.creator.v2
Class BinderResult

java.lang.Object
  extended by oracle.adfdt.view.common.binding.creator.v2.BinderResult

public class BinderResult
extends java.lang.Object

Result from the Binder. Currently just used to indicate if the bind operation was successful or not. Typically, binders can use one of the static classes for normal result reporting. (This may allow future enhancements where Binders can pass information back to their callers that were determined during the bind operation).


Nested Class Summary
static class BinderResult.Result
          OK: bind operation succeeded NO_BINDER: bind operation did not occur since no Binder was present FAILED: bind operation ran into an error (check console error logs)
 
Field Summary
static BinderResult FAILED
           
static BinderResult NO_BINDER
           
static BinderResult OK
           
 
Constructor Summary
BinderResult(BinderResult.Result result)
           
 
Method Summary
 BinderResult.Result getResult()
          The result of the bind operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OK

public static final BinderResult OK

NO_BINDER

public static final BinderResult NO_BINDER

FAILED

public static final BinderResult FAILED
Constructor Detail

BinderResult

public BinderResult(BinderResult.Result result)
Method Detail

getResult

public BinderResult.Result getResult()
The result of the bind operation.


Oracle Fusion Middleware Design Time Java API Reference for Oracle ADF Faces and Data Visualization Components
11g Release 2 (11.1.2.0.0)

E18581-01

Copyright © 1997, 2011, Oracle. All rights reserved.