CA Identity Manager
Java SDK r12.5 SP7

 

com.netegrity.imapi
Interface FieldContext


public interface FieldContext

Provides access to information and services for the current field in a profile tab. Information and services include:



Identity Manager passes FieldContext into JavaScript methods configured for fields on Profile screens.

Since:
Framework r12

Method Summary
 void disable()
          disable this field.
 void enable()
          enable this field.
 PropertyDict getConfig()
          Get the configuration properties for this field.
 java.util.Vector getMultiValue()
          Get multi-value attribute for this field.
 ScreenField getScreenField()
           
 java.lang.String getValue()
          Get attribute value for this field.
 void hide()
          Hide this field.
 void setMultiValue(java.util.Vector newValues)
          Set multi-value attribute for this field.
 void setValue(java.lang.String newValue)
          Set attribute value for this field.
 void show()
          Show this field.
 

Method Detail

getScreenField

ScreenField getScreenField()

getConfig

PropertyDict getConfig()
Get the configuration properties for this field.

Returns:
PropertyDict
Throws:
java.lang.Exception

getValue

java.lang.String getValue()
                          throws java.lang.Exception
Get attribute value for this field.

Returns:
String
Throws:
java.lang.Exception

getMultiValue

java.util.Vector getMultiValue()
                               throws java.lang.Exception
Get multi-value attribute for this field.

Returns:
Vector
Throws:
java.lang.Exception

setValue

void setValue(java.lang.String newValue)
              throws java.lang.Exception
Set attribute value for this field.

Parameters:
newValues -
Throws:
java.lang.Exception

setMultiValue

void setMultiValue(java.util.Vector newValues)
                   throws java.lang.Exception
Set multi-value attribute for this field.

Parameters:
newValues -
Throws:
java.lang.Exception

hide

void hide()
Hide this field.


show

void show()
Show this field.


disable

void disable()
disable this field.


enable

void enable()
enable this field.


CA Identity Manager
Java SDK r12.5 SP7

04/06/2011

© 2011 CA Technologies, Inc. All rights reserved.