You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is actually a good note, I forgot to add some of the states in the Painter implementation including collapsed/expanded state, I will add those tomorrow for WebCollapsiblePane component and it's sub-components and for WebAccordion.
- CollapsiblePanePainter.java - Added `expanded`, `expanding`, `collapsed` and `collapsing` states support for style
- AbstractHeaderPanel.java, AbstractTitleLabel.java, AbstractControlButton.java - Added `expanding` and `collapsing` states support for style
- collapsiblepane.xml - Simplified default style
Accordion [ #552 ]
- AccordionPane.java - Added `expanded`, `expanding`, `collapsed` and `collapsing` states support for style
Styling
- AbstractDecorationPainter.java - Minor code optimizations and refactoring
- DecorationState.java - Added `expanding` and `collapsing` default states
I've added expanded, expanding, collapsed and collapsing states support for WebCollapsiblePane and AccordionPane styles and expanding and collapsing states support for header, title label and control buttons (they didn't have those before, only expanded and collapsed ones).
Note that for convenience reasons expanded state is not fully equal expanded state value in according components but instead means that WebCollapsiblePane or AccordionPane are anyhow expanded (even if currently collapsing or expanding).
I have not found what state of
collapsiblepane
should I use to change style when it is collapsed. I have triedcollapsed
but it doesn't work.The text was updated successfully, but these errors were encountered: