Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

oracle.cabo.data.jbo.servlet.bind
Class SelectionKeyBinding

java.lang.Object
  |
  +--oracle.cabo.data.jbo.servlet.bind.SelectionKeyBinding
All Implemented Interfaces:
Binding

public class SelectionKeyBinding
extends java.lang.Object
implements Binding

Binding to a submitted selection parameter, such as table, converting to BC4J Key.


Constructor Summary
SelectionKeyBinding()
          Creates a new SelectionKeyBinding.
 
Method Summary
 java.lang.String getKey()
           
 java.lang.String getName()
           
 java.lang.Object getValue(BindingContext context)
           
 void setKey(java.lang.String key)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionKeyBinding

public SelectionKeyBinding()
Creates a new SelectionKeyBinding.
Method Detail

setName

public void setName(java.lang.String name)

getName

public java.lang.String getName()

setKey

public void setKey(java.lang.String key)

getKey

public java.lang.String getKey()

getValue

public java.lang.Object getValue(BindingContext context)
Specified by:
getValue in interface Binding

Oracle UIX API Reference
Release 2.1.22.0.0
B12196-01

Copyright © 2002,2003, Oracle. All Rights Reserved.