Interface PageTagDeclaration
-
- All Superinterfaces:
HasBinding
,HasId
,HasLabel
,IsVisual
public interface PageTagDeclaration extends HasLabel, HasId, HasBinding, IsVisual
Renders a page element.
The markup
Markup.SPREAD
means the page should spread over the hole available area. So the content will use the full height of the browser window. Warning: This feature is preliminary and may change, if necessary, in minor releases!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFocusId(String focusId)
Contains the id of the component which should have the focus after loading the page.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
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.
-
-