|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.render.Renderer
org.apache.myfaces.trinidad.render.CoreRenderer
org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.XhtmlRenderer
public class XhtmlRenderer
| Field Summary | |
|---|---|
static java.lang.String |
TRANSPARENT_GIF
|
| Fields inherited from class org.apache.myfaces.trinidad.render.CoreRenderer |
|---|
CHAR_UNDEFINED, NO_CHILD_INDEX |
| Constructor Summary | |
|---|---|
protected |
XhtmlRenderer(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
|
| Method Summary | |
|---|---|
protected boolean |
canSkipRendering(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component)
Returns true if the component can skip its own rendering; true if PPR is on for this request, is not currently active, and this component not a target. |
protected boolean |
canSkipRendering(org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String clientId)
Returns true if the component can skip its own rendering; true if PPR is on for this request, is not currently active, and this component not a target. |
javax.faces.render.Renderer |
cloneWithType(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
Clone a Renderer instance with a new Type. |
protected void |
findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
|
static java.lang.String |
getAbsoluteImageUri(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String imagePath)
|
protected static java.lang.String |
getBaseImageUri(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc)
|
protected java.lang.String |
getDefaultStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getInlineStyle(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnclick(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOndblclick(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnkeydown(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnkeypress(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnkeyup(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnmousedown(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnmousemove(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnmouseout(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnmouseover(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getOnmouseup(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String[] |
getPartialTriggers(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getShortDesc(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected java.lang.String |
getStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderAllAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
Render the main renderer-specific attributes: "title", "class", "style", and all the Javascript attributes. |
protected void |
renderAllAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean,
boolean renderStyleAttrs)
Render the main renderer-specific attributes: "title", "class", "style", and all the Javascript attributes. |
protected void |
renderDecorativeIcon(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String iconUri,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id,
java.lang.Object altText)
Renders an icon. |
protected void |
renderDecorativeIcon(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String iconUri,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id,
java.lang.Object altText,
javax.faces.component.UIComponent comp)
|
protected void |
renderEventHandlers(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
Render all the Javascript attributes. |
protected void |
renderFormattedText(javax.faces.context.FacesContext context,
java.lang.Object textValue)
|
protected static void |
renderHAlign(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.Object hAlign)
|
protected void |
renderInlineStyle(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
static void |
renderInlineStyleAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
java.lang.String style)
Renders the inline style attribute for the specified node |
protected void |
renderPossiblyFormattedText(javax.faces.context.FacesContext context,
java.lang.Object textValue)
|
static void |
renderScriptDeferAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc)
Renders the "defer" attribute for a script element. |
static void |
renderScriptTypeAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc)
Checks whether in inaccessible mode, and if not, renders "type" attribute for a script element. |
protected void |
renderShortDescAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderSpacer(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String width,
java.lang.String height)
Renders a spacer. |
protected void |
renderStyleAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
|
protected void |
renderStyleAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean,
java.lang.String defaultStyleClass)
When there's a default style class pass it in to this method |
static void |
renderSubmitButtonNonJSBrowser(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String valueAttri,
java.lang.String nameAttri)
This method renders an input element of type "submit". |
protected void |
renderTransparent(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
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 |
renderVerticalSpacer(javax.faces.context.FacesContext context,
java.lang.Object height,
java.lang.Object id,
javax.faces.component.UIComponent comp)
Renders a vertical spacer for a specified non-null height. |
protected java.lang.Object |
resolveProperty(org.apache.myfaces.trinidad.bean.FacesBean bean,
org.apache.myfaces.trinidad.bean.PropertyKey key)
This method evaluates the property of the specified bean if it supports the specified property key and if the current value is null,
then evaluate the default value. |
protected java.lang.Object |
resolveProperty(org.apache.myfaces.trinidad.bean.FacesBean bean,
org.apache.myfaces.trinidad.bean.PropertyKey key,
boolean checkDefault)
This method evaluates the property of the specified bean if it supports the specified property key and if the current value is null,
then evaluate the default value if and only if checkDefault
is true. |
protected boolean |
shouldRenderId(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
Returns true if the component should render an ID. |
protected boolean |
skipDecode(javax.faces.context.FacesContext context)
|
static boolean |
supportsAccessKeys(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsAdvancedForms(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsAutoCompleteFormElements(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsDisabledFormElements(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsEditing(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsIntrinsicEvents(org.apache.myfaces.trinidad.context.RenderingContext rc)
See section 5.14 of xhtml modularization. |
static boolean |
supportsNarrowScreen(org.apache.myfaces.trinidad.context.RenderingContext rc)
Returns true if an agent is a narrow-screen PDA |
static boolean |
supportsNavigation(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsOnClickOnImgInput(org.apache.myfaces.trinidad.context.RenderingContext rc)
Returns true if the agent supports the "onclick" JS Handler in an "input" HTML element of type "image" |
static boolean |
supportsReadonlyFormElements(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsScripting(org.apache.myfaces.trinidad.context.RenderingContext rc)
Returns true if the agent supports the Script module. |
static boolean |
supportsSeparateWindow(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
static boolean |
supportsStyleAttributes(org.apache.myfaces.trinidad.context.RenderingContext rc)
Returns true if the style attributes should be rendered for this node. |
static boolean |
supportsTarget(org.apache.myfaces.trinidad.context.RenderingContext rc)
Returns true if the agent supports setting the target attribute of other elements. |
static boolean |
supportsTextPresentation(org.apache.myfaces.trinidad.context.RenderingContext rc)
Returns true if the agent supports the text presentation module. |
| Methods inherited from class org.apache.myfaces.trinidad.render.CoreRenderer |
|---|
afterEncode, beforeEncode, decode, decode, decodeBehaviors, delegateRenderer, delegateRendererBegin, delegateRendererEnd, encodeAll, encodeAllChildren, encodeBegin, encodeBegin, encodeChild, encodeChildren, encodeComponentResources, encodeEnd, encodeEnd, getBehaviorParameters, getClientId, getFacesBean, getFacet, getNextRenderedChildIndex, getRenderedChildCount, getRenderedFacetsAndChildren, getRenderingProperty, hasRenderedChildren, isDesktop, isGecko, isGenericPDA, isIE, isInaccessibleMode, isIPhone, isKonqueror, isNokiaS60, isOpera, isPDA, isScreenReaderMode, isWebKit, partialEncodeVisit, renderEncodedActionURI, renderEncodedResourceURI, renderId, renderStyleClass, renderStyleClasses, setRenderingProperty, setupChildrenEncodingContext, setupEncodingContext, setupEncodingContext, tearDownChildrenEncodingContext, tearDownEncodingContext, tearDownEncodingContext, toActionUri, toChar, toInt, toLong, toResourceUri, toString, toUri, visitChildrenForEncoding |
| Methods inherited from class javax.faces.render.Renderer |
|---|
convertClientId, getConvertedValue, getRendersChildren |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TRANSPARENT_GIF
| Constructor Detail |
|---|
protected XhtmlRenderer(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
| Method Detail |
|---|
public javax.faces.render.Renderer cloneWithType(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
cloneWithType in interface org.apache.myfaces.trinidad.render.TypedRendererprotected void findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type type)
public static boolean supportsScripting(org.apache.myfaces.trinidad.context.RenderingContext rc)
See section 5.16 of xhtml modularization
public static boolean supportsEditing(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static boolean supportsAdvancedForms(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static boolean supportsIntrinsicEvents(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static boolean supportsStyleAttributes(org.apache.myfaces.trinidad.context.RenderingContext rc)
Clients should override this method if the the user agent doesn't support style attributes.
See section 5.18 of xhtml modularization
public static boolean supportsNavigation(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static boolean supportsTextPresentation(org.apache.myfaces.trinidad.context.RenderingContext rc)
See section 5.4.1 of xhtml modularization.
public static boolean supportsAccessKeys(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static final boolean supportsDisabledFormElements(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static final boolean supportsReadonlyFormElements(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static final boolean supportsAutoCompleteFormElements(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static final boolean supportsSeparateWindow(org.apache.myfaces.trinidad.context.RenderingContext rc)
public static final boolean supportsTarget(org.apache.myfaces.trinidad.context.RenderingContext rc)
See section 5.12 of xhtml modularization.
public static boolean supportsNarrowScreen(org.apache.myfaces.trinidad.context.RenderingContext rc)
context - a RenderingContext
booleanprotected boolean skipDecode(javax.faces.context.FacesContext context)
skipDecode in class org.apache.myfaces.trinidad.render.CoreRenderer
protected boolean canSkipRendering(org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String clientId)
Call this overload if you have the clientId already.
protected boolean canSkipRendering(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component)
Call this overload if you don't have the clientId already.
protected boolean shouldRenderId(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component)
shouldRenderId in class org.apache.myfaces.trinidad.render.CoreRenderer
protected void renderAllAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
java.io.IOException
protected void renderAllAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean,
boolean renderStyleAttrs)
throws java.io.IOException
java.io.IOException
public static void renderInlineStyleAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
java.lang.String style)
throws java.io.IOException
java.io.IOException
protected void renderInlineStyle(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
java.io.IOException
protected void renderShortDescAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
java.io.IOException
protected void renderStyleAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
java.io.IOException
protected java.lang.String getDefaultStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected void renderStyleAttributes(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean,
java.lang.String defaultStyleClass)
throws java.io.IOException
java.io.IOException
protected void renderEventHandlers(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
throws java.io.IOException
java.io.IOException
protected static void renderHAlign(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.Object hAlign)
throws java.io.IOException
java.io.IOException
protected final void renderPossiblyFormattedText(javax.faces.context.FacesContext context,
java.lang.Object textValue)
throws java.io.IOException
java.io.IOException
protected final void renderFormattedText(javax.faces.context.FacesContext context,
java.lang.Object textValue)
throws java.io.IOException
java.io.IOException
public static java.lang.String getAbsoluteImageUri(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String imagePath)
protected static java.lang.String getBaseImageUri(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc)
protected final void renderDecorativeIcon(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String iconUri,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id,
java.lang.Object altText)
throws java.io.IOException
java.io.IOException
protected final void renderDecorativeIcon(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String iconUri,
java.lang.Object width,
java.lang.Object height,
java.lang.Object id,
java.lang.Object altText,
javax.faces.component.UIComponent comp)
throws java.io.IOException
java.io.IOException
protected final void renderVerticalSpacer(javax.faces.context.FacesContext context,
java.lang.Object height,
java.lang.Object id,
javax.faces.component.UIComponent comp)
throws java.io.IOException
java.io.IOException
protected final void renderSpacer(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String width,
java.lang.String height)
throws java.io.IOException
java.io.IOException
protected final void renderTransparent(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String width,
java.lang.String height,
boolean needsQuoting,
java.lang.Object id)
throws java.io.IOException
java.io.IOException
protected java.lang.Object resolveProperty(org.apache.myfaces.trinidad.bean.FacesBean bean,
org.apache.myfaces.trinidad.bean.PropertyKey key)
null,
then evaluate the default value.
If the bean does not support the specified key, this method returns
null. Unsupported keys occur when the bean's type its type
returned null from findKey when
findTypeConstants method was called.
bean - the property value holder.key - the key associated to the property to evaluate.
null if key is null, the current
property value in the bean for the specified key if it was
set, or the default value if it wasn't.findTypeConstants(org.apache.myfaces.trinidad.bean.FacesBean.Type)
protected java.lang.Object resolveProperty(org.apache.myfaces.trinidad.bean.FacesBean bean,
org.apache.myfaces.trinidad.bean.PropertyKey key,
boolean checkDefault)
null,
then evaluate the default value if and only if checkDefault
is true.
If the bean does not support the specified key, this method returns
null. Unsupported keys occur when the bean's type its type
returned null from findKey when
findTypeConstants method was called.
bean - the property value holder.key - the key associated to the property to evaluate.checkDefault - a flag to tell the method to look for the default value
if no value was explicitely set.
null if key is null, the current
property value in the bean for the specified key if it was
set, or the default value if it wasn't and checkDefault is
true.
public static void renderScriptDeferAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc)
throws java.io.IOException
Note: ResponseWriter.startElement("script", null) must be called before calling this method.
java.io.IOException
public static void renderScriptTypeAttribute(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc)
throws java.io.IOException
Note: ResponseWriter.startElement("script", null) must be called before calling this method.
java.io.IOException
public static void renderSubmitButtonNonJSBrowser(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext rc,
java.lang.String valueAttri,
java.lang.String nameAttri)
throws java.io.IOException
context - a FacesContextrc - a RenderingContextvalueAttri - a String it is the value attribute
of the submit buttonnameAttri - a String it is the name attribute
of the submit button
java.io.IOException
protected java.lang.String getShortDesc(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getStyleClass(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getInlineStyle(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnclick(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOndblclick(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnkeydown(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnkeyup(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnkeypress(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnmousedown(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnmousemove(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnmouseout(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnmouseover(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String getOnmouseup(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
protected java.lang.String[] getPartialTriggers(javax.faces.component.UIComponent component,
org.apache.myfaces.trinidad.bean.FacesBean bean)
public static boolean supportsOnClickOnImgInput(org.apache.myfaces.trinidad.context.RenderingContext rc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||