Printer_Fragment

the printer fragment

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
protected open var Button_Clear: Button
the clear printout button
Link copied to clipboard
protected open var Button_Feed: Button
the form feed button
Link copied to clipboard
protected open var Button_Print: Button
the print display botton
Link copied to clipboard
protected open var Button_SecondF_Print: Button
the print display botton
Link copied to clipboard
open var Button_SHIFT_Print: Button
the print display botton
Link copied to clipboard
protected open var Printout: TextView
Text view to display printout in.
Link copied to clipboard
private val TAG: String
logging tag

Functions

Link copied to clipboard
protected open fun After_Views()
init widgets
Link copied to clipboard
the alternative print display button was clicked
Link copied to clipboard
the alternative print display button was clicked
Link copied to clipboard
the clear printout button was clicked
Link copied to clipboard
the form feed button was clicked
Link copied to clipboard
the primary print button was clicked
Link copied to clipboard
open fun Do_Printout()
refresh printout from calculator
Link copied to clipboard
open fun onActivityCreated(savedInstanceState: Bundle)
Called when the fragment's activity has been created and this fragment's view hierarchy instantiated.
Link copied to clipboard
open fun onAttach(activity: Activity)
Called when a fragment is first attached to its activity.
Link copied to clipboard
open fun onDetach()
Called when the fragment is no longer attached to its activity.
Link copied to clipboard
open fun onResume()
Called when the fragment is visible to the user and actively running.
Link copied to clipboard
open fun onSaveInstanceState(outState: Bundle)
Called to ask the fragment to save its current dynamic state, so it can later be reconstructed in a new instance of its process is restarted.
Link copied to clipboard
open fun setPrintout(Text: String)
Set text to be displayed (java string).
Link copied to clipboard
Test if the Clear button is set and click able.
Link copied to clipboard
open fun toString(): String