Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > afb4c294e8f553dc8d6909c852dc1564 > files > 1335

java-1.8.0-openjfx-1.8.0.76-1.b04.1.1.mga5.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_77) on Wed Apr 06 14:51:44 UTC 2016 -->
<title>RowConstraints (JavaFX 8)</title>
<meta name="date" content="2016-04-06">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="RowConstraints (JavaFX 8)";
        }
    }
    catch(err) {
    }
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10,"i19":10,"i20":10,"i21":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RowConstraints.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">JavaFX&nbsp;8</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javafx/scene/layout/Region.html" title="class in javafx.scene.layout"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../javafx/scene/layout/StackPane.html" title="class in javafx.scene.layout"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javafx/scene/layout/RowConstraints.html" target="_top">Frames</a></li>
<li><a href="RowConstraints.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.javafx.scene.layout.ConstraintsBase">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">javafx.scene.layout</div>
<h2 title="Class RowConstraints" class="title">Class RowConstraints</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../javafx/scene/layout/ConstraintsBase.html" title="class in javafx.scene.layout">javafx.scene.layout.ConstraintsBase</a></li>
<li>
<ul class="inheritance">
<li>javafx.scene.layout.RowConstraints</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public class <span class="typeNameLabel">RowConstraints</span>
extends <a href="../../../javafx/scene/layout/ConstraintsBase.html" title="class in javafx.scene.layout">ConstraintsBase</a></pre>
<div class="block">Defines optional layout constraints for a row in a <a href="../../../javafx/scene/layout/GridPane.html" title="class in javafx.scene.layout"><code>GridPane</code></a>.
 If a RowConstraints object is added for a row in a gridpane, the gridpane
 will use those constraint values when computing the row's height and layout.
 <p>
 For example, to create a GridPane with 10 rows 50 pixels tall:
 <pre><code>
     GridPane gridpane = new GridPane();
     for (int i = 0; i < 10; i++) {
         RowConstraints row = new RowConstraints(50);
         gridpane.getRowConstraints().add(row);
     }
 </code></pre>
 Or, to create a GridPane where rows take 25%, 50%, 25% of its width:
 <pre><code>
     GridPane gridpane = new GridPane();
     RowConstraints row1 = new RowConstraints();
     row1.setPercentWidth(25);
     RowConstraints row2 = new RowConstraints();
     row2.setPercentWidth(50);
     RowConstraints row3 = new RowConstraints();
     row3.setPercentWidth(25);
     gridpane.getRowConstraints().addAll(row1,row2,row3);
 </code></pre>

 Note that adding an empty RowConstraints object has the effect of not setting
 any constraints, leaving the GridPane to compute the row's layout based
 solely on its content's size preferences and constraints.</div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>JavaFX 2.0</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== PROPERTY SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="property.summary">
<!--   -->
</a>
<h3>Property Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Property Summary table, listing properties, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Type</th>
<th class="colLast" scope="col">Property and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/BooleanProperty.html" title="class in javafx.beans.property">BooleanProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#fillHeightProperty">fillHeight</a></span></code>
<div class="block">The vertical fill policy for the row.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#maxHeightProperty">maxHeight</a></span></code>
<div class="block">The maximum height for the row.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#minHeightProperty">minHeight</a></span></code>
<div class="block">The minimum height for the row.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#percentHeightProperty">percentHeight</a></span></code>
<div class="block">The height percentage of the row.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#prefHeightProperty">prefHeight</a></span></code>
<div class="block">The preferred height for the row.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#valignmentProperty">valignment</a></span></code>
<div class="block">The vertical alignment for the row.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#vgrowProperty">vgrow</a></span></code>
<div class="block">The vertical grow priority for the row.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!--   -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.javafx.scene.layout.ConstraintsBase">
<!--   -->
</a>
<h3>Fields inherited from class&nbsp;javafx.scene.layout.<a href="../../../javafx/scene/layout/ConstraintsBase.html" title="class in javafx.scene.layout">ConstraintsBase</a></h3>
<code><a href="../../../javafx/scene/layout/ConstraintsBase.html#CONSTRAIN_TO_PREF">CONSTRAIN_TO_PREF</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!--   -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#RowConstraints--">RowConstraints</a></span>()</code>
<div class="block">Creates a row constraints object with no properties set.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#RowConstraints-double-">RowConstraints</a></span>(double&nbsp;height)</code>
<div class="block">Creates a row constraint object with a fixed height.</div>
</td>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#RowConstraints-double-double-double-">RowConstraints</a></span>(double&nbsp;minHeight,
              double&nbsp;prefHeight,
              double&nbsp;maxHeight)</code>
