Class OlogPostEntryController

java.lang.Object
xal.plugin.olog.OlogPostEntryController
All Implemented Interfaces:
javafx.fxml.Initializable

public class OlogPostEntryController extends Object implements javafx.fxml.Initializable
FXML Controller class
Author:
Juan F. Esteban Müller <JuanF.EstebanMuller@ess.eu>
  • Constructor Details

    • OlogPostEntryController

      public OlogPostEntryController()
  • Method Details

    • initialize

      public void initialize(URL url, ResourceBundle rb)
      Initializes the controller class.
      Specified by:
      initialize in interface javafx.fxml.Initializable
    • getLogId

      public Long getLogId()
    • addDefaultAttribute

      public void addDefaultAttribute(String attributeName, List<String> options)
      Default attributes are attributes that are set by applications using this library.
      Parameters:
      attributeName - Name of the attribute.
      options - For check boxes, separate arguments with commas ",".
    • addAttachments

      public void addAttachments(List<Attachment> attachments)
    • setAttachments

      public void setAttachments(List<Attachment> attachments)