|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.TobagoBodyTag
org.apache.myfaces.tobago.taglib.component.PageTag
public class PageTag
Field Summary |
---|
Fields inherited from class javax.faces.webapp.UIComponentTag |
---|
pageContext |
Constructor Summary | |
---|---|
PageTag()
|
Method Summary | |
---|---|
int |
doEndTag()
|
String |
getApplicationIcon()
|
String |
getComponentType()
|
String |
getFocusId()
|
String |
getHeight()
|
String |
getLabel()
|
String |
getWidth()
|
void |
release()
|
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)
The height for this component. |
void |
setLabel(String label)
Text value to display as label. |
void |
setMethod(String method)
|
protected void |
setProperties(UIComponent component)
|
void |
setState(String state)
ValueBindingExpression pointing to a object to save the component's state. |
void |
setWidth(String width)
The width for this component. |
Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoBodyTag |
---|
doAfterBody, doInitBody, getDoAfterBodyValue, getDoStartValue, isBodyContentEmpty, setBodyContent |
Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
---|
doStartTag, getDisabled, getHidden, getInline, getReadonly, getRendererType, getTitle, setDisabled, setHidden, setInline, setReadonly, setTitle |
Methods inherited from class javax.faces.webapp.UIComponentTag |
---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasId |
---|
setId |
Methods inherited from interface org.apache.myfaces.tobago.taglib.decl.HasBinding |
---|
setBinding |
Constructor Detail |
---|
public PageTag()
Method Detail |
---|
public int doEndTag() throws JspException
doEndTag
in interface Tag
doEndTag
in class TobagoBodyTag
JspException
public String getComponentType()
getComponentType
in class UIComponentTag
public void release()
release
in interface Tag
release
in class TobagoBodyTag
protected void setProperties(UIComponent component)
setProperties
in class TobagoTag
public void setDoctype(String doctype)
PageTagDeclaration
setDoctype
in interface PageTagDeclaration
public void setMethod(String method)
public void setState(String state)
HasState
setState
in interface HasState
public String getFocusId()
public void setFocusId(String focusId)
PageTagDeclaration
setFocusId
in interface PageTagDeclaration
public String getLabel()
getLabel
in class TobagoTag
public void setLabel(String label)
HasLabel
setLabel
in interface HasLabel
setLabel
in class TobagoTag
public String getWidth()
getWidth
in class TobagoTag
public void setWidth(String width)
HasWidth
setWidth
in interface HasWidth
setWidth
in class TobagoTag
public String getHeight()
getHeight
in class TobagoTag
public void setHeight(String height)
HasHeight
setHeight
in interface HasHeight
setHeight
in class TobagoTag
public void setApplicationIcon(String icon)
PageTagDeclaration
setApplicationIcon
in interface PageTagDeclaration
public String getApplicationIcon()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |