Interface HtmlLayoutMeasurableNoHGrow
- All Superinterfaces:
HtmlLayoutMeasurable,LayoutMeasurable
- All Known Subinterfaces:
HtmlLayoutMeasurableNoGrow
- All Known Implementing Classes:
HtmlChoiceBoxPeer,HtmlHyperlinkPeer,HtmlLabelPeer,HtmlRadioButtonPeer,HtmlSVGPathPeer,HtmlSvgTextPeer,HtmlTextPeer
- Author:
- Bruno Salmon
-
Field Summary
Fields inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html.layoutmeasurable.HtmlLayoutMeasurable
DETECT_WRONG_CACHE, ENABLE_CACHE -
Method Summary
Methods inherited from interface dev.webfx.kit.mapper.peers.javafxgraphics.gwtj2cl.html.layoutmeasurable.HtmlLayoutMeasurable
clearCache, getCache, getCacheOrMeasureElement, getElement, getLayoutBounds, maxHeight, measureElement, measureHeight, measureLayoutBounds, measureWidth, minHeight, prefHeight, prefWidth, prepareAndMeasureElement
-
Method Details
-
minWidth
default double minWidth(double height) - Specified by:
minWidthin interfaceHtmlLayoutMeasurable- Specified by:
minWidthin interfaceLayoutMeasurable
-
maxWidth
default double maxWidth(double height) - Specified by:
maxWidthin interfaceHtmlLayoutMeasurable- Specified by:
maxWidthin interfaceLayoutMeasurable
-