Class CredentialsComponentUtil
java.lang.Object
velox.api.layer0.credentialscomponents.CredentialsComponentUtil
Contains legacy field names which may be specified as aliases
in
CredentialsComponent.getAliases() method-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GridBagConstraintsgetGridBagConstraints(int gridy, JComponent component) Returns typicalGridBagConstraintsfor aJComponentwhich is a part ofCredentialsComponentcompound component.
-
Field Details
-
LEGACY_USERNAME_ALIAS
Legacy name for username- See Also:
-
LEGACY_PASSWORD_ALIAS
Legacy name for password- See Also:
-
LEGACY_DEMO_ALIAS
Legacy name for demo checkbox- See Also:
-
LARGE_FONT
public static final float LARGE_FONTLarge font for a connection configuration visual element- See Also:
-
-
Constructor Details
-
CredentialsComponentUtil
public CredentialsComponentUtil()
-
-
Method Details
-
getGridBagConstraints
Returns typicalGridBagConstraintsfor aJComponentwhich is a part ofCredentialsComponentcompound component.- Parameters:
gridy- gridy for constraintscomponent- aCredentialsComponentelement (label/textField/checkbox etc.)- See Also:
-