|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.BaseRenderer
org.apache.myfaces.trinidadinternal.ui.ElementRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.BaseLafRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.FormElementRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.OptionContainerRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.FormSelectRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.ChoiceRenderer
org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.ProcessChoiceBarRenderer
@Deprecated public class ProcessChoiceBarRenderer
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.OptionContainerRenderer |
|---|
OptionContainerRenderer.OptionInfo, OptionContainerRenderer.OptionRenderer |
| Field Summary |
|---|
| Fields inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.FormElementRenderer |
|---|
PDA_SPACE, VISIBLE_FORM_ELEMENT_RENDERED |
| Fields inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer |
|---|
TRANSPARENT_GIF |
| Fields inherited from class org.apache.myfaces.trinidadinternal.ui.BaseRenderer |
|---|
NO_CHILD_INDEX |
| Fields inherited from interface org.apache.myfaces.trinidadinternal.ui.laf.base.BaseLafConstants |
|---|
NBSP_CHAR, NBSP_STRING, NOT_FOUND, ONE, TWO, URI_DELIMITER, ZERO |
| Constructor Summary | |
|---|---|
ProcessChoiceBarRenderer()
Deprecated. |
|
| Method Summary | |
|---|---|
protected MutableUINode |
createSingleItemSubmitButton(boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.Object destination,
java.lang.String onClickJS)
Deprecated. |
protected boolean |
disabledNavigationShown(UIXRenderingContext context)
Deprecated. Returns true if disabled navigation items should be shown |
protected org.apache.myfaces.trinidad.component.UIXHierarchy |
getHierarchyBase(UIXRenderingContext context,
UINode node)
Deprecated. |
protected java.lang.Object |
getOnChange(UIXRenderingContext context,
UINode node)
Deprecated. Returns the onChange handler. |
protected UINode |
getStamp(UIXRenderingContext context,
UINode node)
Deprecated. |
protected void |
postrender(UIXRenderingContext context,
UINode node)
Deprecated. Called to render the portion after the contents. |
protected void |
prerender(UIXRenderingContext context,
UINode node)
Deprecated. Called to render the portion before the contents. |
protected void |
renderContent(UIXRenderingContext context,
UINode node)
Deprecated. |
protected void |
renderItemSpacer(UIXRenderingContext context)
Deprecated. Writes the separator between two elements |
protected void |
renderPostChoice(UIXRenderingContext context,
UINode node)
Deprecated. |
protected void |
renderPreChoice(UIXRenderingContext context,
UINode node)
Deprecated. Called to render the portion before the contents. |
protected void |
selectItemsRenderContent(UIXRenderingContext context,
UINode node)
Deprecated. |
protected boolean |
setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
Deprecated. |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.ChoiceRenderer |
|---|
getActionScript, getOnBlur, getOnClick, isMultipleSelection, needsChangeTracker, renderTrigger |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.FormSelectRenderer |
|---|
getElementName, getOptionRenderer, renderAttributes, renderEventHandlers |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.OptionContainerRenderer |
|---|
createOptionInfo, getOptionInfo, getSelectedIndex, getSelectedValue, getSelection, populateOptionInfo, renderAsNonElement, renderSelectItem, renderSelectItemOptions |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.FormElementRenderer |
|---|
doRenderStyleAttrs, getDefaultDisabledStyleClass, getDefaultStyleClass, getDisabled, getID, getOnFocus, getReadOnly, getStyleClass, getText, getTransformedName, isHiddenLabelRequired, needsUniqueID, render, renderAsElement, renderAsNonElementContent, renderReadOnlyAsElement, renderShortDescAsHiddenLabel |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.ElementRenderer |
|---|
getRenderer, renderAttribute, renderAttribute, renderAttribute, renderAttribute |
| Methods inherited from class org.apache.myfaces.trinidadinternal.ui.BaseRenderer |
|---|
getNextRenderedChildIndex, getNextRenderedChildNode, getVisibleIndexedChildCount, renderBetweenIndexedChildren, renderBetweenIndexedChildren, renderChild, renderIndexedChild, renderIndexedChild, renderNamedChild, renderNamedChild, skipChild, skipNode |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProcessChoiceBarRenderer()
| Method Detail |
|---|
protected org.apache.myfaces.trinidad.component.UIXHierarchy getHierarchyBase(UIXRenderingContext context,
UINode node)
protected UINode getStamp(UIXRenderingContext context,
UINode node)
protected boolean setNewPath(UIXRenderingContext context,
UINode node,
org.apache.myfaces.trinidad.component.UIXHierarchy component)
protected void renderContent(UIXRenderingContext context,
UINode node)
throws java.io.IOException
renderContent in class ChoiceRendererjava.io.IOException
protected void selectItemsRenderContent(UIXRenderingContext context,
UINode node)
throws java.io.IOException
selectItemsRenderContent in class ChoiceRendererjava.io.IOException
protected void prerender(UIXRenderingContext context,
UINode node)
throws java.io.IOException
prerender in class ChoiceRenderercontext - the rendering contextnode - the current UINode
java.io.IOExceptionElementRenderer.renderAttributes(org.apache.myfaces.trinidadinternal.ui.UIXRenderingContext, org.apache.myfaces.trinidadinternal.ui.UINode),
ElementRenderer.getElementName(org.apache.myfaces.trinidadinternal.ui.UIXRenderingContext, org.apache.myfaces.trinidadinternal.ui.UINode)
protected void renderPreChoice(UIXRenderingContext context,
UINode node)
throws java.io.IOException
context - the rendering contextnode - the current UINode
java.io.IOException
protected void postrender(UIXRenderingContext context,
UINode node)
throws java.io.IOException
postrender in class ChoiceRenderercontext - the rendering contextnode - the current UINode
java.io.IOExceptionElementRenderer.getElementName(org.apache.myfaces.trinidadinternal.ui.UIXRenderingContext, org.apache.myfaces.trinidadinternal.ui.UINode)
protected void renderPostChoice(UIXRenderingContext context,
UINode node)
throws java.io.IOException
java.io.IOException
protected java.lang.Object getOnChange(UIXRenderingContext context,
UINode node)
throws java.io.IOException
ChoiceRenderer
getOnChange in class ChoiceRendererjava.io.IOException
protected MutableUINode createSingleItemSubmitButton(boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.Object destination,
java.lang.String onClickJS)
protected boolean disabledNavigationShown(UIXRenderingContext context)
protected void renderItemSpacer(UIXRenderingContext context)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||