org.apache.myfaces.tobago.internal.taglib.component
Interface WizardTagDeclaration

All Superinterfaces:
HasBinding, HasCurrentMarkup, HasId, HasIdBindingAndRendered, HasMarkup, IsGridLayoutComponent, IsGridLayoutComponentBase, IsGridLayoutContainer, IsRendered

public interface WizardTagDeclaration
extends HasIdBindingAndRendered, IsGridLayoutComponent, IsGridLayoutContainer, HasMarkup, HasCurrentMarkup

Renders a flexible wizard.


Method Summary
 void setAllowJumpForward(String allowJumpForward)
          Is a jump forward to following pages allowed?
 void setController(String controller)
           
 void setOutcome(String outcome)
          Outcome to navigate to this page.
 void setTitle(String title)
          Title of this page
 void setVar(String var)
          Name of a request-scope attribute under which the model data will be exposed.
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponent
setHeight, setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutComponentBase
setColumnSpan, setCurrentHeight, setCurrentWidth, setDisplay, setHorizontalIndex, setLeft, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaximumHeight, setMaximumWidth, setMinimumHeight, setMinimumWidth, setPreferredHeight, setPreferredWidth, setRowSpan, setTop, setVerticalIndex
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsGridLayoutContainer
setBorderBottom, setBorderLeft, setBorderRight, setBorderTop, setOverflowX, setOverflowY, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasMarkup
setMarkup
 
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCurrentMarkup
setCurrentMarkup
 

Method Detail

setController

void setController(String controller)

setVar

void setVar(String var)
Name of a request-scope attribute under which the model data will be exposed.


setOutcome

void setOutcome(String outcome)
Outcome to navigate to this page.


setTitle

void setTitle(String title)
Title of this page


setAllowJumpForward

void setAllowJumpForward(String allowJumpForward)
Is a jump forward to following pages allowed?



Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.