public class UIDiagramLink
extends org.apache.myfaces.trinidad.component.UIXComponentBase
Modifier and Type | Field and Description |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
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 |
END_NODE_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_WIDTH_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
READ_ONLY_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SELECTABLE_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.PropertyKey |
START_NODE_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
Constructor and Description |
---|
UIDiagramLink()
Constructs an instance of the link.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getEndConnectorType()
Gets the type of end connector on the link.
|
java.lang.Object |
getEndNode()
Gets the end node of this 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 |
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.
|
java.lang.Object |
getStartNode()
Gets the start node of this link.
|
boolean |
isReadOnly() |
boolean |
isSelectable()
Gets whether this link can be selected (true by default)
|
void |
setEndConnectorType(java.lang.String endConnectorType)
Sets the type of end connector on the link.
|
void |
setEndNode(java.lang.Object endNode)
Sets the end node of this 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 |
setLinkWidth(java.lang.String strLinkWdith) |
void |
setReadOnly(boolean readOnly) |
void |
setSelectable(boolean selectable)
Sets whether this link can be selected (true by default)
|
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.
|
void |
setStartNode(java.lang.Object startNode)
Sets the start node of this link.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, 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, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
addPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView
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 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
public static final org.apache.myfaces.trinidad.bean.PropertyKey START_CONNECTOR_TYPE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey START_NODE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey END_NODE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SELECTABLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey READ_ONLY_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
protected 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
protected static final java.lang.String DEFAULT_START_CONNECTOR_TYPE
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getFamily()
getFamily
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public java.lang.String getRendererType()
getRendererType
in class org.apache.myfaces.trinidad.component.UIXComponentBase
public 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 valuepublic java.lang.String getStartConnectorType()
public void setStartConnectorType(java.lang.String startConnectorType)
startConnectorType
- the new startConnectorType valuepublic java.lang.Object getStartNode()
public void setStartNode(java.lang.Object startNode)
startNode
- the start nodepublic java.lang.Object getEndNode()
public void setEndNode(java.lang.Object endNode)
endNode
- the end nodepublic final boolean isSelectable()
public final void setSelectable(boolean selectable)
selectable
- whether this link can be selectedpublic final boolean isReadOnly()
public final void setReadOnly(boolean readOnly)
public void setShortDesc(java.lang.String shortDesc)
shortDesc
- the new type valuepublic java.lang.String getShortDesc()