Interface IsCollapsed
-
- All Known Subinterfaces:
BoxTagDeclaration
,PanelTagDeclaration
,SectionTagDeclaration
public interface IsCollapsed
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCollapsed(String collapsed)
Indicating the collapsed state of this component.
-
-
-
Method Detail
-
setCollapsed
void setCollapsed(String collapsed)
Indicating the collapsed state of this component.
-
-