Interface IExpandableCollapsable
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable
,Serializable
- All Known Implementing Classes:
ExpandCollapseListingPlugin
public interface IExpandableCollapsable
extends org.apache.wicket.util.io.IClusterable
-
Method Details
-
isSupported
boolean isSupported() -
expand
void expand() -
isExpanded
boolean isExpanded() -
collapse
void collapse()
-