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 Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
    boolean
     
    boolean
     
  • Method Details

    • isSupported

      boolean isSupported()
    • expand

      void expand()
    • isExpanded

      boolean isExpanded()
    • collapse

      void collapse()