Class CredentialsComponentUtil

java.lang.Object
velox.api.layer0.credentialscomponents.CredentialsComponentUtil

public class CredentialsComponentUtil
extends java.lang.Object
Contains legacy field names which may be specified as aliases in CredentialsComponent.getAliases() method
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static float LARGE_FONT
    Large font for a connection configuration visual element
    static java.lang.String LEGACY_DEMO_ALIAS
    Legacy name for demo checkbox
    static java.lang.String LEGACY_PASSWORD_ALIAS
    Legacy name for password
    static java.lang.String LEGACY_USERNAME_ALIAS
    Legacy name for username
  • Constructor Summary

    Constructors 
    Constructor Description
    CredentialsComponentUtil()  
  • Method Summary

    Modifier and Type Method Description
    static java.awt.GridBagConstraints getGridBagConstraints​(int gridy, javax.swing.JComponent component)
    Returns typical GridBagConstraints for a JComponent which is a part of CredentialsComponent compound component.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait