|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
oracle.adf.view.faces.bi.component.hierarchyViewer.Link
public class Link
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
protected static java.lang.String |
DEFAULT_END_CONNECTOR_TYPE |
static java.lang.String |
DEFAULT_LINK_COLOR |
protected static java.lang.String |
DEFAULT_LINK_STYLE |
protected static java.lang.String |
DEFAULT_LINK_TYPE |
protected static java.lang.String |
DEFAULT_LINK_WIDTH |
static org.apache.myfaces.trinidad.bean.PropertyKey |
DIRECTION_KEY |
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_LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINK_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINK_TYPE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LINK_WIDTH_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 | |
|---|---|
Link()Constructs an instance of the Link. |
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getDirection() |
java.lang.String |
getEndConnectorType()Gets the type of end connector on the link. |
java.lang.String |
getFamily() |
java.lang.String |
getLabel()Gets label of the link. |
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 |
getLinkType()Gets the type of the link. |
java.lang.String |
getLinkWidth() |
java.lang.String |
getRendererType() |
void |
setDirection(java.lang.String direction) |
void |
setEndConnectorType(java.lang.String endConnectorType)Sets the type of end connector on the link. |
void |
setLabel(java.lang.String strLinkLabel)Sets label of 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 |
setLinkType(java.lang.String strLinkType)Sets the type of the link. |
void |
setLinkWidth(java.lang.String strLinkWdith) |
| 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 |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey DIRECTION_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_COLOR_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LINK_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey END_CONNECTOR_TYPE_KEY
protected static final java.lang.String DEFAULT_LINK_TYPE
public static final java.lang.String DEFAULT_LINK_COLOR
protected static final java.lang.String DEFAULT_LINK_STYLE
protected static final java.lang.String DEFAULT_LINK_WIDTH
protected static final java.lang.String DEFAULT_END_CONNECTOR_TYPE
| Constructor Detail |
|---|
public Link()
| Method Detail |
|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getDirection()
public void setDirection(java.lang.String direction)
public java.lang.String getLinkType()
public void setLinkType(java.lang.String strLinkType)
strLinkType - the new linkType valuepublic java.lang.String getLinkWidth()
public void setLinkWidth(java.lang.String strLinkWdith)
public java.lang.String getLinkColor()
public void setLinkColor(java.lang.String strLinkColor)
strLinkColor - the new linkColor valuepublic java.lang.String getLabel()
public void setLabel(java.lang.String strLinkLabel)
strLinkLabel - the new label valuepublic java.lang.String getLinkStyle()
public void setLinkStyle(java.lang.String strLinkStyle)
strLinkStyle - the new linkStyle valuepublic java.lang.String getEndConnectorType()
public void setEndConnectorType(java.lang.String endConnectorType)
endConnectorType - the new endConnectorType value
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.7.2) E12063-10 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||