<div class="block">Creates a row constraint object with a fixed size range.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#RowConstraints-double-double-double-javafx.scene.layout.Priority-javafx.geometry.VPos-boolean-">RowConstraints</a></span>(double&nbsp;minHeight,
              double&nbsp;prefHeight,
              double&nbsp;maxHeight,
              <a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&nbsp;vgrow,
              <a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&nbsp;valignment,
              boolean&nbsp;fillHeight)</code>
<div class="block">Creates a row constraint object with a fixed size range, vertical
 grow priority, vertical alignment, and vertical fill behavior.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!--   -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/BooleanProperty.html" title="class in javafx.beans.property">BooleanProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#fillHeightProperty--">fillHeightProperty</a></span>()</code>
<div class="block">The vertical fill policy for the row.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#getMaxHeight--">getMaxHeight</a></span>()</code>
<div class="block">Gets the value of the property maxHeight.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#getMinHeight--">getMinHeight</a></span>()</code>
<div class="block">Gets the value of the property minHeight.</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#getPercentHeight--">getPercentHeight</a></span>()</code>
<div class="block">Gets the value of the property percentHeight.</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>double</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#getPrefHeight--">getPrefHeight</a></span>()</code>
<div class="block">Gets the value of the property prefHeight.</div>
</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#getValignment--">getValignment</a></span>()</code>
<div class="block">Gets the value of the property valignment.</div>
</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#getVgrow--">getVgrow</a></span>()</code>
<div class="block">Gets the value of the property vgrow.</div>
</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#isFillHeight--">isFillHeight</a></span>()</code>
<div class="block">Gets the value of the property fillHeight.</div>
</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#maxHeightProperty--">maxHeightProperty</a></span>()</code>
<div class="block">The maximum height for the row.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#minHeightProperty--">minHeightProperty</a></span>()</code>
<div class="block">The minimum height for the row.</div>
</td>
</tr>
<tr id="i10" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#percentHeightProperty--">percentHeightProperty</a></span>()</code>
<div class="block">The height percentage of the row.</div>
</td>
</tr>
<tr id="i11" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#prefHeightProperty--">prefHeightProperty</a></span>()</code>
<div class="block">The preferred height for the row.</div>
</td>
</tr>
<tr id="i12" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setFillHeight-boolean-">setFillHeight</a></span>(boolean&nbsp;value)</code>
<div class="block">Sets the value of the property fillHeight.</div>
</td>
</tr>
<tr id="i13" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setMaxHeight-double-">setMaxHeight</a></span>(double&nbsp;value)</code>
<div class="block">Sets the value of the property maxHeight.</div>
</td>
</tr>
<tr id="i14" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setMinHeight-double-">setMinHeight</a></span>(double&nbsp;value)</code>
<div class="block">Sets the value of the property minHeight.</div>
</td>
</tr>
<tr id="i15" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setPercentHeight-double-">setPercentHeight</a></span>(double&nbsp;value)</code>
<div class="block">Sets the value of the property percentHeight.</div>
</td>
</tr>
<tr id="i16" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setPrefHeight-double-">setPrefHeight</a></span>(double&nbsp;value)</code>
<div class="block">Sets the value of the property prefHeight.</div>
</td>
</tr>
<tr id="i17" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setValignment-javafx.geometry.VPos-">setValignment</a></span>(<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&nbsp;value)</code>
<div class="block">Sets the value of the property valignment.</div>
</td>
</tr>
<tr id="i18" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#setVgrow-javafx.scene.layout.Priority-">setVgrow</a></span>(<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&nbsp;value)</code>
<div class="block">Sets the value of the property vgrow.</div>
</td>
</tr>
<tr id="i19" class="rowColor">
<td class="colFirst"><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#toString--">toString</a></span>()</code>
<div class="block">Returns a string representation of this <code>RowConstraints</code> object.</div>
</td>
</tr>
<tr id="i20" class="altColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#valignmentProperty--">valignmentProperty</a></span>()</code>
<div class="block">The vertical alignment for the row.</div>
</td>
</tr>
<tr id="i21" class="rowColor">
<td class="colFirst"><code><a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javafx/scene/layout/RowConstraints.html#vgrowProperty--">vgrowProperty</a></span>()</code>
<div class="block">The vertical grow priority for the row.</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.javafx.scene.layout.ConstraintsBase">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;javafx.scene.layout.<a href="../../../javafx/scene/layout/ConstraintsBase.html" title="class in javafx.scene.layout">ConstraintsBase</a></h3>
<code><a href="../../../javafx/scene/layout/ConstraintsBase.html#requestLayout--">requestLayout</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!--   -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ PROPERTY DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="property.detail">
<!--   -->
</a>
<h3>Property Detail</h3>
<a name="minHeightProperty">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>minHeight</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a> minHeightProperty</pre>
<div class="block">The minimum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the minimum height
 will be computed to be the largest minimum height of the row's content.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getMinHeight--"><code>getMinHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setMinHeight-double-"><code>setMinHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="prefHeightProperty">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prefHeight</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a> prefHeightProperty</pre>
