Top Description Inners Fields Constructors Methods
com.sun.javafx.scene.control

public Class ConstrainedColumnResize

extends ConstrainedColumnResizeBase
Class Inheritance
Known Direct Subclasses
com.sun.javafx.scene.control.ConstrainedColumnResize.TablePolicy, com.sun.javafx.scene.control.ConstrainedColumnResize.TreeTablePolicy
Imports
java.util.List, javafx.css.PseudoClass, javafx.scene.Node, javafx.scene.control.ConstrainedColumnResizeBase, .ResizeFeaturesBase, .TableColumnBase, .TableView, .TreeTableView, javafx.util.Callback

A constrained column resize implementation that honors all Tree/TableColumn constraints - minimum, preferred, and maximum width.

Nested and Inner Type Summary

Modifier and TypeClass and Description
public static enum
public static class
public static class

Field Summary

Modifier and TypeField and Description
private final ConstrainedColumnResize.ResizeMode

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public boolean
constrainedResize(ResizeFeaturesBase<S> rf, List<? extends TableColumnBase<?, ?>> visibleLeafColumns)

public static ConstrainedColumnResize.TablePolicy
public static ConstrainedColumnResize.TreeTablePolicy
Inherited from javafx.scene.control.ConstrainedColumnResizeBase:
toString

Field Detail

modeback to summary
private final ConstrainedColumnResize.ResizeMode mode

Constructor Detail

ConstrainedColumnResizeback to summary
public ConstrainedColumnResize(ConstrainedColumnResize.ResizeMode m)

Method Detail

constrainedResizeback to summary
public boolean constrainedResize(ResizeFeaturesBase<S> rf, List<? extends TableColumnBase<?, ?>> visibleLeafColumns)
forTableback to summary
public static ConstrainedColumnResize.TablePolicy forTable(ConstrainedColumnResize.ResizeMode m)
forTreeTableback to summary
public static ConstrainedColumnResize.TreeTablePolicy forTreeTable(ConstrainedColumnResize.ResizeMode m)
com.sun.javafx.scene.control back to summary

public final Enum ConstrainedColumnResize.ResizeMode

extends Enum<ConstrainedColumnResize.ResizeMode>
Class Inheritance

Field Summary

Modifier and TypeField and Description
public static final ConstrainedColumnResize.ResizeMode
public static final ConstrainedColumnResize.ResizeMode
public static final ConstrainedColumnResize.ResizeMode
public static final ConstrainedColumnResize.ResizeMode
public static final ConstrainedColumnResize.ResizeMode
public static final ConstrainedColumnResize.ResizeMode

Constructor Summary

AccessConstructor and Description
private

Method Summary

Modifier and TypeMethod and Description
public static ConstrainedColumnResize.ResizeMode
public static ConstrainedColumnResize.ResizeMode[]
Inherited from java.lang.Enum:
clonecompareTodescribeConstableequalsfinalizegetDeclaringClasshashCodenameordinaltoStringvalueOf

Field Detail

AUTO_RESIZE_ALL_COLUMNSback to summary
public static final ConstrainedColumnResize.ResizeMode AUTO_RESIZE_ALL_COLUMNS
AUTO_RESIZE_FLEX_HEADback to summary
public static final ConstrainedColumnResize.ResizeMode AUTO_RESIZE_FLEX_HEAD
AUTO_RESIZE_FLEX_TAILback to summary
public static final ConstrainedColumnResize.ResizeMode AUTO_RESIZE_FLEX_TAIL
AUTO_RESIZE_LAST_COLUMNback to summary
public static final ConstrainedColumnResize.ResizeMode AUTO_RESIZE_LAST_COLUMN
AUTO_RESIZE_NEXT_COLUMNback to summary
public static final ConstrainedColumnResize.ResizeMode AUTO_RESIZE_NEXT_COLUMN
AUTO_RESIZE_SUBSEQUENT_COLUMNSback to summary
public static final ConstrainedColumnResize.ResizeMode AUTO_RESIZE_SUBSEQUENT_COLUMNS

Constructor Detail

ResizeModeback to summary
private ResizeMode()

Method Detail

valueOfback to summary
public static ConstrainedColumnResize.ResizeMode valueOf(String name)
valuesback to summary
public static ConstrainedColumnResize.ResizeMode[] values()
com.sun.javafx.scene.control back to summary

public Class ConstrainedColumnResize.TablePolicy

extends ConstrainedColumnResize
implements Callback<TableView.ResizeFeatures<S>, Boolean>
Class Inheritance
All Implemented Interfaces
javafx.util.Callback

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Boolean
call(TableView.ResizeFeatures<S>
The single argument upon which the returned value should be determined.
rf
)

Implements javafx.util.Callback.call.

The call method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.

Inherited from com.sun.javafx.scene.control.ConstrainedColumnResize:
constrainedResizeforTableforTreeTable

Constructor Detail

TablePolicyback to summary
public TablePolicy(ConstrainedColumnResize.ResizeMode m)

Method Detail

callback to summary
public Boolean call(TableView.ResizeFeatures<S> rf)

Implements javafx.util.Callback.call.

Doc from javafx.util.Callback.call.

The call method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.

Parameters
rf:TableView.ResizeFeatures<S>

The single argument upon which the returned value should be determined.

Returns:Boolean

An object of type R that may be determined based on the provided parameter value.

Annotations
@Override
com.sun.javafx.scene.control back to summary

public Class ConstrainedColumnResize.TreeTablePolicy

extends ConstrainedColumnResize
implements Callback<TreeTableView.ResizeFeatures<S>, Boolean>
Class Inheritance
All Implemented Interfaces
javafx.util.Callback

Constructor Summary

AccessConstructor and Description
public

Method Summary

Modifier and TypeMethod and Description
public Boolean
call(TreeTableView.ResizeFeatures<S>
The single argument upon which the returned value should be determined.
rf
)

Implements javafx.util.Callback.call.

The call method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.

Inherited from com.sun.javafx.scene.control.ConstrainedColumnResize:
constrainedResizeforTableforTreeTable

Constructor Detail

TreeTablePolicyback to summary
public TreeTablePolicy(ConstrainedColumnResize.ResizeMode m)

Method Detail

callback to summary
public Boolean call(TreeTableView.ResizeFeatures<S> rf)

Implements javafx.util.Callback.call.

Doc from javafx.util.Callback.call.

The call method is called when required, and is given a single argument of type P, with a requirement that an object of type R is returned.

Parameters
rf:TreeTableView.ResizeFeatures<S>

The single argument upon which the returned value should be determined.

Returns:Boolean

An object of type R that may be determined based on the provided parameter value.

Annotations
@Override