Schnittstelle PageTagDeclaration
- Alle Superschnittstellen:
- HasBinding,- HasId,- HasLabel,- 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!
 
- 
MethodenübersichtModifizierer und TypMethodeBeschreibungvoidsetFocusId(String focusId) Contains the id of the component which should have the focus after loading the page.Von Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasBindingsetBindingVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasIdsetIdVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.HasLabelsetLabelVon Schnittstelle geerbte Methoden org.apache.myfaces.tobago.internal.taglib.declaration.IsVisualsetCustomClass, setMarkup
- 
Methodendetails- 
setFocusIdContains 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.
 
-