Class DialogTemplate


  • public class DialogTemplate
    extends java.lang.Object
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jan 01, 2015
    • Constructor Summary

      Constructors 
      Constructor Description
      DialogTemplate()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • titleKey

        private final java.lang.String titleKey
      • messageKey

        private final java.lang.String messageKey
      • messageArgs

        private final java.lang.Object[] messageArgs
      • closable

        private final boolean closable
    • Constructor Detail

      • DialogTemplate

        public DialogTemplate()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object