ilog.views.faces
Interface IlvFrameworkConstants

All Superinterfaces:
IlvFacesConstants
All Known Subinterfaces:
IlvDHTMLFrameworkConstants
All Known Implementing Classes:
IlvFacesDashboardView, IlvFacesDashboardViewRenderer, IlvFacesDashboardViewTag, IlvFacesDHTMLDashboardView, IlvFacesDHTMLDiagrammerView, IlvFacesDHTMLMapView, IlvFacesDHTMLOverview, IlvFacesDHTMLView, IlvFacesDHTMLViewSupportImpl, IlvFacesDiagrammerBaseRenderer, IlvFacesDiagrammerServletSupport, IlvFacesDiagrammerTiledViewRenderer, IlvFacesDiagrammerView, IlvFacesDiagrammerViewRenderer, IlvFacesDiagrammerViewTag, IlvFacesManagerServletSupport, IlvFacesMapInteractor, IlvFacesMapInteractorRenderer, IlvFacesMapInteractorTag, IlvFacesMapRectInteractor, IlvFacesMapRectInteractorRenderer, IlvFacesMapRectInteractorTag, IlvFacesMapsServletSupport, IlvFacesMapViewRenderer, IlvFacesMapViewTag, IlvFacesOverviewRenderer, IlvFacesOverviewTag, IlvFacesPanInteractor, IlvFacesPanInteractorRenderer, IlvFacesPanInteractorTag, IlvFacesPanToolRenderer, IlvFacesPanToolTag, IlvFacesTiledViewRenderer, IlvFacesView, IlvFacesViewRenderer, IlvFacesViewTag, IlvFacesZoomTool, IlvFacesZoomToolRenderer, IlvFacesZoomToolTag

public interface IlvFrameworkConstants
extends IlvFacesConstants

This class describes constants that are used by components, renderers and tags to describe properties in the framework.

Since:
JViews 6.5

Field Summary
static String ACTION_NAME
          The action passed to the server action.
static String AUTO_REFRESH
          The auto refresh mode of the overview.
static String BOUNDING_BOX
          The view bounding box.
static String CONSTRAINED_ON_CONTENTS
          The free mode property.
static String INTERACTOR
          The interactor property of a component.
static String INTERACTOR_ID
          The ID of an interactor.
static String MAX_ZOOM_LEVEL
          The maximum zoom level authorized.
static String MIN_ZOOM_LEVEL
          The minimum zoom level authorized.
static String NB_BUTTONS
          Number of buttons of a component made of buttons (ex: zoom tool).
static String ORIENTATION
          The orientation of a component.
static String ORIENTATION_HORIZONTAL
          The horizontal orientation.
static String ORIENTATION_VERTICAL
          The vertical orientation.
static String PAN_FACTOR
          The pan amount applied with a pan action.
static String STATIC_LAYERS_COUNT
          The tile size.
static String TILE_SIZE
          The tile size.
static String VISIBLE_LAYERS
          The visible manager layers of a view.
static String ZOOM_FACTOR
          The zoom amount applied with a zoom action.
static String ZOOM_LEVELS
          The zoom levels of a view.
 
Fields inherited from interface ilog.views.faces.IlvFacesConstants
BUTTON_GROUP_ID, BUTTON_TYPE, CHARTS_BUNDLE, CORE_BUNDLE, CURSOR, DATA, DECODED_PROPERTY, DEFAULT_LINE_COLOR, DELETION_ALLOWED, DIAGRAMMER_BUNDLE, ENABLED, FILL_ON, FORCE_UPDATE_PROPERTIES, FRAMEWORK_BUNDLE, GANTT_BUNDLE, HEIGHT, IMAGE, IMAGE_MODE, INFO_PROVIDER_MB, INT_NOT_DEFINED, ITEM_DISABLED_STYLE_CLASS, ITEM_HIGHLIGHTED_STYLE_CLASS, ITEM_STYLE_CLASS, LINE_COLOR, LINE_WIDTH, MAPS_BUNDLE, MENU_MODEL_ID, MESSAGE, MESSAGE_BOX, MESSAGE_BOX_ID, MOVE_ALLOWED, OBJECT_FINDER, PARAM_COMPID, PARAM_DATA, PARAM_KEY, PARAM_NAMESPACE, PARAM_RESOURCE, PARAM_SERVICE, PARAM_TYPE, POPUP_MENU, POPUP_MENU_FACTORY, POPUP_MENU_FACTORY_CLASS, PORTLET_NAMESPACE, PROJECT, RESOURCES_PATH, RESOURCES_PATH_PREFIX, ROLLOVER_IMAGE, SELECTED, SELECTED_IMAGE, SERVICE_FORWARD, SERVICE_FORWARD_INT, SERVLET, SERVLET_CLASS, SERVLET_URL, STYLE, STYLE_CLASS, TGO_BUNDLE, TITLE, TOGGLE, VALUE, VIEW, VIEW_ID, WIDTH
 

Field Detail

INTERACTOR_ID

static final String INTERACTOR_ID
The ID of an interactor.

See Also:
Constant Field Values

INTERACTOR

static final String INTERACTOR
The interactor property of a component.

See Also:
Constant Field Values

NB_BUTTONS

static final String NB_BUTTONS
Number of buttons of a component made of buttons (ex: zoom tool).

See Also:
Constant Field Values

ORIENTATION

static final String ORIENTATION
The orientation of a component. Valid values of this property are ORIENTATIION_VERTICAL and ORIENTATION_HORIZONTAL.

See Also:
Constant Field Values

ORIENTATION_VERTICAL

static final String ORIENTATION_VERTICAL
The vertical orientation.

See Also:
Constant Field Values

ORIENTATION_HORIZONTAL

static final String ORIENTATION_HORIZONTAL
The horizontal orientation.

See Also:
Constant Field Values

ZOOM_FACTOR

static final String ZOOM_FACTOR
The zoom amount applied with a zoom action.

See Also:
Constant Field Values

PAN_FACTOR

static final String PAN_FACTOR
The pan amount applied with a pan action.

See Also:
Constant Field Values

AUTO_REFRESH

static final String AUTO_REFRESH
The auto refresh mode of the overview.

See Also:
Constant Field Values

BOUNDING_BOX

static final String BOUNDING_BOX
The view bounding box.

See Also:
Constant Field Values

ACTION_NAME

static final String ACTION_NAME
The action passed to the server action.

See Also:
Constant Field Values

TILE_SIZE

static final String TILE_SIZE
The tile size.

Since:
JViews 8.0
See Also:
Constant Field Values

STATIC_LAYERS_COUNT

static final String STATIC_LAYERS_COUNT
The tile size.

Since:
JViews 8.0
See Also:
Constant Field Values

ZOOM_LEVELS

static final String ZOOM_LEVELS
The zoom levels of a view.

Since:
JViews 8.0
See Also:
Constant Field Values

MAX_ZOOM_LEVEL

static final String MAX_ZOOM_LEVEL
The maximum zoom level authorized.

Since:
JViews 8.0
See Also:
Constant Field Values

MIN_ZOOM_LEVEL

static final String MIN_ZOOM_LEVEL
The minimum zoom level authorized.

Since:
JViews 8.1
See Also:
Constant Field Values

VISIBLE_LAYERS

static final String VISIBLE_LAYERS
The visible manager layers of a view.

Since:
JViews 8.0
See Also:
Constant Field Values

CONSTRAINED_ON_CONTENTS

static final String CONSTRAINED_ON_CONTENTS
The free mode property.

Since:
JViews 8.1
See Also:
Constant Field Values


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.