Codota Logo
JFXMasonryPane.layoutModeProperty
Code IndexAdd Codota to your IDE (free)

How to use
layoutModeProperty
method
in
com.jfoenix.controls.JFXMasonryPane

Best Java code snippets using com.jfoenix.controls.JFXMasonryPane.layoutModeProperty (Showing top 4 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
Dictionary d =
  • Codota Iconnew Hashtable()
  • Codota IconBundle bundle;bundle.getHeaders()
  • Codota Iconnew Properties()
  • Smart code suggestions by Codota
}
origin: jfoenixadmin/JFoenix

/**
 * @return the LayoutMode of masonry pane
 */
public final LayoutMode getLayoutMode() {
  return this.layoutModeProperty().get();
}
origin: jfoenixadmin/JFoenix

/**
 * sets the layout mode
 *
 * @param layoutMode to be used, either MASONRY or BIN_PACKING
 */
public final void setLayoutMode(final LayoutMode layoutMode) {
  this.layoutModeProperty().set(layoutMode);
}
origin: com.jfoenix/jfoenix

/**
 * @return the LayoutMode of masonry pane
 */
public final LayoutMode getLayoutMode() {
  return this.layoutModeProperty().get();
}
origin: com.jfoenix/jfoenix

/**
 * sets the layout mode
 *
 * @param layoutMode to be used, either MASONRY or BIN_PACKING
 */
public final void setLayoutMode(final LayoutMode layoutMode) {
  this.layoutModeProperty().set(layoutMode);
}
com.jfoenix.controlsJFXMasonryPanelayoutModeProperty

Popular methods of JFXMasonryPane

  • getChildren
  • cellHeightProperty
  • cellWidthProperty
  • getCellHeight
  • getCellWidth
  • getHSpacing
  • getLimitColumn
  • getLimitRow
  • getManagedChildren
  • getVSpacing
  • getWidth
  • hSpacingProperty
  • getWidth,
  • hSpacingProperty,
  • limitColumnProperty,
  • limitRowProperty,
  • requestLayout,
  • setPrefHeight,
  • snappedBottomInset,
  • snappedLeftInset,
  • snappedRightInset

Popular in Java

  • Reactive rest calls using spring rest template
  • startActivity (Activity)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • GridLayout (java.awt)
    The GridLayout class is a layout manager that lays out a container's components in a rectangular gri
  • Path (java.nio.file)
  • ArrayList (java.util)
    Resizable-array implementation of the List interface. Implements all optional list operations, and p
  • Collectors (java.util.stream)
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Table (org.hibernate.mapping)
    A relational table
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now