Class CalloutConstants
- java.lang.Object
-
- org.openbravo.erpCommon.ad_callouts.CalloutConstants
-
public class CalloutConstants extends Object
Defines constants used for manage Callouts. These constants are used inFormInitializationComponent
andSimpleCalloutInformationProvider
- Author:
- inigo.sanchez
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASSIC_VALUE
static String
COMBO_SELECTED_VALUE
static String
ENTRIES
static String
VALUE
-
Constructor Summary
Constructors Constructor Description CalloutConstants()
-
-
-
Field Detail
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
CLASSIC_VALUE
public static final String CLASSIC_VALUE
- See Also:
- Constant Field Values
-
ENTRIES
public static final String ENTRIES
- See Also:
- Constant Field Values
-
COMBO_SELECTED_VALUE
public static final String COMBO_SELECTED_VALUE
- See Also:
- Constant Field Values
-
-