Uses of Class
ca.corbett.extras.actionpanel.ExpandCollapseOptions
Packages that use ExpandCollapseOptions
Package
Description
Contains the ActionPanel component and supporting classes.
-
Uses of ExpandCollapseOptions in ca.corbett.extras.actionpanel
Methods in ca.corbett.extras.actionpanel that return ExpandCollapseOptionsModifier and TypeMethodDescriptionActionPanel.getExpandCollapseOptions()Options related to group expansion/collapse are accessed via the ExpandCollapseOptions class.ExpandCollapseOptions.setAllowHeaderDoubleClick(boolean allow) Allows or disallows double-clicking on the group header label to toggle the expanded/collapsed state of the group.ExpandCollapseOptions.setAnimationDurationMs(int animationDurationMs) Sets the duration of the expand/collapse animation in milliseconds.ExpandCollapseOptions.setAnimationEnabled(boolean animationEnabled) Sets whether animation is enabled for expand/collapse operations.ExpandCollapseOptions.setExpandable(boolean allow) Allows or disallows the user to expand/collapse action groups.