Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


oracle.adf.view.faces.bi.component.palette
Class UIPaletteLink

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.palette.UIPaletteLink

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIPaletteLink
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Since:
release specific (what release of product did this appear in)

Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
protected static java.lang.String DEFAULT_END_CONNECTOR_TYPE
           
protected static java.lang.String DEFAULT_LINK_COLOR
           
protected static java.lang.String DEFAULT_LINK_STYLE
           
protected static java.lang.String DEFAULT_LINK_WIDTH
           
protected static java.lang.String DEFAULT_START_CONNECTOR_TYPE
           
static org.apache.myfaces.trinidad.bean.PropertyKey END_CONNECTOR_TYPE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LINK_COLOR_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LINK_STYLE_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey LINK_WIDTH_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey START_CONNECTOR_TYPE_KEY
           
static org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
           

 

Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY

 

Fields inherited from class javax.faces.component.UIComponent
bindings

 

Constructor Summary
UIPaletteLink()
          Constructs an instance of the link.

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getEndConnectorType()
          Gets the type of end connector on the link.
 java.lang.String getFamily()
           
 java.lang.String getLinkColor()
          Gets color of the link, specified as CSS named color, or rgb() format, or #aarrggbb format
 java.lang.String getLinkStyle()
          Gets the style of the link.
 java.lang.String getLinkWidth()
           
 java.lang.String getRendererType()
           
 java.lang.String getShortDesc()
          Gets a short description of this link for user agents rendering to non-visual media (e.g.
 java.lang.String getStartConnectorType()
          Gets the type of start connector on the link.
 void setEndConnectorType(java.lang.String endConnectorType)
          Sets the type of end connector on the link.
 void setLinkColor(java.lang.String strLinkColor)
          Sets color of the link, specified as CSS named color, or rgb() format, or #aarrggbb format
 void setLinkStyle(java.lang.String strLinkStyle)
          Sets the style of the link.
 void setLinkWidth(java.lang.String strLinkWdith)
           
 void setShortDesc(java.lang.String shortDesc)
          Sets a short description of this link for user agents rendering to non-visual media (e.g.
 void setStartConnectorType(java.lang.String startConnectorType)
          Sets the type of start connector on the link.

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree

 

Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

LINK_COLOR_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_COLOR_KEY

LINK_WIDTH_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_WIDTH_KEY

LINK_STYLE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_STYLE_KEY

END_CONNECTOR_TYPE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey END_CONNECTOR_TYPE_KEY

START_CONNECTOR_TYPE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey START_CONNECTOR_TYPE_KEY

SHORT_DESC_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY

DEFAULT_LINK_COLOR

protected static final java.lang.String DEFAULT_LINK_COLOR
See Also:
Constant Field Values

DEFAULT_LINK_STYLE

protected static final java.lang.String DEFAULT_LINK_STYLE
See Also:
Constant Field Values

DEFAULT_LINK_WIDTH

protected static final java.lang.String DEFAULT_LINK_WIDTH
See Also:
Constant Field Values

DEFAULT_END_CONNECTOR_TYPE

protected static final java.lang.String DEFAULT_END_CONNECTOR_TYPE
See Also:
Constant Field Values

DEFAULT_START_CONNECTOR_TYPE

protected static final java.lang.String DEFAULT_START_CONNECTOR_TYPE
See Also:
Constant Field Values

Constructor Detail

UIPaletteLink

public UIPaletteLink()
Constructs an instance of the link.

Method Detail

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getLinkWidth

public java.lang.String getLinkWidth()

setLinkWidth

public void setLinkWidth(java.lang.String strLinkWdith)

getLinkColor

public java.lang.String getLinkColor()
Gets color of the link, specified as CSS named color, or rgb() format, or #aarrggbb format
Returns:
the new linkColor value

setLinkColor

public void setLinkColor(java.lang.String strLinkColor)
Sets color of the link, specified as CSS named color, or rgb() format, or #aarrggbb format
Parameters:
strLinkColor - the new linkColor value

getLinkStyle

public java.lang.String getLinkStyle()
Gets the style of the link. The default value is solid. Valid values are: "solid" - solid line "dash" - dashed line "dot" - dotted line "dashDot" - dash dotted line
Returns:
the new linkStyle value

setLinkStyle

public void setLinkStyle(java.lang.String strLinkStyle)
Sets the style of the link. The default value is solid. Valid values are: "solid" - solid line "dash" - dashed line "dot" - dotted line "dashDot" - dash dotted line
Parameters:
strLinkStyle - the new linkStyle value

getEndConnectorType

public java.lang.String getEndConnectorType()
Gets the type of end connector on the link. Valid values are: "none" - no end connector "arrowOpen" - arrowhead that looks like an angle bracket "arrow" - filled triangle arrowhead "arrowConcave" - filled triangle arrowhead with base flare "circle" - circle "rectangle" - rectangle "rectangleRounded" - rounded rectangle
Returns:
the new endConnectorType value

setEndConnectorType

public void setEndConnectorType(java.lang.String endConnectorType)
Sets the type of end connector on the link. Valid values are: "none" - no end connector "arrowOpen" - arrowhead that looks like an angle bracket "arrow" - filled triangle arrowhead "arrowConcave" - filled triangle arrowhead with base flare "circle" - circle "rectangle" - rectangle "rectangleRounded" - rounded rectangle
Parameters:
endConnectorType - the new endConnectorType value

getStartConnectorType

public java.lang.String getStartConnectorType()
Gets the type of start connector on the link. Valid values are: "none" - no start connector "arrowOpen" - arrowhead that looks like an angle bracket "arrow" - filled triangle arrowhead "arrowConcave" - filled triangle arrowhead with base flare "circle" - circle "rectangle" - rectangle "rectangleRounded" - rounded rectangle
Returns:
the new startConnectorType value

setStartConnectorType

public void setStartConnectorType(java.lang.String startConnectorType)
Sets the type of start connector on the link. Valid values are: "none" - no start connector "arrowOpen" - arrowhead that looks like an angle bracket "arrow" - filled triangle arrowhead "arrowConcave" - filled triangle arrowhead with base flare "circle" - circle "rectangle" - rectangle "rectangleRounded" - rounded rectangle
Parameters:
startConnectorType - the new startConnectorType value

setShortDesc

public void setShortDesc(java.lang.String shortDesc)
Sets a short description of this link for user agents rendering to non-visual media (e.g. screen readers)
Parameters:
shortDesc - the new type value

getShortDesc

public java.lang.String getShortDesc()
Gets a short description of this link for user agents rendering to non-visual media (e.g. screen readers)
Returns:
the new shortDesc value

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.2)

E12063-10


Copyright © 1997, 2013, Oracle. All rights reserved.