Class DynamicHeightWrapperStyleSheet

  • All Implemented Interfaces:
    Cloneable, StyleSheet

    public class DynamicHeightWrapperStyleSheet
    extends AbstractStyleSheet
    An element, that has the dynamic flag set to true, must restrict its maximum width to the minimum width (unless it explicitly defines the maximum-width). This strange behavior is a legacy of our old sloopy layouting definition, where the minimum-size provided the defaults for all other sizes.
    Author:
    Thomas Morgner
    • Constructor Detail

      • DynamicHeightWrapperStyleSheet

        public DynamicHeightWrapperStyleSheet​(StyleSheet parent)
    • Method Detail

      • getId

        public InstanceID getId()
        Description copied from class: AbstractStyleSheet
        Returns the ID of the stylesheet. The ID does identify an element stylesheet an all all cloned instances of that stylesheet.
        Specified by:
        getId in interface StyleSheet
        Overrides:
        getId in class AbstractStyleSheet
        Returns:
        the ID of this stylesheet.
      • getChangeTracker

        public long getChangeTracker()
      • toArray

        public Object[] toArray()