org.apache.myfaces.tobago.taglib.component
Interface PageTagDeclaration
- All Superinterfaces:
- HasBinding, HasId, HasLabel, HasState
public interface PageTagDeclaration
- extends HasLabel, HasId, HasBinding, HasState
TODO description of page tag
|
Method Summary |
void |
setApplicationIcon(String icon)
Absolute URL to an image or image name to lookup in tobago resource path
representing the application. |
void |
setDoctype(String doctype)
Possible values for doctype are:
strictHTML 4.01 Strict DTD
looseHTML 4.01 Transitional DTD
framesetHTML 4.01 Frameset DTD
All other values are ignored and no DOCTYPE is set. |
void |
setFocusId(String focusId)
Contains the id of the component wich should have the focus after
loading the page. |
void |
setHeight(String height)
|
void |
setWidth(String width)
|
| 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.HasState |
setState |
setDoctype
void setDoctype(String doctype)
- Possible values for doctype are:
- 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.
The default value is 'loose'.
setFocusId
void setFocusId(String focusId)
- Contains the id of the component wich should have the focus after
loading the page.
Set to emtpy string for disabling setting of focus.
Default (null) enables the "auto focus" feature.
setApplicationIcon
void setApplicationIcon(String icon)
- Absolute URL to an image or image name to lookup in tobago resource path
representing the application. In HTML it is used as a favicon.
setHeight
void setHeight(String height)
setWidth
void setWidth(String width)
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.