Class ServiceInformationController


  • public class ServiceInformationController
    extends BaseController
    FXML controller for the Service Information tab. Binds form fields to the current Statement for capturing basic information about the deceased and the service.
    • Constructor Detail

      • ServiceInformationController

        public ServiceInformationController()
    • Method Detail

      • hasInvalidSelections

        public javafx.beans.binding.BooleanBinding hasInvalidSelections()
        Returns a binding that is true while the control number or services-for name is missing, preventing navigation past this tab until both are provided.
        Overrides:
        hasInvalidSelections in class BaseController
        Returns:
        a BooleanBinding that is true when required fields are incomplete