<div class="block">The preferred height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the preferred height
 will be computed to be the largest preferred height of the row's content.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getPrefHeight--"><code>getPrefHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setPrefHeight-double-"><code>setPrefHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="maxHeightProperty">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxHeight</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a> maxHeightProperty</pre>
<div class="block">The maximum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the maximum height
 will be computed to be the smallest maximum height of the row's content.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getMaxHeight--"><code>getMaxHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setMaxHeight-double-"><code>setMaxHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="percentHeightProperty">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>percentHeight</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a> percentHeightProperty</pre>
<div class="block">The height percentage of the row.  If set to a value greater than 0, the
 row will be resized to that percentage of the available gridpane height and
 the other size constraints (minHeight, prefHeight, maxHeight, vgrow) will
 be ignored.

 The default value is -1, which means the percentage will be ignored.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getPercentHeight--"><code>getPercentHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setPercentHeight-double-"><code>setPercentHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="vgrowProperty">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vgrow</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&gt; vgrowProperty</pre>
<div class="block">The vertical grow priority for the row.  If set, the gridpane will
 use this priority to determine whether the row should be given any
 additional height if the gridpane is resized larger than its preferred height.
 This property is ignored if percentHeight is set.
 <p>
 This default value is null, which means that the row's grow priority
 will be derived from largest grow priority set on a content node.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getVgrow--"><code>getVgrow()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setVgrow-javafx.scene.layout.Priority-"><code>setVgrow(Priority)</code></a></dd>
</dl>
</li>
</ul>
<a name="valignmentProperty">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valignment</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt; valignmentProperty</pre>
<div class="block">The vertical alignment for the row. If set, will be the default
 vertical alignment for nodes contained within the row.
 If this property is set to VPos.BASELINE, then the fillHeight property
 will be ignored and nodes will always be resized to their preferred heights.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getValignment--"><code>getValignment()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setValignment-javafx.geometry.VPos-"><code>setValignment(VPos)</code></a></dd>
</dl>
</li>
</ul>
<a name="fillHeightProperty">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>fillHeight</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/BooleanProperty.html" title="class in javafx.beans.property">BooleanProperty</a> fillHeightProperty</pre>
<div class="block">The vertical fill policy for the row.  The gridpane will
 use this property to determine whether nodes contained within the row
 should be expanded to fill the row's height or kept to their preferred heights.
 <p>
 The default value is true.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#isFillHeight--"><code>isFillHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setFillHeight-boolean-"><code>setFillHeight(boolean)</code></a></dd>
