Class TextFileOutputDialog

  • All Implemented Interfaces:
    org.pentaho.di.trans.step.StepDialogInterface
    Direct Known Subclasses:
    TextFileOutputLegacyDialog

    public class TextFileOutputDialog
    extends BaseStepDialog
    implements org.pentaho.di.trans.step.StepDialogInterface
    • Field Detail

      • wServletOutput

        protected org.eclipse.swt.widgets.Button wServletOutput
      • input

        protected org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta input
      • wlCreateParentFolder

        protected org.eclipse.swt.widgets.Label wlCreateParentFolder
      • wCreateParentFolder

        protected org.eclipse.swt.widgets.Button wCreateParentFolder
    • Constructor Detail

      • TextFileOutputDialog

        public TextFileOutputDialog​(org.eclipse.swt.widgets.Shell parent,
                                    Object in,
                                    org.pentaho.di.trans.TransMeta transMeta,
                                    String sname)
    • Method Detail

      • open

        public String open()
        Specified by:
        open in interface org.pentaho.di.trans.step.StepDialogInterface
      • getDialogTitle

        protected String getDialogTitle()
      • addAdditionalComponentIfNeed

        protected org.eclipse.swt.widgets.Control addAdditionalComponentIfNeed​(int middle,
                                                                               int margin,
                                                                               org.eclipse.swt.widgets.Composite wFileComp,
                                                                               org.eclipse.swt.widgets.Composite topComp)
      • setFlagsServletOption

        protected void setFlagsServletOption()
      • setComboBoxes

        protected void setComboBoxes()
      • getData

        public void getData()
        Copy information from the meta-data input to the dialog fields.
      • saveInfoInMeta

        protected void saveInfoInMeta​(org.pentaho.di.trans.steps.textfileoutput.TextFileOutputMeta tfoi)
      • setMinimalWidth

        public void setMinimalWidth()
        Sets the output width to minimal width...
      • enableParentFolder

        protected void enableParentFolder()