org.apache.myfaces.tobago.taglib.component
Interface PageTagDeclaration

All Superinterfaces:
BodyTag, HasBinding, HasDimension, HasHeight, HasId, HasLabel, HasState, HasWidth, IterationTag, JspTag, Tag, TobagoBodyTagDeclaration, TobagoTagDeclaration
All Known Implementing Classes:
PageTag

public interface PageTagDeclaration
extends TobagoBodyTagDeclaration, HasLabel, HasId, HasDimension, HasBinding, HasState

TODO description of page tag


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Method Summary
 void setDoctype(String doctype)
          values for doctype : 'strict' : HTML 4.01 Strict DTD 'loose' : HTML 4.01 Transitional DTD 'frameset' : HTML 4.01 Frameset DTD all other values are ignored and no DOCTYPE is set.
 void setFocusId(String focusId)
          Contains the id of the component witch should have the focus after loading the page.
 
Methods inherited from interface javax.servlet.jsp.tagext.BodyTag
doInitBody, setBodyContent
 
Methods inherited from interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasLabel
setLabel
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId
setId
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasWidth
setWidth
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasHeight
setHeight
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding
setBinding
 
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasState
setState
 

Method Detail

setDoctype

void setDoctype(String doctype)
values for doctype : 'strict' : HTML 4.01 Strict DTD 'loose' : HTML 4.01 Transitional DTD 'frameset' : HTML 4.01 Frameset DTD all other values are ignored and no DOCTYPE is set. default value is 'loose'

Parameters:
doctype -

setFocusId

void setFocusId(String focusId)
Contains the id of the component witch should have the focus after loading the page. Set to emtpy string for disabling setting of focus. Default (null) enables the "auto focus" feature.

Parameters:
focusId -


Copyright © 2002-2006 Apache Software Foundation. All Rights Reserved.