</dl>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!--   -->
</a>
<h3>Constructor Detail</h3>
<a name="RowConstraints--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RowConstraints</h4>
<pre>public&nbsp;RowConstraints()</pre>
<div class="block">Creates a row constraints object with no properties set.</div>
</li>
</ul>
<a name="RowConstraints-double-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RowConstraints</h4>
<pre>public&nbsp;RowConstraints(double&nbsp;height)</pre>
<div class="block">Creates a row constraint object with a fixed height.
 This is a convenience for setting the preferred height constraint to the
 fixed value and the minHeight and maxHeight constraints to the USE_PREF_SIZE
 flag to ensure the row is always that height.</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>height</code> - the height of the row</dd>
</dl>
</li>
</ul>
<a name="RowConstraints-double-double-double-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>RowConstraints</h4>
<pre>public&nbsp;RowConstraints(double&nbsp;minHeight,
                      double&nbsp;prefHeight,
                      double&nbsp;maxHeight)</pre>
<div class="block">Creates a row constraint object with a fixed size range.
 This is a convenience for setting the minimum, preferred, and maximum
 height constraints.</div>
</li>
</ul>
<a name="RowConstraints-double-double-double-javafx.scene.layout.Priority-javafx.geometry.VPos-boolean-">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>RowConstraints</h4>
<pre>public&nbsp;RowConstraints(double&nbsp;minHeight,
                      double&nbsp;prefHeight,
                      double&nbsp;maxHeight,
                      <a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&nbsp;vgrow,
                      <a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&nbsp;valignment,
                      boolean&nbsp;fillHeight)</pre>
<div class="block">Creates a row constraint object with a fixed size range, vertical
 grow priority, vertical alignment, and vertical fill behavior.</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!--   -->
</a>
<h3>Method Detail</h3>
<a name="setMinHeight-double-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMinHeight</h4>
<pre>public final&nbsp;void&nbsp;setMinHeight(double&nbsp;value)</pre>
<div class="block">Sets the value of the property minHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The minimum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the minimum height
 will be computed to be the largest minimum height of the row's content.</dd>
</dl>
</li>
</ul>
<a name="getMinHeight--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMinHeight</h4>
<pre>public final&nbsp;double&nbsp;getMinHeight()</pre>
<div class="block">Gets the value of the property minHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The minimum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the minimum height
 will be computed to be the largest minimum height of the row's content.</dd>
</dl>
</li>
</ul>
<a name="minHeightProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>minHeightProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a>&nbsp;minHeightProperty()</pre>
<div class="block">The minimum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the minimum height
 will be computed to be the largest minimum height of the row's content.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getMinHeight--"><code>getMinHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setMinHeight-double-"><code>setMinHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="setPrefHeight-double-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPrefHeight</h4>
<pre>public final&nbsp;void&nbsp;setPrefHeight(double&nbsp;value)</pre>
<div class="block">Sets the value of the property prefHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The preferred height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the preferred height
 will be computed to be the largest preferred height of the row's content.</dd>
</dl>
</li>
</ul>
<a name="getPrefHeight--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPrefHeight</h4>
<pre>public final&nbsp;double&nbsp;getPrefHeight()</pre>
<div class="block">Gets the value of the property prefHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The preferred height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the preferred height
 will be computed to be the largest preferred height of the row's content.</dd>
</dl>
</li>
</ul>
<a name="prefHeightProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prefHeightProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a>&nbsp;prefHeightProperty()</pre>
<div class="block">The preferred height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the preferred height
 will be computed to be the largest preferred height of the row's content.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getPrefHeight--"><code>getPrefHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setPrefHeight-double-"><code>setPrefHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="setMaxHeight-double-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setMaxHeight</h4>
<pre>public final&nbsp;void&nbsp;setMaxHeight(double&nbsp;value)</pre>
<div class="block">Sets the value of the property maxHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The maximum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the maximum height
 will be computed to be the smallest maximum height of the row's content.</dd>
</dl>
</li>
</ul>
<a name="getMaxHeight--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMaxHeight</h4>
<pre>public final&nbsp;double&nbsp;getMaxHeight()</pre>
<div class="block">Gets the value of the property maxHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The maximum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the maximum height
 will be computed to be the smallest maximum height of the row's content.</dd>
