Interface SectionTagDeclaration
-
- All Superinterfaces:
HasAutoSpacing
,HasBinding
,HasCollapsedMode
,HasId
,HasIdBindingAndRendered
,HasImage
,HasLabel
,HasTip
,IsCollapsed
,IsRendered
,IsVisual
public interface SectionTagDeclaration extends HasIdBindingAndRendered, HasLabel, IsVisual, HasImage, IsCollapsed, HasCollapsedMode, HasTip, HasAutoSpacing
Renders a section or subsection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setLevel(String level)
Level of the title.-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasAutoSpacing
setAutoSpacing
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasBinding
setBinding
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasCollapsedMode
setCollapsedMode
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasImage
setImage
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasLabel
setLabel
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.HasTip
setTip
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsCollapsed
setCollapsed
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsRendered
setRendered
-
Methods inherited from interface org.apache.myfaces.tobago.internal.taglib.declaration.IsVisual
setCustomClass, setMarkup
-
-
-
-
Method Detail
-
setLevel
void setLevel(String level)
Level of the title. Lower value means bigger title, greater value means smaller title. Value goes from 1 to 6.
-
-