ilog.views.faces.taglib
Class IlvDragRectInteractorTag
java.lang.Object
javax.faces.webapp.UIComponentTag
javax.faces.webapp.UIComponentBodyTag
ilog.views.faces.taglib.IlvBaseTag
ilog.views.faces.taglib.IlvInteractorTag
ilog.views.faces.taglib.IlvDragRectInteractorTag
- All Implemented Interfaces:
- IlvDHTMLConstants, IlvFacesConstants, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- IlvFacesMapRectInteractorTag, IlvFacesZoomInteractorTag
public abstract class IlvDragRectInteractorTag
- extends IlvInteractorTag
This class defines the custom tag handler for a drag rectangle interactor
component.
- Since:
- JViews 6.0
| Fields inherited from interface ilog.views.faces.dhtml.IlvDHTMLConstants |
AUTO_SUBMIT, BACKGROUND_COLOR, CAPABILITIES_LOADED_HANDLER, COMPONENT, DO_ACTION_ON_BG_DESELECT, ERROR_MESSAGE, GENERATE_IMAGE_MAP, IMAGE_FORMAT, IMAGE_LOADED_HANDLER, IMAGE_MAP_GENERATOR, IMAGE_MAP_GENERATOR_CLASS, IMAGE_MAP_VISIBLE, IMAGE_SERVLET_CONTEXT, INVOCATION_CONTEXT, JSF_CONTEXT, ON_CLICK, ON_SELECTION_CHANGED, PORTLET_CONTEXT_KEY, PORTLET_SESSION_KEY, REPLACE_PATTERN, RESIZABLE, SESSION_EXP_HANDLER, SUBMITTED_VALUE, WAITING_IMAGE |
| 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 |
| Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
|
Method Summary |
String |
getComponentType()
Returns the component type for the component that is or will be
bound to this tag. |
String |
getLineColor()
Returns a string representing the HTML color of the dragged rectangle. |
String |
getLineWidth()
Returns the line width of the dragged rectangle. |
void |
setLineColor(String lineColor)
Sets the line color of the dragged rectangle. |
void |
setLineWidth(String lineWidth)
Sets the line width of the dragged rectangle. |
protected void |
setProperties(UIComponent component)
Overrides properties and attributes of the specified component if the
corresponding properties of this tag handler instance were explicitly set. |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, setPageContext, setParent |
IlvDragRectInteractorTag
public IlvDragRectInteractorTag()
- Creates a new
IlvDragRectInteractorTag instance.
setProperties
protected void setProperties(UIComponent component)
- Overrides properties and attributes of the specified component if the
corresponding properties of this tag handler instance were explicitly set.
- Overrides:
setProperties in class IlvInteractorTag
- Parameters:
component - The UIComponent whose properties are to be overridden.
getComponentType
public String getComponentType()
Returns the component type for the component that is or will be
bound to this tag.
This implementation returns null, subclasses must
override this method to return the appropriate value.
- Overrides:
getComponentType in class IlvBaseTag
getLineWidth
public String getLineWidth()
- Returns the line width of the dragged rectangle.
- Returns:
- The line width of the dragged rectangle.
setLineWidth
public void setLineWidth(String lineWidth)
- Sets the line width of the dragged rectangle.
- Parameters:
lineWidth - The line width of the dragged rectangle.
getLineColor
public String getLineColor()
- Returns a string representing the HTML color of the dragged rectangle.
- Returns:
- The color of the dragged rectangle.
setLineColor
public void setLineColor(String lineColor)
- Sets the line color of the dragged rectangle.
- Parameters:
lineColor - The color of the dragged rectangle. This is an HTML color.
Copyright © 1996-2007 ILOG S.A. All rights reserved. Documentation homepage.