Module is.codion.swing.common.ui
Interface PasswordFieldBuilder
- All Superinterfaces:
ComponentBuilder<String,,JPasswordField, PasswordFieldBuilder> TextComponentBuilder<String,,JPasswordField, PasswordFieldBuilder> TextFieldBuilder<String,JPasswordField, PasswordFieldBuilder>
public interface PasswordFieldBuilder
extends TextFieldBuilder<String,JPasswordField,PasswordFieldBuilder>
Builds a JPasswordField.
-
Field Summary
Fields inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
TRANSFER_FOCUS_ON_ENTERFields inherited from interface is.codion.swing.common.ui.component.text.TextFieldBuilder
DEFAULT_TEXT_FIELD_COLUMNS -
Method Summary
Modifier and TypeMethodDescriptionstatic PasswordFieldBuilderbuilder()static PasswordFieldBuilderechoChar(char echoChar) Methods inherited from interface is.codion.swing.common.ui.component.builder.ComponentBuilder
background, border, build, build, buildValue, clear, clientProperty, componentListener, componentOrientation, enabled, enabled, focusable, focusListener, font, foreground, initialValue, keyEvent, keyListener, label, linkedValue, linkedValue, maximumHeight, maximumSize, maximumWidth, minimumHeight, minimumSize, minimumWidth, mouseListener, mouseMotionListener, mouseWheelListener, onBuild, onSetVisible, opaque, popupMenu, popupMenuControl, popupMenuControls, preferredHeight, preferredSize, preferredWidth, propertyChangeListener, propertyChangeListener, scrollPane, toolTipText, transferFocusOnEnter, transferHandler, validator, visibleMethods inherited from interface is.codion.swing.common.ui.component.text.TextComponentBuilder
caretListener, controlDeleteWord, disabledTextColor, dragEnabled, editable, focusAccelerator, lowerCase, margin, maximumLength, moveCaretToEndOnFocusGained, moveCaretToStartOnFocusGained, onTextChanged, selectAllOnFocusGained, selectedTextColor, selectionColor, updateOn, upperCaseMethods inherited from interface is.codion.swing.common.ui.component.text.TextFieldBuilder
action, actionListener, columns, format, hintText, horizontalAlignment, selector
-
Method Details
-
echoChar
- Parameters:
echoChar- the echo char- Returns:
- this builder instance
- See Also:
-
builder
- Returns:
- a new JPasswordField
-
builder
- Parameters:
linkedValue- the value to link to the component- Returns:
- a new JPasswordField
-