</dl>
</li>
</ul>
<a name="maxHeightProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>maxHeightProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a>&nbsp;maxHeightProperty()</pre>
<div class="block">The maximum height for the row.
 This property is ignored if percentHeight is set.
 <p>
 The default value is USE_COMPUTED_SIZE, which means the maximum height
 will be computed to be the smallest maximum height of the row's content.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getMaxHeight--"><code>getMaxHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setMaxHeight-double-"><code>setMaxHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="setPercentHeight-double-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPercentHeight</h4>
<pre>public final&nbsp;void&nbsp;setPercentHeight(double&nbsp;value)</pre>
<div class="block">Sets the value of the property percentHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The height percentage of the row.  If set to a value greater than 0, the
 row will be resized to that percentage of the available gridpane height and
 the other size constraints (minHeight, prefHeight, maxHeight, vgrow) will
 be ignored.

 The default value is -1, which means the percentage will be ignored.</dd>
</dl>
</li>
</ul>
<a name="getPercentHeight--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getPercentHeight</h4>
<pre>public final&nbsp;double&nbsp;getPercentHeight()</pre>
<div class="block">Gets the value of the property percentHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The height percentage of the row.  If set to a value greater than 0, the
 row will be resized to that percentage of the available gridpane height and
 the other size constraints (minHeight, prefHeight, maxHeight, vgrow) will
 be ignored.

 The default value is -1, which means the percentage will be ignored.</dd>
</dl>
</li>
</ul>
<a name="percentHeightProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>percentHeightProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/DoubleProperty.html" title="class in javafx.beans.property">DoubleProperty</a>&nbsp;percentHeightProperty()</pre>
<div class="block">The height percentage of the row.  If set to a value greater than 0, the
 row will be resized to that percentage of the available gridpane height and
 the other size constraints (minHeight, prefHeight, maxHeight, vgrow) will
 be ignored.

 The default value is -1, which means the percentage will be ignored.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getPercentHeight--"><code>getPercentHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setPercentHeight-double-"><code>setPercentHeight(double)</code></a></dd>
</dl>
</li>
</ul>
<a name="setVgrow-javafx.scene.layout.Priority-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setVgrow</h4>
<pre>public final&nbsp;void&nbsp;setVgrow(<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&nbsp;value)</pre>
<div class="block">Sets the value of the property vgrow.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The vertical grow priority for the row.  If set, the gridpane will
 use this priority to determine whether the row should be given any
 additional height if the gridpane is resized larger than its preferred height.
 This property is ignored if percentHeight is set.
 <p>
 This default value is null, which means that the row's grow priority
 will be derived from largest grow priority set on a content node.</dd>
</dl>
</li>
</ul>
<a name="getVgrow--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getVgrow</h4>
<pre>public final&nbsp;<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&nbsp;getVgrow()</pre>
<div class="block">Gets the value of the property vgrow.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The vertical grow priority for the row.  If set, the gridpane will
 use this priority to determine whether the row should be given any
 additional height if the gridpane is resized larger than its preferred height.
 This property is ignored if percentHeight is set.
 <p>
 This default value is null, which means that the row's grow priority
 will be derived from largest grow priority set on a content node.</dd>
</dl>
</li>
</ul>
<a name="vgrowProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>vgrowProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/scene/layout/Priority.html" title="enum in javafx.scene.layout">Priority</a>&gt;&nbsp;vgrowProperty()</pre>
<div class="block">The vertical grow priority for the row.  If set, the gridpane will
 use this priority to determine whether the row should be given any
 additional height if the gridpane is resized larger than its preferred height.
 This property is ignored if percentHeight is set.
 <p>
 This default value is null, which means that the row's grow priority
 will be derived from largest grow priority set on a content node.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getVgrow--"><code>getVgrow()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setVgrow-javafx.scene.layout.Priority-"><code>setVgrow(Priority)</code></a></dd>
</dl>
</li>
</ul>
<a name="setValignment-javafx.geometry.VPos-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setValignment</h4>
<pre>public final&nbsp;void&nbsp;setValignment(<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&nbsp;value)</pre>
<div class="block">Sets the value of the property valignment.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The vertical alignment for the row. If set, will be the default
 vertical alignment for nodes contained within the row.
 If this property is set to VPos.BASELINE, then the fillHeight property
 will be ignored and nodes will always be resized to their preferred heights.</dd>
</dl>
</li>
</ul>
<a name="getValignment--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getValignment</h4>
<pre>public final&nbsp;<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&nbsp;getValignment()</pre>
<div class="block">Gets the value of the property valignment.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The vertical alignment for the row. If set, will be the default
 vertical alignment for nodes contained within the row.
 If this property is set to VPos.BASELINE, then the fillHeight property
 will be ignored and nodes will always be resized to their preferred heights.</dd>
</dl>
</li>
</ul>
<a name="valignmentProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>valignmentProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/ObjectProperty.html" title="class in javafx.beans.property">ObjectProperty</a>&lt;<a href="../../../javafx/geometry/VPos.html" title="enum in javafx.geometry">VPos</a>&gt;&nbsp;valignmentProperty()</pre>
<div class="block">The vertical alignment for the row. If set, will be the default
 vertical alignment for nodes contained within the row.
 If this property is set to VPos.BASELINE, then the fillHeight property
 will be ignored and nodes will always be resized to their preferred heights.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#getValignment--"><code>getValignment()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setValignment-javafx.geometry.VPos-"><code>setValignment(VPos)</code></a></dd>
</dl>
</li>
</ul>
<a name="setFillHeight-boolean-">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setFillHeight</h4>
<pre>public final&nbsp;void&nbsp;setFillHeight(boolean&nbsp;value)</pre>
<div class="block">Sets the value of the property fillHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The vertical fill policy for the row.  The gridpane will
 use this property to determine whether nodes contained within the row
 should be expanded to fill the row's height or kept to their preferred heights.
 <p>
 The default value is true.</dd>
</dl>
</li>
</ul>
<a name="isFillHeight--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isFillHeight</h4>
<pre>public final&nbsp;boolean&nbsp;isFillHeight()</pre>
<div class="block">Gets the value of the property fillHeight.</div>
<dl>
<dt><span class="simpleTagLabel">Property description:</span></dt>
<dd>The vertical fill policy for the row.  The gridpane will
 use this property to determine whether nodes contained within the row
 should be expanded to fill the row's height or kept to their preferred heights.
 <p>
 The default value is true.</dd>
</dl>
</li>
</ul>
<a name="fillHeightProperty--">
<!--   -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>fillHeightProperty</h4>
<pre>public final&nbsp;<a href="../../../javafx/beans/property/BooleanProperty.html" title="class in javafx.beans.property">BooleanProperty</a>&nbsp;fillHeightProperty()</pre>
<div class="block">The vertical fill policy for the row.  The gridpane will
 use this property to determine whether nodes contained within the row
 should be expanded to fill the row's height or kept to their preferred heights.
 <p>
 The default value is true.</div>
<dl>
<dt><span class="seeLabel">See Also:</span></dt>
<dd><a href="../../../javafx/scene/layout/RowConstraints.html#isFillHeight--"><code>isFillHeight()</code></a>, 
<a href="../../../javafx/scene/layout/RowConstraints.html#setFillHeight-boolean-"><code>setFillHeight(boolean)</code></a></dd>
</dl>
</li>
</ul>
<a name="toString--">
<!--   -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<div class="block">Returns a string representation of this <code>RowConstraints</code> object.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code>&nbsp;in class&nbsp;<code><a href="https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>a string representation of this <code>RowConstraints</code> object.</dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/RowConstraints.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage">JavaFX&nbsp;8</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../javafx/scene/layout/Region.html" title="class in javafx.scene.layout"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../javafx/scene/layout/StackPane.html" title="class in javafx.scene.layout"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?javafx/scene/layout/RowConstraints.html" target="_top">Frames</a></li>
<li><a href="RowConstraints.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields.inherited.from.class.javafx.scene.layout.ConstraintsBase">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small><small><a href="https://docs.oracle.com/javase/8/docs/legal/cpyr.html">Copyright</a> (c) 2008, 2016, Oracle and/or its affiliates. All rights reserved.</small></small></p>
</body>
</html>