org.apache.myfaces.tobago.internal.taglib.component
Interface PageTagDeclaration
- All Superinterfaces:
- HasBinding, HasCurrentMarkup, HasId, HasLabel, HasMarkup, IsGridLayoutComponentBase, IsGridLayoutComponentWithDimension, IsGridLayoutContainer
public interface PageTagDeclaration
- extends HasLabel, HasId, HasBinding, HasMarkup, HasCurrentMarkup, IsGridLayoutComponentWithDimension, IsGridLayoutContainer
Renders a page element.
Method Summary |
void |
setApplicationIcon(String icon)
Absolute URL to an image or image name to lookup in tobago resource path
representing the application. |
void |
setFocusId(String focusId)
Contains the id of the component which should have the focus after
loading the page. |
void |
setState(String state)
Deprecated. since Tobago 1.5.0. Please set the min/max values with e. g.
a tc:gridLayoutConstraint tag. |
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel |
setLabel |
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.HasMarkup |
setMarkup |
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 |
setFocusId
void setFocusId(String focusId)
- Contains the id of the component which should have the focus after
loading the page.
Set to empty 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.
setState
@Deprecated
void setState(String state)
- Deprecated. since Tobago 1.5.0. Please set the min/max values with e. g.
a tc:gridLayoutConstraint tag.
- ValueBindingExpression pointing to a object to save the
component's state.
Copyright © 2002-2014 The Apache Software Foundation. All Rights Reserved.