@Documented @Target(value={METHOD,FIELD}) public @interface NoLayout
This annotation can be used for any RPC method or state property that does not cause the size of the component or its children to change. Please note that almost anything related to CSS (e.g. adding or removing a stylename) has the potential of causing sizes to change with appropriate style definitions in the application theme.
Copyright © 2017 Vaadin Ltd. All rights reserved.