All Classes and Interfaces

Class
Description
Hides/shows an AppLayout's top and bottom navigation bars on scroll.
Fired whenever the chrome's expanded/collapsed state changes, whether driven by scrolling on the client or by a server-initiated reset (e.g. detaching this instance via AppHeadroom.remove()).
One bar's condensed-view accessor (see AppHeadroom.getCondensedTop()/ AppHeadroom.getCondensedBottom()) — pick a shape via AppHeadroom.CondensedBar.asFloating() or AppHeadroom.CondensedBar.asRibbon() to get a shape-specific accessor exposing only the methods that make sense for it, the same pattern Grid's asSingleSelect()/asMultiSelect() already use for an analogous "pick one of a few mutually-exclusive modes" choice.
AppHeadroom.CondensedBar.asFloating()'s shape-specific accessor.
Deprecated.
AppHeadroom.CondensedBar.asRibbon()'s shape-specific accessor.