SysListPagePreviewPaneHtmlGen Class [AX 2012]

The SysListPagePreviewPaneHtmlGen class writes an HTML representation of a list page preview pane.

class SysListPagePreviewPaneHtmlGen

Run On

Client

  MethodDescription
Gg961676.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg961676.protmethod(en-us,AX.60).gif escapeHTML Makes the string HTML safe by encoding special HTML characters.
Gg961676.protmethod(en-us,AX.60).gif getFieldTable Generates the HTML that represents the preview pane header information.
Gg961676.protmethod(en-us,AX.60).gif getFieldTableColumn Generates the HTML that represents a column of control labels and values in the preview pane header.
Gg961676.protmethod(en-us,AX.60).gif getHTML Generates an HTML string that corresponds to the modeled preview pane.
Gg961676.protmethod(en-us,AX.60).gif getHTMLFooter Add closing tags to the HTML document.
Gg961676.protmethod(en-us,AX.60).gif getHTMLHeader Generates the HTML document header.
Gg961676.protmethod(en-us,AX.60).gif getLineTable Generates the HTML that represents the lines piece of the preview pane.
Gg961676.protmethod(en-us,AX.60).gif getLineTableHeader Generates the HTML that represents the lines table header.
Gg961676.protmethod(en-us,AX.60).gif getLineTableRow Generates the HTML that represents one row of lines data.
Gg961676.protmethod(en-us,AX.60).gif getLineTableRows Controls the generation of HTML that represents the lines.
Gg961676.protmethod(en-us,AX.60).gif getTableAlignmentAttribute Generates the HTML table alignment attribute appropriate for the control type to display.
Gg961676.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif new Constructs an instance of the SysListPagePreviewPaneHtmlGen class.
Gg961676.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif setDataGroupNames Associates the named groups together with the corresponding parts of the preview pane.
Gg961676.protmethod(en-us,AX.60).gif setHTML Writes an HTML string to a FormHTMLControl object for rendering.
Gg961676.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif updateHTMLControl Renders the List Page preview pane.
Gg961676.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg961676.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Top

This class works with and assumes form model conventions as prescribed in the list page preview pane developer guidance.

Object Class
  SysListPagePreviewPaneHtmlGen Class

Community Additions

ADD
Show: