Package com.e1c.g5.dt.applications.ui
Interface IApplicationsUiConstants
-
public interface IApplicationsUiConstants
Applications framework UI constants.- Restriction:
- Clients are not allowed to extend a class or interface
- Restriction:
- Clients are not allowed to implement an interface
-
-
Field Summary
Fields Modifier and Type Field Description static String
DECORATOR_ID
The extension ID of the Applications view decorator.static String
VIEW_ID
The extension ID of the Applications view.
-
-
-
Field Detail
-
VIEW_ID
static final String VIEW_ID
The extension ID of the Applications view.- See Also:
- Constant Field Values
-
DECORATOR_ID
static final String DECORATOR_ID
The extension ID of the Applications view decorator.- See Also:
- Constant Field Values
-
-