com.sap.tc.webdynpro.clientserver.uielib.standard.api

Interface IWDCheckBoxGroup.IWDOnToggle

Enclosing interface:
IWDCheckBoxGroup

public static interface IWDCheckBoxGroup.IWDOnToggle

Interface defining the parameter names for event onToggle. These names may be used as source names in parameter mapping definitions.

This type can be called by applications using Web Dynpro, but DO NOT EXTEND OR IMPLEMENT IT!

See Also:
IWDCheckBoxGroup.mappingOfOnToggle()

Type Classification Type Classification:

This interface is part of the Web Dynpro API, so applications may reference it or call any method of it, but they must not implement or extend it.

For a detailed explanation of API classification see the Web Dynpro Compatibility Guide

Field Summary
static String CHECKED
           Constant providing the name of event parameter checked (boolean).
static String INDEX
           Constant providing the name of event parameter index (int).
 

Field Detail

CHECKED

public static final String CHECKED

Constant providing the name of event parameter checked (boolean).

Meaning:
The new checked value of the toggled check box.

See Also:
Constant Field Values

INDEX

public static final String INDEX

Constant providing the name of event parameter index (int).

Meaning:
The zero based index of the toggled check box.

See Also:
Constant Field Values


Copyright 2006 SAP AG Complete Copyright Notice