|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.renderkit.htmlBasic |
|---|
| Methods in org.apache.myfaces.trinidadinternal.renderkit.htmlBasic with parameters of type MutableUINode | |
|---|---|
protected void |
UINodeRenderer.setAttribute(javax.faces.component.UIComponent component,
java.lang.String attrName,
MutableUINode node,
AttributeKey attrKey)
Sets an attribute if it has not already been set. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui |
|---|
| Classes in org.apache.myfaces.trinidadinternal.ui that implement MutableUINode | |
|---|---|
class |
BaseMutableUINode
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Methods in org.apache.myfaces.trinidadinternal.ui with parameters of type MutableUINode | |
|---|---|
static void |
NodeUtils.addIndexedChildren(MutableUINode parentNode,
java.util.Iterator<UINode> indexedChildren)
Deprecated. Appends the Iterator of UINodes to the end of the list of indexed children on the parentNode. |
static void |
NodeUtils.addIndexedChildren(MutableUINode parentNode,
UINode[] indexedChildren)
Deprecated. Appends the array of UINodes to the end of the list of indexed children on the parentNode. |
static void |
NodeUtils.setTextAndAccessKey(MutableUINode node,
java.lang.String embeddedText)
Deprecated. Utility method to set the text as well as any embedded access key on the node. |
static void |
NodeUtils.setTextAndAccessKey(MutableUINode node,
java.lang.String embeddedText,
AttributeKey textAttributeKey)
Deprecated. Utility method to set the text as well as any embedded access key on the node. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.beans |
|---|
| Classes in org.apache.myfaces.trinidadinternal.ui.beans that implement MutableUINode | |
|---|---|
class |
BaseWebBean
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
class |
MarlinBean
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Methods in org.apache.myfaces.trinidadinternal.ui.beans with parameters of type MutableUINode | |
|---|---|
static java.lang.String |
BaseWebBean.getDirection(MutableUINode node)
Deprecated. Gets the reading direction of the bean. |
static java.lang.String |
BaseWebBean.getID(MutableUINode node)
Deprecated. Returns the page-wide unique client ID of this node. |
static java.lang.String |
BaseWebBean.getLanguage(MutableUINode node)
Deprecated. Gets the language of the bean. |
static java.lang.String |
BaseWebBean.getOnClick(MutableUINode node)
Deprecated. Gets an onclick Javascript handler. |
static java.lang.String |
BaseWebBean.getOnDoubleClick(MutableUINode node)
Deprecated. Gets an ondoubleclick Javascript handler. |
static java.lang.String |
BaseWebBean.getOnKeyDown(MutableUINode node)
Deprecated. Gets an onkeydown Javascript handler. |
static java.lang.String |
BaseWebBean.getOnKeyPress(MutableUINode node)
Deprecated. Gets an onkeypress Javascript handler. |
static java.lang.String |
BaseWebBean.getOnKeyUp(MutableUINode node)
Deprecated. Gets an onkeyup Javascript handler. |
static java.lang.String |
BaseWebBean.getOnMouseDown(MutableUINode node)
Deprecated. Gets an onmousedown Javascript handler. |
static java.lang.String |
BaseWebBean.getOnMouseMove(MutableUINode node)
Deprecated. Gets an onmousemove Javascript handler. |
static java.lang.String |
BaseWebBean.getOnMouseOut(MutableUINode node)
Deprecated. Gets an onmouseout Javascript handler. |
static java.lang.String |
BaseWebBean.getOnMouseOver(MutableUINode node)
Deprecated. Gets an onmouseover Javascript handler. |
static java.lang.String |
BaseWebBean.getOnMouseUp(MutableUINode node)
Deprecated. Gets an onmouseup Javascript handler. |
static java.lang.String |
BaseWebBean.getShortDesc(MutableUINode node)
Deprecated. Gets the short description of the bean. |
static java.lang.String |
BaseWebBean.getStyleClass(MutableUINode node)
Deprecated. Gets the CSS style class of the bean. |
static boolean |
BaseWebBean.isRendered(MutableUINode node)
Deprecated. Sets whether the bean is rendered. |
static void |
BaseWebBean.setDirection(MutableUINode node,
java.lang.String newDirection)
Deprecated. Sets the reading direction of the bean. |
static void |
BaseWebBean.setID(MutableUINode node,
java.lang.String newID)
Deprecated. Sets the page-wide unique client ID of this node. |
static void |
BaseWebBean.setLanguage(MutableUINode node,
java.lang.String newLanguage)
Deprecated. Sets the language of the bean. |
static void |
BaseWebBean.setOnClick(MutableUINode node,
java.lang.String newOnClick)
Deprecated. Sets an onclick Javascript handler. |
static void |
BaseWebBean.setOnDoubleClick(MutableUINode node,
java.lang.String newOnDoubleClick)
Deprecated. Sets an ondoubleclick Javascript handler. |
static void |
BaseWebBean.setOnKeyDown(MutableUINode node,
java.lang.String newOnKeyDown)
Deprecated. Sets an onkeydown Javascript handler. |
static void |
BaseWebBean.setOnKeyPress(MutableUINode node,
java.lang.String newOnKeyPress)
Deprecated. Sets an onkeypress Javascript handler. |
static void |
BaseWebBean.setOnKeyUp(MutableUINode node,
java.lang.String newOnKeyUp)
Deprecated. Sets an onkeyup Javascript handler. |
static void |
BaseWebBean.setOnMouseDown(MutableUINode node,
java.lang.String newOnMouseDown)
Deprecated. Sets an onmousedown Javascript handler. |
static void |
BaseWebBean.setOnMouseMove(MutableUINode node,
java.lang.String newOnMouseMove)
Deprecated. Sets an onmousemove Javascript handler. |
static void |
BaseWebBean.setOnMouseOut(MutableUINode node,
java.lang.String newOnMouseOut)
Deprecated. Sets an onmouseout Javascript handler. |
static void |
BaseWebBean.setOnMouseOver(MutableUINode node,
java.lang.String newOnMouseOver)
Deprecated. Sets an onmouseover Javascript handler. |
static void |
BaseWebBean.setOnMouseUp(MutableUINode node,
java.lang.String newOnMouseUp)
Deprecated. Sets an onmouseup Javascript handler. |
static void |
BaseWebBean.setRendered(MutableUINode node,
boolean rendered)
Deprecated. Sets whether the bean is rendered. |
static void |
BaseWebBean.setShortDesc(MutableUINode node,
java.lang.String newShortDesc)
Deprecated. Sets the short description of the bean. |
static void |
BaseWebBean.setStyleClass(MutableUINode node,
java.lang.String newStyleClass)
Deprecated. Sets the CSS style class of the bean. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.beans.message |
|---|
| Subinterfaces of MutableUINode in org.apache.myfaces.trinidadinternal.ui.beans.message | |
|---|---|
interface |
MessageBean
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.collection |
|---|
| Methods in org.apache.myfaces.trinidadinternal.ui.collection that return MutableUINode | |
|---|---|
protected MutableUINode |
UINodeUINodeList.getMutableUINode()
Deprecated. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.composite |
|---|
| Classes in org.apache.myfaces.trinidadinternal.ui.composite that implement MutableUINode | |
|---|---|
class |
ContextPropertyUINode
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.html |
|---|
| Classes in org.apache.myfaces.trinidadinternal.ui.html that implement MutableUINode | |
|---|---|
class |
HTMLWebBean
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.laf.base |
|---|
| Methods in org.apache.myfaces.trinidadinternal.ui.laf.base with parameters of type MutableUINode | |
|---|---|
static void |
BaseLafUtils.setRootBoundValue(MutableUINode node,
AttributeKey attrKey)
Deprecated. Convenience function for creating and setting a RootAttributeBoundValue that points to the root of the local rendering node stack with the same key as the attribute will be registered under. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.laf.base.pda |
|---|
| Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.pda that return MutableUINode | |
|---|---|
protected MutableUINode |
ProcessChoiceBarRenderer.createSingleItemSubmitButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.String onClickJS)
Deprecated. |
protected MutableUINode |
NavigationBarRenderer.createSingleItemSubmitButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.String onClickJS)
Deprecated. |
protected MutableUINode |
NavigationBarRenderer.createSingleItemURLButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.String destinationURL)
Deprecated. |
| Uses of MutableUINode in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml |
|---|
| Classes in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that implement MutableUINode | |
|---|---|
class |
RepeatIdContextPropertyUINode
Deprecated. This class comes from the old Java 1.2 UIX codebase and should not be used anymore. |
| Fields in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml declared as MutableUINode | |
|---|---|
static MutableUINode |
FormElementRenderer.PDA_SPACE
Deprecated. |
| Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml that return MutableUINode | |
|---|---|
protected MutableUINode |
ProcessChoiceBarRenderer.createSingleItemSubmitButton(boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.Object destination,
java.lang.String onClickJS)
Deprecated. |
protected MutableUINode |
NavigationBarRenderer.createSingleItemSubmitButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.String onClickJS)
Deprecated. |
protected MutableUINode |
NavigationBarRenderer.createSingleItemURLButton(UIXRenderingContext context,
boolean isBack,
java.lang.Object buttonText,
java.lang.Object buttonAccessKey,
java.lang.String destinationURL)
Deprecated. |
| Methods in org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml with parameters of type MutableUINode | |
|---|---|
static void |
XhtmlLafUtils.copyAttr(UIXRenderingContext context,
UINode sourceNode,
AttributeKey attrKey,
MutableUINode destNode)
Deprecated. Copies an attribute from a source node to a destination UINode |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||