Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

oracle.apps.fnd.applcore.flex.ui.customize
Class FlexfieldCustomizationTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by oracle.apps.fnd.applcore.flex.ui.customize.FlexfieldCustomizationTag
All Implemented Interfaces:
java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
Direct Known Subclasses:
FlexfieldContextCustomizationTag, FlexfieldContextSegmnetCustomizationTag, FlexfieldSegmentCustomizationTag

public class FlexfieldCustomizationTag
extends javax.servlet.jsp.tagext.TagSupport

See Also:
Serialized Form

Field Summary
 FlexfieldCustomization _customation
          Method called at end of tag.
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
FlexfieldCustomizationTag()
           
 
Method Summary
 void addCustomization(FlexfieldCustomization child)
           
 FlexfieldCustomization createCustomization(java.lang.String name)
           
 int doAfterBody()
          Method is invoked after every body evaluation to control whether the body will be reevaluated or not.
 int doEndTag()
           
 int doStartTag()
          Method called at start of tag.
 javax.el.ValueExpression getAutoSubmit()
           
 javax.el.ValueExpression getColumns()
           
 java.lang.String getId()
           
 javax.el.ValueExpression getLabel()
           
 java.lang.String getName()
           
 javax.el.ValueExpression getReadOnly()
           
 javax.el.ValueExpression getRendered()
           
 javax.el.ValueExpression getRequired()
           
 javax.el.ValueExpression getShortDesc()
           
 javax.el.ValueExpression getVisible()
           
 void release()
           
 void setAutoSubmit(javax.el.ValueExpression autoSubmit)
           
 void setColumns(javax.el.ValueExpression columns)
           
 void setId(java.lang.String id)
           
 void setLabel(javax.el.ValueExpression label)
           
 void setName(java.lang.String name)
           
 void setReadOnly(javax.el.ValueExpression readOnly)
           
 void setRendered(javax.el.ValueExpression rendered)
           
 void setRequired(javax.el.ValueExpression required)
           
 void setShortDesc(javax.el.ValueExpression shortDesc)
           
 void setVisible(javax.el.ValueExpression visible)
           
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_customation

public FlexfieldCustomization _customation
Method called at end of tag.

Constructor Detail

FlexfieldCustomizationTag

public FlexfieldCustomizationTag()
Method Detail

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Method called at start of tag.

Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class javax.servlet.jsp.tagext.TagSupport
Returns:
SKIP_BODY
Throws:
javax.servlet.jsp.JspException

doAfterBody

public int doAfterBody()
                throws javax.servlet.jsp.JspException
Method is invoked after every body evaluation to control whether the body will be reevaluated or not.

Specified by:
doAfterBody in interface javax.servlet.jsp.tagext.IterationTag
Overrides:
doAfterBody in class javax.servlet.jsp.tagext.TagSupport
Returns:
SKIP_BODY
Throws:
javax.servlet.jsp.JspException

createCustomization

public FlexfieldCustomization createCustomization(java.lang.String name)

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class javax.servlet.jsp.tagext.TagSupport

addCustomization

public void addCustomization(FlexfieldCustomization child)

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class javax.servlet.jsp.tagext.TagSupport

getRendered

public javax.el.ValueExpression getRendered()

setRendered

public void setRendered(javax.el.ValueExpression rendered)

getRequired

public javax.el.ValueExpression getRequired()

setRequired

public void setRequired(javax.el.ValueExpression required)

getReadOnly

public javax.el.ValueExpression getReadOnly()

setReadOnly

public void setReadOnly(javax.el.ValueExpression readOnly)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getAutoSubmit

public javax.el.ValueExpression getAutoSubmit()

setAutoSubmit

public void setAutoSubmit(javax.el.ValueExpression autoSubmit)

getVisible

public javax.el.ValueExpression getVisible()

setVisible

public void setVisible(javax.el.ValueExpression visible)

getLabel

public javax.el.ValueExpression getLabel()

setLabel

public void setLabel(javax.el.ValueExpression label)

getShortDesc

public javax.el.ValueExpression getShortDesc()

setShortDesc

public void setShortDesc(javax.el.ValueExpression shortDesc)

getColumns

public javax.el.ValueExpression getColumns()

setColumns

public void setColumns(javax.el.ValueExpression columns)

getId

public java.lang.String getId()
Overrides:
getId in class javax.servlet.jsp.tagext.TagSupport

setId

public void setId(java.lang.String id)
Overrides:
setId in class javax.servlet.jsp.tagext.TagSupport

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.