congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
VLViewComponentXML.getIntPropertyValue
Code IndexAdd Tabnine to your IDE (free)

How to use
getIntPropertyValue
method
in
com.nexitia.emaginplatform.jfx.core.client.viewdef.xml.model.VLViewComponentXML

Best Java code snippets using com.nexitia.emaginplatform.jfx.core.client.viewdef.xml.model.VLViewComponentXML.getIntPropertyValue (Showing top 2 results out of 315)

origin: com.nexitia.emaginplatform/emagin-jfxcore-engine

/**
 * Build the pagination
 */
public void buildPagination() {
 if (paginationConfiguration != null) {
  final String paginationImpl = paginationConfiguration.getPropertyValue("paginationImpl", "SimplePaginationBar");
  pagination = (IPaginationBar) Services.getBean(paginationImpl);
  pagination.buildFrom(controller, paginationConfiguration);
  pagination.setPageable(this);
  final Integer rpp = rootConfiguration.getIntPropertyValue("rowPerPage");
  if (rpp > 0) {
   pagination.setCurrentPageSize(rpp.toString());
  }
  pagination.getDisplay().visibleProperty().addListener((ChangeListener<Boolean>) (observable, oldValue, newValue) -> {
  });
 }
}
origin: com.nexitia.emaginplatform/emagin-jfxcore-engine

final boolean notBlank = constraintsConfig.getBooleanProperty(XMLConstants.NOT_BLANK);
final boolean mandatory = constraintsConfig.getBooleanProperty(XMLConstants.MANDATORY);
final int maxlength = constraintsConfig.getIntPropertyValue(XMLConstants.MAX_LENGTH);
final int minlength = constraintsConfig.getIntPropertyValue(XMLConstants.MIN_LENGTH);
com.nexitia.emaginplatform.jfx.core.client.viewdef.xml.modelVLViewComponentXMLgetIntPropertyValue

Popular methods of VLViewComponentXML

  • getBooleanProperty
    No property, empty and true means true
  • getSubcomponents
  • hasSubComponent
  • getComponentById
    Get first subcomponent given identifier.
  • getPropertyValue
    Get property as a string
  • propertyValueOf
    Get property as a string
  • <init>
  • getId
  • getProperties
    Getter of properties
  • setId
  • addSubconfg
  • booleanPropertyValueOf
    Get property as a boolean. In this case empty value is considered a true.
  • addSubconfg,
  • booleanPropertyValueOf,
  • getAccessRules,
  • getComponentsById,
  • getController,
  • getCriteria,
  • getDefaultButton,
  • getMasterColumn,
  • getModel

Popular in Java

  • Creating JSON documents from java classes using gson
  • setContentView (Activity)
  • getResourceAsStream (ClassLoader)
  • putExtra (Intent)
  • SocketException (java.net)
    This SocketException may be thrown during socket creation or setting options, and is the superclass
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JFrame (javax.swing)
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now