|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.renderkit.core.skin |
---|
Methods in org.apache.myfaces.trinidadinternal.renderkit.core.skin with parameters of type UIXRenderingContext | |
---|---|
static void |
CoreSkinUtils.__renderBackgroundIcon(UIXRenderingContext context,
org.apache.myfaces.trinidad.skin.Icon icon)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.renderkit.htmlBasic |
---|
Methods in org.apache.myfaces.trinidadinternal.renderkit.htmlBasic that return UIXRenderingContext | |
---|---|
protected UIXRenderingContext |
UINodeRenderer.getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui |
---|
Classes in org.apache.myfaces.trinidadinternal.ui that implement UIXRenderingContext | |
---|---|
class |
LogicalNodeRenderingContext
Abstract RenderingContext implementation providing support for managing logical ancestors and DataProviders. |
class |
RenderedNodeRenderingContext
Abstract base class adding the following support to LogicalNodeRenderingContext Current DataObject Rendered Nodes Node Properties Local Properties This class is subclassed by RenderingContexts that don't delegate the storage of their rendering state to another RenderingContext. |
class |
RootRenderingContext
Default implementation of RenderingContext used as the root for rendering a tree of UINodes. |
Methods in org.apache.myfaces.trinidadinternal.ui that return UIXRenderingContext | |
---|---|
UIXRenderingContext |
RootRenderingContext.getParentContext()
|
UIXRenderingContext |
UIXRenderingContext.getParentContext()
Returns the RenderingContext that this context should delegate calls to pushRenderedChild , popRenderedChild ,
and addDataProvider to. |
UIXRenderingContext |
UINodeProxy.getRenderingContext(UIXRenderingContext context)
|
Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type UIXRenderingContext | |
---|---|
int |
AbstractTextNode.getAttributeCount(UIXRenderingContext context)
Returns 1. |
java.util.Iterator<AttributeKey> |
AbstractTextNode.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under; always returns an enumeration containing only TEXT_ATTR. |
java.util.Iterator<AttributeKey> |
UINodeProxy.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under. |
java.util.Iterator<AttributeKey> |
BaseUINode.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under. |
java.util.Iterator<AttributeKey> |
UINode.getAttributeNames(UIXRenderingContext context)
Returns an Iterator of the names that attribute values have been added under. |
java.lang.Object |
AbstractTextNode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of an attribute, given its name. |
java.lang.Object |
UINodeProxy.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
java.lang.Object |
BaseUINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
java.lang.Object |
UINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
protected java.lang.Object |
BaseUINode.getAttributeValueImpl(UIXRenderingContext context,
AttributeKey attrKey,
boolean returnBoundValue)
Bottleneck method for all attribute getting. |
java.util.Iterator<java.lang.String> |
AbstractTextNode.getChildNames(UIXRenderingContext context)
Returns null. |
java.util.Iterator<java.lang.String> |
UINodeProxy.getChildNames(UIXRenderingContext context)
Returns an Iterator of the names that named children have been added under. |
java.util.Iterator<java.lang.String> |
BaseUINode.getChildNames(UIXRenderingContext context)
Returns an Iterator of the names that named children have been added under. |
java.util.Iterator<java.lang.String> |
UINode.getChildNames(UIXRenderingContext context)
Returns an Iterator of the names that named children have been added under. |
DataObject |
LogicalNodeRenderingContext.getDataObject(UIXRenderingContext context,
java.lang.String namespaceURI,
java.lang.String name)
Internal version of getDataObject(). |
DataObject |
RootRenderingContext.getDataObject(UIXRenderingContext context,
java.lang.String namespaceURI,
java.lang.String name)
Returns the DataObject for the given namespace and name pair. |
DataObject |
UIXRenderingContext.getDataObject(UIXRenderingContext outerContext,
java.lang.String namespaceURI,
java.lang.String name)
Internal version of getDataObject(). |
protected java.lang.String |
ElementRenderer.getElementName(UIXRenderingContext context,
UINode node)
Called to retrieve the element name to render. |
UINode |
AbstractTextNode.getIndexedChild(UIXRenderingContext context,
int index)
Returns the indexed child at this index; since TextNodes contain no children, always throws an exception. |
UINode |
UINodeProxy.getIndexedChild(UIXRenderingContext context,
int childIndex)
Returns the indexed child at the specified index. |
UINode |
BaseUINode.getIndexedChild(UIXRenderingContext context,
int childIndex)
Returns the indexed child at the specified index. |
UINode |
UINode.getIndexedChild(UIXRenderingContext context,
int childIndex)
Returns the indexed child at the specified index. |
int |
AbstractTextNode.getIndexedChildCount(UIXRenderingContext context)
Returns the number of indexed children; since TextNodes contain no children, always returns 0 |
int |
UINodeProxy.getIndexedChildCount(UIXRenderingContext context)
Returns the number of indexed children in this UINode. |
int |
BaseUINode.getIndexedChildCount(UIXRenderingContext context)
Returns the number of indexed children in this UINode. |
int |
UINode.getIndexedChildCount(UIXRenderingContext context)
Returns the number of indexed children in this UINode. |
UINode |
AbstractTextNode.getNamedChild(UIXRenderingContext context,
java.lang.String childName)
Returns null. |
UINode |
UINodeProxy.getNamedChild(UIXRenderingContext context,
java.lang.String childName)
Returns the child identified by childName. |
UINode |
BaseUINode.getNamedChild(UIXRenderingContext context,
java.lang.String childName)
Returns the child identified by childName. |
UINode |
UINode.getNamedChild(UIXRenderingContext context,
java.lang.String childName)
Returns the child identified by childName. |
protected int |
BaseRenderer.getNextRenderedChildIndex(UIXRenderingContext context,
UINode parentNode,
int afterChildIndex)
|
protected UINode |
BaseRenderer.getNextRenderedChildNode(UIXRenderingContext context,
UINode parentNode,
int afterChildIndex)
Returns the next child UINode that will be rendered after the passed in index. |
NodeRole |
AbstractTextNode.getNodeRole(UIXRenderingContext context)
|
NodeRole |
UINodeProxy.getNodeRole(UIXRenderingContext context)
Returns the role that this node occupies. |
NodeRole |
BaseUINode.getNodeRole(UIXRenderingContext context)
Returns the role that this node occupies. |
NodeRole |
UINode.getNodeRole(UIXRenderingContext context)
Returns the role that this node occupies. |
NodeRole |
RoledRenderer.getNodeRole(UIXRenderingContext context,
UINode node)
Return the role of this renderer. |
static java.lang.Object |
NodeUtils.getPreorderDescendentAttributeValue(UIXRenderingContext context,
UINode startNode,
AttributeKey attrKey)
Returns the first attribute value for the specified attrName, found be performing a preorder (depth-first) search of the startNode and its children. |
java.lang.Object |
AbstractTextNode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
UINodeProxy.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
BaseUINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
UINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with a specified name, without attempting to further resolve that value - as if , for instance, it might be a BoundValue. |
protected UINode |
BaseUINode.getRenderedUINode(UIXRenderingContext context)
Returns the UINode to render and to use to dtermine the renderer. |
protected Renderer |
BaseUINode.getRenderer(UIXRenderingContext context)
|
protected Renderer |
BaseUINode.getRenderer(UIXRenderingContext context,
UINode dataNode)
Returns the Renderer used to render this UINode. |
UIXRenderingContext |
UINodeProxy.getRenderingContext(UIXRenderingContext context)
|
static UINode |
NodeUtils.getRootUINode(UIXRenderingContext context)
Returns the root UINode in the specified RenderingContext |
static UINode |
NodeUtils.getStackRootUINode(UIXRenderingContext context)
Returns the root UINode in a stack of RenderingContexts |
char[] |
AbstractTextNode.getText(UIXRenderingContext context)
Convenience method returning any text contained in this node as a char[] , regardless of how the text is actually stored in
the node. |
protected java.lang.Object |
TextNode.getTextObject(UIXRenderingContext context)
Returns the text for the current rendering context. |
protected abstract java.lang.Object |
AbstractTextNode.getTextObject(UIXRenderingContext context)
Returns the text for the current rendering context. |
static javax.faces.component.UIComponent |
NodeUtils.getUIComponent(UIXRenderingContext context,
UINode node)
Return the UIComponent for a node. |
protected int |
BaseRenderer.getVisibleIndexedChildCount(UIXRenderingContext context,
UINode node)
Convenience function to return the number of non-skipped indexed children. |
static boolean |
NodeUtils.isRenderedAncestor(UIXRenderingContext context,
UINode ancestorNode)
Returns true if the specified UINode is a rendered ancestor of the current rendering UINode |
void |
LogicalNodeRenderingContext.popRenderedChild(UIXRenderingContext currentContext)
|
void |
RenderedNodeRenderingContext.popRenderedChild(UIXRenderingContext currentContext)
|
void |
UIXRenderingContext.popRenderedChild(UIXRenderingContext currentContext)
Removes the UINode to actually use to render from the rendered UINode stack. |
protected void |
ElementRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
BaseRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
ElementRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
protected void |
BaseRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
void |
LogicalNodeRenderingContext.pushRenderedChild(UIXRenderingContext currentContext,
UINode child)
|
void |
RenderedNodeRenderingContext.pushRenderedChild(UIXRenderingContext currentContext,
UINode renderedChild)
|
void |
UIXRenderingContext.pushRenderedChild(UIXRenderingContext currentContext,
UINode renderedChild)
Adds the UINode to actually use to render to the rendered UINode stack. |
void |
AbstractTextNode.render(UIXRenderingContext context)
Renders this UINode. |
void |
UINodeProxy.render(UIXRenderingContext context)
Renders this UINode. |
void |
BaseUINode.render(UIXRenderingContext context)
Renders this UINode. |
void |
UINode.render(UIXRenderingContext context)
Renders this UINode. |
void |
AbstractTextNode.render(UIXRenderingContext context,
UINode node)
|
void |
UINodeProxy.render(UIXRenderingContext context,
UINode node)
|
void |
BaseUINode.render(UIXRenderingContext context,
UINode dataNode)
Renders this UINode. |
void |
UINode.render(UIXRenderingContext context,
UINode node)
|
void |
Renderer.render(UIXRenderingContext context,
UINode node)
Render a UINode in a RenderingContext. |
void |
BaseRenderer.render(UIXRenderingContext context,
UINode node)
Render a UINode in a RenderingContext. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
java.lang.String name,
java.lang.Object value)
Renders a single attribute. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
UINode node,
AttributeKey key,
java.lang.Object defaultValue)
Renders a single attribute, getting the value from the UINode, and substituting a default value if the node doesn't have that attribute set. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
UINode node,
java.lang.String name,
AttributeKey valueKey)
Renders a single attribute, getting the value from the UINode. |
protected void |
ElementRenderer.renderAttribute(UIXRenderingContext context,
UINode node,
java.lang.String name,
AttributeKey valueKey,
java.lang.Object defaultValue)
Renders a single attribute, getting the value from the UINode, and substituting a default value if the node doesn't have that attribute set. |
protected void |
ElementRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
BaseRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
Called to render between each set of rendered indexed children. |
protected void |
BaseRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node,
int nextIndex)
Called to render between each set of rendered indexed children. |
protected void |
BaseRenderer.renderChild(UIXRenderingContext context,
UINode child)
Called to render a child. |
protected void |
BaseRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
BaseRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int childIndex)
Called to render an indexed child. |
protected void |
BaseRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
Called each time an indexed child needs to be rendered. |
protected void |
BaseRenderer.renderNamedChild(UIXRenderingContext context,
UINode node,
java.lang.String childName)
Called to render a named child. |
protected void |
BaseRenderer.renderNamedChild(UIXRenderingContext context,
UINode node,
UINode child,
java.lang.String childName)
Called to render a named child. |
protected boolean |
BaseRenderer.skipChild(UIXRenderingContext context,
UINode node,
UINode child)
Called to determine if a specific child should be skipped. |
static boolean |
BaseRenderer.skipNode(UIXRenderingContext context,
UINode node)
Determines if a specific UINode should be skipped. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.action |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.action with parameters of type UIXRenderingContext | |
---|---|
protected static void |
FireAction.appendClientParameters(UIXRenderingContext context,
java.lang.StringBuffer buffer,
Parameter[] parameters)
|
static java.lang.String |
ClientActionUtils.appendURLParameters(UIXRenderingContext context,
java.lang.String base,
Parameter[] params)
|
protected static int |
FireAction.getBufferSize(UIXRenderingContext context,
java.lang.String startScript,
java.lang.String endScript,
java.lang.String destination,
java.lang.String formName,
java.lang.String event,
java.lang.String source,
java.lang.String partialTargets,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String partialTargetsKey,
java.lang.String returnScript,
Parameter[] parameters)
|
protected java.lang.String |
FireAction.getChangeScript(UIXRenderingContext context,
UINode node,
java.lang.String returnScript)
|
protected java.lang.String |
FirePartialAction.getChangeScript(UIXRenderingContext context,
UINode node,
java.lang.String returnScript)
|
protected java.lang.String |
FireAction.getChangeScript(UIXRenderingContext context,
UINode node,
java.lang.String returnScript,
java.lang.String startScript,
java.lang.String endScript,
java.lang.String extraKey,
java.lang.String extraValue)
|
protected static int |
FireAction.getClientParametersSize(UIXRenderingContext context,
Parameter[] parameters)
Computes the buffer size for client-defined parameters |
protected static java.lang.String |
FireAction.getDestination(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FireAction.getEventValue(UIXRenderingContext context)
|
protected java.lang.String |
FireAction.getFormName(UIXRenderingContext context,
UINode node)
|
Parameter[] |
FireAction.getParameters(UIXRenderingContext context,
UINode node)
|
Parameter[] |
FirePartialAction.getParameters(UIXRenderingContext context,
UINode node)
|
Parameter[] |
ClientAction.getParameters(UIXRenderingContext context,
UINode node)
Returns an array of all parameters to this ClientAction. |
static ClientAction |
ClientActionUtils.getPrimaryClientAction(UIXRenderingContext context,
UINode node)
Gets the ClientAction associated with this UINode if there is one. |
java.lang.String |
FireAction.getScript(UIXRenderingContext context,
UINode node,
java.lang.Boolean returnVal)
Implementation of ClientAction.getScript(). |
abstract java.lang.String |
ClientAction.getScript(UIXRenderingContext context,
UINode node,
java.lang.Boolean returnVal)
Returns the script which implements this ClientAction. |
protected java.lang.String |
FireAction.getSource(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FireAction.getSubmitScript(UIXRenderingContext context,
UINode node,
java.lang.String returnScript)
|
protected java.lang.String |
FirePartialAction.getSubmitScript(UIXRenderingContext context,
UINode node,
java.lang.String returnScript)
Implementation of FireAction.getSubmitScript(). |
boolean |
FirePartialAction.isTriggerRequired(UIXRenderingContext context,
UINode node)
Override of ClientAction.isTriggerRequired() |
boolean |
ClientAction.isTriggerRequired(UIXRenderingContext context,
UINode node)
Tests whether the ClientAction should be invoked using an explicit trigger such as a button or link. |
protected boolean |
FireAction.isUnvalidated(UIXRenderingContext context)
|
boolean |
FireAction.renderAsEvent(UIXRenderingContext context,
UINode node)
Override of ClientAction.renderAsEvent(). |
boolean |
FirePartialAction.renderAsEvent(UIXRenderingContext context,
UINode node)
Override of FireAction.renderAsEvent(). |
boolean |
ClientAction.renderAsEvent(UIXRenderingContext context,
UINode node)
Returns true if it's OK to render this ClientAction's script as an event (e.g. onClick, onChange, etc.). |
void |
FirePartialAction.renderTrigger(UIXRenderingContext context,
UINode node)
Override of ClientAction.renderTrigger(). |
void |
ClientAction.renderTrigger(UIXRenderingContext context,
UINode node)
Renders a trigger (a link or button) which can be used to invoke the ClientAction. |
void |
ClientAction.renderTrigger(UIXRenderingContext context,
UINode node,
java.lang.Object text)
Renders a trigger (a link or button) which can be used to invoke the ClientAction. |
void |
FirePartialAction.renderTrigger(UIXRenderingContext context,
UINode node,
java.lang.Object text,
java.lang.Object accessKey)
Override of ClientAction.renderTrigger(). |
void |
FireAction.writeDependencies(UIXRenderingContext context,
UINode node)
Override of ClientAction.writeDependencies(). |
void |
FirePartialAction.writeDependencies(UIXRenderingContext context,
UINode node)
Override of ClientAction.writeDependencies(). |
void |
ClientAction.writeDependencies(UIXRenderingContext context,
UINode node)
Called by the UIX Component rendering engine before getScript
in order to give the ClientAction the opportunity to generate
its client-side dependencies before getScript
and in a more suitable output scope. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.collection |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.collection that return UIXRenderingContext | |
---|---|
protected UIXRenderingContext |
UINodeAttributeMap.getRenderingContext(UIXRenderingContext context)
|
protected UIXRenderingContext |
UINodeUINodeList.getRenderingContext(UIXRenderingContext context)
|
Methods in org.apache.myfaces.trinidadinternal.ui.collection with parameters of type UIXRenderingContext | |
---|---|
java.util.Iterator<AttributeKey> |
ArrayAttributeMap.attributeKeys(UIXRenderingContext context)
|
java.util.Iterator<AttributeKey> |
UINodeAttributeMap.attributeKeys(UIXRenderingContext context)
|
java.util.Iterator<AttributeKey> |
AttributeMap.attributeKeys(UIXRenderingContext context)
Returns an Iterator of all of the AttributeKeys in the AttributeMap that values exist for. |
java.lang.Object |
MapContextMap.get(UIXRenderingContext context,
java.lang.Object key)
|
java.lang.Object |
ContextMap.get(UIXRenderingContext context,
java.lang.Object key)
Returns the Object stored under the key, returning null if no Object with that key exists. |
java.lang.Object |
ArrayAttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
|
java.lang.Object |
FlaggedAttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
|
java.lang.Object |
UINodeAttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
|
java.lang.Object |
AttributeMap.getAttribute(UIXRenderingContext context,
AttributeKey key)
Returns the value in the AttributeMap specified by the key. |
protected DataObjectList |
DataObjectListNodeList.getDataObjectList(UIXRenderingContext context)
Returns the DataObjectList to be used. |
protected UIXRenderingContext |
UINodeAttributeMap.getRenderingContext(UIXRenderingContext context)
|
protected UIXRenderingContext |
UINodeUINodeList.getRenderingContext(UIXRenderingContext context)
|
protected abstract UINode |
UINodeAttributeMap.getUINode(UIXRenderingContext context)
|
protected abstract UINode |
UINodeUINodeList.getUINode(UIXRenderingContext context)
|
UINode |
UnmodifiableCompoundNodeList.getUINode(UIXRenderingContext context,
int index)
|
UINode |
ArrayUINodeList.getUINode(UIXRenderingContext context,
int index)
|
UINode |
UINodeListProxy.getUINode(UIXRenderingContext context,
int index)
|
UINode |
DataObjectListNodeList.getUINode(UIXRenderingContext context,
int index)
|
UINode |
UINodeUINodeList.getUINode(UIXRenderingContext context,
int index)
|
UINode |
UINodeList.getUINode(UIXRenderingContext context,
int index)
Returns the UINode at the specifed index in the UINodeList, given the specified RenderingContext. |
protected abstract UINodeList |
UINodeListProxy.getUINodeList(UIXRenderingContext context)
|
protected UINodeList |
DataObjectListNodeList.getUINodeList(UIXRenderingContext context)
|
java.lang.String |
Parameter.getValue(UIXRenderingContext context)
Gets the value, resolving any data binding. |
java.util.Iterator<java.lang.String> |
MapContextMap.keys(UIXRenderingContext context)
|
java.util.Iterator<java.lang.String> |
ContextMap.keys(UIXRenderingContext context)
Returns an Iterator of all of the keys in the ContextMap given the specified context. |
int |
UnmodifiableCompoundNodeList.size(UIXRenderingContext context)
|
int |
ArrayUINodeList.size(UIXRenderingContext context)
|
int |
UINodeListProxy.size(UIXRenderingContext context)
|
int |
DataObjectListNodeList.size(UIXRenderingContext context)
Returns the size of the DataObjectListNodeList; returns (number of contained nodes) * (size of the DataObjectList). |
int |
UINodeUINodeList.size(UIXRenderingContext context)
|
int |
UINodeList.size(UIXRenderingContext context)
Returns the number of elements in the UINodeList given the specified RenderingContext. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.composite |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.composite that return UIXRenderingContext | |
---|---|
protected UIXRenderingContext |
RootAttributeMap.getRenderingContext(UIXRenderingContext context)
|
protected UIXRenderingContext |
RootUINodeList.getRenderingContext(UIXRenderingContext context)
|
Methods in org.apache.myfaces.trinidadinternal.ui.composite with parameters of type UIXRenderingContext | |
---|---|
protected java.lang.Object |
ContextPoppingUINode.getAttributeValueImpl(UIXRenderingContext context,
AttributeKey attrKey,
boolean returnBoundValue)
|
UINode |
ContextPoppingUINode.getIndexedChild(UIXRenderingContext context,
int childIndex)
|
int |
ContextPoppingUINode.getIndexedChildCount(UIXRenderingContext context)
|
NodeRole |
ContextPropertyUINode.getNodeRole(UIXRenderingContext context)
|
protected UINode |
ContextPoppingUINode.getPoppedNode(UIXRenderingContext context)
|
protected Renderer |
ContextPoppingUINode.getRenderer(UIXRenderingContext context,
UINode dataNode)
|
protected Renderer |
ContextPropertyUINode.getRenderer(UIXRenderingContext context,
UINode dataNode)
|
protected UIXRenderingContext |
RootAttributeMap.getRenderingContext(UIXRenderingContext context)
|
protected UIXRenderingContext |
RootUINodeList.getRenderingContext(UIXRenderingContext context)
|
protected abstract UINode |
UINodeRenderer.getRenderingUINode(UIXRenderingContext context,
UINode node)
|
protected UINode |
RootAttributeMap.getUINode(UIXRenderingContext context)
|
protected UINode |
RootUINodeList.getUINode(UIXRenderingContext context)
|
UINode |
RootUINodeList.getUINode(UIXRenderingContext context,
int index)
|
java.lang.Object |
RootChildBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
RootBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
PoppedAttributeBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
RootAttributeBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
protected void |
UINodeRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
UINodeRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
void |
UINodeRenderer.render(UIXRenderingContext context,
UINode node)
Render a UINode in a RenderingContext. |
static void |
UINodeRenderer.renderInCompositeContext(UIXRenderingContext context,
UINode node,
UINode renderingUINode)
|
protected void |
UINodeRenderer.renderWithNode(UIXRenderingContext context,
UINode node,
UINode renderingUINode)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.data |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.data with parameters of type UIXRenderingContext | |
---|---|
java.lang.Object |
DataBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
BoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
static void |
DataBoundValue.handleException(UIXRenderingContext context,
java.lang.RuntimeException exception)
Handles a RuntimeException; the exception is swallowed after being logged. |
static void |
DataBoundValue.handleException(UIXRenderingContext context,
java.lang.Throwable throwable)
Handles a Throwable; the exception is swallowed after being logged. |
java.util.Iterator<java.lang.Object> |
MapData.keys(UIXRenderingContext context)
|
java.util.Iterator<java.lang.Object> |
KeyedDataObject.keys(UIXRenderingContext context)
|
java.util.Iterator<java.lang.Object> |
DictionaryData.keys(UIXRenderingContext context)
|
java.lang.Object |
MapData.selectValue(UIXRenderingContext context,
java.lang.Object select)
Returns the value registered with the select key. |
java.lang.Object |
DictionaryData.selectValue(UIXRenderingContext context,
java.lang.Object select)
Returns the value registered with the select key. |
java.lang.Object |
DataObject.selectValue(UIXRenderingContext context,
java.lang.Object select)
Given a select string, returns the value matching that selection. |
void |
MutableBoundValue.setValue(UIXRenderingContext context,
java.lang.Object value)
Sets the value of a bound value |
void |
MapData.updateValue(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
|
void |
DictionaryData.updateValue(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
|
void |
MutableDataObject.updateValue(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
Given a select string, updates the value matching that selection. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.data.bean |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.data.bean with parameters of type UIXRenderingContext | |
---|---|
static DataObject |
BeanAdapterUtils.getAdapter(UIXRenderingContext context,
java.lang.Object instance)
Creates a DataObject adapter class around an object instance. |
static DataObjectList |
BeanAdapterUtils.getAdapterList(UIXRenderingContext context,
java.lang.Object listInstance)
Creates a DataObjectList adapter class around an object. |
java.lang.Object |
IntrospectionAdapter.selectValue(UIXRenderingContext context,
java.lang.Object select)
|
void |
IntrospectionAdapter.updateValue(UIXRenderingContext context,
java.lang.Object select,
java.lang.Object value)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.data.bind |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.data.bind with parameters of type UIXRenderingContext | |
---|---|
java.lang.Object |
AccessKeyBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
ConvertBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
ToStringBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
StringExistsBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
FixedBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
ContextPropertyBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
IsAgentApplicationBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
NotBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
ComparisonBoundValue.getValue(UIXRenderingContext context)
Calculates the current state of the model. |
java.lang.Object |
DefaultingBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
OrBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
ConcatBoundValue.getValue(UIXRenderingContext context)
Called to retrieve a value based on the current rendering context. |
java.lang.Object |
AndBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
IfBoundValue.getValue(UIXRenderingContext context)
Calculates the current state of the model. |
protected java.lang.Object |
DefaultingBoundValue.getWrappedValue(UIXRenderingContext context)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.expl |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.expl that return UIXRenderingContext | |
---|---|
UIXRenderingContext |
UIImplicitObject.getRenderingContext()
Gets the current RenderingContext. |
protected UIXRenderingContext |
UIVariableResolver.getRenderingContext()
gets the current RenderingContext |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.html |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.html with parameters of type UIXRenderingContext | |
---|---|
protected java.lang.String |
HTMLElementRenderer.getElementName(UIXRenderingContext context,
UINode node)
Called to retrieve the element name to render. |
Renderer |
HTMLWebBean.getRenderer(UIXRenderingContext context,
UINode dataNode)
Returns the renderer to use on the bean. |
protected void |
HTMLElementRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders all attributes of the current node. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.laf |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf with parameters of type UIXRenderingContext | |
---|---|
LookAndFeel |
LookAndFeelManager.getLookAndFeel(UIXRenderingContext context)
Gets the LookAndFeel for the specified RenderingContext. |
int |
NameAndAgentScorer.score(UIXRenderingContext context,
java.lang.String lafName)
Deprecated. Subclassers should override scoreLookAndFeel() instead. |
Score |
NameOnlyScorer.scoreLookAndFeel(UIXRenderingContext context,
java.lang.String lafName)
Produces a Score for the current request, using the base LookAndFeelScorer to score everything other than the look and feel family name. |
Score |
NameAndAgentScorer.scoreLookAndFeel(UIXRenderingContext context,
java.lang.String lafName)
Implementation of LookAndFeelScorer that produces a Score based on the required name and Agent information. |
abstract Score |
LookAndFeelScorer.scoreLookAndFeel(UIXRenderingContext context,
java.lang.String lafName)
Generates a Score which is used to determine whether the LookAndFeel associated with this LookAndFeelScorer is the best LookAndFeel to use for the current request. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.laf.base |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type UIXRenderingContext | |
---|---|
protected java.lang.String |
BaseLafRenderer.encodeActionURL(UIXRenderingContext context,
java.lang.Object value)
|
protected java.lang.String |
BaseLafRenderer.encodeResourceURL(UIXRenderingContext context,
java.lang.Object value)
|
protected java.lang.String |
BaseLafRenderer.formatString(UIXRenderingContext context,
java.lang.String pattern,
java.lang.String[] parameters)
Format a string with the specified pattern and parameters, caching the FastMessageFormat on the RenderingContext. |
static java.lang.String |
BaseLafUtils.generateUniqueID(UIXRenderingContext context)
Generates an ID that will be unique in the current rendering context. |
static java.lang.String |
BaseLafRenderer.getAbsoluteImageURI(UIXRenderingContext context,
java.lang.String uri)
|
protected static java.lang.Object |
BaseLafRenderer.getAgentCapability(UIXRenderingContext context,
CapabilityKey key)
Returns the Agent capability specified by the key |
protected static java.lang.Object |
BaseLafRenderer.getAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
java.lang.Object defaultValue)
Returns the value of an attribute for this node, using the default value, if no value exists for the attribute on this node. |
static java.awt.Color |
BaseLafUtils.getBackgroundColor(UIXRenderingContext context)
Returns the current background color. |
static java.lang.String |
BaseLafRenderer.getBaseImageURI(UIXRenderingContext context)
|
protected static boolean |
BaseLafRenderer.getBooleanAgentCapability(UIXRenderingContext context,
CapabilityKey key)
Returns true iff the specified agent capability is true |
protected static boolean |
BaseLafRenderer.getBooleanAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
boolean defaultValue)
|
protected static boolean |
BaseLafRenderer.getBooleanAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
java.lang.Boolean defaultValue)
|
static java.lang.String |
LafIconProvider.getCacheImageURI(UIXRenderingContext context)
Returns the URI to the image cache |
static char |
BaseLafUtils.getCharacterAttr(UIXRenderingContext context,
UINode node,
AttributeKey key)
|
ImageProviderResponse |
ColorizedIconProvider.getColorizedIcon(UIXRenderingContext context,
IconKey iconKey)
Retrieves the ImageProviderReponse for the image indentified by the iconKey |
abstract ImageProviderResponse |
ColorizedLafIconProvider.getColorizedIcon(UIXRenderingContext context,
IconKey iconKey)
Retrieves the ImageProviderReponse for the image indentified by the iconKey |
java.lang.String |
ColorizedIconProvider.getColorizedIconURI(UIXRenderingContext context,
IconKey iconKey)
Returns the URI to the icon indentified by the icon key |
java.lang.String |
ColorizedLafIconProvider.getColorizedIconURI(UIXRenderingContext context,
IconKey iconKey)
Returns the URI to the icon indentified by the icon key |
static java.lang.String |
BaseLafUtils.getConfiguredURL(UIXRenderingContext context,
java.lang.Object directoryKey)
Return an URL based on the current Configuration. |
protected static DataObject |
BaseLafRenderer.getDataObjectAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey)
|
protected static DataObjectList |
BaseLafRenderer.getDataObjectListAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey)
|
protected java.lang.String |
ChildRenderer.getElementName(UIXRenderingContext context,
UINode node)
Override to not render any surrounding element tag |
static java.lang.String |
BaseLafUtils.getFormattedString(UIXRenderingContext context,
java.lang.String pattern,
java.lang.String[] parameters)
Format a string with the specified pattern and parameters, caching the FastMessageFormat on the RenderingContext. |
java.lang.String |
InstallLafIconProvider.getIconURI(UIXRenderingContext context,
IconKey iconKey)
Returns the URI to the icon indentified by the icon key |
abstract java.lang.String |
LafIconProvider.getIconURI(UIXRenderingContext context,
IconKey iconKey)
Returns the URI to the icon indentified by the icon key |
static java.lang.String |
BaseLafRenderer.getIconURI(UIXRenderingContext context,
IconKey iconKey)
|
protected java.lang.Object |
BaseLafRenderer.getID(UIXRenderingContext context,
UINode node)
|
protected static int |
BaseLafRenderer.getIntAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey attributeKey,
int defaultValue)
|
static java.lang.Object |
BaseLafUtils.getLocalAttribute(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Returns the value of the specified attribute from the local Renderer stack frame if possible, or from the node, and caches the result |
static boolean |
BaseLafUtils.getLocalBooleanAttribute(UIXRenderingContext context,
UINode node,
AttributeKey attrKey,
boolean defaultValue)
Returns the value of the specified Boolean attribute from the local Renderer stack frame if possible, or from the node, and caches the result |
static UINode |
BaseLafUtils.getLocalNamedChild(UIXRenderingContext context,
UINode node,
java.lang.String childName)
Returns the value of the specified named child from the local Renderer stack frame if possible, or from the node, and caches the result |
static java.lang.String |
BaseLafUtils.getLocalTextAttribute(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Returns the value of the specified String attribute from the local Renderer stack frame if possible, or from the node, and caches the result |
protected UINode |
BaseLafRenderer.getNamedChild(UIXRenderingContext context,
UINode node,
java.lang.String name)
|
protected java.lang.Object |
BaseLafRenderer.getNodeName(UIXRenderingContext context,
UINode node)
Get the name for a node. |
NodeRole |
SwitcherRenderer.getNodeRole(UIXRenderingContext context,
UINode node)
|
static java.lang.String |
BaseLafUtils.getOutputEncoding(UIXRenderingContext context)
Gets the character encoding of the output. |
static java.lang.String |
BaseLafUtils.getParentFormName(UIXRenderingContext context)
Returns the name of the current parent form |
static java.lang.String |
BaseLafRenderer.getParentFormName(UIXRenderingContext context)
|
static UINode |
BaseLafUtils.getRenderedAncestorByName(UIXRenderingContext context,
UINode child,
java.lang.String namespaceURI,
java.lang.String name)
Returns the nearest rendered ancestor of the specified child node which has the desired local name. |
static java.lang.Object |
BaseLafUtils.getRenderingProperty(UIXRenderingContext context,
java.lang.Object key)
Gets a property stored on the context, using the BLAF namespace. |
protected static java.lang.Object |
BaseLafRenderer.getRenderingProperty(UIXRenderingContext context,
java.lang.Object key)
Gets a property stored on the context, using the BLAF namespace. |
protected static int |
BaseLafRenderer.getRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
int defaultValue)
|
static java.lang.Object |
BaseLafUtils.getRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object defaultValue)
Gets a property stored on the context, using the Marlin namespace. |
protected static java.lang.Object |
BaseLafRenderer.getRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object defaultValue)
Gets a property stored on the context, using the Marlin namespace. |
protected java.lang.Object |
BaseLafRenderer.getShortDesc(UIXRenderingContext context,
UINode node)
|
static java.lang.String |
BaseLafUtils.getStringAttributeValue(UIXRenderingContext context,
UINode node,
AttributeKey key)
Returns the attribute as a String |
static UINode |
NodeRoleUtils.getStructuralAncestor(UIXRenderingContext context)
Return the first ancestral node that is "structural" - that is, skip over any nodes that just change state, like DataScopeBean or SwitcherBean. |
static NodeRole |
NodeRoleUtils.getStructuralRole(UIXRenderingContext context,
UINode node)
Returns the structural role of the node; if it isn't structural, returns the role of the first structural child. |
static java.lang.Object |
BaseLafUtils.getTransformedID(UIXRenderingContext context,
java.lang.Object idObject,
boolean isSubID)
|
protected java.lang.Object |
BaseLafRenderer.getTransformedName(UIXRenderingContext context,
UINode node)
Returns the name of the node, transformed for the given context |
static java.lang.String |
BaseLafRenderer.getTranslatedString(UIXRenderingContext context,
java.lang.String key)
Returns a translated String from the skin's resource bundle. |
static java.lang.Object |
BaseLafRenderer.getTranslatedValue(UIXRenderingContext context,
java.lang.String key)
Returns a translated value from the skin's resource bundle. |
static javax.faces.component.UIComponent |
BaseLafRenderer.getUIComponent(UIXRenderingContext context,
UINode node)
Returns UIComponent for a given UINode. |
java.lang.Object |
UseAccessibilityBoundValue.getValue(UIXRenderingContext context)
Retrieves the translated value from the ResourceBundle. |
java.lang.Object |
SkinTranslatedBoundValue.getValue(UIXRenderingContext context)
Retrieves the translated value from the ResourceBundle. |
java.lang.Object |
IconURIBoundValue.getValue(UIXRenderingContext context)
|
protected boolean |
BaseLafRenderer.hasNamedChild(UIXRenderingContext context,
UINode node,
java.lang.String name)
|
protected boolean |
BaseLafRenderer.hasRenderedNamedChild(UIXRenderingContext context,
UINode node,
java.lang.String name)
|
protected boolean |
BaseLafRenderer.isDisabled(UIXRenderingContext context,
UINode node)
|
static boolean |
BaseLafRenderer.isInaccessibleMode(UIXRenderingContext context)
|
static boolean |
BaseLafUtils.isRightToLeft(UIXRenderingContext context)
|
protected static boolean |
BaseLafRenderer.isRightToLeft(UIXRenderingContext context)
|
static boolean |
BaseLafRenderer.isScreenReaderMode(UIXRenderingContext context)
|
protected static boolean |
BaseLafRenderer.isSelected(UIXRenderingContext context,
UINode node)
Returns true if this node is selected. |
static void |
BaseLafUtils.popRenderingProperty(UIXRenderingContext context,
java.lang.Object key)
Pops a previously pushed local value back into the rendering context property, setting the local property value back to null. |
protected static void |
BaseLafRenderer.popRenderingProperty(UIXRenderingContext context,
java.lang.Object key)
Pops a previously pushed local value back into the rendering context property, setting the local property value back to null. |
static void |
BaseLafUtils.popRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object localKey)
Pops a previously pushed local value back into the rendering context property, setting the local property value back to null. |
protected static void |
BaseLafRenderer.popRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object localKey)
Pops a previously pushed local value back into the rendering context property, setting the local property value back to null. |
static void |
BaseLafUtils.popStyleAttrs(UIXRenderingContext context)
Pops the style attributes stack. |
protected void |
RawTextRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
void |
PreAndPostRenderer.postrender(UIXRenderingContext context,
UINode node)
|
void |
NullRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
RawTextRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
void |
PreAndPostRenderer.prerender(UIXRenderingContext context,
UINode node)
|
void |
NullRenderer.prerender(UIXRenderingContext context,
UINode node)
|
static void |
BaseLafUtils.pushAttributeAsRenderingProperty(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Pushes the attribute value into the rendering context property, storing the old value as a local property to be restored later. |
protected static void |
BaseLafRenderer.pushAttributeAsRenderingProperty(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Pushes the attribute value into the rendering context property, storing the old value as a local property to be restored later. |
static void |
BaseLafUtils.pushAttributeAsStringRenderingProperty(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Pushes the attribute value into the rendering context property, as a String, storing the old value as a local property to be restored later. |
static void |
BaseLafUtils.pushRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object value)
Pushes a new value into the rendering context property, storing the old value as a local property to be restored later. |
protected static void |
BaseLafRenderer.pushRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object value)
Pushes a new value into the rendering context property, storing the old value as a local property to be restored later. |
static void |
BaseLafUtils.pushRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object localKey,
java.lang.Object value)
Pushes a new value into the rendering context property, storing the old value as a local property to be restored later. |
protected static void |
BaseLafRenderer.pushRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object localKey,
java.lang.Object value)
Pushes a new value into the rendering context property, storing the old value as a local property to be restored later. |
static void |
BaseLafUtils.pushStyleAttrs(UIXRenderingContext context,
java.lang.String styleClass,
Style inlineStyle)
Pushes the specified style attributes onto a stack which is used to track the current background color. |
void |
UnsupportedRenderer.render(UIXRenderingContext context,
UINode node)
Render nothing. |
void |
NullRenderer.render(UIXRenderingContext context,
UINode node)
Render nothing. |
protected void |
RawTextRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
Called to render between each set of rendered indexed children. |
protected void |
SwitcherRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
TextRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
BaseLafRenderer.renderEncodedActionURI(UIXRenderingContext context,
java.lang.String name,
java.lang.Object value)
|
protected void |
BaseLafRenderer.renderEncodedResourceURI(UIXRenderingContext context,
java.lang.String name,
java.lang.Object value)
|
protected void |
BaseLafRenderer.renderID(UIXRenderingContext context,
java.lang.Object idObject,
boolean isSubID)
Renders the id of the UINode |
protected void |
BaseLafRenderer.renderID(UIXRenderingContext context,
UINode node)
Renders the id of the UINode |
protected void |
BaseLafRenderer.renderText(UIXRenderingContext context,
UINode node)
Render the text stored as a text attribute. |
protected void |
BaseLafRenderer.renderURIAttribute(UIXRenderingContext context,
java.lang.String name,
java.lang.Object value)
|
protected void |
BaseLafRenderer.renderURIID(UIXRenderingContext context,
java.lang.Object idObject)
|
static void |
BaseLafUtils.setRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object value)
Stores a property on the context, using the BLAF namespace. |
protected static void |
BaseLafRenderer.setRenderingProperty(UIXRenderingContext context,
java.lang.Object key,
java.lang.Object value)
Stores a property on the context, using the BLAF namespace. |
static boolean |
BaseLafRenderer.supportsAccessKeys(UIXRenderingContext context)
Returns true if the agent supports access keys |
static boolean |
BaseLafRenderer.supportsAdvancedForms(UIXRenderingContext context)
Returns true if the agent supports the (advanced) forms module See section 5.5.2 of xhtml modularization. |
static boolean |
BaseLafRenderer.supportsAdvancedTables(UIXRenderingContext context)
Returns true if the agent supports the (advanced) tables module See section 5.6.2 of xhtml modularization. |
static boolean |
BaseLafRenderer.supportsAutoCompleteFormElements(UIXRenderingContext context)
|
static boolean |
BaseLafRenderer.supportsClassAttribute(UIXRenderingContext context)
Returns true if the CSS class attribute is supported. |
static boolean |
BaseLafRenderer.supportsDisabledFormElements(UIXRenderingContext context)
Returns true if the agent supports rendering disabled form elements |
static boolean |
BaseLafRenderer.supportsEditing(UIXRenderingContext context)
Returns true if editing is supported. |
static boolean |
BaseLafRenderer.supportsFieldSetElement(UIXRenderingContext context)
Returns true if the browser supports rendering of fieldset element. |
static boolean |
BaseLafRenderer.supportsFrames(UIXRenderingContext context)
Returns true if the agent supports the Frames module See section 5.11 of xhtml modularization. |
static boolean |
BaseLafRenderer.supportsFullDOM(UIXRenderingContext context)
Returns true if the agent supports a full dom |
static boolean |
BaseLafRenderer.supportsID(UIXRenderingContext context)
Returns true if the agent supports the id attribute |
static boolean |
BaseLafRenderer.supportsIframes(UIXRenderingContext context)
Returns true if the agent supports the Iframes module See section 5.13 of xhtml modularization. |
static boolean |
BaseLafRenderer.supportsIntrinsicEvents(UIXRenderingContext context)
Returns true if the event attributes should be rendered for this node. |
static boolean |
BaseLafRenderer.supportsMultipleCssSelectors(UIXRenderingContext context)
Returns true if the value of the CSS class attribute can take a space separated list of style selectors |
static boolean |
BaseLafRenderer.supportsMultipleWindows(UIXRenderingContext context)
Returns true if the agent supports opening multiple windows |
static boolean |
BaseLafRenderer.supportsNameIdentification(UIXRenderingContext context)
Returns true if the agent supports the Name identification module. |
static boolean |
BaseLafRenderer.supportsNavigation(UIXRenderingContext context)
Returns true if navigation is supported. |
static boolean |
BaseLafRenderer.supportsReadOnlyFormElements(UIXRenderingContext context)
Returns true if the agent supports rendering readonly form elements |
static boolean |
BaseLafRenderer.supportsScripting(UIXRenderingContext context)
Returns true if the agent supports the Script module. |
static boolean |
BaseLafRenderer.supportsStyleAttributes(UIXRenderingContext context)
Returns true if the style attributes should be rendered for this node. |
static boolean |
BaseLafRenderer.supportsTarget(UIXRenderingContext context)
Returns true if the agent supports setting the target attribute of other elements. |
static boolean |
BaseLafRenderer.supportsTextPresentation(UIXRenderingContext context)
Returns true if the agent supports the text presentation module. |
static boolean |
BaseLafRenderer.supportsXMLDOM(UIXRenderingContext context)
Returns true if the agent supports the xmldom |
boolean |
TreeWalker.walkChildren(UIXRenderingContext context,
UINode node,
java.lang.Object value,
Path path)
Callback method that will be called once for every node to determine if the children of that node should be walked to. |
java.lang.Object |
TreeWalker.walkNode(UIXRenderingContext context,
UINode node,
java.lang.Object previousValue,
Path path)
Callback method that will be called once for every node the tree walker walks. |
static java.lang.Object |
TreeWalkerUtils.walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker)
Walks a tree using a TreeWalker. |
static java.lang.Object |
TreeWalkerUtils.walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker,
PathImpl path)
Walks a tree using a TreeWalker. |
static java.lang.Object |
TreeWalkerUtils.walkTree(UIXRenderingContext context,
UINode ancestor,
TreeWalker walker,
PathImpl path,
boolean renderedOnly)
Walks a tree using a TreeWalker. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.desktop with parameters of type UIXRenderingContext | |
---|---|
protected abstract ImageProviderRequest |
ButtonRenderer.createImageProviderRequest(UIXRenderingContext context,
java.lang.Object name,
java.lang.Object text,
java.awt.Color foreground,
java.awt.Color background,
java.awt.Color surroundingColor,
FontProxy font,
boolean disabled,
boolean textAntialias,
boolean startRounded,
boolean endRounded,
char accessKey)
Creates the ImageProviderRequest to use when looking up the button image. |
protected boolean |
ButtonRenderer.doRenderImageContent(UIXRenderingContext context,
UINode node)
Tests whether the button should be rendered as an image. |
protected int |
BorderLayoutRenderer.getDefaultMarginIndent(UIXRenderingContext context,
UINode node)
Returns the default marign indent to use if no CELL_PADDING_ATTR is specified |
protected java.lang.Object |
GlobalButtonRenderer.getDestination(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
IconButtonRenderer.getDestination(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ResetButtonRenderer.getDestination(UIXRenderingContext context,
UINode node)
Always have a link so that we are keyboard navigable in IE. |
protected java.lang.String |
GlobalButtonRenderer.getDestinationAttr(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ProcessingRenderer.getDeterminateAltText(UIXRenderingContext context,
java.lang.String percentCompleteString)
return a string with the alternate text for the determinate processing icon. |
protected java.lang.String |
ProductBrandingRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
PageHeaderLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ProcessingRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
IconButtonRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
PanelTabbedRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
SubTabBarRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ContentFooterRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
SideBarRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ColorPaletteRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FooterRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
TreeRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
MessageBoxRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
GlobalHeaderRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
TabBarRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected static java.lang.String |
PanelTabbedRenderer.getEncodedPartialTargets(UIXRenderingContext context,
UINode node,
java.lang.String id)
|
protected java.lang.String |
SubmitButtonRenderer.getFunctionCall(UIXRenderingContext context,
UINode node,
java.lang.String formName)
Returns the Javascript function call to return for this button. |
protected java.lang.String |
ResetButtonRenderer.getFunctionCall(UIXRenderingContext context,
UINode node,
java.lang.String formName)
|
static java.lang.Object |
HeaderUtils.getHeaderID(UIXRenderingContext context)
|
protected int |
ColorPaletteRenderer.getHeight(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
ApplicationSwitcherRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
MenuListRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageMenuListRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
TabBarRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageMenuTabsRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
static java.lang.Boolean |
HideShowUtils.getIsInline(UIXRenderingContext context)
|
protected java.lang.Object |
ApplicationSwitcherRenderer.getNodeName(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
GlobalButtonRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ColorPaletteRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ButtonRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ResetButtonRenderer.getOnClick(UIXRenderingContext context,
UINode node)
Show the modal dialog on click. |
protected java.lang.Object |
ColorPaletteRenderer.getOnColorSelect(UIXRenderingContext context,
UINode node)
|
static java.lang.Object |
SubTabBarUtils.getOrientation(UIXRenderingContext context)
|
protected UINode |
PrintablePageLayoutRenderer.getRenderingUINode(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageLayoutRenderer.getRenderingUINode(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
HeaderRenderer.getReturnAltString(UIXRenderingContext context)
|
protected java.lang.Object |
HeaderRenderer.getReturnString(UIXRenderingContext context)
|
static java.lang.Object |
SubTabBarUtils.getSelectedIndex(UIXRenderingContext context)
|
protected java.lang.String |
ApplicationSwitcherRenderer.getSelectedValue(UIXRenderingContext context,
UINode node)
Returns the value associated with the selected value attribute |
protected org.apache.myfaces.trinidad.skin.Icon |
GlobalHeaderRenderer.getSeparatorIcon(UIXRenderingContext context)
Returns the separator Icon |
protected java.lang.String |
ButtonRenderer.getServerStyleName(UIXRenderingContext context,
UINode node,
boolean disabled)
Returns the name of the server-side style for styling button text. |
protected java.lang.Object |
IconButtonRenderer.getSource(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageNavigationTreeRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
ApplicationSwitcherRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
MenuListRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageMenuListRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
TreeRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
TabBarRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageMenuTabsRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
GlobalButtonRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
SubTabBarRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Returns the StyleClass to use to render this node. |
protected java.lang.Object |
MessageBoxRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Returns the messageBox's style class. |
protected java.lang.Object |
GlobalHeaderRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Override of getStyleClass() which forces style class to OraGlobalHeader. |
protected java.lang.Object |
ButtonRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Override to provide defaults |
protected java.lang.Object |
TabBarRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Override of getStyleClass() which forces style class to menuTabs. |
protected java.lang.Object |
ButtonRenderer.getText(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ProductBrandingRenderer.getTextStyle(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ApplicationSwitcherRenderer.getTitle(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageNavigationTreeRenderer.getTree(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
TreeRenderer.getTree(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
IconButtonRenderer.getVAlign(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ButtonRenderer.getVAlign(UIXRenderingContext context,
UINode node)
|
java.lang.Object |
TreeRenderer.TreeImageURIBoundValue.getValue(UIXRenderingContext context)
|
protected int |
ColorPaletteRenderer.getWidth(UIXRenderingContext context,
UINode node)
|
protected boolean |
HeaderRenderer.hasQuickLinkAnchor(UIXRenderingContext context,
UINode node,
int headerIndentLevel)
|
protected boolean |
GlobalHeaderRenderer.isEmpty(UIXRenderingContext context,
UINode node)
Checks to see whether the globalHeader is empty (contains no indexed children). |
protected boolean |
PageMenuBarRenderer.isEmpty(UIXRenderingContext context,
UINode node)
Checks to see whether the globalHeader is empty (contains no indexed children). |
static boolean |
HtmlLafRenderer.isGecko(UIXRenderingContext context)
Returns true if the current user agent is a Gecko user agent. |
static boolean |
HtmlLafRenderer.isIE(UIXRenderingContext context)
Returns true if the current user agent is an Internet Explorer user agent. |
static boolean |
HtmlLafRenderer.isNetscape(UIXRenderingContext context)
Returns true if the current user agent is a Netscape user agent. |
protected boolean |
TabBarRenderer.isRendered(UIXRenderingContext context,
UINode stamp)
|
static boolean |
HtmlLafRenderer.isSafari(UIXRenderingContext context)
Returns true if the current user agent is a Safari user agent. |
static boolean |
StyledItemUtils.isSelected(UIXRenderingContext context,
UINode styledItemNode)
|
protected static boolean |
GlobalButtonRenderer.isSelected(UIXRenderingContext context,
UINode node)
|
protected boolean |
TabBarRenderer.isSelected(UIXRenderingContext context,
UINode node,
int index)
|
static java.lang.Object |
SubTabBarUtils.isUnvalidated(UIXRenderingContext context)
|
protected void |
ApplicationSwitcherRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
HeaderRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
MenuListRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
PanelTabbedRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
ContentFooterRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
SideBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
FooterRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
SeparatorRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.postrender(UIXRenderingContext context,
UINode node)
No post rendering action required all action is done in renderContent(RenderingContext,UINode) |
protected void |
TabBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ApplicationSwitcherRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
protected void |
HeaderRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
MenuListRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
PanelTabbedRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ContentFooterRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
SideBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
SideNavRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ColorPaletteRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
SeparatorRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.prerender(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.prerender(). |
protected void |
TabBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
void |
MessageBoxRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
ButtonRenderer.render(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.render(). |
protected void |
ButtonRenderer.renderAltContent(UIXRenderingContext context,
UINode node)
Renders alternate content in the event that the button can not or should not be rendered as an image. |
protected void |
ProcessingRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
IconButtonRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
CellFormatRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
SubTabBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
ContentFooterRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
SideBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
FooterRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
SubmitButtonRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
handle case where we don;t have javascript. |
protected void |
GlobalHeaderRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
TabBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
Override of renderBetweenIndexedChildren() which renders a separator style on the td. |
protected void |
FooterRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
Override of renderBetweenIndexedChildren() which renders the separator Icon. |
protected void |
TabBarRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
Renders a separator between tabs. |
protected void |
GlobalHeaderRenderer.renderBetweenNodes(UIXRenderingContext context)
Override of renderBetweenIndexedChildren() which renders the separator Icon. |
protected void |
TabBarRenderer.renderBetweenNodes(UIXRenderingContext context,
UINode node)
Renders a separator between tabs. |
protected void |
ApplicationSwitcherRenderer.renderButton(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.renderButtonAccessKey(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ProductBrandingRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
PageHeaderLayoutRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ProcessingRenderer.renderContent(UIXRenderingContext context,
UINode node)
Render a table, with the first row being the processing icon and the second row being the indexed children. |
protected void |
ApplicationSwitcherRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
IconButtonRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
MenuListRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
PanelTabbedRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
Overrride to render in three passes. |
protected void |
ColorPaletteRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
TreeRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
MessageBoxRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
PageMenuBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
SeparatorRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.renderContent(UIXRenderingContext context,
UINode node)
Override of BaseRender.renderContent(). |
protected void |
TabBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ProcessingRenderer.renderDeterminateStatus(UIXRenderingContext context,
int percentComplete)
|
static void |
HideShowUtils.renderDisclosedStateSymbol(UIXRenderingContext context,
boolean disclosed,
java.lang.String disclosedAltTextKey,
java.lang.String undisclosedAltTextKey)
Render the Hide/Show disclosed state symbol. |
protected void |
GlobalHeaderRenderer.renderEmptyGlobalHeader(UIXRenderingContext context,
UINode node)
Renders the empty global header |
protected void |
TreeRenderer.renderExpandCell(UIXRenderingContext context,
org.apache.myfaces.trinidad.component.UIXHierarchy tree,
boolean isLeftToRight,
boolean isRoot,
boolean isLastSibling,
int expanded,
java.lang.String onclick)
|
protected void |
HeaderRenderer.renderIcon(UIXRenderingContext context,
UINode node)
|
protected void |
TreeRenderer.renderIconCell(UIXRenderingContext context,
org.apache.myfaces.trinidad.component.UIXHierarchy tree,
java.lang.String backgroundIcon,
java.lang.String icon,
boolean isIconAbsoluteURI,
java.lang.Object altText,
java.lang.String width,
java.lang.String height,
java.lang.String onclick)
|
protected void |
SubTabBarRenderer.renderID(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.renderImageContent(UIXRenderingContext context,
UINode node,
ImageProviderResponse response)
Renders the button as an image using the image specified by the ImageProviderResponse. |
protected void |
ResetButtonRenderer.renderImageContent(UIXRenderingContext context,
UINode node,
ImageProviderResponse response)
This renderes the buttons as image links. |
protected void |
ProcessingRenderer.renderIndeterminateStatus(UIXRenderingContext context,
int percentComplete)
|
protected void |
MenuListRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int childIndex)
|
protected void |
SideNavRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int childIndex)
|
protected void |
GlobalHeaderRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int index)
|
protected void |
SubTabBarRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
TabBarRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
ProcessChoiceBarRenderer.renderItemSpacer(UIXRenderingContext context)
Writes the separator between two elements |
protected void |
NavigationBarRenderer.renderItemSpacer(UIXRenderingContext context)
Writes the separator between two elements |
protected void |
GlobalHeaderRenderer.renderItemStyleAttrs(UIXRenderingContext context,
UINode node,
int index,
boolean selected)
Renders the style attributes for global header items |
protected boolean |
PageNavigationPathRenderer.renderLastChild(UIXRenderingContext context,
UINode node)
|
protected boolean |
BreadCrumbsRenderer.renderLastChild(UIXRenderingContext context,
UINode node)
|
protected boolean |
NavigationPathRenderer.renderLastChild(UIXRenderingContext context,
UINode node)
|
protected void |
MenuListRenderer.renderNode(UIXRenderingContext context,
UINode node,
boolean selected)
|
protected void |
TabBarRenderer.renderNode(UIXRenderingContext context,
UINode child,
boolean selected)
|
protected void |
TabBarRenderer.renderNode(UIXRenderingContext context,
UINode child,
boolean selected,
boolean isFirst,
boolean isLast,
boolean isNextSelected)
|
protected void |
PageHeaderLayoutRenderer.renderPageHeaderChild(UIXRenderingContext context,
UINode node,
UINode globalHeader,
boolean hasQuickSearch)
|
protected void |
ApplicationSwitcherRenderer.renderPostChoice(UIXRenderingContext context,
UINode node)
|
protected void |
ApplicationSwitcherRenderer.renderPreChoice(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
protected void |
HtmlLafRenderer.renderRepeatingImage(UIXRenderingContext context,
java.lang.String backgroundImageURL)
|
protected void |
HtmlLafRenderer.renderRepeatingImage(UIXRenderingContext context,
java.lang.String backgroundImageURL,
java.lang.Object height)
|
protected void |
HtmlLafRenderer.renderRepeatingImage(UIXRenderingContext context,
java.lang.String backgroundImageURL,
java.lang.Object height,
java.lang.String contentImageURL,
java.lang.String contentHAlign,
java.lang.Object contentWidth,
java.lang.Object contentHeight)
|
protected boolean |
HeaderRenderer.rendersTableHeader(UIXRenderingContext context)
|
protected void |
GlobalHeaderRenderer.renderStamp(UIXRenderingContext context,
UINode stamp,
boolean selected)
|
protected void |
HtmlLafRenderer.renderTableDataIcon(UIXRenderingContext context,
org.apache.myfaces.trinidad.skin.Icon icon,
java.lang.String styleClass)
Utility method for rendering an icon in a table data cell that is used for trim, so the alt="". |
protected void |
TabBarRenderer.renderTabStyleAttrs(UIXRenderingContext context,
UINode node,
boolean selected,
boolean disabled)
Renders the style attributes for menuTabs items |
protected void |
HtmlLafRenderer.renderTransparent(UIXRenderingContext context,
java.lang.String width,
java.lang.String height,
boolean needsQuoting)
Renders a transparent gif using a script to save space. |
protected boolean |
NavigationBarRenderer.requiresForm(UIXRenderingContext context)
returns true if the navigation bar requires a form in order to submit |
protected void |
ApplicationSwitcherRenderer.selectItemsRenderContent(UIXRenderingContext context,
UINode node)
|
static void |
HeaderUtils.setHeaderID(UIXRenderingContext context,
java.lang.Object id)
|
protected boolean |
PageNavigationTreeRenderer.setInitialPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy tree)
|
protected boolean |
TreeRenderer.setInitialPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy tree)
|
protected boolean |
NavigationTreeRenderer.setInitialPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy tree)
|
static void |
HideShowUtils.setIsInline(UIXRenderingContext context,
java.lang.Boolean isInline)
|
protected boolean |
ApplicationSwitcherRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
MenuListRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
PageMenuListRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
TabBarRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
PageMenuTabsRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
static void |
SubTabBarUtils.setOrientation(UIXRenderingContext context,
java.lang.Object orientation)
|
protected static void |
PanelTabbedRenderer.setPartialTargets(UIXRenderingContext context,
java.lang.String partialTargets)
|
static void |
StyledItemUtils.setSelected(UIXRenderingContext context,
boolean selected)
|
static void |
SubTabBarUtils.setSelectedIndex(UIXRenderingContext context,
java.lang.Object selectedIndex)
|
static void |
SubTabBarUtils.setUnvalidated(UIXRenderingContext context,
java.lang.Object isUnvalidated)
|
static java.util.Iterator<MessageWrapper> |
MessageBoxUtils.sGetClientsIterator(UIXRenderingContext context)
|
static java.util.Iterator<MessageWrapper> |
MessageBoxUtils.sGetGlobalsIterator(UIXRenderingContext context)
|
static java.util.Iterator<MessageWrapper> |
MessageBoxUtils.sGetIterator(UIXRenderingContext context,
boolean allMessages)
|
static javax.faces.application.FacesMessage.Severity |
MessageBoxUtils.sGetMaxSeverity(UIXRenderingContext context)
|
static java.lang.String |
MessageBoxUtils.sGetMaxType(UIXRenderingContext context)
|
static java.lang.Object |
MessageBoxUtils.sGetMessage(UIXRenderingContext context,
UINode node)
|
static boolean |
MessageBoxUtils.sIsRendered(UIXRenderingContext context,
UINode node,
boolean allMessages)
|
static boolean |
MessageBoxUtils.sMultipleMessages(UIXRenderingContext context,
boolean allMessages)
|
static boolean |
BaseDesktopUtils.supportsPartialRendering(UIXRenderingContext context)
Returns true if the agent supports partial rendering of content. |
protected static void |
HtmlLafRenderer.writeCacheImageURI(UIXRenderingContext context,
java.lang.String attribute,
java.lang.String uri)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.laf.base.pda |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.pda with parameters of type UIXRenderingContext | |
---|---|
protected MutableUINode |
ProcessChoiceBarRenderer.createSingleItemSubmitButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.String onClickJS)
|
protected MutableUINode |
NavigationBarRenderer.createSingleItemSubmitButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.String onClickJS)
|
protected MutableUINode |
NavigationBarRenderer.createSingleItemURLButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.String destinationURL)
|
protected boolean |
ProcessChoiceBarRenderer.disabledNavigationShown(UIXRenderingContext context)
Returns true if disabled navigation items should be shown |
protected boolean |
NavigationBarRenderer.disabledNavigationShown(UIXRenderingContext context)
Returns true if disabled navigation items should be shown |
protected java.lang.String |
ContentFooterRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
PanelTabbedRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
GlobalHeaderRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
SubTabBarRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
TabBarRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
MessageBoxRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
StackLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected static java.lang.String |
PanelTabbedRenderer.getEncodedPartialTargets(UIXRenderingContext context,
UINode node,
java.lang.Object id)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
GlobalHeaderRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
MenuListRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
TabBarRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ShowItemRenderer.getPartialChangeScript(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageHeaderLayoutRenderer.getRenderingUINode(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageLayoutRenderer.getRenderingUINode(UIXRenderingContext context,
UINode node)
|
static java.lang.Object |
SubTabBarUtils.getSelectedIndex(UIXRenderingContext context)
|
protected UINode |
GlobalHeaderRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
MenuListRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
TabBarRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
LinkRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
GlobalButtonRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Override to return the correct style depending on the state |
protected boolean |
BorderLayoutRenderer.hasSideNodes(UIXRenderingContext context,
UINode node)
|
protected void |
HeaderRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
PanelTabbedRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
MenuListRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
TabBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
MessageBoxRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
ContentFooterRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
SubmitButtonRenderer.prerender(UIXRenderingContext context,
UINode node)
Returns the StyleClass to use to render this node. |
protected void |
HeaderRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
PanelTabbedRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ResetButtonRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
MenuListRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
TabBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
MessageBoxRenderer.prerender(UIXRenderingContext context,
UINode node)
|
void |
SubmitButtonRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
ResetButtonRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
GlobalHeaderRenderer.render(UIXRenderingContext context,
UINode node)
|
protected void |
SeparatorRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
CellFormatRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
GlobalHeaderRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
TabBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonBarRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
|
protected void |
TabBarRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node,
int index)
|
protected void |
StackLayoutRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node,
int nextIndex)
|
protected void |
GlobalHeaderRenderer.renderChild(UIXRenderingContext context,
UINode child)
|
protected void |
TabBarRenderer.renderChild(UIXRenderingContext context,
UINode node)
|
protected void |
HeaderRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
PanelTabbedRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
Overrride to render in three passes. |
protected void |
MenuListRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
TabBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
MessageBoxRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonBarRenderer.renderDefaultCellAttributes(UIXRenderingContext context,
UINode child)
|
protected void |
TreeRenderer.renderExpandCell(UIXRenderingContext context,
org.apache.myfaces.trinidad.component.UIXHierarchy tree,
boolean isLeftToRight,
boolean isRoot,
boolean isLastSibling,
int expanded,
java.lang.String expandOnclick)
|
protected void |
HeaderRenderer.renderIcon(UIXRenderingContext context,
UINode node)
|
protected void |
SubTabBarRenderer.renderID(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int index)
|
protected void |
MenuListRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int childIndex)
|
protected void |
TabBarRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int index)
|
protected void |
ShowItemRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
SubTabBarRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
StackLayoutRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
MenuListRenderer.renderNode(UIXRenderingContext context,
UINode node,
boolean selected)
|
protected void |
GlobalHeaderRenderer.renderStamp(UIXRenderingContext context,
UINode stamp,
boolean selected)
|
protected void |
TabBarRenderer.renderStamp(UIXRenderingContext context,
UINode stamp,
boolean selected)
|
protected boolean |
GlobalHeaderRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
MenuListRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
TabBarRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected static void |
PanelTabbedRenderer.setPartialTargets(UIXRenderingContext context,
java.lang.String partialTargets)
|
static void |
SubTabBarUtils.setSelectedIndex(UIXRenderingContext context,
java.lang.Object selectedIndex)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type UIXRenderingContext | |
---|---|
static void |
XhtmlLafUtils.addLib(UIXRenderingContext context,
java.lang.Object libKey)
Adds an import of a Javascript library if necessary. |
static void |
FormValueRenderer.addNeededValue(UIXRenderingContext context,
java.lang.String formName,
java.lang.String name)
Remembers that a specific hidden value name will be needed. |
static void |
FormValueRenderer.addNeededValue(UIXRenderingContext context,
java.lang.String formName,
java.lang.String name1,
java.lang.String name2,
java.lang.String name3,
java.lang.String name4)
Remembers that a specific hidden value name will be needed. |
protected void |
XhtmlLafRenderer.addOnSubmitConverterValidators(UIXRenderingContext context,
UINode node,
java.lang.String requiredMessageKey)
|
protected void |
XhtmlLafRenderer.addOnSubmitRequiredValidator(UIXRenderingContext context,
UINode node,
java.lang.String requiredMessageKey)
|
static void |
XhtmlLafUtils.addOnSubmitRequiredValidator(UIXRenderingContext context,
UINode node,
java.lang.String requiredMessageKey,
java.lang.Object nodeName)
|
static void |
XhtmlLafUtils.copyAttr(UIXRenderingContext context,
UINode sourceNode,
AttributeKey attrKey,
MutableUINode destNode)
Copies an attribute from a source node to a destination UINode |
static java.lang.String |
XhtmlLafUtils.createCompoundName(UIXRenderingContext context,
java.lang.String formName,
java.lang.Object keyValues)
|
static java.lang.String |
XhtmlLafUtils.createCompoundName(UIXRenderingContext context,
java.lang.String formName,
java.lang.Object keyValues,
java.lang.Object keyExchanges)
|
static java.lang.String |
SubmitButtonRenderer.createJSFunctionCall(UIXRenderingContext context,
UINode node,
java.lang.String formName)
Creates the JavaScript form submission String for the parameters of the SubmitButton |
protected OptionContainerRenderer.OptionInfo |
OptionContainerRenderer.createOptionInfo(UIXRenderingContext context,
UINode node)
Subclasses can override this method to create an OptionInfo subclass, populated with information, leveraging populateOptionInfo as needed. |
protected MutableUINode |
NavigationBarRenderer.createSingleItemSubmitButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.String onClickJS)
|
protected MutableUINode |
NavigationBarRenderer.createSingleItemURLButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.String destinationURL)
|
static UINode |
ProcessUtils.createSubmitButton(UIXRenderingContext context,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.String buttonID,
java.lang.String formName,
boolean validate,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String source,
java.lang.String valueKey,
long value,
java.lang.String sizeKey,
int size)
Creates the submit button bean |
static UINode |
NavigationBarRenderer.createSubmitButton(UIXRenderingContext context,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.String buttonID,
java.lang.String formName,
boolean validate,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String source,
java.lang.String valueKey,
long value,
java.lang.String sizeKey,
int size)
Creates the submit button bean |
protected static void |
HeaderRenderer.decrementHeaderNestLevel(UIXRenderingContext context)
|
protected boolean |
ProcessChoiceBarRenderer.disabledNavigationShown(UIXRenderingContext context)
Returns true if disabled navigation items should be shown |
protected boolean |
NavigationBarRenderer.disabledNavigationShown(UIXRenderingContext context)
Returns true if disabled navigation items should be shown |
protected boolean |
SelectOptionRenderer.doRenderStyleAttrs(UIXRenderingContext context,
UINode node)
|
protected boolean |
FormElementRenderer.doRenderStyleAttrs(UIXRenderingContext context,
UINode node)
Returns true if the style attributes should be rendered for this node. |
protected boolean |
ButtonRenderer.doRenderStyleAttrs(UIXRenderingContext context,
UINode node)
|
protected boolean |
StyledTextRenderer.doRenderStyleAttrs(UIXRenderingContext context,
UINode node)
|
protected boolean |
LinkRenderer.doRenderStyleAttrs(UIXRenderingContext context,
UINode node)
|
protected boolean |
XhtmlLafRenderer.doRenderStyleAttrs(UIXRenderingContext context,
UINode node)
Returns true if the style attributes should be rendered for this node. |
static java.lang.String |
XhtmlLafUtils.encodeJSEventObject(UIXRenderingContext context,
java.lang.String formName,
java.util.Iterator<java.lang.Object> keyValues,
int keyValueSize)
Encodes an Iterator key value pairs as a single Javascript Object initializer, creating any needed form values. |
static java.lang.String |
XhtmlLafUtils.encodeJSEventObject(UIXRenderingContext context,
java.lang.String formName,
java.lang.Object[] keyValues)
Encodes an Iterator key value pairs as a single Javascript Object initializer, creating any needed form values. |
static void |
LinkUtils.endDefaultStyleClassDisabled(UIXRenderingContext context)
Called by link containers that have called startDefaultStyleClassDisabled(). |
static void |
XhtmlLafUtils.endRenderingStyleElements(UIXRenderingContext context)
Closes any tags started by startRenderingStyleElements |
protected static int |
XhtmlLafRenderer.getAccessKeyIndex(UIXRenderingContext context,
UINode node,
java.lang.Object textValue)
Returns the index of the access key in the specified node's text. |
protected java.lang.String |
ChoiceRenderer.getActionScript(UIXRenderingContext context,
UINode node)
gets the script to add to the choice. |
protected static java.lang.String |
LinkRenderer.getAncestorPartialTargets(UIXRenderingContext context)
|
protected Renderer |
BreadCrumbsRenderer.getBetweenRenderer(UIXRenderingContext context)
|
protected java.lang.String |
NavigationBarRenderer.getBlockString(UIXRenderingContext context,
boolean isBack,
int numRecords)
Gets the string to use for next/previous links in a table navigation bar. |
protected java.lang.Object |
XhtmlLafRenderer.getCachedIDOrName(UIXRenderingContext context,
UINode node)
Version of getIDOrName, using local property caching |
static java.lang.String |
ProcessUtils.getChoiceOnChangeFormSubmitted(UIXRenderingContext context,
UINode node,
java.lang.String form,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String name,
java.lang.String partialTargetsKey,
java.lang.String partialTargets)
|
static Style |
XhtmlLafUtils.getClassStyle(UIXRenderingContext context,
java.lang.Object className)
Resolves the class name to the appropriate Style object |
static java.lang.String |
XhtmlLafUtils.getClassStyleProperty(UIXRenderingContext context,
java.lang.Object className,
java.lang.String propertyName)
Resolves the class name to the appropriate Style object, then get a property from the Style |
protected java.lang.Object |
ButtonRenderer.getClientOnClick(UIXRenderingContext context,
UINode node)
|
ImageProviderResponse |
AccentedLafIconProvider.getColorizedIcon(UIXRenderingContext context,
IconKey iconKey)
Returns an image from the ImageProvider |
protected static java.lang.Number |
HeaderRenderer.getContextHeaderSize(UIXRenderingContext context,
java.lang.Number defaultValue)
|
protected java.lang.Object |
FormElementRenderer.getDefaultDisabledStyleClass(UIXRenderingContext context,
UINode node)
|
protected int |
BorderLayoutRenderer.getDefaultMarginIndent(UIXRenderingContext context,
UINode node)
Returns the default marign indent to use if no CELL_PADDING_ATTR is specified |
protected java.lang.Object |
FormElementRenderer.getDefaultStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ImageRenderer.getDestination(UIXRenderingContext context,
UINode node)
Returns the destination to use for the ImageRenderer. |
protected java.lang.String |
LinkRenderer.getDestination(UIXRenderingContext context,
UINode node)
Returns the destination to use for the ImageRenderer. |
protected java.lang.Object |
ImageRenderer.getDestinationAttr(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
LinkRenderer.getDestinationAttr(UIXRenderingContext context,
UINode node)
|
protected java.lang.Boolean |
FormElementRenderer.getDisabled(UIXRenderingContext context,
UINode node)
|
protected java.lang.Boolean |
OptionContainerRenderer.OptionRenderer.getDisabled(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
TableLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FormValueRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
NavigationPathRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
BreadCrumbsRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
CellFormatRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FlowLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
SelectOptionRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
IconKeyRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
BorderLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
SeparatorRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ScriptRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FormInputRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
FormSelectRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
StackLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ButtonRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
StyledTextRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
LinkRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
RowLayoutRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getFlippableURI(UIXRenderingContext context,
UINode node,
AttributeKey attrKey)
Get the URI of an image that might need to be flipped |
static ImageProviderResponse |
XhtmlLafRenderer.getFlippedIcon(UIXRenderingContext context,
java.lang.String sourceURI)
Returns an image from the ImageProvider |
static java.lang.String |
XhtmlLafRenderer.getFlippedIconURI(UIXRenderingContext context,
java.lang.String source)
Returns an image from the ImageProvider |
static java.lang.Object |
PageRendererUtils.getFocusPath(UIXRenderingContext context)
|
protected FormattedTextParser |
XhtmlLafRenderer.getFormattedTextParser(UIXRenderingContext context)
|
static java.lang.Object |
XhtmlLafUtils.getFormEncodedValue(UIXRenderingContext context,
java.lang.Object transName,
java.lang.Object value)
Encodes a form value using the supplied transformed name for the currently scoped form. |
protected java.lang.String |
SubmitButtonRenderer.getFunctionCall(UIXRenderingContext context,
UINode node,
java.lang.String formName)
Returns the Javascript function call to return for this button. |
protected java.lang.String |
ResetButtonRenderer.getFunctionCall(UIXRenderingContext context,
UINode node,
java.lang.String formName)
=-= bts bogus copied code from org.apache.myfaces.trinidadinternal.ui.laf.browser.ResetButtonRenderer |
protected static int |
HeaderRenderer.getHeaderNestLevel(UIXRenderingContext context)
Returns the current depth of the nesting. |
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageMenuButtonsRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
BreadCrumbsRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageNavigationPathRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
ProcessChoiceBarRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
GlobalButtonBarRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
NavigationBarRenderer.getIconURI(UIXRenderingContext context,
boolean isBack,
boolean isEnabled)
|
java.lang.String |
IconArrayLafIconProvider.getIconURI(UIXRenderingContext context,
IconKey iconKey)
Returns the URI to the icon indentified by the icon key |
protected java.lang.Object |
HeaderRenderer.getIconURI(UIXRenderingContext context,
UINode node,
java.lang.String messageType)
Returns the uri for icon. |
protected java.lang.Object |
FormElementRenderer.getID(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
LinkRenderer.getID(UIXRenderingContext context,
UINode node)
Override to return the id and then anme, in that order |
protected java.lang.Object |
XhtmlLafRenderer.getIDOrName(UIXRenderingContext context,
UINode node)
Returns the id of the UINode for html elements that have deprecated name in favor of id. |
protected java.lang.Object |
StyledTextRenderer.getInheritedStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getInlineStyle(UIXRenderingContext context,
UINode node)
Returns the inline Style used to render this node. |
protected java.lang.Object |
StyledTextRenderer.getLabeledNodeID(UIXRenderingContext context,
UINode node)
|
static DataObjectList |
LinkDataObject.getLinkDataList(UIXRenderingContext context,
UINode parent)
|
static DataObjectList |
LinkDataObject.getLinkDataList(UIXRenderingContext context,
UINode parent,
org.apache.myfaces.trinidad.component.UIXHierarchy component,
UINode stamp,
boolean checkStampType)
|
protected abstract java.lang.String |
AliasRenderer.getLocalName(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
CommandNavigationItemRenderer.getLocalName(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ImageRenderer.getLongDesc(UIXRenderingContext context,
UINode node)
|
static java.lang.Object |
XhtmlLafUtils.getMiddleIconAlignment(UIXRenderingContext context)
Returns the valign vAlign value for aligning image icons vertically with text on the same line. |
static java.lang.String[] |
SubmitButtonRenderer.getNameValues(UIXRenderingContext context,
UINode node)
Returns the Object storing the name value pairs |
static java.lang.Object |
CommandNavigationItemRenderer.getNavigationItemRendererType(UIXRenderingContext context)
|
protected java.lang.Object |
OptionContainerRenderer.OptionRenderer.getNodeName(UIXRenderingContext context,
UINode node)
|
NodeRole |
FormValueRenderer.getNodeRole(UIXRenderingContext context,
UINode node)
|
NodeRole |
ScriptRenderer.getNodeRole(UIXRenderingContext context,
UINode node)
|
NodeRole |
AliasRenderer.getNodeRole(UIXRenderingContext context,
UINode node)
|
NodeRole |
ImportScriptRenderer.getNodeRole(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ChoiceRenderer.getOnBlur(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
FormElementRenderer.getOnBlur(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ProcessChoiceBarRenderer.getOnChange(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ChoiceRenderer.getOnChange(UIXRenderingContext context,
UINode node)
Returns the onChange handler. |
protected java.lang.Object |
OptionContainerRenderer.getOnChange(UIXRenderingContext context,
UINode node)
Returns the onChange handler. |
protected java.lang.Object |
ImageRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ChoiceRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ButtonRenderer.getOnClick(UIXRenderingContext context,
UINode node)
Override to provide Javascript for moving to the destination |
protected java.lang.Object |
ResetButtonRenderer.getOnClick(UIXRenderingContext context,
UINode node)
Show the modal dialog on click. =-= bts copied code from org.apache.myfaces.trinidadinternal.ui.blaf.RestButtonRenderer |
protected java.lang.Object |
LinkRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnDoubleClick(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ImageRenderer.getOnFocus(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
FormElementRenderer.getOnFocus(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnKeyDown(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnKeyPress(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnKeyUp(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnMouseDown(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnMouseMove(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnMouseOut(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnMouseOver(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
XhtmlLafRenderer.getOnMouseUp(UIXRenderingContext context,
UINode node)
|
protected OptionContainerRenderer.OptionInfo |
OptionContainerRenderer.getOptionInfo(UIXRenderingContext context)
Returns the cached option information. |
protected OptionContainerRenderer.OptionInfo |
OptionContainerRenderer.OptionRenderer.getOptionInfo(UIXRenderingContext context)
|
protected Renderer |
FormSelectRenderer.getOptionRenderer(UIXRenderingContext context)
|
protected abstract Renderer |
OptionContainerRenderer.getOptionRenderer(UIXRenderingContext context)
Subclasses should implement this method to return the specifc option renderer to use. |
protected java.lang.Object |
OptionContainerRenderer.OptionRenderer.getOptionValue(UIXRenderingContext context,
UINode node)
Returns the value associated with the option value attribute |
protected java.lang.String |
ShowItemRenderer.getPartialChangeScript(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
LinkRenderer.getPartialChangeScript(UIXRenderingContext context,
UINode node)
|
static java.lang.String[] |
XhtmlLafUtils.getPartialTargets(UIXRenderingContext context,
UINode node)
Returns the partial targets associated with the specified node |
static java.lang.String[] |
XhtmlLafUtils.getPartialTargets(UIXRenderingContext context,
UINode node,
java.lang.Object id)
Returns the partial targets associated with the specified node, including the specified ID. |
protected java.lang.Boolean |
FormElementRenderer.getReadOnly(UIXRenderingContext context,
UINode node)
|
protected java.lang.Boolean |
OptionContainerRenderer.OptionRenderer.getReadOnly(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageRenderer.getRenderingUINode(UIXRenderingContext context,
UINode node)
|
int |
XhtmlLafRenderer.getResolvedSelectedIndex(UIXRenderingContext context,
UINode node)
determine the selected child index |
protected int |
XhtmlLafRenderer.getResolvedSelectedIndexFromCache(UIXRenderingContext context,
UINode node)
Extension of XhtmlLafRenderer.getResolvedSelectedIndex(). |
protected java.lang.Boolean |
OptionContainerRenderer.OptionRenderer.getSelected(UIXRenderingContext context,
UINode node)
Returns the value associated with the selected attribute |
protected java.lang.Integer |
OptionContainerRenderer.getSelectedIndex(UIXRenderingContext context,
UINode node)
Returns the value associated with the selected index attribute |
protected java.lang.Number |
OptionContainerRenderer.OptionRenderer.getSelectedIndex(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
OptionContainerRenderer.getSelectedValue(UIXRenderingContext context,
UINode node)
Returns the value associated with the selected value attribute |
protected java.lang.String |
OptionContainerRenderer.OptionRenderer.getSelectedValue(UIXRenderingContext context,
UINode node)
|
protected Selection |
OptionContainerRenderer.getSelection(UIXRenderingContext context,
UINode node)
|
protected Selection |
OptionContainerRenderer.OptionRenderer.getSelection(UIXRenderingContext context,
UINode node)
|
static java.lang.Object |
XhtmlLafUtils.getShortStyleClass(UIXRenderingContext context,
java.lang.Object styleClass)
Returns the short version of the specified style class. |
static java.lang.String |
NavigationBarRenderer.getSingleDestinationSubmit(UIXRenderingContext context,
UINode node,
java.lang.String form,
java.lang.String name,
long value,
boolean doValidate)
|
static java.lang.String |
NavigationBarRenderer.getSingleDestinationSubmit(UIXRenderingContext context,
UINode node,
java.lang.String form,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String name,
java.lang.String valueKey,
long value,
boolean doValidate)
|
static java.lang.String |
NavigationBarRenderer.getSingleDestinationURL(UIXRenderingContext context,
UINode node,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String name,
java.lang.String valueKey,
long value)
|
protected java.lang.Object |
ImageRenderer.getSource(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageMenuButtonsRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
BreadCrumbsRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageNavigationPathRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
ProcessChoiceBarRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
GlobalButtonBarRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
NavigationPathRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
BreadCrumbsRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
IconKeyRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
FormElementRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Override to return different styles depending on whether we are disabled or not. |
protected java.lang.Object |
OptionContainerRenderer.OptionRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
LinkRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Returns the StyleClass to use to render this node. |
protected java.lang.Object |
XhtmlLafRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Returns the StyleClass to use to render this node. |
static Style |
XhtmlLafUtils.getStyleSelector(UIXRenderingContext context,
java.lang.Object styleSelector)
Resolves the class name to the appropriate Style object |
static java.lang.String |
XhtmlLafUtils.getStyleSelectorProperty(UIXRenderingContext context,
java.lang.Object selectorName,
java.lang.String propertyName)
Resolves the class name to the appropriate Style object, then get a property from the Style |
static java.lang.String |
ProcessUtils.getSubmitScriptCall(UIXRenderingContext context,
java.lang.String form,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String name,
java.lang.String valueKey,
long value,
java.lang.String sizeKey,
int size,
boolean doValidate,
java.lang.String partialTargetsKey,
java.lang.String partialTargets)
Returns a String with the javascript function call _navSubmit |
protected java.lang.Object |
LinkRenderer.getTargetFrame(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
ImageRenderer.getText(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
FormElementRenderer.getText(UIXRenderingContext context,
UINode node)
Returns the value associated with the text attribute |
protected java.lang.Object |
OptionContainerRenderer.OptionRenderer.getText(UIXRenderingContext context,
UINode node)
Returns the value associated with the text attribute |
protected java.lang.Object |
ButtonRenderer.getText(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
StyledTextRenderer.getText(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
LinkRenderer.getText(UIXRenderingContext context,
UINode node)
Returns the destination to use for the ImageRenderer. |
protected java.lang.Object |
XhtmlLafRenderer.getText(UIXRenderingContext context,
UINode node)
Returns the value associated with the text attribute |
protected java.lang.Object |
HeaderRenderer.getText(UIXRenderingContext context,
UINode node,
java.lang.String messageType)
Returns text of header |
protected java.lang.Object |
FormElementRenderer.getTransformedName(UIXRenderingContext context,
UINode node)
Returns the name of the node, transformed for the given context |
protected java.lang.Object |
OptionContainerRenderer.OptionRenderer.getTransformedName(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
OptionContainerRenderer.OptionRenderer.getValue(UIXRenderingContext context,
UINode node)
Returns the value associated with the value attribute |
protected boolean |
BorderLayoutRenderer.hasSideNodes(UIXRenderingContext context,
UINode node)
|
protected boolean |
RowLayoutRenderer.hasTableParent(UIXRenderingContext context)
|
protected boolean |
GlobalButtonBarRenderer.hasTableParent(UIXRenderingContext context)
|
protected static void |
HeaderRenderer.incrementHeaderNestLevel(UIXRenderingContext context)
|
static boolean |
LinkUtils.isDefaultStyleClassDisabled(UIXRenderingContext context)
Called by base.desktop.LinkRenderer to detect whether default style class rendering is currently disabled. |
protected boolean |
LinkRenderer.isDisabled(UIXRenderingContext context,
UINode node)
|
protected boolean |
ButtonRenderer.isEmpty(UIXRenderingContext context,
UINode node)
Return true if this link is empty ... has no children, text, destination, or node name. |
protected boolean |
LinkRenderer.isEmpty(UIXRenderingContext context,
UINode node)
Return true if this link is empty ... has no children, text, destination, or node name. |
static boolean |
PageRendererUtils.isEmpty(UIXRenderingContext context,
org.apache.myfaces.trinidad.component.UIXHierarchy component,
int startDepth)
Checks to see whether the globalHeader is empty (contains no indexed children). |
protected boolean |
FormElementRenderer.isHiddenLabelRequired(UIXRenderingContext context,
UINode node)
|
protected java.lang.Boolean |
ChoiceRenderer.isMultipleSelection(UIXRenderingContext context,
UINode node)
|
protected abstract java.lang.Boolean |
OptionContainerRenderer.isMultipleSelection(UIXRenderingContext context,
UINode node)
|
protected java.lang.Boolean |
OptionContainerRenderer.OptionRenderer.isMultipleSelection(UIXRenderingContext context,
UINode node)
|
protected boolean |
OptionContainerRenderer.OptionRenderer.isOptionSelected(UIXRenderingContext context,
UINode node)
|
static boolean |
XhtmlLafRenderer.isPreviouslyRendered(UIXRenderingContext context,
java.lang.Object key)
Use this method to make sure that certain code is called only once per render cycle. |
static boolean |
XhtmlLafUtils.isReadOnly(UIXRenderingContext context,
UINode node)
Return true if readOnly attribute exists and set to true |
protected boolean |
GlobalButtonBarRenderer.isRendered(UIXRenderingContext context,
UINode stamp)
|
protected boolean |
LinkRenderer.isSaveModelDisabled(UIXRenderingContext context)
|
static boolean |
LinkUtils.isSelected(UIXRenderingContext context)
This method returns the status of selection. |
boolean |
XhtmlLafRenderer.isSupportedNode(UIXRenderingContext context,
UINode node)
Method returning true if the UINode is supported. |
protected boolean |
ButtonRenderer.makeNameAndIDSame(UIXRenderingContext context)
The ID and the naem aren't the same for buttons and button subclasses |
protected boolean |
LinkRenderer.makeNameAndIDSame(UIXRenderingContext context)
The ID and the naem are the same for links but not some of the link subclasses |
static java.lang.String |
XhtmlLafUtils.mapVerticalAlignToVAlign(UIXRenderingContext context,
java.lang.String verticalAlign)
Returns the mapping of a css vertical-align to a valign attribute value. |
protected boolean |
ChoiceRenderer.needsChangeTracker(UIXRenderingContext context,
UINode node)
return true if you need to render the CHOICE_CHANGE_TRACKER and _ACTION_HANDLER_PREFIX javascript. |
protected boolean |
FormElementRenderer.needsUniqueID(UIXRenderingContext context,
UINode node)
|
static void |
HiddenLabelUtils.outputHiddenLabel(UIXRenderingContext context,
java.lang.String id,
java.lang.Object text,
javax.faces.component.UIComponent component)
Outputs a hidden label. |
protected void |
OptionContainerRenderer.populateOptionInfo(UIXRenderingContext context,
UINode node,
OptionContainerRenderer.OptionInfo info)
|
protected void |
ImageRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
NavigationPathRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
BreadCrumbsRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
BorderLayoutRenderer.postrender(UIXRenderingContext context,
UINode node)
|
void |
ScriptRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
ProcessChoiceBarRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
ChoiceRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
FormElementRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
OptionContainerRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
LinkRenderer.postrender(UIXRenderingContext context,
UINode node)
Called to render the portion after the contents. |
protected void |
NavigationBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
RowLayoutRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonBarRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
XhtmlLafRenderer.postrender(UIXRenderingContext context,
UINode node)
Override to add support for rendering syle elements |
protected void |
ImageRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
NavigationPathRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
BreadCrumbsRenderer.prerender(UIXRenderingContext context,
UINode node)
|
void |
ScriptRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ProcessChoiceBarRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
protected void |
FormInputRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ChoiceRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
OptionContainerRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
ResetButtonRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
LinkRenderer.prerender(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
protected void |
NavigationBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
RowLayoutRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonBarRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
XhtmlLafRenderer.prerender(UIXRenderingContext context,
UINode node)
Override to add support for rendering syle elements |
static void |
HiddenLabelUtils.rememberLabel(UIXRenderingContext context,
java.lang.Object id)
Remembers that a "normal" hidden label has already been outputted. |
void |
IconRenderer.render(UIXRenderingContext context,
UINode node)
Render the icon |
void |
SpacerRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
SelectOptionRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
RepeatIdContextPropertyUINode.render(UIXRenderingContext context,
UINode node)
render using the RepeatIdResponseWriter. |
void |
FormElementRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
OptionRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
AliasRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
LinkRenderer.render(UIXRenderingContext context,
UINode node)
|
void |
XhtmlLafRenderer.render(UIXRenderingContext context,
UINode node)
Override to handle case where this element isn't in a supported module of the current user agent |
boolean |
CommandItemRenderer.render(UIXRenderingContext context,
UINode node,
boolean isDisabled,
boolean isReadOnly)
|
boolean |
SelectOptionRenderer.render(UIXRenderingContext context,
UINode node,
boolean isDisabled,
boolean isReadOnly)
|
protected void |
XhtmlLafRenderer.renderAccessKeyText(UIXRenderingContext context,
java.lang.Object textValue,
int keyIndex,
java.lang.String accessKeyClass)
Renders the text with the access key highlighted as appropriate. |
protected void |
XhtmlLafRenderer.renderAccessKeyText(UIXRenderingContext context,
UINode node,
java.lang.Object textValue,
java.lang.String accesskeyClass)
Renders the text with the access key highlighted as appropriate. |
static void |
XhtmlLafRenderer.renderAltAndTooltipForImage(UIXRenderingContext context,
java.lang.Object textValue)
Renders only the alt attribute if that can be used as a tooltip on an image. |
protected boolean |
FormElementRenderer.renderAsElement(UIXRenderingContext context,
UINode node)
Returns true if we are rendering as the FormElement that we are and not some placeholder for that value. |
protected boolean |
OptionContainerRenderer.OptionRenderer.renderAsElement(UIXRenderingContext context,
UINode node)
|
protected void |
SelectOptionRenderer.renderAsNonElement(UIXRenderingContext context,
UINode node)
|
protected void |
FormElementRenderer.renderAsNonElement(UIXRenderingContext context,
UINode node)
|
protected void |
OptionContainerRenderer.renderAsNonElement(UIXRenderingContext context,
UINode node)
|
protected void |
FormElementRenderer.renderAsNonElementContent(UIXRenderingContext context,
UINode node)
|
protected void |
TableLayoutRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
SubmitButtonRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
FormValueRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
CellFormatRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
BorderLayoutRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
ScriptRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
FormInputRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
FormSelectRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
OptionContainerRenderer.OptionRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
LinkRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
RowLayoutRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
GlobalButtonBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Renders attributes of the current node. |
protected void |
XhtmlLafRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
XhtmlLafRenderer.renderAttributesExceptID(UIXRenderingContext context,
UINode node)
|
protected void |
FlowLayoutRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
|
protected void |
RowLayoutRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonBarRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
|
protected void |
StackLayoutRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node,
int nextIndex)
|
protected void |
GlobalButtonBarRenderer.renderBetweenNodes(UIXRenderingContext context,
UINode node)
|
protected boolean |
RowLayoutRenderer.renderCellElement(UIXRenderingContext context,
UINode child)
|
protected void |
RowLayoutRenderer.renderChild(UIXRenderingContext context,
UINode child)
Called to render a child. |
protected void |
ImageRenderer.renderContent(UIXRenderingContext context,
UINode node)
Do all of the rendering in renderContent--this does two things--it allows us to make sure that we can't have childern and it ensures that we don't need to call getSource() multiple times per render, as this can be a little expensive for subclasses like ButtonRenderer. |
protected void |
NavigationPathRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
BreadCrumbsRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
SelectOptionRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
IconKeyRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
BorderLayoutRenderer.renderContent(UIXRenderingContext context,
UINode node)
since this class overrides the method in BaseRenderer, the method renderIndexedChildren is provided to access the superclass method. |
protected void |
SeparatorRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ProcessChoiceBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ChoiceRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ButtonRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
StyledTextRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ImportScriptRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
LinkRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
NavigationBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalButtonBarRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
RowLayoutRenderer.renderDefaultCellAttributes(UIXRenderingContext context,
UINode child)
|
protected void |
GlobalButtonBarRenderer.renderDefaultCellAttributes(UIXRenderingContext context,
UINode child)
|
protected void |
ButtonRenderer.renderDestination(UIXRenderingContext context,
UINode node,
java.lang.String destination)
|
protected void |
LinkRenderer.renderDestination(UIXRenderingContext context,
UINode node,
java.lang.String destination)
Renders the destination of the link |
protected void |
FormInputRenderer.renderEventHandlers(UIXRenderingContext context,
UINode node)
Renders event handlers for the node. |
protected void |
FormSelectRenderer.renderEventHandlers(UIXRenderingContext context,
UINode node)
Renders event handlers for the node. |
protected void |
OptionContainerRenderer.renderEventHandlers(UIXRenderingContext context,
UINode node)
Renders event handlers for the node. |
protected void |
LinkRenderer.renderEventHandlers(UIXRenderingContext context,
UINode node)
Renders event handlers for the node. |
protected void |
XhtmlLafRenderer.renderEventHandlers(UIXRenderingContext context,
UINode node)
Renders event handlers for the node. |
protected void |
XhtmlLafRenderer.renderFormattedText(UIXRenderingContext context,
java.lang.Object textValue)
|
protected static void |
XhtmlLafRenderer.renderHAlign(UIXRenderingContext context,
java.lang.Object hAlign)
|
protected void |
ImageRenderer.renderHAlign(UIXRenderingContext context,
UINode node)
|
protected void |
XhtmlLafRenderer.renderHAlign(UIXRenderingContext context,
UINode node)
|
static void |
NavigationBarRenderer.renderHiddenFields(UIXRenderingContext context,
java.lang.String formName,
boolean isMulti,
java.lang.String eventKey,
java.lang.String sourceKey,
java.lang.String valueKey,
java.lang.String sizeKey,
java.lang.String partialTargetsKey,
java.lang.String partialTargets)
|
protected void |
XhtmlLafRenderer.renderHorizontalSpacer(UIXRenderingContext context,
java.lang.String width)
|
static void |
XhtmlLafUtils.renderIcon(UIXRenderingContext context,
org.apache.myfaces.trinidad.skin.Icon icon,
java.lang.Object shortDesc,
java.lang.Object align)
Renders the specified Icon with the provided attributes. |
static void |
XhtmlLafUtils.renderIcon(UIXRenderingContext context,
org.apache.myfaces.trinidad.skin.Icon icon,
java.lang.Object shortDesc,
java.lang.Object align,
boolean embedded)
Renders the specified Icon with the provided attributes. |
protected void |
XhtmlLafRenderer.renderIcon(UIXRenderingContext context,
java.lang.Object iconURL,
int width,
int height)
|
protected void |
XhtmlLafRenderer.renderIcon(UIXRenderingContext context,
java.lang.Object iconURL,
java.lang.Object width,
java.lang.Object height)
Renders an icon. |
protected void |
XhtmlLafRenderer.renderIcon(UIXRenderingContext context,
java.lang.Object iconURL,
java.lang.Object width,
java.lang.Object height,
boolean isBlock)
|
protected void |
XhtmlLafRenderer.renderIcon(UIXRenderingContext context,
java.lang.Object iconURL,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id)
Renders an icon. |
protected void |
XhtmlLafRenderer.renderIcon(UIXRenderingContext context,
java.lang.Object iconURL,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id,
java.lang.Object altText)
Renders an icon. |
protected void |
XhtmlLafRenderer.renderIcon(UIXRenderingContext context,
java.lang.String iconAbsoluteURI,
java.lang.String altTextKey,
java.lang.Object destination,
java.lang.Object anchor,
java.lang.Object onClick,
java.lang.Object imgAlign,
java.lang.Object targetFrame,
boolean isBlock)
iconURI must be an absolute URI |
protected void |
ImageRenderer.renderID(UIXRenderingContext context,
UINode node)
|
protected void |
LinkRenderer.renderID(UIXRenderingContext context,
UINode node)
|
protected void |
ImageRenderer.renderImageAttributes(UIXRenderingContext context,
UINode node)
Called to render the attributes of the |
protected void |
ShowItemRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
BreadCrumbsRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int currVisChildIndex,
int prevVisChildIndex,
int nextVisChildIndex,
int ithRenderedChild)
|
protected void |
BorderLayoutRenderer.renderIndexedChildren(UIXRenderingContext context,
UINode node)
writes out the indexed children. |
static void |
XhtmlLafRenderer.renderInlineStyleAttribute(UIXRenderingContext context,
java.lang.Object inlineStyle)
Renders the inline style attribute for the specified node |
protected void |
XhtmlLafRenderer.renderInlineStyleAttribute(UIXRenderingContext context,
UINode node)
Renders the inline style attribute for the specified node |
protected void |
ProcessChoiceBarRenderer.renderItemSpacer(UIXRenderingContext context)
Writes the separator between two elements |
protected void |
NavigationBarRenderer.renderItemSpacer(UIXRenderingContext context)
Writes the separator between two elements |
protected boolean |
NavigationPathRenderer.renderLastChild(UIXRenderingContext context,
UINode node)
|
protected boolean |
BreadCrumbsRenderer.renderLastChild(UIXRenderingContext context,
UINode node)
|
protected static void |
XhtmlLafRenderer.renderLayoutTableAttributes(UIXRenderingContext context,
java.lang.Object cellspacing,
java.lang.Object tableWidth)
|
protected static void |
XhtmlLafRenderer.renderLayoutTableAttributes(UIXRenderingContext context,
java.lang.Object cellpadding,
java.lang.Object cellspacing,
java.lang.Object tableWidth)
|
protected static void |
XhtmlLafRenderer.renderLayoutTableAttributes(UIXRenderingContext context,
java.lang.Object cellpadding,
java.lang.Object cellspacing,
java.lang.Object border,
java.lang.Object tableWidth)
All layout tables should call this method, so that a special summary tag (which silences OAC) is rendered |
protected static void |
XhtmlLafRenderer.renderLayoutTableAttributes(UIXRenderingContext context,
java.lang.Object cellpadding,
java.lang.Object cellspacing,
java.lang.Object border,
java.lang.Object tableWidth,
java.lang.Object summary)
all data tables should call this one, so that a summary tag is written out |
protected static void |
XhtmlLafRenderer.renderLayoutTableHeader(UIXRenderingContext context,
java.lang.Object cellspacing,
java.lang.Object tableWidth)
|
protected void |
BorderLayoutRenderer.renderLeftSideNode(UIXRenderingContext context,
UINode node,
java.lang.String leftName,
UINode leftNode,
java.lang.Integer rowSpan,
java.lang.Integer colSpan)
renders the left most side node in this borderLayout |
protected void |
BorderLayoutRenderer.renderMargin(UIXRenderingContext context,
UINode node,
java.lang.Integer rowSpan)
this method renders white space as the margin. |
protected void |
XhtmlLafRenderer.renderNameAndID(UIXRenderingContext context,
UINode node)
Renders the id of the UINode for html elements that have deprecated name in favor of id. |
static void |
ProcessUtils.renderNavChoiceSubmitScript(UIXRenderingContext context)
|
static void |
ProcessUtils.renderNavSubmitScript(UIXRenderingContext context)
|
protected void |
BreadCrumbsRenderer.renderNode(UIXRenderingContext context,
UINode child,
int nextVisChildIndex)
|
static void |
XhtmlLafRenderer.renderOnePixelLine(UIXRenderingContext context)
Method for rendering one pixel lines. |
protected void |
XhtmlLafRenderer.renderPossiblyFormattedText(UIXRenderingContext context,
java.lang.Object textValue)
|
protected void |
ProcessChoiceBarRenderer.renderPostChoice(UIXRenderingContext context,
UINode node)
|
protected void |
ProcessChoiceBarRenderer.renderPreChoice(UIXRenderingContext context,
UINode node)
Called to render the portion before the contents. |
protected boolean |
FormElementRenderer.renderReadOnlyAsElement(UIXRenderingContext context,
UINode node)
|
protected void |
XhtmlLafRenderer.renderRelatedLinksBlockEnd(UIXRenderingContext context)
Ends a block wrapper to enable screen readers identify skippable related link groups. |
protected void |
XhtmlLafRenderer.renderRelatedLinksBlockStart(UIXRenderingContext context,
java.lang.String blockTitleKey)
Starts a block wrapper to enable screen readers identify skippable related link groups. |
static void |
XhtmlLafRenderer.renderScriptDeferAttribute(UIXRenderingContext context)
Renders the "defer" attribute for a script element. |
static void |
XhtmlLafRenderer.renderScriptOnce(UIXRenderingContext context,
java.lang.String script,
java.lang.Object key)
|
protected void |
StyledTextRenderer.renderScripts(UIXRenderingContext context,
UINode node)
|
static void |
XhtmlLafRenderer.renderScriptTypeAttribute(UIXRenderingContext context)
Checks whether in screen reader mode, and if so, renders "type" attribute for a script element. |
protected void |
SelectOptionRenderer.renderSelectedAttribute(UIXRenderingContext context,
UINode node)
|
protected void |
OptionContainerRenderer.OptionRenderer.renderSelectedAttribute(UIXRenderingContext context,
UINode node)
|
protected boolean |
OptionContainerRenderer.renderSelectItem(UIXRenderingContext context,
UINode node,
javax.faces.component.UIComponent component,
javax.faces.model.SelectItem item,
java.lang.String value,
boolean isSelected,
boolean renderedOne,
int index)
Render a single select item. |
protected void |
OptionContainerRenderer.renderSelectItemOptions(UIXRenderingContext context,
UINode node,
javax.faces.component.UIComponent component,
java.util.List<javax.faces.model.SelectItem> items)
|
protected void |
ImageRenderer.renderShortDesc(UIXRenderingContext context,
UINode node)
we render shortDesc as alt text on image. |
protected void |
XhtmlLafRenderer.renderShortDesc(UIXRenderingContext context,
UINode node)
|
static void |
FormElementRenderer.renderShortDescAsHiddenLabel(UIXRenderingContext context,
UINode node,
java.lang.Object id)
|
static void |
XhtmlLafRenderer.renderShortStyleClassAttribute(UIXRenderingContext context,
java.lang.Object shortStyleClass)
Renders a pre-shortened style class attribute. |
protected void |
BorderLayoutRenderer.renderSideNode(UIXRenderingContext context,
UINode node,
UINode sideNode,
java.lang.String sideNodeName,
java.lang.Integer rowSpan,
java.lang.String width)
Renders one of the side nodes. |
protected void |
XhtmlLafRenderer.renderSpacer(UIXRenderingContext context,
java.lang.Integer width,
java.lang.Integer height)
|
protected void |
XhtmlLafRenderer.renderSpacer(UIXRenderingContext context,
int width,
int height)
|
protected void |
XhtmlLafRenderer.renderSpacer(UIXRenderingContext context,
java.lang.Object width,
java.lang.Object height)
|
protected void |
XhtmlLafRenderer.renderSpacer(UIXRenderingContext context,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id)
|
protected void |
GlobalButtonBarRenderer.renderStamp(UIXRenderingContext context,
UINode node,
boolean selected)
|
protected void |
NavigationPathRenderer.renderStamp(UIXRenderingContext context,
UINode node,
UINode stamp,
boolean isLastChild)
|
protected void |
XhtmlLafRenderer.renderStretchedImage(UIXRenderingContext context,
java.lang.String imageURL,
int height)
|
static void |
XhtmlLafRenderer.renderStyleAndClass(UIXRenderingContext context,
java.lang.String inlineStyle,
java.lang.Object styleClass)
|
protected void |
StyledTextRenderer.renderStyleAttrs(UIXRenderingContext context,
UINode node)
Actually renders the style attributes. |
protected void |
XhtmlLafRenderer.renderStyleAttrs(UIXRenderingContext context,
UINode node)
Actually renders the style attributes. |
protected void |
XhtmlLafRenderer.renderStyleAttrs(UIXRenderingContext context,
UINode node,
java.lang.String defaultStyleClass)
Actually renders the style attributes styleClass and inlineStyle on the component, as well as the defaultStyleClass. |
static void |
XhtmlLafRenderer.renderStyleClassAttribute(UIXRenderingContext context,
java.lang.Object styleClass)
Renders the style class attribute, using a short style class if one is available. |
static void |
XhtmlLafRenderer.renderStyleClassAttributes(UIXRenderingContext context,
java.lang.Object[] styleClasses)
Renders style class attributes, using a short style class if available. |
static void |
XhtmlLafRenderer.renderStyleClassAttributes(UIXRenderingContext context,
java.lang.Object[] styleClasses,
java.lang.String inlineStyleString)
Renders style class attributes, using a short style class if one is available. |
static void |
XhtmlLafRenderer.renderStyleClassAttributes(UIXRenderingContext context,
java.lang.String styleClass1,
java.lang.String styleClass2,
java.lang.String inlineStyleString)
Renders style class attributes, using a short style class if one is available. |
protected void |
XhtmlLafRenderer.renderStyledText(UIXRenderingContext context,
UINode node)
Renders the node text using the relevant style information. |
protected void |
XhtmlLafRenderer.renderStyledText(UIXRenderingContext context,
UINode node,
boolean renderAccessKeys,
boolean renderID)
Renders the node text using the relevant style information. |
static boolean |
XhtmlLafRenderer.renderStyleElements(UIXRenderingContext context)
Returns true if we should render the style elements instead of the style attributes |
protected void |
XhtmlLafRenderer.renderTransparent(UIXRenderingContext context,
java.lang.String width,
java.lang.String height,
boolean needsQuoting)
Renders a transparent gif using a script to save space. |
protected void |
XhtmlLafRenderer.renderTransparent(UIXRenderingContext context,
java.lang.String width,
java.lang.String height,
boolean needsQuoting,
java.lang.Object id)
Renders a transparent gif using a script to save space. |
protected void |
ChoiceRenderer.renderTrigger(UIXRenderingContext context,
UINode node,
ClientAction action)
render the client action trigger. |
protected void |
CommandItemRenderer.renderValue(UIXRenderingContext context,
UINode node,
java.lang.Object value)
|
protected void |
OptionContainerRenderer.OptionRenderer.renderValue(UIXRenderingContext context,
UINode node,
java.lang.Object value)
|
protected void |
XhtmlLafRenderer.renderVerticalSpacer(UIXRenderingContext context,
java.lang.Object height)
|
protected void |
PageRenderer.renderWithNode(UIXRenderingContext context,
UINode node,
UINode renderingUINode)
|
protected boolean |
NavigationBarRenderer.requiresForm(UIXRenderingContext context)
returns true if the navigation bar requires a form in order to submit |
protected static void |
HeaderRenderer.resetHeaderSize(UIXRenderingContext context)
resets header size to value saved as local property |
protected void |
ProcessChoiceBarRenderer.selectItemsRenderContent(UIXRenderingContext context,
UINode node)
|
protected void |
ChoiceRenderer.selectItemsRenderContent(UIXRenderingContext context,
UINode node)
|
java.lang.Object |
LinkDataObject.selectValue(UIXRenderingContext rc,
java.lang.Object key)
|
protected static void |
HeaderRenderer.setContextHeaderSize(UIXRenderingContext context,
java.lang.Number size)
Set the size of the header stored on the context |
static void |
LinkRenderer.setDisabled(UIXRenderingContext context,
boolean isDisabled)
links can be disabled in two ways. |
protected void |
BreadCrumbsRenderer.setLastChildProperty(UIXRenderingContext context,
java.lang.Boolean isLastChild)
|
static void |
CommandNavigationItemRenderer.setNavigationItemRendererType(UIXRenderingContext context,
java.lang.Object type)
|
protected boolean |
PageMenuButtonsRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
ProcessChoiceBarRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
GlobalButtonBarRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
static boolean |
PageRendererUtils.setNewPath(UIXRenderingContext context,
org.apache.myfaces.trinidad.component.UIXHierarchy component,
int startDepth)
|
protected static void |
HeaderRenderer.setPrevHeaderSize(UIXRenderingContext context)
Sets the size of the header, |
static void |
LinkRenderer.setSaveModelDisabled(UIXRenderingContext context,
boolean isDisabled)
|
static void |
LinkUtils.setSelected(UIXRenderingContext context,
boolean selected)
Set the status of selection, should be done with caution. |
protected boolean |
StyledTextRenderer.shouldUseFormData(UIXRenderingContext context,
UINode node)
Returns false because styled text is read only, so its value does not get submitted to the server, making it unavailable for form data repopulation. |
static void |
LinkUtils.startDefaultStyleClassDisabled(UIXRenderingContext context)
Called by link containers prior to rendering their children in order to suppress the rendering of the default link style class (.OraLink). |
protected void |
XhtmlLafRenderer.startRenderingStyleElements(UIXRenderingContext context,
Style inlineStyle,
java.lang.Object className)
Renders the combination of inline and class style attributes as elements |
static void |
XhtmlLafUtils.startRenderingStyleElements(UIXRenderingContext context,
Style inlineStyle,
Style classStyle)
Renders the combination of inline and class style attributes as elements |
protected void |
XhtmlLafRenderer.startRenderingStyleElements(UIXRenderingContext context,
UINode node)
Renders the combination of inline and class style attributes as elements |
static boolean |
XhtmlLafRenderer.structureSatisfiesRole(UIXRenderingContext context,
UINode node,
NodeRole expectedRole)
|
static boolean |
XhtmlLafRenderer.supportsAdvancedButtons(UIXRenderingContext context)
Returns true if the agent supports the button tag. |
static boolean |
XhtmlLafRenderer.supportsAltRendersTooltipOnImage(UIXRenderingContext context)
Returns true if the agent supports alt as a tooltip on images |
static boolean |
HiddenLabelUtils.supportsHiddenLabels(UIXRenderingContext context)
Identifies whether the current agent supports the hidden label trick. |
static boolean |
XhtmlLafRenderer.supportsPartialRendering(UIXRenderingContext context)
Returns true if the agent supports partial rendering of content. |
static boolean |
XhtmlLafUtils.supportsTransparentImages(UIXRenderingContext context)
Returns true if the agent supports transparent images. |
static boolean |
XhtmlLafRenderer.supportsVAlign(UIXRenderingContext context)
Returns true if the agent supports vertical alignment |
static boolean |
XhtmlLafRenderer.supportsWrappingDisabled(UIXRenderingContext context)
Returns true if the agent supports wrapping |
protected boolean |
ButtonRenderer.useButtonTags(UIXRenderingContext context)
Returns true if button tags are being used. |
protected boolean |
ResetButtonRenderer.useButtonTags(UIXRenderingContext context)
Returns true if button tags are being used. |
static void |
XhtmlLafRenderer.writeAbsoluteImageURI(UIXRenderingContext context,
java.lang.String attribute,
java.lang.String uri)
|
static void |
XhtmlLafUtils.writeLibImport(UIXRenderingContext context,
java.lang.Object libURL)
Write out a script element importing a library. |
Constructors in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type UIXRenderingContext | |
---|---|
UniqueCompositeId(UIXRenderingContext context,
int depth,
java.lang.String baseid)
|
|
UniqueCompositeId(UIXRenderingContext context,
java.lang.String baseid)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.laf.simple.desktop with parameters of type UIXRenderingContext | |
---|---|
protected ImageProviderRequest |
ButtonRenderer.createImageProviderRequest(UIXRenderingContext context,
java.lang.Object name,
java.lang.Object text,
java.awt.Color foreground,
java.awt.Color background,
java.awt.Color surroundingColor,
FontProxy font,
boolean disabled,
boolean textAntialias,
boolean startRounded,
boolean endRounded,
char accessKey)
Creates the ImageProviderRequest to use when looking up the button image. |
protected ImageProviderRequest |
SubmitButtonRenderer.createImageProviderRequest(UIXRenderingContext context,
java.lang.Object name,
java.lang.Object text,
java.awt.Color foreground,
java.awt.Color background,
java.awt.Color surroundingColor,
FontProxy font,
boolean disabled,
boolean textAntialias,
boolean startRounded,
boolean endRounded,
char accessKey)
Creates the ImageProviderRequest to use when looking up the button image. |
protected ImageProviderRequest |
ResetButtonRenderer.createImageProviderRequest(UIXRenderingContext context,
java.lang.Object name,
java.lang.Object text,
java.awt.Color foreground,
java.awt.Color background,
java.awt.Color surroundingColor,
FontProxy font,
boolean disabled,
boolean textAntialias,
boolean startRounded,
boolean endRounded,
char accessKey)
Creates the ImageProviderRequest to use when looking up the button image. |
protected boolean |
ButtonRenderer.doRenderImageContent(UIXRenderingContext context,
UINode node)
Tests whether the button should be rendered as an image. |
protected boolean |
SubmitButtonRenderer.doRenderImageContent(UIXRenderingContext context,
UINode node)
Tests whether the button should be rendered as an image. |
protected boolean |
ResetButtonRenderer.doRenderImageContent(UIXRenderingContext context,
UINode node)
Tests whether the button should be rendered as an image. |
protected java.lang.String |
MessageBoxRenderer.getElementName(UIXRenderingContext context,
UINode node)
Implementation of ElementRenderer.getName(); |
protected java.lang.String |
SideBarRenderer.getElementName(UIXRenderingContext context,
UINode node)
Implementation of ElementRenderer.getName(); |
protected java.lang.String |
GlobalHeaderRenderer.getElementName(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
GlobalHeaderRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageMenuBarRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
PageMenuButtonsRenderer.getHierarchyBase(UIXRenderingContext context,
UINode node)
|
protected java.lang.String |
ButtonRenderer.getServerStyleName(UIXRenderingContext context,
UINode node,
boolean disabled)
Returns the name of the server-side style for styling button text. |
protected java.lang.String |
SubmitButtonRenderer.getServerStyleName(UIXRenderingContext context,
UINode node,
boolean disabled)
Returns the name of the server-side style for styling button text. |
protected java.lang.String |
ResetButtonRenderer.getServerStyleName(UIXRenderingContext context,
UINode node,
boolean disabled)
Returns the name of the server-side style for styling button text. |
protected UINode |
GlobalHeaderRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageMenuBarRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected UINode |
PageMenuButtonsRenderer.getStamp(UIXRenderingContext context,
UINode node)
|
protected java.lang.Object |
SideBarRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Returns the sideBar's style class: OraSideBar |
protected java.lang.Object |
GlobalHeaderRenderer.getStyleClass(UIXRenderingContext context,
UINode node)
Override of getStyleClass() which forces style class to OraGlobalHeader. |
protected boolean |
GlobalHeaderRenderer.isEmpty(UIXRenderingContext context,
UINode node)
|
protected boolean |
PageMenuBarRenderer.isEmpty(UIXRenderingContext context,
UINode node)
Checks to see whether the globalHeader is empty (contains no indexed children). |
protected void |
MessageBoxRenderer.postrender(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.postrender() |
protected void |
SideBarRenderer.postrender(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.postrender() |
protected void |
GlobalHeaderRenderer.postrender(UIXRenderingContext context,
UINode node)
|
protected void |
MessageBoxRenderer.prerender(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.prerender() |
protected void |
SideBarRenderer.prerender(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.prerender() |
protected void |
GlobalHeaderRenderer.prerender(UIXRenderingContext context,
UINode node)
|
protected void |
MessageBoxRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.renderAttributes(). |
protected void |
SideBarRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
Override of BaseRenderer.renderAttributes(). |
protected void |
GlobalHeaderRenderer.renderAttributes(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderBetweenIndexedChildren(UIXRenderingContext context,
UINode node)
Override of renderBetweenIndexedChildren() which renders the separator Icon. |
protected void |
GlobalHeaderRenderer.renderBetweenNodes(UIXRenderingContext context)
Override of renderBetweenIndexedChildren() which renders the separator Icon. |
protected void |
GlobalButtonBarRenderer.renderBetweenNodes(UIXRenderingContext context,
UINode node)
Override of renderBetweenIndexedChildren() which renders the separator Icon. |
protected void |
TabBarRenderer.renderBetweenNodes(UIXRenderingContext context,
UINode node)
Override of the base.desktop.TabBarRenderer's renderBetweenNodes(). |
protected void |
GlobalHeaderRenderer.renderContent(UIXRenderingContext context,
UINode node)
|
protected void |
GlobalHeaderRenderer.renderIndexedChild(UIXRenderingContext context,
UINode node,
int index)
|
protected void |
GlobalHeaderRenderer.renderItemStyleAttrs(UIXRenderingContext context,
UINode node,
int index,
boolean selected)
Renders the style attributes for global header items |
protected void |
TabBarRenderer.renderNode(UIXRenderingContext context,
UINode child,
boolean selected,
boolean isFirst,
boolean isLast,
boolean isNextSelected)
|
protected void |
GlobalHeaderRenderer.renderStamp(UIXRenderingContext context,
UINode stamp,
boolean selected)
|
protected void |
TabBarRenderer.renderTabStyleAttrs(UIXRenderingContext context,
UINode node,
boolean selected,
boolean disabled)
Override of renderTabStyleAttrs() which adds support for a background image |
protected boolean |
GlobalHeaderRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
PageMenuBarRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
protected boolean |
PageMenuButtonsRenderer.setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.partial |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.partial with parameters of type UIXRenderingContext | |
---|---|
static boolean |
PartialPageRendererUtils.isPartialRenderingPass(UIXRenderingContext context)
Returns true if we are performing a partial page render. |
static boolean |
PartialPageRendererUtils.supportsBlocking(UIXRenderingContext context)
|
static boolean |
PartialPageRendererUtils.supportsPartialRendering(UIXRenderingContext context)
Tests whether partial page rendering is supported for the current render. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.path |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.path with parameters of type UIXRenderingContext | |
---|---|
UINode |
PathImpl.followPath(UIXRenderingContext context,
UINode from)
Follows the entire path. |
UINode |
Path.followPath(UIXRenderingContext context,
UINode from)
Follows the entire path. |
UINode |
PathImpl.followPath(UIXRenderingContext context,
UINode from,
int start,
int depth)
Returns the result of partially following the path from a starting node. |
UINode |
Path.followPath(UIXRenderingContext context,
UINode from,
int start,
int depth)
Returns the result of partially following the path from a starting node. |
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.ui.state |
---|
Methods in org.apache.myfaces.trinidadinternal.ui.state with parameters of type UIXRenderingContext | |
---|---|
boolean |
Selection.isSelected(UIXRenderingContext context,
java.lang.Object value,
int index)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.uinode |
---|
Classes in org.apache.myfaces.trinidadinternal.uinode that implement UIXRenderingContext | |
---|---|
class |
FacesRenderingContext
RenderingContext implementation that supports JSF. |
Methods in org.apache.myfaces.trinidadinternal.uinode that return UIXRenderingContext | |
---|---|
static UIXRenderingContext |
FacesRenderingContext.getRenderingContext(javax.faces.context.FacesContext fContext,
javax.faces.component.UIComponent component)
Gets the current RenderingContext. |
protected static UIXRenderingContext |
UINodeRendererBase.getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Get - and create if necessary - a RenderingContext. |
static UIXRenderingContext |
FacesRenderingContext.getRenderingContext(javax.faces.context.FacesContext fContext,
javax.faces.component.UIComponent component,
boolean createIfNull)
Gets the current RenderingContext. |
protected static UIXRenderingContext |
UINodeRendererBase.getRenderingContext(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
boolean createIfNull)
Get - and create if necessary - a RenderingContext. |
Methods in org.apache.myfaces.trinidadinternal.uinode with parameters of type UIXRenderingContext | |
---|---|
java.util.Iterator<AttributeKey> |
UIComponentUINode.getAttributeNames(UIXRenderingContext context)
|
java.util.Iterator<AttributeKey> |
UIXComponentUINode.getAttributeNames(UIXRenderingContext context)
|
java.lang.Object |
UIComponentUINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
|
java.lang.Object |
UIXComponentUINode.getAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with the specified name in the RenderingContext. |
java.lang.Object |
UIComponentUINode.getAttributeValue(UIXRenderingContext context,
java.lang.String name)
|
protected java.lang.Object |
UIXComponentUINode.getAttributeValueImpl(UIXRenderingContext context,
AttributeKey attrKey,
boolean returnBoundValue)
Bottleneck method for all attribute getting. |
java.util.Iterator<java.lang.String> |
UIComponentUINode.getChildNames(UIXRenderingContext context)
|
UINode |
UIComponentUINode.getIndexedChild(UIXRenderingContext context,
int childIndex)
|
int |
UIComponentUINode.getIndexedChildCount(UIXRenderingContext context)
|
UINode |
UIComponentUINode.getNamedChild(UIXRenderingContext context,
java.lang.String childName)
|
NodeRole |
UIComponentUINode.getNodeRole(UIXRenderingContext context)
Returns the role that this node occupies. |
NodeRole |
UIXComponentUINode.getNodeRole(UIXRenderingContext context)
Returns the role that this node occupies. |
java.lang.Object |
UIComponentUINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with a specified name, without attempting to further resolve that value - as if , for instance, it might be a BoundValue. |
java.lang.Object |
UIXComponentUINode.getRawAttributeValue(UIXRenderingContext context,
AttributeKey attrKey)
Returns the value of the attribute with a specified name, without attempting to further resolve that value - as if , for instance, it might be a BoundValue. |
protected Renderer |
UIXComponentUINode.getRenderer(UIXRenderingContext context,
UINode dataNode)
|
UINode |
UIComponentUINodeList.getUINode(UIXRenderingContext context,
int index)
|
java.lang.Object |
FireActionBoundValue.getValue(UIXRenderingContext context)
|
void |
UIXComponentUINode.postrenderInternal(UIXRenderingContext context,
UINode dataNode)
|
void |
UIXComponentUINode.prerenderInternal(UIXRenderingContext context,
UINode dataNode)
|
void |
UIComponentUINode.render(UIXRenderingContext context)
jmw for testing translation key map public void render(RenderingContext context) throws IOException { // get stack from request map Stack componentStack = (Stack)context.getFacesContext().getExternalContext(). |
void |
UIComponentUINode.render(UIXRenderingContext context,
UINode dataNode)
|
void |
UIXComponentUINode.renderInternal(UIXRenderingContext context,
UINode dataNode)
|
int |
UIComponentUINodeList.size(UIXRenderingContext context)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.uinode.bind |
---|
Methods in org.apache.myfaces.trinidadinternal.uinode.bind with parameters of type UIXRenderingContext | |
---|---|
java.lang.Object |
ConverterBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
RequiredBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
URLBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
EntriesBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
MenuSelectedValueBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
ClientIdBoundValue.getValue(UIXRenderingContext context)
|
java.lang.Object |
PropertyBoundValue.getValue(UIXRenderingContext context)
|
Uses of UIXRenderingContext in org.apache.myfaces.trinidadinternal.util |
---|
Methods in org.apache.myfaces.trinidadinternal.util with parameters of type UIXRenderingContext | |
---|---|
static java.lang.String |
MessageUtils.getGlobalMessage(UIXRenderingContext context,
java.lang.String summary,
java.lang.String detail)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |