HomeNext

If
org.mb.tapestry.base.IfBean
  Non-Visual Component
Description
Conditionally emulates an element and its attributes and/or includes a block of content if a condition is met.
Parameters
nametypedirectionrequireddefault valuedescription
conditionbooleanin   The condition to evaluate.  
conditionValuebooleancustom false The value of the condition. During render this is obtained from the condition parameter. During rewind it is the submitted condition.  
listenerorg.apache.tapestry.IActionListenerin null 
formlessbooleanin false Determines whether to avoid creating hidden fields within a form.  
elementjava.lang.Stringin templateTag The element to emulate.  
templateTagjava.lang.Stringauto null The tag with which the component was inserted in its parent template This parameter will be bound automatically by the framework.  
Allow body (rendered)
Allow informal parameters   
Reserved parameters   -
Toggle help

HomeNext