io.mosip.registration.util.common.CopytoActionHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of registration-client Show documentation
Show all versions of registration-client Show documentation
Maven project of MOSIP Registration UI
package io.mosip.registration.util.common;
import io.mosip.registration.constants.RegistrationConstants;
import javafx.scene.Node;
import javafx.scene.Scene;
import javafx.scene.control.CheckBox;
import javafx.scene.control.ComboBox;
import javafx.scene.control.TextField;
import javafx.scene.layout.Pane;
import org.springframework.stereotype.Component;
@Component
public class CopytoActionHandler extends ChangeActionHandler {
@Override
public String getActionClassName() {
return "copyto";
}
@Override
public void handle(Pane parentPane, String source, String[] args) {
Scene scene = parentPane.getScene();
for(int i=0; i
© 2015 - 2024 Weber Informatics LLC | Privacy Policy