Class ModelAddressLine
java.lang.Object
com.jsql.view.swing.panel.address.ModelAddressLine
Util class to create GUI dynamically
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
final AbstractMethodInjection
final String
final AtomicReference
<JRadioButton> final String
final AtomicReference
<JTextField> -
Constructor Summary
ConstructorsConstructorDescriptionModelAddressLine
(String request, AbstractMethodInjection method, String i18n, AtomicReference<JRadioButton> radio, String placeholder, AtomicReference<JTextField> textfield) -
Method Summary
-
Field Details
-
request
-
method
-
i18n
-
radio
-
placeholder
-
textfield
-
-
Constructor Details
-
ModelAddressLine
public ModelAddressLine(String request, AbstractMethodInjection method, String i18n, AtomicReference<JRadioButton> radio, String placeholder, AtomicReference<JTextField> textfield)
-